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

123456

/linux-master/drivers/gpu/drm/sti/
H A Dsti_cursor.h16 unsigned int possible_crtcs);
H A Dsti_gdp.h22 unsigned int possible_crtcs,
/linux-master/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...]
H A Drcar_du_drv.h53 * @possible_crtcs: bitmask of possible CRTCs for the output
61 unsigned int possible_crtcs; member in struct:rcar_du_output_routing
/linux-master/drivers/gpu/drm/tidss/
H A Dtidss_encoder.h16 u32 encoder_type, u32 possible_crtcs);
H A Dtidss_encoder.c85 u32 encoder_type, u32 possible_crtcs)
102 enc->possible_crtcs = possible_crtcs;
83 tidss_encoder_create(struct tidss_device *tidss, struct drm_bridge *next_bridge, u32 encoder_type, u32 possible_crtcs) argument
H A Dtidss_plane.c185 u32 possible_crtcs; local
203 possible_crtcs = crtc_mask;
207 possible_crtcs,
/linux-master/drivers/gpu/drm/omapdrm/
H A Domap_plane.h22 u32 possible_crtcs);
/linux-master/drivers/gpu/drm/imx/dcss/
H A Ddcss-kms.h41 unsigned int possible_crtcs,
/linux-master/drivers/gpu/drm/vc4/tests/
H A Dvc4_mock.h15 KUNIT_ASSERT_EQ(test, hweight32(encoder->possible_crtcs), 1);
18 if (encoder->possible_crtcs & drm_crtc_mask(crtc))
/linux-master/include/drm/
H A Ddrm_plane.h645 * @possible_crtcs: pipes this plane can be bound to constructed from
648 uint32_t possible_crtcs; member in struct:drm_plane
789 uint32_t possible_crtcs,
801 uint32_t possible_crtcs,
814 * @possible_crtcs: bitmask of possible CRTCs
835 #define drmm_universal_plane_alloc(dev, type, member, possible_crtcs, funcs, formats, \
839 possible_crtcs, funcs, formats, \
846 uint32_t possible_crtcs,
859 * @possible_crtcs: bitmask of possible CRTCs
879 #define drm_universal_plane_alloc(dev, type, member, possible_crtcs, func
[all...]
H A Ddrm_encoder.h146 * @possible_crtcs: Bitmask of potential CRTC bindings, using
156 uint32_t possible_crtcs; member in struct:drm_encoder
299 return !!(encoder->possible_crtcs & drm_crtc_mask(crtc));
H A Ddrm_writeback.h156 u32 possible_crtcs);
/linux-master/drivers/gpu/drm/vkms/
H A Dvkms_output.c43 if (!overlay->base.possible_crtcs)
44 overlay->base.possible_crtcs = drm_crtc_mask(crtc);
98 encoder->possible_crtcs = 1;
/linux-master/drivers/gpu/drm/imx/ipuv3/
H A Dipuv3-plane.h33 int dma, int dp, unsigned int possible_crtcs,
/linux-master/drivers/gpu/drm/mediatek/
H A Dmtk_drm_plane.h50 unsigned long possible_crtcs, enum drm_plane_type type,
/linux-master/drivers/gpu/drm/msm/disp/dpu1/
H A Ddpu_plane.h73 * @possible_crtcs: bitmask of crtc that can be attached to the given pipe
78 unsigned long possible_crtcs);
/linux-master/drivers/gpu/drm/amd/display/amdgpu_dm/
H A Damdgpu_dm_plane.h56 unsigned long possible_crtcs,
/linux-master/drivers/gpu/drm/logicvc/
H A Dlogicvc_interface.c136 uint32_t possible_crtcs = drm_crtc_mask(&logicvc->crtc->drm_crtc); local
138 logicvc->interface->drm_encoder.possible_crtcs = possible_crtcs;
/linux-master/drivers/gpu/drm/tilcdc/
H A Dtilcdc_external.c66 if (iter->possible_crtcs & (1 << priv->crtc->index)) {
95 priv->external_encoder->possible_crtcs = BIT(0);
/linux-master/drivers/gpu/drm/sun4i/
H A Dsun4i_crtc.c246 /* Set possible_crtcs to this crtc for overlay planes */
248 uint32_t possible_crtcs = drm_crtc_mask(&scrtc->crtc); local
252 plane->possible_crtcs = possible_crtcs;
/linux-master/drivers/gpu/drm/
H A Ddrm_writeback.c161 * @possible_crtcs: possible crtcs for the internal writeback encoder
180 u32 possible_crtcs)
186 wb_connector->encoder.possible_crtcs = possible_crtcs;
224 * assigning the encoder helper functions, possible_crtcs and any other encoder
175 drm_writeback_connector_init(struct drm_device *dev, struct drm_writeback_connector *wb_connector, const struct drm_connector_funcs *con_funcs, const struct drm_encoder_helper_funcs *enc_helper_funcs, const u32 *formats, int n_formats, u32 possible_crtcs) argument
H A Ddrm_of.c64 uint32_t possible_crtcs = 0; local
73 possible_crtcs |= drm_of_crtc_port_mask(dev, remote_port);
78 return possible_crtcs;
H A Ddrm_plane.c59 * with multiple CRTCs, see &drm_plane.possible_crtcs.
333 uint32_t possible_crtcs,
425 plane->possible_crtcs = possible_crtcs;
463 * @possible_crtcs: bitmask of possible CRTCs
487 uint32_t possible_crtcs,
500 ret = __drm_universal_plane_init(dev, plane, possible_crtcs, funcs,
519 size_t offset, uint32_t possible_crtcs,
541 ret = __drm_universal_plane_init(dev, plane, possible_crtcs, funcs,
558 size_t offset, uint32_t possible_crtcs,
331 __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) argument
486 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, ...) argument
518 __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, ...) argument
557 __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, ...) argument
[all...]
/linux-master/drivers/gpu/drm/arm/display/komeda/
H A Dkomeda_plane.c202 u32 possible_crtcs = 0; local
209 possible_crtcs |= BIT(i);
212 return possible_crtcs;

Completed in 389 milliseconds

123456