Home
last modified time | relevance | path

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

/OK3568_Linux_fs/u-boot/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.c746 if (scan->topscale < min_scan && scan->topscale > 0) in tve_select_output()
748 else if (scan->topscale < max_scan && scan->topscale > 0) in tve_select_output()
749 overscan->top_margin = scan->topscale; in tve_select_output()
H A Drockchip_dw_hdmi_qp.c1029 if (scan->topscale < min_scan && scan->topscale > 0) in dw_hdmi_qp_selete_output()
1031 else if (scan->topscale < max_scan && scan->topscale > 0) in dw_hdmi_qp_selete_output()
1032 overscan->top_margin = scan->topscale; in dw_hdmi_qp_selete_output()
/OK3568_Linux_fs/u-boot/include/
H A Dedid.h823 unsigned short topscale; member