HomeSort by: relevance | last modified time | path
    Searched defs:calc_overscan (Results 1 - 3 of 3) sorted by relevancy

  /src/sys/external/bsd/drm2/dist/drm/nouveau/dispnv04/
nouveau_dispnv04_tvmodesnv17.c 253 #define calc_overscan(o) interpolate(0x100, 0xe1, 0xc1, o) macro
328 int32_t overscan = calc_overscan(tv_enc->overscan);
537 regs->ptv_208 = 0x40 | (calc_overscan(tv_enc->overscan) << 8);
nouveau_dispnv04_tvmodesnv17.c 253 #define calc_overscan(o) interpolate(0x100, 0xe1, 0xc1, o) macro
328 int32_t overscan = calc_overscan(tv_enc->overscan);
537 regs->ptv_208 = 0x40 | (calc_overscan(tv_enc->overscan) << 8);
nouveau_dispnv04_tvmodesnv17.c 253 #define calc_overscan(o) interpolate(0x100, 0xe1, 0xc1, o) macro
328 int32_t overscan = calc_overscan(tv_enc->overscan);
537 regs->ptv_208 = 0x40 | (calc_overscan(tv_enc->overscan) << 8);

Completed in 132 milliseconds