Searched refs:bottom_margin (Results 1 - 7 of 7) sorted by relevance
/kernel/linux/linux-5.10/drivers/gpu/drm/gma500/ |
H A D | psb_intel_sdvo.c | 179 u32 left_margin, right_margin, top_margin, bottom_margin; member 1663 psb_intel_sdvo_connector->bottom_margin = temp_value; in psb_intel_sdvo_set_property() 1671 if (psb_intel_sdvo_connector->bottom_margin == temp_value) in psb_intel_sdvo_set_property() 1675 psb_intel_sdvo_connector->bottom_margin = temp_value; in psb_intel_sdvo_set_property() 2281 psb_intel_sdvo_connector->bottom_margin = psb_intel_sdvo_connector->top_margin; in psb_intel_sdvo_create_enhance_property_tv() 2292 drm_property_create_range(dev, 0, "bottom_margin", 0, data_value[0]); in psb_intel_sdvo_create_enhance_property_tv() 2298 psb_intel_sdvo_connector->bottom_margin); in psb_intel_sdvo_create_enhance_property_tv()
|
/kernel/linux/linux-6.6/drivers/gpu/drm/gma500/ |
H A D | psb_intel_sdvo.c | 181 u32 left_margin, right_margin, top_margin, bottom_margin; member 1686 psb_intel_sdvo_connector->bottom_margin = temp_value; in psb_intel_sdvo_set_property() 1694 if (psb_intel_sdvo_connector->bottom_margin == temp_value) in psb_intel_sdvo_set_property() 1698 psb_intel_sdvo_connector->bottom_margin = temp_value; in psb_intel_sdvo_set_property() 2303 psb_intel_sdvo_connector->bottom_margin = psb_intel_sdvo_connector->top_margin; in psb_intel_sdvo_create_enhance_property_tv() 2314 drm_property_create_range(dev, 0, "bottom_margin", 0, data_value[0]); in psb_intel_sdvo_create_enhance_property_tv() 2320 psb_intel_sdvo_connector->bottom_margin); in psb_intel_sdvo_create_enhance_property_tv()
|
/kernel/linux/linux-5.10/drivers/gpu/drm/ |
H A D | drm_modes.c | 386 int top_margin, bottom_margin; in drm_gtf_mode_complex() local 435 bottom_margin = top_margin; in drm_gtf_mode_complex() 458 vtotal_lines = vdisplay_rnd + top_margin + bottom_margin + in drm_gtf_mode_complex()
|
/kernel/linux/linux-5.10/drivers/gpu/drm/i915/display/ |
H A D | intel_tv.c | 1067 int bottom_margin) in intel_tv_scale_mode_vert() 1069 int vsync_start = mode->vsync_start - mode->vdisplay + bottom_margin; in intel_tv_scale_mode_vert() 1070 int vsync_end = mode->vsync_end - mode->vdisplay + bottom_margin; in intel_tv_scale_mode_vert() 1072 (mode->vdisplay - top_margin - bottom_margin); in intel_tv_scale_mode_vert() 1065 intel_tv_scale_mode_vert(struct drm_display_mode *mode, int vdisplay, int top_margin, int bottom_margin) intel_tv_scale_mode_vert() argument
|
/kernel/linux/linux-6.6/drivers/gpu/drm/i915/display/ |
H A D | intel_tv.c | 1077 int bottom_margin) in intel_tv_scale_mode_vert() 1079 int vsync_start = mode->vsync_start - mode->vdisplay + bottom_margin; in intel_tv_scale_mode_vert() 1080 int vsync_end = mode->vsync_end - mode->vdisplay + bottom_margin; in intel_tv_scale_mode_vert() 1082 (mode->vdisplay - top_margin - bottom_margin); in intel_tv_scale_mode_vert() 1075 intel_tv_scale_mode_vert(struct drm_display_mode *mode, int vdisplay, int top_margin, int bottom_margin) intel_tv_scale_mode_vert() argument
|
/kernel/linux/linux-6.6/drivers/gpu/drm/ |
H A D | drm_modes.c | 866 int top_margin, bottom_margin; in drm_gtf_mode_complex() local 915 bottom_margin = top_margin; in drm_gtf_mode_complex() 938 vtotal_lines = vdisplay_rnd + top_margin + bottom_margin + in drm_gtf_mode_complex()
|
/kernel/linux/linux-6.6/drivers/gpu/drm/rockchip/ |
H A D | rockchip_drm_vop2.c | 1390 u32 top_margin = 100, bottom_margin = 100; in vop2_post_config() local 1392 u16 vsize = vdisplay * (top_margin + bottom_margin) / 200; in vop2_post_config()
|
Completed in 21 milliseconds