Home
last modified time | relevance | path

Searched refs:crtc_hblank_start (Results 1 – 5 of 5) sorted by relevance

/trueos/sys/dev/drm2/i915/
HDintel_lvds.c180 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()
HDintel_display.c4149 (adjusted_mode->crtc_hblank_start - 1) | in i9xx_crtc_mode_set()
4723 (adjusted_mode->crtc_hblank_start - 1) | in ironlake_crtc_mode_set()
/trueos/sys/dev/drm2/radeon/
HDradeon_legacy_crtc.c163 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()
/trueos/sys/dev/drm2/
HDdrm_modes.c706 p->crtc_hblank_start = min(p->crtc_hsync_start, p->crtc_hdisplay); in drm_mode_set_crtcinfo()
HDdrm_crtc.h156 int crtc_hblank_start; member