Searched refs:x_ratio (Results 1 - 7 of 7) sorted by relevance

/drivers/gpu/drm/i915/
H A Ddvo_ivch.c339 uint16_t x_ratio, y_ratio; local
343 x_ratio = (((mode->hdisplay - 1) << 16) /
347 ivch_write(dvo, VR42, x_ratio);
/drivers/media/video/s5p-tv/
H A Dmixer_grp_layer.c202 geo->x_ratio = 0;
204 geo->x_ratio = 1;
H A Dmixer.h107 unsigned int x_ratio; member in struct:mxr_geometry
H A Dmixer_vp_layer.c191 geo->x_ratio = (src->width << 16) / dst->width;
H A Dmixer_reg.c153 val |= MXR_GRP_WH_H_SCALE(geo->x_ratio);
204 vp_write(mdev, VP_H_RATIO, geo->x_ratio);
H A Dmixer_video.c187 geo->x_ratio, geo->y_ratio);
/drivers/gpu/drm/exynos/
H A Dexynos_mixer.c356 unsigned int x_ratio, y_ratio; local
393 x_ratio = (width << 16) / width;
460 vp_reg_write(res, VP_H_RATIO, x_ratio);
488 unsigned int x_ratio, y_ratio; local
521 x_ratio = 0;
553 val |= MXR_GRP_WH_H_SCALE(x_ratio);

Completed in 109 milliseconds