/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/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/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,
|
intel_display.c | 11747 if (!(encoder->possible_crtcs & (1 << i))) 16150 unsigned int possible_crtcs; local in function:intel_primary_plane_create 16231 possible_crtcs = BIT(pipe); 16235 possible_crtcs, plane_funcs, 16242 possible_crtcs, plane_funcs, 16284 unsigned int possible_crtcs; local in function:intel_cursor_plane_create 16317 possible_crtcs = BIT(pipe); 16320 possible_crtcs, &intel_cursor_plane_funcs, 16565 u32 possible_crtcs = 0; local in function:intel_encoder_possible_crtcs 16569 possible_crtcs |= drm_crtc_mask(&crtc->base) [all...] |
/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/external/bsd/drm2/dist/drm/amd/display/amdgpu_dm/ |
amdgpu_dm.c | 144 unsigned long possible_crtcs, 2615 unsigned long possible_crtcs; local in function:initialize_plane 2631 possible_crtcs = 1 << plane_id; 2633 possible_crtcs = 0xff; 2635 ret = amdgpu_dm_plane_init(dm, plane, possible_crtcs, plane_cap); 5344 unsigned long possible_crtcs, 5354 res = drm_universal_plane_init(dm->adev->ddev, plane, possible_crtcs, 5913 aencoder->base.possible_crtcs = amdgpu_dm_get_encoder_crtc_mask(adev);
|