Searched refs:bottom_margin (Results 1 – 5 of 5) sorted by relevance
/Linux-v6.1/Documentation/gpu/ |
D | kms-properties.csv | 26 ,,"""bottom_margin""",RANGE,"Min=0, Max= SDVO dependent",Connector,TBD 47 ,,"""bottom_margin""",RANGE,"Min=0, Max= SDVO dependent",Connector,TBD
|
/Linux-v6.1/drivers/gpu/drm/gma500/ |
D | psb_intel_sdvo.c | 179 u32 left_margin, right_margin, top_margin, bottom_margin; member 1684 psb_intel_sdvo_connector->bottom_margin = temp_value; in psb_intel_sdvo_set_property() 1692 if (psb_intel_sdvo_connector->bottom_margin == temp_value) in psb_intel_sdvo_set_property() 1696 psb_intel_sdvo_connector->bottom_margin = temp_value; in psb_intel_sdvo_set_property() 2301 psb_intel_sdvo_connector->bottom_margin = psb_intel_sdvo_connector->top_margin; in psb_intel_sdvo_create_enhance_property_tv() 2318 psb_intel_sdvo_connector->bottom_margin); in psb_intel_sdvo_create_enhance_property_tv()
|
/Linux-v6.1/drivers/gpu/drm/i915/display/ |
D | intel_tv.c | 1069 int bottom_margin) in intel_tv_scale_mode_vert() argument 1071 int vsync_start = mode->vsync_start - mode->vdisplay + bottom_margin; in intel_tv_scale_mode_vert() 1072 int vsync_end = mode->vsync_end - mode->vdisplay + bottom_margin; in intel_tv_scale_mode_vert() 1074 (mode->vdisplay - top_margin - bottom_margin); in intel_tv_scale_mode_vert()
|
/Linux-v6.1/drivers/gpu/drm/ |
D | drm_modes.c | 389 int top_margin, bottom_margin; in drm_gtf_mode_complex() local 438 bottom_margin = top_margin; in drm_gtf_mode_complex() 461 vtotal_lines = vdisplay_rnd + top_margin + bottom_margin + in drm_gtf_mode_complex()
|
/Linux-v6.1/drivers/gpu/drm/rockchip/ |
D | rockchip_drm_vop2.c | 1384 u32 top_margin = 100, bottom_margin = 100; in vop2_post_config() local 1386 u16 vsize = vdisplay * (top_margin + bottom_margin) / 200; in vop2_post_config()
|