Home
last modified time | relevance | path

Searched refs:blank_width (Results 1 – 2 of 2) sorted by relevance

/drivers/gpu/drm/i915/display/
Dintel_panel.c401 u32 border, sync_pos, blank_width, sync_width; in centre_horizontally() local
405 blank_width = adjusted_mode->crtc_hblank_end - adjusted_mode->crtc_hblank_start; in centre_horizontally()
406 sync_pos = (blank_width - sync_width + 1) / 2; in centre_horizontally()
413 adjusted_mode->crtc_hblank_end = adjusted_mode->crtc_hblank_start + blank_width; in centre_horizontally()
423 u32 border, sync_pos, blank_width, sync_width; in centre_vertically() local
427 blank_width = adjusted_mode->crtc_vblank_end - adjusted_mode->crtc_vblank_start; in centre_vertically()
428 sync_pos = (blank_width - sync_width + 1) / 2; in centre_vertically()
434 adjusted_mode->crtc_vblank_end = adjusted_mode->crtc_vblank_start + blank_width; in centre_vertically()
/drivers/gpu/drm/radeon/
Dradeon_legacy_crtc.c62 int blank_width; in radeon_legacy_rmx_mode_set() local
164 blank_width = (mode->crtc_hblank_end - mode->crtc_hblank_start) / 8; in radeon_legacy_rmx_mode_set()
165 if (blank_width > 110) in radeon_legacy_rmx_mode_set()
166 blank_width = 110; in radeon_legacy_rmx_mode_set()
168 fp_crtc_h_total_disp = (((blank_width) & 0x3ff) in radeon_legacy_rmx_mode_set()