Searched defs:y_ratio (Results 1 - 3 of 3) sorted by relevance

/drivers/gpu/drm/i915/
H A Ddvo_ivch.c339 uint16_t x_ratio, y_ratio; local
345 y_ratio = (((mode->vdisplay - 1) << 16) /
348 ivch_write(dvo, VR41, y_ratio);
/drivers/media/video/s5p-tv/
H A Dmixer.h109 unsigned int y_ratio; member in struct:mxr_geometry
/drivers/gpu/drm/exynos/
H A Dexynos_mixer.c356 unsigned int x_ratio, y_ratio; local
394 y_ratio = (height << 16) / height;
461 vp_reg_write(res, VP_V_RATIO, y_ratio);
488 unsigned int x_ratio, y_ratio; local
522 y_ratio = 0;
554 val |= MXR_GRP_WH_V_SCALE(y_ratio);

Completed in 67 milliseconds