| /drivers/gpu/drm/renesas/rcar-du/ |
| A D | rcar_du_drv.c | 52 .possible_crtcs = BIT(0), 72 .possible_crtcs = BIT(0), 76 .possible_crtcs = BIT(1), 96 .possible_crtcs = BIT(0), 100 .possible_crtcs = BIT(1), 125 .possible_crtcs = BIT(2), 129 .possible_crtcs = BIT(1), 133 .possible_crtcs = BIT(0), 156 .possible_crtcs = BIT(2), 160 .possible_crtcs = BIT(1), [all …]
|
| /drivers/gpu/drm/vkms/ |
| A D | vkms_config.c | 198 if (xa_empty(&plane_cfg->possible_crtcs)) { in valid_plane_possible_crtcs() 242 if (xa_empty(&encoder_cfg->possible_crtcs)) { in valid_encoder_possible_crtcs() 390 xa_init_flags(&plane_cfg->possible_crtcs, XA_FLAGS_ALLOC); in vkms_config_create_plane() 400 xa_destroy(&plane_cfg->possible_crtcs); in vkms_config_destroy_plane() 421 return xa_alloc(&plane_cfg->possible_crtcs, &crtc_idx, crtc_cfg, in vkms_config_plane_attach_crtc() 434 xa_erase(&plane_cfg->possible_crtcs, idx); in vkms_config_plane_detach_crtc() 527 xa_init_flags(&encoder_cfg->possible_crtcs, XA_FLAGS_ALLOC); in vkms_config_create_encoder() 543 xa_destroy(&encoder_cfg->possible_crtcs); in vkms_config_destroy_encoder() 564 return xa_alloc(&encoder_cfg->possible_crtcs, &crtc_idx, crtc_cfg, in vkms_config_encoder_attach_crtc() 577 xa_erase(&encoder_cfg->possible_crtcs, idx); in vkms_config_encoder_detach_crtc()
|
| A D | vkms_config.h | 49 struct xarray possible_crtcs; member 91 struct xarray possible_crtcs; member 158 xa_for_each(&(plane_cfg)->possible_crtcs, idx, (possible_crtc)) 168 xa_for_each(&(encoder_cfg)->possible_crtcs, idx, (possible_crtc))
|
| A D | vkms_output.c | 59 plane_cfg->plane->base.possible_crtcs |= in vkms_output_init() 81 encoder_cfg->encoder->possible_crtcs |= in vkms_output_init()
|
| /drivers/gpu/drm/tidss/ |
| A D | tidss_encoder.c | 86 u32 encoder_type, u32 possible_crtcs) in tidss_encoder_create() argument 107 enc->possible_crtcs = possible_crtcs; in tidss_encoder_create()
|
| A D | tidss_plane.c | 202 u32 possible_crtcs; in tidss_plane_create() local 220 possible_crtcs = crtc_mask; in tidss_plane_create() 224 possible_crtcs, in tidss_plane_create()
|
| A D | tidss_encoder.h | 16 u32 encoder_type, u32 possible_crtcs);
|
| /drivers/gpu/drm/logicvc/ |
| A D | logicvc_interface.c | 136 uint32_t possible_crtcs = drm_crtc_mask(&logicvc->crtc->drm_crtc); in logicvc_interface_attach_crtc() local 138 logicvc->interface->drm_encoder.possible_crtcs = possible_crtcs; in logicvc_interface_attach_crtc()
|
| /drivers/gpu/drm/msm/disp/dpu1/ |
| A D | dpu_plane.h | 61 unsigned long possible_crtcs); 65 unsigned long possible_crtcs);
|
| /drivers/gpu/drm/vc4/tests/ |
| A D | vc4_mock.h | 15 KUNIT_ASSERT_EQ(test, hweight32(encoder->possible_crtcs), 1); in vc4_find_crtc_for_encoder() 18 if (encoder->possible_crtcs & drm_crtc_mask(crtc)) in vc4_find_crtc_for_encoder()
|
| /drivers/gpu/drm/ |
| A D | drm_plane.c | 362 uint32_t possible_crtcs, in __drm_universal_plane_init() argument 455 plane->possible_crtcs = possible_crtcs; in __drm_universal_plane_init() 533 uint32_t possible_crtcs, in drm_universal_plane_init() argument 546 ret = __drm_universal_plane_init(dev, plane, possible_crtcs, funcs, in drm_universal_plane_init() 565 size_t offset, uint32_t possible_crtcs, in __drmm_universal_plane_alloc() argument 587 ret = __drm_universal_plane_init(dev, plane, possible_crtcs, funcs, in __drmm_universal_plane_alloc() 604 size_t offset, uint32_t possible_crtcs, in __drm_universal_plane_alloc() argument 626 ret = __drm_universal_plane_init(dev, plane, possible_crtcs, funcs, in __drm_universal_plane_alloc() 884 plane_resp->possible_crtcs = drm_lease_filter_crtcs(file_priv, in drm_mode_getplane() 885 plane->possible_crtcs); in drm_mode_getplane() [all …]
|
| A D | drm_of.c | 64 uint32_t possible_crtcs = 0; in drm_of_find_possible_crtcs() local 73 possible_crtcs |= drm_of_crtc_port_mask(dev, remote_port); in drm_of_find_possible_crtcs() 78 return possible_crtcs; in drm_of_find_possible_crtcs()
|
| A D | drm_mode_config.c | 650 WARN((encoder->possible_crtcs & crtc_mask) == 0 || in validate_encoder_possible_crtcs() 651 (encoder->possible_crtcs & ~crtc_mask) != 0, in validate_encoder_possible_crtcs() 655 encoder->possible_crtcs, crtc_mask); in validate_encoder_possible_crtcs() 692 WARN(!(crtc->primary->possible_crtcs & drm_crtc_mask(crtc)), in drm_mode_config_validate() 702 WARN(!(crtc->cursor->possible_crtcs & drm_crtc_mask(crtc)), in drm_mode_config_validate()
|
| A D | drm_writeback.c | 176 u32 possible_crtcs) in drm_writeback_connector_init() argument 182 wb_connector->encoder.possible_crtcs = possible_crtcs; in drm_writeback_connector_init()
|
| A D | drm_encoder.c | 359 enc_resp->possible_crtcs = drm_lease_filter_crtcs(file_priv, in drm_mode_getencoder() 360 encoder->possible_crtcs); in drm_mode_getencoder()
|
| /drivers/gpu/drm/sun4i/ |
| A D | sun4i_crtc.c | 248 uint32_t possible_crtcs = drm_crtc_mask(&scrtc->crtc); in sun4i_crtc_init() local 252 plane->possible_crtcs = possible_crtcs; in sun4i_crtc_init()
|
| A D | sun8i_dw_hdmi.c | 120 encoder->possible_crtcs = in sun8i_dw_hdmi_bind() 128 if (encoder->possible_crtcs == 0) in sun8i_dw_hdmi_bind()
|
| /drivers/gpu/drm/xlnx/ |
| A D | zynqmp_kms.c | 338 u32 possible_crtcs = drm_crtc_mask(&dpsub->drm->crtc); in zynqmp_dpsub_map_crtc_to_plane() local 342 dpsub->drm->planes[i].possible_crtcs = possible_crtcs; in zynqmp_dpsub_map_crtc_to_plane() 435 encoder->possible_crtcs |= drm_crtc_mask(&dpsub->drm->crtc); in zynqmp_dpsub_kms_init()
|
| /drivers/gpu/drm/tilcdc/ |
| A D | tilcdc_external.c | 66 if (iter->possible_crtcs & (1 << priv->crtc->index)) { in tilcdc_add_component_encoder() 95 priv->external_encoder->possible_crtcs = BIT(0); in tilcdc_attach_bridge()
|
| /drivers/gpu/drm/arm/display/komeda/ |
| A D | komeda_plane.c | 202 u32 possible_crtcs = 0; in get_possible_crtcs() local 209 possible_crtcs |= BIT(i); in get_possible_crtcs() 212 return possible_crtcs; in get_possible_crtcs()
|
| /drivers/gpu/drm/sti/ |
| A D | sti_cursor.h | 16 unsigned int possible_crtcs);
|
| A D | sti_gdp.h | 22 unsigned int possible_crtcs,
|
| /drivers/gpu/drm/omapdrm/ |
| A D | omap_plane.h | 22 u32 possible_crtcs);
|
| /drivers/gpu/drm/imx/dcss/ |
| A D | dcss-kms.h | 41 unsigned int possible_crtcs,
|
| /drivers/gpu/drm/mediatek/ |
| A D | mtk_plane.h | 50 unsigned long possible_crtcs, enum drm_plane_type type,
|