Searched refs:crtc_hblank_start (Results 1 – 5 of 5) sorted by relevance
180 blank_width = mode->crtc_hblank_end - mode->crtc_hblank_start; in centre_horizontally()187 mode->crtc_hblank_start = width + border; in centre_horizontally()188 mode->crtc_hblank_end = mode->crtc_hblank_start + blank_width; in centre_horizontally()190 mode->crtc_hsync_start = mode->crtc_hblank_start + sync_pos; in centre_horizontally()
4149 (adjusted_mode->crtc_hblank_start - 1) | in i9xx_crtc_mode_set()4723 (adjusted_mode->crtc_hblank_start - 1) | in ironlake_crtc_mode_set()
163 blank_width = (mode->crtc_hblank_end - mode->crtc_hblank_start) / 8; in radeon_legacy_rmx_mode_set()174 fp_h_sync_strt_wid = ((((mode->crtc_hsync_start - mode->crtc_hblank_start) / 8) & 0x1fff) in radeon_legacy_rmx_mode_set()
706 p->crtc_hblank_start = min(p->crtc_hsync_start, p->crtc_hdisplay); in drm_mode_set_crtcinfo()
156 int crtc_hblank_start; member