Lines Matching refs:crtc_idx
6247 u32 crtc_idx, hpd_idx;
6292 crtc_idx = src_id - 1;
6298 if (rdev->irq.crtc_vblank_int[crtc_idx]) {
6299 drm_handle_vblank(rdev->ddev, crtc_idx);
6303 if (atomic_read(&rdev->irq.pflip[crtc_idx])) {
6305 crtc_idx);
6317 if (!(disp_int[crtc_idx] & mask)) {
6319 crtc_idx + 1, event_name);
6322 disp_int[crtc_idx] &= ~mask;
6323 DRM_DEBUG("IH: D%d %s\n", crtc_idx + 1, event_name);