Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/gpu/drm/i915/
Ddvo_ivch.c419 u16 x_ratio, y_ratio; in ivch_mode_set() local
423 x_ratio = (((mode->hdisplay - 1) << 16) / in ivch_mode_set()
427 ivch_write(dvo, VR42, x_ratio); in ivch_mode_set()
/Linux-v4.19/drivers/gpu/drm/exynos/
Dexynos_mixer.c554 unsigned int x_ratio = 0, y_ratio = 0; in mixer_graph_buffer() local
583 x_ratio = state->h_ratio == (1 << 15); in mixer_graph_buffer()
606 val |= MXR_GRP_WH_H_SCALE(x_ratio); in mixer_graph_buffer()