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

/drivers/gpu/drm/i915/
H A Dintel_panel.c174 u32 border, sync_pos, blank_width, sync_width; local
178 blank_width = mode->crtc_hblank_end - mode->crtc_hblank_start;
179 sync_pos = (blank_width - sync_width + 1) / 2;
186 mode->crtc_hblank_end = mode->crtc_hblank_start + blank_width;
196 u32 border, sync_pos, blank_width, sync_width; local
200 blank_width = mode->crtc_vblank_end - mode->crtc_vblank_start;
201 sync_pos = (blank_width - sync_width + 1) / 2;
207 mode->crtc_vblank_end = mode->crtc_vblank_start + blank_width;
/drivers/gpu/drm/radeon/
H A Dradeon_legacy_crtc.c57 int blank_width; local
159 blank_width = (mode->crtc_hblank_end - mode->crtc_hblank_start) / 8;
160 if (blank_width > 110)
161 blank_width = 110;
163 fp_crtc_h_total_disp = (((blank_width) & 0x3ff)

Completed in 1511 milliseconds