Home
last modified time | relevance | path

Searched refs:drm_crtc_mask (Results 1 – 25 of 59) sorted by relevance

123

/openbmc/linux/drivers/gpu/drm/msm/
H A Dmsm_kms.h192 for_each_if (drm_crtc_mask(crtc) & (crtc_mask))
196 for_each_if (drm_crtc_mask(crtc) & (crtc_mask))
H A Dmsm_atomic.c179 mask |= drm_crtc_mask(crtc); in get_crtc_mask()
243 WARN_ON(crtc_mask != drm_crtc_mask(async_crtc)); in msm_atomic_commit_tail()
/openbmc/linux/drivers/gpu/drm/vc4/tests/
H A Dvc4_mock.h18 if (encoder->possible_crtcs & drm_crtc_mask(crtc)) in vc4_find_crtc_for_encoder()
H A Dvc4_mock_output.c45 enc->possible_crtcs = drm_crtc_mask(crtc); in vc4_dummy_output()
/openbmc/linux/drivers/gpu/drm/vkms/
H A Dvkms_output.c44 overlay->base.possible_crtcs = drm_crtc_mask(crtc); in vkms_add_overlay_plane()
/openbmc/linux/drivers/gpu/drm/hisilicon/hibmc/
H A Dhibmc_drm_vdac.c104 encoder->possible_crtcs = drm_crtc_mask(crtc); in hibmc_vdac_init()
/openbmc/linux/include/drm/
H A Ddrm_encoder.h285 return !!(encoder->possible_crtcs & drm_crtc_mask(crtc)); in drm_encoder_crtc_ok()
H A Ddrm_crtc.h1277 static inline uint32_t drm_crtc_mask(const struct drm_crtc *crtc) in drm_crtc_mask() function
/openbmc/linux/drivers/gpu/drm/sun4i/
H A Dsun4i_lvds.c126 lvds->encoder.possible_crtcs = drm_crtc_mask(&tcon->crtc->crtc); in sun4i_lvds_init()
H A Dsun4i_rgb.c218 rgb->encoder.possible_crtcs = drm_crtc_mask(&tcon->crtc->crtc); in sun4i_rgb_init()
H A Dsun4i_crtc.c248 uint32_t possible_crtcs = drm_crtc_mask(&scrtc->crtc); in sun4i_crtc_init()
/openbmc/linux/drivers/gpu/drm/
H A Ddrm_mode_config.c617 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()
H A Ddrm_crtc.c302 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()
/openbmc/linux/drivers/gpu/drm/imx/dcss/
H A Ddcss-kms.c83 encoder->possible_crtcs = drm_crtc_mask(crtc); in dcss_kms_bridge_connector_init()
H A Ddcss-crtc.c190 crtc->plane[0] = dcss_plane_init(drm, drm_crtc_mask(&crtc->base), in dcss_crtc_init()
/openbmc/linux/drivers/gpu/drm/rockchip/
H A Drockchip_rgb.c127 encoder->possible_crtcs = drm_crtc_mask(crtc); in rockchip_rgb_init()
/openbmc/linux/drivers/gpu/drm/xlnx/
H A Dzynqmp_kms.c334 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()
/openbmc/linux/drivers/gpu/drm/logicvc/
H A Dlogicvc_interface.c136 uint32_t possible_crtcs = drm_crtc_mask(&logicvc->crtc->drm_crtc); in logicvc_interface_attach_crtc()
/openbmc/linux/drivers/gpu/drm/mgag200/
H A Dmgag200_g200eh3.c136 encoder->possible_crtcs = drm_crtc_mask(crtc); in mgag200_g200eh3_pipeline_init()
H A Dmgag200_g200ew3.c145 encoder->possible_crtcs = drm_crtc_mask(crtc); in mgag200_g200ew3_pipeline_init()
H A Dmgag200_g200eh.c232 encoder->possible_crtcs = drm_crtc_mask(crtc); in mgag200_g200eh_pipeline_init()
/openbmc/linux/drivers/gpu/drm/i915/display/
H A Dintel_load_detect.c94 drm_crtc_mask(&possible_crtc->base))) in intel_load_detect_get_pipe()
/openbmc/linux/drivers/gpu/drm/tegra/
H A Doutput.c251 mask |= drm_crtc_mask(crtc); in tegra_output_find_possible_crtcs()
/openbmc/linux/drivers/gpu/drm/exynos/
H A Dexynos_drm_crtc.c229 encoder->possible_crtcs = drm_crtc_mask(&crtc->base); in exynos_drm_set_possible_crtcs()
/openbmc/linux/drivers/gpu/drm/ast/
H A Dast_mode.c1435 encoder->possible_crtcs = drm_crtc_mask(crtc); in ast_vga_output_init()
1541 encoder->possible_crtcs = drm_crtc_mask(crtc); in ast_sil164_output_init()
1639 encoder->possible_crtcs = drm_crtc_mask(crtc); in ast_dp501_output_init()
1749 encoder->possible_crtcs = drm_crtc_mask(crtc); in ast_astdp_output_init()
1846 encoder->possible_crtcs = drm_crtc_mask(crtc); in ast_bmc_output_init()

123