Searched refs:top_margin (Results 1 – 3 of 3) sorted by relevance
| /linux/Documentation/gpu/ |
| H A D | kms-properties.csv | 24 ,,"""top_margin""",RANGE,"Min=0, Max= SDVO dependent",Connector,TBD 44 ,,"""top_margin""",RANGE,"Min=0, Max= SDVO dependent",Connector,TBD
|
| /linux/drivers/gpu/drm/ |
| H A D | drm_modes.c | 869 int top_margin, bottom_margin; in drm_gtf_mode_complex() local 913 top_margin = 0; in drm_gtf_mode_complex() 915 top_margin = (vdisplay_rnd * GTF_MARGIN_PERCENTAGE + 500) / in drm_gtf_mode_complex() 918 bottom_margin = top_margin; in drm_gtf_mode_complex() 929 tmp2 = (vdisplay_rnd + 2 * top_margin + GTF_MIN_V_PORCH) * 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 D | rockchip_drm_vop2.c | 1563 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() 1578 vact_st += vdisplay * (100 - top_margin) / 200; in vop2_post_config()
|