Searched refs:drm_crtc_mask (Results 1 – 25 of 54) sorted by relevance
123
200 for_each_if (drm_crtc_mask(crtc) & (crtc_mask))204 for_each_if (drm_crtc_mask(crtc) & (crtc_mask))
177 mask |= drm_crtc_mask(crtc); in get_crtc_mask()223 WARN_ON(crtc_mask != drm_crtc_mask(async_crtc)); in msm_atomic_commit_tail()
18 if (encoder->possible_crtcs & drm_crtc_mask(crtc)) in vc4_find_crtc_for_encoder()
45 enc->possible_crtcs = drm_crtc_mask(crtc); in vc4_dummy_output()
104 encoder->possible_crtcs = drm_crtc_mask(crtc); in hibmc_vdac_init()
285 return !!(encoder->possible_crtcs & drm_crtc_mask(crtc)); in drm_encoder_crtc_ok()
1282 static inline uint32_t drm_crtc_mask(const struct drm_crtc *crtc) in drm_crtc_mask() function
46 overlay->base.possible_crtcs = drm_crtc_mask(crtc); in vkms_add_overlay_plane()
126 lvds->encoder.possible_crtcs = drm_crtc_mask(&tcon->crtc->crtc); in sun4i_lvds_init()
218 rgb->encoder.possible_crtcs = drm_crtc_mask(&tcon->crtc->crtc); in sun4i_rgb_init()
248 uint32_t possible_crtcs = drm_crtc_mask(&scrtc->crtc); in sun4i_crtc_init()
617 crtc_mask |= drm_crtc_mask(crtc); in full_crtc_mask()668 WARN(!(crtc->primary->possible_crtcs & drm_crtc_mask(crtc)), in drm_mode_config_validate()678 WARN(!(crtc->cursor->possible_crtcs & drm_crtc_mask(crtc)), in drm_mode_config_validate()
302 primary->possible_crtcs = drm_crtc_mask(crtc); in __drm_crtc_init_with_planes()304 cursor->possible_crtcs = drm_crtc_mask(crtc); in __drm_crtc_init_with_planes()
129 encoder->possible_crtcs = drm_crtc_mask(crtc); in rockchip_rgb_init()
83 encoder->possible_crtcs = drm_crtc_mask(crtc); in dcss_kms_bridge_connector_init()
190 crtc->plane[0] = dcss_plane_init(drm, drm_crtc_mask(&crtc->base), in dcss_crtc_init()
136 uint32_t possible_crtcs = drm_crtc_mask(&logicvc->crtc->drm_crtc); in logicvc_interface_attach_crtc()
334 u32 possible_crtcs = drm_crtc_mask(&dpsub->drm->crtc); in zynqmp_dpsub_map_crtc_to_plane()430 encoder->possible_crtcs |= drm_crtc_mask(&dpsub->drm->crtc); in zynqmp_dpsub_kms_init()
136 encoder->possible_crtcs = drm_crtc_mask(crtc); in mgag200_g200eh3_pipeline_init()
145 encoder->possible_crtcs = drm_crtc_mask(crtc); in mgag200_g200ew3_pipeline_init()
232 encoder->possible_crtcs = drm_crtc_mask(crtc); in mgag200_g200eh_pipeline_init()
270 encoder->possible_crtcs = drm_crtc_mask(crtc); in mgag200_g200er_pipeline_init()
240 mask |= drm_crtc_mask(crtc); in tegra_output_find_possible_crtcs()
344 output->encoder.possible_crtcs = drm_crtc_mask(&dc->base); in tegra_dc_rgb_init()
230 encoder->possible_crtcs = drm_crtc_mask(&crtc->base); in exynos_drm_set_possible_crtcs()
Completed in 38 milliseconds