Searched refs:drm_crtc_mask (Results 1 – 25 of 34) sorted by relevance
12
217 for_each_if (drm_crtc_mask(crtc) & (crtc_mask))221 for_each_if (drm_crtc_mask(crtc) & (crtc_mask))
192 mask |= drm_crtc_mask(crtc); in get_crtc_mask()238 WARN_ON(crtc_mask != drm_crtc_mask(async_crtc)); in msm_atomic_commit_tail()
279 return !!(encoder->possible_crtcs & drm_crtc_mask(crtc)); in drm_encoder_crtc_ok()
1278 static inline uint32_t drm_crtc_mask(const struct drm_crtc *crtc) in drm_crtc_mask() function
56 overlay->base.possible_crtcs = drm_crtc_mask(crtc); in vkms_output_init()
608 crtc_mask |= drm_crtc_mask(crtc); in full_crtc_mask()659 WARN(!(crtc->primary->possible_crtcs & drm_crtc_mask(crtc)), in drm_mode_config_validate()669 WARN(!(crtc->cursor->possible_crtcs & drm_crtc_mask(crtc)), in drm_mode_config_validate()
300 primary->possible_crtcs = drm_crtc_mask(crtc); in __drm_crtc_init_with_planes()302 cursor->possible_crtcs = drm_crtc_mask(crtc); in __drm_crtc_init_with_planes()
420 encoder->possible_crtcs = drm_crtc_mask(crtc); in drm_simple_display_pipe_init()
611 if (!(plane->possible_crtcs & drm_crtc_mask(crtc))) { in drm_atomic_plane_check()1314 requested_crtc |= drm_crtc_mask(crtc); in drm_atomic_check_only()1364 affected_crtc |= drm_crtc_mask(crtc); in drm_atomic_check_only()
102 encoder->possible_crtcs = drm_crtc_mask(crtc); in hibmc_vdac_init()
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()
247 uint32_t possible_crtcs = drm_crtc_mask(&scrtc->crtc); in sun4i_crtc_init()
128 encoder->possible_crtcs = drm_crtc_mask(crtc); in rockchip_rgb_init()
84 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()
230 encoder->possible_crtcs = drm_crtc_mask(&crtc->base); in exynos_drm_set_possible_crtcs()
240 mask |= drm_crtc_mask(crtc); in tegra_output_find_possible_crtcs()
303 output->encoder.possible_crtcs = drm_crtc_mask(&dc->base); in tegra_dc_rgb_init()
95 if (plane->possible_crtcs & drm_crtc_mask(crtc)) { in tegra_plane_supports_sector_layout()
1086 encoder->possible_crtcs |= drm_crtc_mask(crtc); in vc4_set_crtc_possible_masks()1192 if (destroy_plane->possible_crtcs == drm_crtc_mask(crtc)) in vc4_crtc_bind()
510 encoder->possible_crtcs = drm_crtc_mask(crtc); in vc4_txp_bind()
407 drm_crtc_mask(&ipu_crtc->base), in ipu_drm_bind()
975 return drm_crtc_mask(&disp->crtc); in zynqmp_disp_get_crtc_mask()1596 u32 possible_crtcs = drm_crtc_mask(&disp->crtc); in zynqmp_disp_map_crtc_to_plane()
646 encoder->possible_crtcs = drm_crtc_mask(crtc); in mxsfb_kms_init()
Completed in 45 milliseconds