Home
last modified time | relevance | path

Searched refs:drmm_crtc_alloc_with_planes (Results 1 – 8 of 8) sorted by relevance

/linux-6.15/include/drm/
H A Ddrm_crtc.h1252 #define drmm_crtc_alloc_with_planes(dev, type, member, primary, cursor, funcs, name, ...) \ macro
/linux-6.15/drivers/gpu/drm/vkms/
H A Dvkms_crtc.c279 vkms_out = drmm_crtc_alloc_with_planes(dev, struct vkms_output, crtc, in vkms_crtc_init()
/linux-6.15/drivers/gpu/drm/imx/ipuv3/
H A Dipuv3-crtc.c382 ipu_crtc = drmm_crtc_alloc_with_planes(drm, struct ipu_crtc, base, in ipu_drm_bind()
/linux-6.15/drivers/gpu/drm/msm/disp/mdp4/
H A Dmdp4_crtc.c634 mdp4_crtc = drmm_crtc_alloc_with_planes(dev, struct mdp4_crtc, base, in mdp4_crtc_init()
/linux-6.15/drivers/gpu/drm/sprd/
H A Dsprd_dpu.c723 dpu = drmm_crtc_alloc_with_planes(drm, struct sprd_dpu, base, in sprd_crtc_init()
/linux-6.15/drivers/gpu/drm/msm/disp/mdp5/
H A Dmdp5_crtc.c1327 mdp5_crtc = drmm_crtc_alloc_with_planes(dev, struct mdp5_crtc, base, in mdp5_crtc_init()
/linux-6.15/drivers/gpu/drm/msm/disp/dpu1/
H A Ddpu_crtc.c1762 dpu_crtc = drmm_crtc_alloc_with_planes(dev, struct dpu_crtc, base, in dpu_crtc_init()
/linux-6.15/Documentation/gpu/
H A Dtodo.rst608 various convenience wrappers provided, e.g. drmm_crtc_alloc_with_planes(),