Searched refs:possible_crtcs (Results 1 - 25 of 143) sorted by last modified time

123456

/linux-master/drivers/gpu/drm/nouveau/dispnv50/
H A Ddisp.c1127 msto->encoder.possible_crtcs = drm_crtc_mask(&head->base.base);
2932 outp->base.base.possible_crtcs = outp->outp.info.heads;
3022 head->msto->encoder.possible_crtcs = disp->disp->head_mask;
/linux-master/include/uapi/drm/
H A Ddrm_mode.h342 * @possible_crtcs: Bitmask of CRTC's compatible with the plane. CRTC's
347 __u32 possible_crtcs; member in struct:drm_mode_get_plane
381 __u32 possible_crtcs; member in struct:drm_mode_get_encoder
/linux-master/include/drm/
H A Ddrm_plane.h647 * @possible_crtcs: pipes this plane can be bound to constructed from
650 uint32_t possible_crtcs; member in struct:drm_plane
796 uint32_t possible_crtcs,
808 uint32_t possible_crtcs,
821 * @possible_crtcs: bitmask of possible CRTCs
842 #define drmm_universal_plane_alloc(dev, type, member, possible_crtcs, funcs, formats, \
846 possible_crtcs, funcs, formats, \
853 uint32_t possible_crtcs,
866 * @possible_crtcs: bitmask of possible CRTCs
886 #define drm_universal_plane_alloc(dev, type, member, possible_crtcs, func
[all...]
/linux-master/drivers/gpu/drm/xlnx/
H A Dzynqmp_kms.c333 u32 possible_crtcs = drm_crtc_mask(&dpsub->drm->crtc); local
337 dpsub->drm->planes[i].possible_crtcs = possible_crtcs;
429 encoder->possible_crtcs |= drm_crtc_mask(&dpsub->drm->crtc);
/linux-master/drivers/gpu/drm/vmwgfx/
H A Dvmwgfx_stdu.c1560 encoder->possible_crtcs = (1 << unit);
H A Dvmwgfx_scrn.c876 encoder->possible_crtcs = (1 << unit);
H A Dvmwgfx_ldu.c488 encoder->possible_crtcs = (1 << unit);
/linux-master/drivers/gpu/drm/vc4/
H A Dvc4_drv.h1025 uint32_t possible_crtcs);
/linux-master/drivers/gpu/drm/tiny/
H A Dsimpledrm.c981 encoder->possible_crtcs = drm_crtc_mask(crtc);
/linux-master/drivers/gpu/drm/tilcdc/
H A Dtilcdc_panel.c100 encoder->possible_crtcs = 1;
/linux-master/drivers/gpu/drm/sun4i/
H A Dsun4i_hdmi_enc.c626 hdmi->encoder.possible_crtcs = drm_of_find_possible_crtcs(drm,
628 if (!hdmi->encoder.possible_crtcs) {
/linux-master/drivers/gpu/drm/rockchip/
H A Drockchip_lvds.c610 encoder->possible_crtcs = drm_of_find_possible_crtcs(drm_dev,
H A Drockchip_drm_vop2.c2638 unsigned long possible_crtcs)
2646 ret = drm_universal_plane_init(vop2->drm, &win->base, possible_crtcs,
2737 u32 possible_crtcs = 0; local
2756 possible_crtcs = BIT(nvp);
2766 possible_crtcs = (1 << nvps) - 1;
2768 ret = vop2_plane_init(vop2, win, possible_crtcs);
2637 vop2_plane_init(struct vop2 *vop2, struct vop2_win *win, unsigned long possible_crtcs) argument
H A Drk3066_hdmi.c543 encoder->possible_crtcs =
552 if (encoder->possible_crtcs == 0)
H A Dinno_hdmi.c708 encoder->possible_crtcs = drm_of_find_possible_crtcs(drm, dev->of_node);
716 if (encoder->possible_crtcs == 0)
H A Dcdn-dp-core.c1065 encoder->possible_crtcs = drm_of_find_possible_crtcs(drm_dev,
1067 DRM_DEBUG_KMS("possible_crtcs = 0x%x\n", encoder->possible_crtcs);
/linux-master/drivers/gpu/drm/mxsfb/
H A Dlcdif_drv.c89 encoder->possible_crtcs = drm_crtc_mask(&lcdif->crtc);
/linux-master/drivers/gpu/drm/msm/disp/mdp5/
H A Dmdp5_kms.c453 encoder->possible_crtcs = (1 << priv->num_crtcs) - 1;
/linux-master/drivers/gpu/drm/msm/disp/mdp4/
H A Dmdp4_kms.c214 encoder->possible_crtcs = 1 << DMA_P;
232 encoder->possible_crtcs = 1 << 1;
260 encoder->possible_crtcs = 1 << DMA_P;
/linux-master/drivers/gpu/drm/msm/disp/dpu1/
H A Ddpu_plane.c1375 unsigned long possible_crtcs)
1373 dpu_plane_init(struct drm_device *dev, uint32_t pipe, enum drm_plane_type type, unsigned long possible_crtcs) argument
H A Ddpu_kms.c801 encoder->possible_crtcs = (1 << priv->num_crtcs) - 1;
/linux-master/drivers/gpu/drm/mediatek/
H A Dmtk_plane.c320 unsigned long possible_crtcs, enum drm_plane_type type,
331 err = drm_universal_plane_init(dev, plane, possible_crtcs,
319 mtk_plane_init(struct drm_device *dev, struct drm_plane *plane, unsigned long possible_crtcs, enum drm_plane_type type, unsigned int supported_rotations, const u32 *formats, size_t num_formats) argument
H A Dmtk_plane.h50 unsigned long possible_crtcs, enum drm_plane_type type,
H A Dmtk_dsi.c840 dsi->encoder.possible_crtcs = mtk_find_possible_crtcs(drm, dsi->host.dev);
H A Dmtk_dpi.c808 dpi->encoder.possible_crtcs = mtk_find_possible_crtcs(drm_dev, dpi->dev);

Completed in 269 milliseconds

123456