Home
last modified time | relevance | path

Searched refs:topscale (Results 1 – 5 of 5) sorted by relevance

/rk3399_rockchip-uboot/drivers/video/drm/
H A Drk1000_tve.c239 if (scan->topscale < min_scan && scan->topscale > 0) in drm_rk1000_select_output()
241 else if (scan->topscale < max_scan) in drm_rk1000_select_output()
242 overscan->top_margin = scan->topscale; in drm_rk1000_select_output()
H A Drockchip_dw_hdmi.c476 if (scan->topscale < min_scan && scan->topscale > 0) in drm_rk_selete_output()
478 else if (scan->topscale < max_scan && scan->topscale > 0) in drm_rk_selete_output()
479 overscan->top_margin = scan->topscale; in drm_rk_selete_output()
H A Drockchip_tve.c814 if (scan->topscale < min_scan && scan->topscale > 0) in tve_select_output()
816 else if (scan->topscale < max_scan && scan->topscale > 0) in tve_select_output()
817 overscan->top_margin = scan->topscale; in tve_select_output()
H A Drockchip_dw_hdmi_qp.c1185 if (scan->topscale < min_scan && scan->topscale > 0) in dw_hdmi_qp_select_output()
1187 else if (scan->topscale < max_scan && scan->topscale > 0) in dw_hdmi_qp_select_output()
1188 overscan->top_margin = scan->topscale; in dw_hdmi_qp_select_output()
/rk3399_rockchip-uboot/include/
H A Dedid.h823 unsigned short topscale; member