Searched refs:blank_width (Results 1 - 4 of 4) sorted by relevance
/kernel/linux/linux-6.6/drivers/gpu/drm/i915/display/ |
H A D | intel_panel.c | 469 u32 border, sync_pos, blank_width, sync_width; in centre_horizontally() local 473 blank_width = adjusted_mode->crtc_hblank_end - adjusted_mode->crtc_hblank_start; in centre_horizontally() 474 sync_pos = (blank_width - sync_width + 1) / 2; in centre_horizontally() 481 adjusted_mode->crtc_hblank_end = adjusted_mode->crtc_hblank_start + blank_width; in centre_horizontally() 491 u32 border, sync_pos, blank_width, sync_width; in centre_vertically() local 495 blank_width = adjusted_mode->crtc_vblank_end - adjusted_mode->crtc_vblank_start; in centre_vertically() 496 sync_pos = (blank_width - sync_width + 1) / 2; in centre_vertically() 502 adjusted_mode->crtc_vblank_end = adjusted_mode->crtc_vblank_start + blank_width; in centre_vertically()
|
/kernel/linux/linux-5.10/drivers/gpu/drm/radeon/ |
H A D | radeon_legacy_crtc.c | 61 int blank_width; in radeon_legacy_rmx_mode_set() local 163 blank_width = (mode->crtc_hblank_end - mode->crtc_hblank_start) / 8; in radeon_legacy_rmx_mode_set() 164 if (blank_width > 110) in radeon_legacy_rmx_mode_set() 165 blank_width = 110; in radeon_legacy_rmx_mode_set() 167 fp_crtc_h_total_disp = (((blank_width) & 0x3ff) in radeon_legacy_rmx_mode_set()
|
/kernel/linux/linux-6.6/drivers/gpu/drm/radeon/ |
H A D | radeon_legacy_crtc.c | 61 int blank_width; in radeon_legacy_rmx_mode_set() local 163 blank_width = (mode->crtc_hblank_end - mode->crtc_hblank_start) / 8; in radeon_legacy_rmx_mode_set() 164 if (blank_width > 110) in radeon_legacy_rmx_mode_set() 165 blank_width = 110; in radeon_legacy_rmx_mode_set() 167 fp_crtc_h_total_disp = (((blank_width) & 0x3ff) in radeon_legacy_rmx_mode_set()
|
/kernel/linux/linux-5.10/drivers/gpu/drm/i915/display/ |
H A D | intel_panel.c | 253 u32 border, sync_pos, blank_width, sync_width; in centre_horizontally() local 257 blank_width = adjusted_mode->crtc_hblank_end - adjusted_mode->crtc_hblank_start; in centre_horizontally() 258 sync_pos = (blank_width - sync_width + 1) / 2; in centre_horizontally() 265 adjusted_mode->crtc_hblank_end = adjusted_mode->crtc_hblank_start + blank_width; in centre_horizontally() 275 u32 border, sync_pos, blank_width, sync_width; in centre_vertically() local 279 blank_width = adjusted_mode->crtc_vblank_end - adjusted_mode->crtc_vblank_start; in centre_vertically() 280 sync_pos = (blank_width - sync_width + 1) / 2; in centre_vertically() 286 adjusted_mode->crtc_vblank_end = adjusted_mode->crtc_vblank_start + blank_width; in centre_vertically()
|
Completed in 7 milliseconds