Searched refs:drm_crtc_mask (Results 1 – 6 of 6) sorted by relevance
555 encoder->possible_crtcs |= drm_crtc_mask(crtc); in vc4_set_crtc_possible_masks()558 encoder->possible_crtcs |= drm_crtc_mask(crtc); in vc4_set_crtc_possible_masks()
309 output->encoder.possible_crtcs = drm_crtc_mask(&dc->base); in tegra_dc_rgb_init()
389 drm_crtc_mask(&ipu_crtc->base), in ipu_crtc_init()
1201 static inline uint32_t drm_crtc_mask(struct drm_crtc *crtc) in drm_crtc_mask() function1251 return !!(encoder->possible_crtcs & drm_crtc_mask(crtc)); in drm_encoder_crtc_ok()
716 if (!(plane->possible_crtcs & drm_crtc_mask(state->crtc))) { in drm_atomic_plane_check()
2377 if (!(plane->possible_crtcs & drm_crtc_mask(crtc))) { in __setplane_internal()