| /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 3010 possible_crtcs = BIT(pipe); 3013 possible_crtcs, plane_funcs, 3064 unsigned long possible_crtcs; local 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 16231 possible_crtcs = BIT(pipe); 16235 possible_crtcs, plane_funcs, 16242 possible_crtcs, plane_funcs, 16284 unsigned int possible_crtcs; local 16317 possible_crtcs = BIT(pipe); 16320 possible_crtcs, &intel_cursor_plane_funcs, 16565 u32 possible_crtcs = 0; local 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
|