Home
last modified time | relevance | path

Searched refs:x_ratio (Results 1 – 2 of 2) sorted by relevance

/linux-5.19.10/drivers/gpu/drm/i915/display/
Ddvo_ivch.c420 u16 x_ratio, y_ratio; in ivch_mode_set() local
424 x_ratio = (((mode->hdisplay - 1) << 16) / in ivch_mode_set()
428 ivch_write(dvo, VR42, x_ratio); in ivch_mode_set()
/linux-5.19.10/drivers/gpu/drm/exynos/
Dexynos_mixer.c607 unsigned int x_ratio = 0, y_ratio = 0; in mixer_graph_buffer() local
642 x_ratio = state->h_ratio == (1 << 15); in mixer_graph_buffer()
665 val |= MXR_GRP_WH_H_SCALE(x_ratio); in mixer_graph_buffer()