/src/sys/external/bsd/drm2/dist/include/drm/ |
drm_encoder.h | 142 * @possible_crtcs: Bitmask of potential CRTC bindings, using 152 uint32_t possible_crtcs; member in struct:drm_encoder 229 return !!(encoder->possible_crtcs & drm_crtc_mask(crtc));
|
drm_plane.h | 608 * @possible_crtcs: pipes this plane can be bound to constructed from 611 uint32_t possible_crtcs; member in struct:drm_plane 736 uint32_t possible_crtcs, 745 uint32_t possible_crtcs,
|
/src/sys/external/bsd/drm2/dist/drm/ |
drm_encoder.c | 244 enc_resp->possible_crtcs = drm_lease_filter_crtcs(file_priv, 245 encoder->possible_crtcs);
|
drm_plane.c | 164 * @possible_crtcs: bitmask of possible CRTCs 179 uint32_t possible_crtcs, 264 plane->possible_crtcs = possible_crtcs; 324 * @possible_crtcs: bitmask of possible CRTCs 338 uint32_t possible_crtcs, 346 return drm_universal_plane_init(dev, plane, possible_crtcs, funcs, 548 plane_resp->possible_crtcs = drm_lease_filter_crtcs(file_priv, 549 plane->possible_crtcs); 612 if (!(plane->possible_crtcs & drm_crtc_mask(crtc))) [all...] |
drm_crtc.c | 290 if (primary && !primary->possible_crtcs) 291 primary->possible_crtcs = drm_crtc_mask(crtc); 292 if (cursor && !cursor->possible_crtcs) 293 cursor->possible_crtcs = drm_crtc_mask(crtc);
|
/src/sys/arch/arm/sunxi/ |
sunxi_lcdc.c | 358 const int crtc_index = ffs32(sc->sc_encoder.base.possible_crtcs) - 1; 377 const int crtc_index = ffs32(sc->sc_encoder.base.possible_crtcs) - 1; 410 sc->sc_encoder.base.possible_crtcs = 1 << drm_crtc_index(crtc); 452 const int crtc_index = ffs32(sc->sc_encoder.base.possible_crtcs) - 1;
|
/src/sys/external/bsd/drm/dist/shared-core/ |
drm_mode.h | 136 uint32_t possible_crtcs; member in struct:drm_mode_get_encoder
|
/src/sys/external/bsd/drm2/dist/include/uapi/drm/ |
drm_mode.h | 302 __u32 possible_crtcs; member in struct:drm_mode_get_plane 330 __u32 possible_crtcs; member in struct:drm_mode_get_encoder
|
/src/sys/arch/arm/nxp/ |
imx6_dwhdmi.c | 162 sc->sc_encoder.possible_crtcs = 3; // 1U << drm_crtc_index(crtc); /* XXX */
|
/src/sys/arch/arm/rockchip/ |
rk_anxdp.c | 160 sc->sc_encoder.possible_crtcs = 0x2; /* VOPB only */
|
rk_dwhdmi.c | 157 sc->sc_encoder.possible_crtcs = 3; // 1U << drm_crtc_index(crtc); /* XXX */
|
/src/sys/external/bsd/drm2/dist/drm/nouveau/dispnv04/ |
nouveau_dispnv04_tvnv04.c | 239 encoder->possible_crtcs = entry->heads;
|
nouveau_dispnv04_dac.c | 560 encoder->possible_crtcs = entry->heads;
|
/src/sys/external/bsd/drm2/dist/drm/radeon/ |
radeon_dp_mst.c | 633 encoder->possible_crtcs = 0x1; 637 encoder->possible_crtcs = 0x3; 640 encoder->possible_crtcs = 0xf; 643 encoder->possible_crtcs = 0x3f;
|
radeon_legacy_encoders.c | 1773 encoder->possible_crtcs = 0x1; 1775 encoder->possible_crtcs = 0x3; 1786 encoder->possible_crtcs = 0x1;
|
radeon_atombios_encoders.c | 2756 encoder->possible_crtcs = 0x1; 2760 encoder->possible_crtcs = 0x3; 2763 encoder->possible_crtcs = 0xf; 2766 encoder->possible_crtcs = 0x3f;
|
/src/sys/external/bsd/drm2/dist/drm/virtio/ |
virtgpu_display.c | 293 encoder->possible_crtcs = 1 << index;
|
/src/sys/external/bsd/drm2/dist/drm/vboxvideo/ |
vbox_mode.c | 515 unsigned int possible_crtcs, 543 err = drm_universal_plane_init(&vbox->ddev, plane, possible_crtcs, 640 vbox_encoder->base.possible_crtcs = 1 << i;
|
/src/sys/external/bsd/drm2/dist/drm/i915/display/ |
intel_sprite.c | 2955 unsigned int possible_crtcs; local in function:skl_universal_plane_create 3010 possible_crtcs = BIT(pipe); 3013 possible_crtcs, plane_funcs, 3064 unsigned long possible_crtcs; local in function:intel_sprite_plane_create 3149 possible_crtcs = BIT(pipe); 3152 possible_crtcs, plane_funcs,
|
/src/sys/external/bsd/drm2/dist/drm/qxl/ |
qxl_display.c | 897 unsigned int possible_crtcs, 925 err = drm_universal_plane_init(&qdev->ddev, plane, possible_crtcs, 1125 encoder->possible_crtcs = 1 << num_output;
|
/src/sys/external/bsd/drm2/dist/drm/vmwgfx/ |
vmwgfx_ldu.c | 442 encoder->possible_crtcs = (1 << unit);
|
/src/sys/external/bsd/drm2/dist/drm/nouveau/dispnv50/ |
nouveau_dispnv50_disp.c | 486 encoder->possible_crtcs = dcbe->heads; 1064 msto->encoder.possible_crtcs = drm_crtc_mask(&head->base.base); 1731 encoder->possible_crtcs = dcbe->heads; 1887 encoder->possible_crtcs = dcbe->heads; 2550 head->msto->encoder.possible_crtcs = crtcs;
|
/src/sys/external/bsd/drm2/dist/drm/amd/amdgpu/ |
amdgpu_dce_virtual.c | 599 encoder->possible_crtcs = 1 << index;
|
amdgpu_dce_v11_0.c | 3636 encoder->possible_crtcs = 0x1; 3640 encoder->possible_crtcs = 0x3; 3643 encoder->possible_crtcs = 0x7; 3646 encoder->possible_crtcs = 0xf; 3649 encoder->possible_crtcs = 0x1f; 3652 encoder->possible_crtcs = 0x3f;
|
/src/sys/arch/arm/ti/ |
ti_lcdc.c | 351 sc->sc_encoder.base.possible_crtcs = 1 << drm_crtc_index(&sc->sc_crtc.base);
|