Searched refs:drm_crtc_mask (Results 1 – 21 of 21) sorted by relevance
221 return !!(encoder->possible_crtcs & drm_crtc_mask(crtc)); in drm_encoder_crtc_ok()
1101 static inline uint32_t drm_crtc_mask(const struct drm_crtc *crtc) in drm_crtc_mask() function
1078 encoder->possible_crtcs |= drm_crtc_mask(crtc); in vc4_set_crtc_possible_masks()1086 encoder->possible_crtcs |= drm_crtc_mask(crtc); in vc4_set_crtc_possible_masks()1174 plane->possible_crtcs = drm_crtc_mask(crtc); in vc4_crtc_bind()1183 cursor_plane->possible_crtcs = drm_crtc_mask(crtc); in vc4_crtc_bind()1211 if (destroy_plane->possible_crtcs == drm_crtc_mask(crtc)) in vc4_crtc_bind()
139 lvds->encoder.possible_crtcs = drm_crtc_mask(&tcon->crtc->crtc); in sun4i_lvds_init()
205 rgb->encoder.possible_crtcs = drm_crtc_mask(&tcon->crtc->crtc); in sun4i_rgb_init()
245 uint32_t possible_crtcs = drm_crtc_mask(&scrtc->crtc); in sun4i_crtc_init()
235 mask |= drm_crtc_mask(crtc); in tegra_output_find_possible_crtcs()
307 output->encoder.possible_crtcs = drm_crtc_mask(&dc->base); in tegra_dc_rgb_init()
243 encoder->possible_crtcs = drm_crtc_mask(&crtc->base); in exynos_drm_set_possible_crtcs()
284 encoder->possible_crtcs = drm_crtc_mask(crtc); in drm_simple_display_pipe_init()
325 primary->possible_crtcs = drm_crtc_mask(crtc); in drm_crtc_init_with_planes()327 cursor->possible_crtcs = drm_crtc_mask(crtc); in drm_crtc_init_with_planes()
597 if (!(plane->possible_crtcs & drm_crtc_mask(crtc))) { in __setplane_check()
1372 crtc_mask |= drm_crtc_mask(crtc); in drm_atomic_helper_wait_for_vblanks()1377 if (!(crtc_mask & drm_crtc_mask(crtc))) in drm_atomic_helper_wait_for_vblanks()
1044 if (!(plane->possible_crtcs & drm_crtc_mask(state->crtc))) { in drm_atomic_plane_check()
2320 if (encoder->possible_crtcs & drm_crtc_mask(crtc)) in connector_has_possible_crtc()
309 for_each_if((crtc_mask) & drm_crtc_mask(&intel_crtc->base))
3853 (drm_crtc_mask(for_crtc) - 1)); in skl_ddb_get_pipe_allocation_limits()5082 ret |= drm_crtc_mask(crtc); in pipes_modified()5327 results->dirty_pipes |= drm_crtc_mask(crtc); in skl_compute_wm()5329 if ((results->dirty_pipes & drm_crtc_mask(crtc)) == 0) in skl_compute_wm()5351 if (!(state->wm_results.dirty_pipes & drm_crtc_mask(&crtc->base))) in skl_atomic_update_crtc_wm()5376 if ((results->dirty_pipes & drm_crtc_mask(&intel_crtc->base)) == 0) in skl_initial_wm()5530 hw->dirty_pipes |= drm_crtc_mask(crtc); in skl_wm_get_hw_state()
166 unsigned int crtc_mask = drm_crtc_mask(&crtc->base); in intel_enable_shared_dpll()210 unsigned int crtc_mask = drm_crtc_mask(&crtc->base); in intel_disable_shared_dpll()
11933 crtc_mask = drm_crtc_mask(crtc); in verify_single_dpll_state()11968 unsigned int crtc_mask = drm_crtc_mask(crtc); in verify_shared_dpll_state()12229 intel_state->active_pipe_changes |= drm_crtc_mask(crtc); in intel_modeset_checks()12477 unsigned int cmask = drm_crtc_mask(crtc); in skl_update_crtcs()
377 drm_crtc_mask(&ipu_crtc->base), in ipu_crtc_init()
1305 unsigned long possible_crtcs = drm_crtc_mask(crtc); in vop_create_crtc()