Home
last modified time | relevance | path

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

12

/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()
/linux/drivers/gpu/drm/msm/
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()
/linux/drivers/gpu/drm/mgag200/
H A Dmgag200_vga.c43 encoder->possible_crtcs = drm_crtc_mask(crtc); in mgag200_vga_output_init()
H A Dmgag200_vga_bmc.c127 encoder->possible_crtcs = drm_crtc_mask(crtc); in mgag200_vga_bmc_output_init()
/linux/drivers/gpu/drm/ast/
H A Dast_vga.c103 encoder->possible_crtcs = drm_crtc_mask(crtc); in ast_vga_output_init()
H A Dast_sil164.c103 encoder->possible_crtcs = drm_crtc_mask(crtc); in ast_sil164_output_init()
H A Dast_dp.c455 encoder->possible_crtcs = drm_crtc_mask(crtc); in ast_astdp_output_init()
/linux/include/drm/
H A Ddrm_encoder.h299 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
/linux/drivers/gpu/drm/hisilicon/hibmc/
H A Dhibmc_drm_vdac.c108 encoder->possible_crtcs = drm_crtc_mask(crtc); in hibmc_vdac_init()
/linux/drivers/gpu/drm/
H A Ddrm_mode_config.c624 crtc_mask |= drm_crtc_mask(crtc); in full_crtc_mask()
675 WARN(!(crtc->primary->possible_crtcs & drm_crtc_mask(crtc)), in drm_mode_config_validate()
685 WARN(!(crtc->cursor->possible_crtcs & drm_crtc_mask(crtc)), in drm_mode_config_validate()
H A Ddrm_crtc.c289 primary->possible_crtcs = drm_crtc_mask(crtc); in __drm_crtc_init_with_planes()
291 cursor->possible_crtcs = drm_crtc_mask(crtc); in __drm_crtc_init_with_planes()
H A Ddrm_simple_kms_helper.c447 encoder->possible_crtcs = drm_crtc_mask(crtc); in drm_simple_display_pipe_init()
H A Ddrm_atomic.c625 if (!(plane->possible_crtcs & drm_crtc_mask(crtc))) { in drm_atomic_plane_check()
1412 requested_crtc |= drm_crtc_mask(crtc); in drm_atomic_check_only()
1464 affected_crtc |= drm_crtc_mask(crtc); in drm_atomic_check_only()
/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()
/linux/drivers/gpu/drm/rockchip/
H A Drockchip_rgb.c127 encoder->possible_crtcs = drm_crtc_mask(crtc); in rockchip_rgb_init()
/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()
/linux/drivers/gpu/drm/i915/display/
H A Dintel_load_detect.c93 drm_crtc_mask(&possible_crtc->base))) in intel_load_detect_get_pipe()
/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()
/linux/drivers/gpu/drm/tegra/
H A Doutput.c257 mask |= drm_crtc_mask(crtc); in tegra_output_find_possible_crtcs()
H A Drgb.c361 output->encoder.possible_crtcs = drm_crtc_mask(&dc->base); in tegra_dc_rgb_init()
/linux/drivers/gpu/drm/mxsfb/
H A Dlcdif_drv.c90 encoder->possible_crtcs = drm_crtc_mask(&lcdif->crtc); in lcdif_attach_bridge()

12