Home
last modified time | relevance | path

Searched refs:possible_crtcs (Results 1 - 25 of 264) sorted by relevance

1234567891011

/kernel/linux/linux-6.6/drivers/gpu/drm/renesas/rcar-du/
H A Drcar_du_drv.c47 .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 Drcar_du_drv.c47 .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 Ddrm_plane.h634 * @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 Ddrm_encoder.h139 * @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 Dtidss_encoder.c73 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 Dtidss_plane.c174 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 Dtidss_encoder.h15 u32 encoder_type, u32 possible_crtcs);
/kernel/linux/linux-6.6/drivers/gpu/drm/tidss/
H A Dtidss_encoder.c85 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 Dtidss_plane.c185 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 Dtidss_encoder.h16 u32 encoder_type, u32 possible_crtcs);
/kernel/linux/linux-6.6/drivers/gpu/drm/vkms/
H A Dvkms_output.c43 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 Dvc4_mock.h15 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 Dlogicvc_interface.c136 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 Ddrm_encoder.h140 * @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 Ddrm_plane.h606 * @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 Ddrm_of.c66 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 Dsun4i_crtc.c240 /* 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 Dsun4i_crtc.c246 /* 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 Ddrm_plane.c59 * 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 Dtilcdc_external.c66 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 Dtilcdc_external.c66 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 Dsti_cursor.h16 unsigned int possible_crtcs);
H A Dsti_gdp.h22 unsigned int possible_crtcs,
/kernel/linux/linux-6.6/drivers/gpu/drm/sti/
H A Dsti_cursor.h16 unsigned int possible_crtcs);
/kernel/linux/linux-5.10/drivers/gpu/drm/omapdrm/
H A Domap_plane.h22 u32 possible_crtcs);

Completed in 11 milliseconds

1234567891011