| /linux/drivers/gpu/drm/vkms/ |
| H A D | vkms_config.c | 202 if (xa_empty(&plane_cfg->possible_crtcs)) { in valid_plane_possible_crtcs() 246 if (xa_empty(&encoder_cfg->possible_crtcs)) { in valid_encoder_possible_crtcs() 398 xa_init_flags(&plane_cfg->possible_crtcs, XA_FLAGS_ALLOC); in vkms_config_create_plane() 408 xa_destroy(&plane_cfg->possible_crtcs); in vkms_config_destroy_plane() 429 return xa_alloc(&plane_cfg->possible_crtcs, &crtc_idx, crtc_cfg, in vkms_config_plane_attach_crtc() 442 xa_erase(&plane_cfg->possible_crtcs, idx); in vkms_config_plane_detach_crtc() 535 xa_init_flags(&encoder_cfg->possible_crtcs, XA_FLAGS_ALLOC); in vkms_config_create_encoder() 551 xa_destroy(&encoder_cfg->possible_crtcs); in vkms_config_destroy_encoder() 572 return xa_alloc(&encoder_cfg->possible_crtcs, &crtc_idx, crtc_cfg, in vkms_config_encoder_attach_crtc() 585 xa_erase(&encoder_cfg->possible_crtcs, idx); in vkms_config_encoder_detach_crtc()
|
| H A D | vkms_config.h | 51 struct xarray possible_crtcs; member 94 struct xarray possible_crtcs; member 163 xa_for_each(&(plane_cfg)->possible_crtcs, idx, (possible_crtc)) 173 xa_for_each(&(encoder_cfg)->possible_crtcs, idx, (possible_crtc))
|
| H A D | vkms_output.c | 56 plane_cfg->plane->base.possible_crtcs |= in vkms_output_init() 81 encoder_cfg->encoder->possible_crtcs |= in vkms_output_init()
|
| /linux/drivers/gpu/drm/ |
| H 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 …]
|
| /linux/drivers/gpu/drm/rockchip/ |
| H A D | inno_hdmi-rockchip.c | 111 encoder->possible_crtcs = drm_of_find_possible_crtcs(drm, dev->of_node); in inno_hdmi_rockchip_bind() 119 if (encoder->possible_crtcs == 0) in inno_hdmi_rockchip_bind()
|
| H A D | dw-mipi-dsi2-rockchip.c | 292 encoder->possible_crtcs = drm_of_find_possible_crtcs(drm_dev, in rockchip_dsi2_drm_create_encoder()
|
| /linux/drivers/gpu/drm/tidss/ |
| H A D | tidss_encoder.h | 16 u32 encoder_type, u32 possible_crtcs);
|
| /linux/drivers/gpu/drm/sti/ |
| H A D | sti_cursor.h | 16 unsigned int possible_crtcs);
|
| H A D | sti_gdp.h | 22 unsigned int possible_crtcs,
|
| /linux/drivers/gpu/drm/omapdrm/ |
| H A D | omap_plane.h | 22 u32 possible_crtcs);
|
| /linux/drivers/gpu/drm/imx/dcss/ |
| H A D | dcss-kms.h | 41 unsigned int possible_crtcs,
|
| /linux/drivers/gpu/drm/mediatek/ |
| H A D | mtk_plane.h | 50 unsigned long possible_crtcs, enum drm_plane_type type,
|
| /linux/drivers/gpu/drm/imx/ipuv3/ |
| H A D | ipuv3-plane.h | 33 int dma, int dp, unsigned int possible_crtcs,
|
| /linux/drivers/gpu/drm/ast/ |
| H A D | ast_sil164.c | 103 encoder->possible_crtcs = drm_crtc_mask(crtc); in ast_sil164_output_init()
|
| H A D | ast_vga.c | 103 encoder->possible_crtcs = drm_crtc_mask(crtc); in ast_vga_output_init()
|
| /linux/drivers/gpu/drm/nouveau/dispnv04/ |
| H A D | tvnv04.c | 232 encoder->possible_crtcs = entry->heads; in nv04_tv_create()
|
| H A D | dac.c | 556 encoder->possible_crtcs = entry->heads; in nv04_dac_create()
|
| /linux/drivers/gpu/drm/renesas/rz-du/ |
| H A D | rzg2l_du_kms.c | 470 encoder->possible_crtcs = route->possible_outputs; in rzg2l_du_modeset_init()
|
| /linux/drivers/gpu/drm/sysfb/ |
| H A D | efidrm.c | 331 encoder->possible_crtcs = drm_crtc_mask(crtc); in efidrm_device_create()
|
| H A D | vesadrm.c | 576 encoder->possible_crtcs = drm_crtc_mask(crtc); in vesadrm_device_create()
|
| /linux/drivers/gpu/drm/vc4/ |
| H A D | vc4_txp.c | 594 encoder->possible_crtcs = drm_crtc_mask(&vc4_crtc->base); in vc4_txp_bind()
|
| /linux/drivers/gpu/drm/radeon/ |
| H A D | radeon_legacy_encoders.c | 1761 encoder->possible_crtcs = 0x1; in radeon_add_legacy_encoder() 1763 encoder->possible_crtcs = 0x3; in radeon_add_legacy_encoder() 1774 encoder->possible_crtcs = 0x1; in radeon_add_legacy_encoder()
|
| /linux/drivers/gpu/drm/tegra/ |
| H A D | plane.c | 96 if (plane->possible_crtcs & drm_crtc_mask(crtc)) { in tegra_plane_supports_sector_layout()
|
| /linux/drivers/gpu/drm/tiny/ |
| H A D | sharp-memory.c | 482 encoder->possible_crtcs = drm_crtc_mask(crtc); in sharp_memory_pipe_init()
|
| H A D | appletbdrm.c | 680 encoder->possible_crtcs = drm_crtc_mask(crtc); in appletbdrm_setup_mode_config()
|