Searched refs:drm_crtc_mask (Results 1 – 7 of 7) sorted by relevance
204 return !!(encoder->possible_crtcs & drm_crtc_mask(crtc)); in drm_encoder_crtc_ok()
940 static inline uint32_t drm_crtc_mask(const struct drm_crtc *crtc) in drm_crtc_mask() function
594 if (!(plane->possible_crtcs & drm_crtc_mask(crtc))) { in __setplane_internal()
1235 crtc_mask |= drm_crtc_mask(crtc); in drm_atomic_helper_wait_for_vblanks()1240 if (!(crtc_mask & drm_crtc_mask(crtc))) in drm_atomic_helper_wait_for_vblanks()
875 if (!(plane->possible_crtcs & drm_crtc_mask(state->crtc))) { in drm_atomic_plane_check()
3779 (drm_crtc_mask(for_crtc) - 1)); in skl_ddb_get_pipe_allocation_limits()4859 ret |= drm_crtc_mask(crtc); in pipes_modified()5087 results->dirty_pipes |= drm_crtc_mask(crtc); in skl_compute_wm()5089 if ((results->dirty_pipes & drm_crtc_mask(crtc)) == 0) in skl_compute_wm()5111 if (!(state->wm_results.dirty_pipes & drm_crtc_mask(&crtc->base))) in skl_atomic_update_crtc_wm()5136 if ((results->dirty_pipes & drm_crtc_mask(&intel_crtc->base)) == 0) in skl_initial_wm()5290 hw->dirty_pipes |= drm_crtc_mask(crtc); in skl_wm_get_hw_state()
11939 intel_state->active_pipe_changes |= drm_crtc_mask(crtc); in intel_modeset_checks()12182 unsigned int cmask = drm_crtc_mask(crtc); in skl_update_crtcs()