Home
last modified time | relevance | path

Searched refs:bottom_margin (Results 1 – 3 of 3) sorted by relevance

/linux/Documentation/gpu/
H A Dkms-properties.csv25 ,,"""bottom_margin""",RANGE,"Min=0, Max= SDVO dependent",Connector,TBD
45 ,,"""bottom_margin""",RANGE,"Min=0, Max= SDVO dependent",Connector,TBD
/linux/drivers/gpu/drm/
H A Ddrm_modes.c869 int top_margin, bottom_margin; in drm_gtf_mode_complex() local
918 bottom_margin = top_margin; in drm_gtf_mode_complex()
941 vtotal_lines = vdisplay_rnd + top_margin + bottom_margin + in drm_gtf_mode_complex()
/linux/drivers/gpu/drm/rockchip/
H A Drockchip_drm_vop2.c1563 u32 top_margin = 100, bottom_margin = 100; in vop2_post_config() local
1565 u16 vsize = vdisplay * (top_margin + bottom_margin) / 200; in vop2_post_config()