/kernel/linux/linux-6.6/drivers/gpu/drm/renesas/rcar-du/ |
H A D | rcar_du_drv.c | 47 .possible_crtcs = BIT(1) | BIT(0), 51 .possible_crtcs = BIT(0), 71 .possible_crtcs = BIT(0), 75 .possible_crtcs = BIT(1), 95 .possible_crtcs = BIT(0), 99 .possible_crtcs = BIT(1), 103 .possible_crtcs = BIT(0) | BIT(1), 124 .possible_crtcs = BIT(2), 128 .possible_crtcs = BIT(1), 132 .possible_crtcs [all...] |
/kernel/linux/linux-5.10/drivers/gpu/drm/rcar-du/ |
H A D | rcar_du_drv.c | 47 .possible_crtcs = BIT(1) | BIT(0), 51 .possible_crtcs = BIT(0), 69 .possible_crtcs = BIT(0), 73 .possible_crtcs = BIT(1), 91 .possible_crtcs = BIT(0), 95 .possible_crtcs = BIT(1), 99 .possible_crtcs = BIT(0) | BIT(1), 118 .possible_crtcs = BIT(2), 122 .possible_crtcs = BIT(1), 126 .possible_crtcs [all...] |
/kernel/linux/linux-6.6/include/drm/ |
H A D | drm_plane.h | 634 * @possible_crtcs: pipes this plane can be bound to constructed from 637 uint32_t possible_crtcs; member 768 uint32_t possible_crtcs, 780 uint32_t possible_crtcs, 793 * @possible_crtcs: bitmask of possible CRTCs 814 #define drmm_universal_plane_alloc(dev, type, member, possible_crtcs, funcs, formats, \ 818 possible_crtcs, funcs, formats, \ 825 uint32_t possible_crtcs, 838 * @possible_crtcs: bitmask of possible CRTCs 858 #define drm_universal_plane_alloc(dev, type, member, possible_crtcs, func [all...] |
H A D | drm_encoder.h | 139 * @possible_crtcs: Bitmask of potential CRTC bindings, using 149 uint32_t possible_crtcs; member 285 return !!(encoder->possible_crtcs & drm_crtc_mask(crtc)); in drm_encoder_crtc_ok()
|
/kernel/linux/linux-5.10/drivers/gpu/drm/tidss/ |
H A D | tidss_encoder.c | 73 u32 encoder_type, u32 possible_crtcs) in tidss_encoder_create() 82 enc->possible_crtcs = possible_crtcs; in tidss_encoder_create() 72 tidss_encoder_create(struct tidss_device *tidss, u32 encoder_type, u32 possible_crtcs) tidss_encoder_create() argument
|
H A D | tidss_plane.c | 174 u32 possible_crtcs; in tidss_plane_create() local 192 possible_crtcs = crtc_mask; in tidss_plane_create() 196 possible_crtcs, in tidss_plane_create()
|
H A D | tidss_encoder.h | 15 u32 encoder_type, u32 possible_crtcs);
|
/kernel/linux/linux-6.6/drivers/gpu/drm/tidss/ |
H A D | tidss_encoder.c | 85 u32 encoder_type, u32 possible_crtcs) in tidss_encoder_create() 102 enc->possible_crtcs = possible_crtcs; in tidss_encoder_create() 83 tidss_encoder_create(struct tidss_device *tidss, struct drm_bridge *next_bridge, u32 encoder_type, u32 possible_crtcs) tidss_encoder_create() argument
|
H A D | tidss_plane.c | 185 u32 possible_crtcs; in tidss_plane_create() local 203 possible_crtcs = crtc_mask; in tidss_plane_create() 207 possible_crtcs, in tidss_plane_create()
|
H A D | tidss_encoder.h | 16 u32 encoder_type, u32 possible_crtcs);
|
/kernel/linux/linux-6.6/drivers/gpu/drm/vkms/ |
H A D | vkms_output.c | 43 if (!overlay->base.possible_crtcs) in vkms_add_overlay_plane() 44 overlay->base.possible_crtcs = drm_crtc_mask(crtc); in vkms_add_overlay_plane() 98 encoder->possible_crtcs = 1; in vkms_output_init()
|
/kernel/linux/linux-6.6/drivers/gpu/drm/vc4/tests/ |
H 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()
|
/kernel/linux/linux-6.6/drivers/gpu/drm/logicvc/ |
H 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()
|
/kernel/linux/linux-5.10/include/drm/ |
H A D | drm_encoder.h | 140 * @possible_crtcs: Bitmask of potential CRTC bindings, using 150 uint32_t possible_crtcs; member 232 return !!(encoder->possible_crtcs & drm_crtc_mask(crtc)); in drm_encoder_crtc_ok()
|
H A D | drm_plane.h | 606 * @possible_crtcs: pipes this plane can be bound to constructed from 609 uint32_t possible_crtcs; member 734 uint32_t possible_crtcs, 743 uint32_t possible_crtcs,
|
/kernel/linux/linux-5.10/drivers/gpu/drm/ |
H A D | drm_of.c | 66 uint32_t possible_crtcs = 0; in drm_of_find_possible_crtcs() local 75 possible_crtcs |= drm_of_crtc_port_mask(dev, remote_port); in drm_of_find_possible_crtcs() 80 return possible_crtcs; in drm_of_find_possible_crtcs()
|
/kernel/linux/linux-5.10/drivers/gpu/drm/sun4i/ |
H A D | sun4i_crtc.c | 240 /* Set possible_crtcs to this crtc for overlay planes */ in sun4i_crtc_init() 242 uint32_t possible_crtcs = drm_crtc_mask(&scrtc->crtc); in sun4i_crtc_init() local 246 plane->possible_crtcs = possible_crtcs; in sun4i_crtc_init()
|
/kernel/linux/linux-6.6/drivers/gpu/drm/sun4i/ |
H A D | sun4i_crtc.c | 246 /* Set possible_crtcs to this crtc for overlay planes */ in sun4i_crtc_init() 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()
|
/kernel/linux/linux-6.6/drivers/gpu/drm/ |
H A D | drm_plane.c | 59 * with multiple CRTCs, see &drm_plane.possible_crtcs. 236 uint32_t possible_crtcs, in __drm_universal_plane_init() 328 plane->possible_crtcs = possible_crtcs; in __drm_universal_plane_init() 362 * @possible_crtcs: bitmask of possible CRTCs 386 uint32_t possible_crtcs, in drm_universal_plane_init() 399 ret = __drm_universal_plane_init(dev, plane, possible_crtcs, funcs, in drm_universal_plane_init() 418 size_t offset, uint32_t possible_crtcs, in __drmm_universal_plane_alloc() 440 ret = __drm_universal_plane_init(dev, plane, possible_crtcs, funcs, in __drmm_universal_plane_alloc() 457 size_t offset, uint32_t possible_crtcs, in __drm_universal_plane_alloc() 234 __drm_universal_plane_init(struct drm_device *dev, struct drm_plane *plane, uint32_t possible_crtcs, const struct drm_plane_funcs *funcs, const uint32_t *formats, unsigned int format_count, const uint64_t *format_modifiers, enum drm_plane_type type, const char *name, va_list ap) __drm_universal_plane_init() argument 385 drm_universal_plane_init(struct drm_device *dev, struct drm_plane *plane, uint32_t possible_crtcs, const struct drm_plane_funcs *funcs, const uint32_t *formats, unsigned int format_count, const uint64_t *format_modifiers, enum drm_plane_type type, const char *name, ...) drm_universal_plane_init() argument 417 __drmm_universal_plane_alloc(struct drm_device *dev, size_t size, size_t offset, uint32_t possible_crtcs, const struct drm_plane_funcs *funcs, const uint32_t *formats, unsigned int format_count, const uint64_t *format_modifiers, enum drm_plane_type type, const char *name, ...) __drmm_universal_plane_alloc() argument 456 __drm_universal_plane_alloc(struct drm_device *dev, size_t size, size_t offset, uint32_t possible_crtcs, const struct drm_plane_funcs *funcs, const uint32_t *formats, unsigned int format_count, const uint64_t *format_modifiers, enum drm_plane_type type, const char *name, ...) __drm_universal_plane_alloc() argument [all...] |
/kernel/linux/linux-5.10/drivers/gpu/drm/tilcdc/ |
H 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()
|
/kernel/linux/linux-6.6/drivers/gpu/drm/tilcdc/ |
H 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()
|
/kernel/linux/linux-5.10/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,
|
/kernel/linux/linux-6.6/drivers/gpu/drm/sti/ |
H A D | sti_cursor.h | 16 unsigned int possible_crtcs);
|
/kernel/linux/linux-5.10/drivers/gpu/drm/omapdrm/ |
H A D | omap_plane.h | 22 u32 possible_crtcs);
|