Home
last modified time | relevance | path

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

/linux/include/drm/
H A Ddrm_crtc.h1234 * drmm_crtc_alloc_with_planes - Allocate and initialize a new CRTC object with
1252 #define drmm_crtc_alloc_with_planes(dev, type, member, primary, cursor, funcs, name, ...) \ macro
/linux/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/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/drivers/gpu/drm/msm/disp/mdp4/
H A Dmdp4_crtc.c633 mdp4_crtc = drmm_crtc_alloc_with_planes(dev, struct mdp4_crtc, base, in mdp4_crtc_init()
/linux/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/drivers/gpu/drm/msm/disp/dpu1/
H A Ddpu_crtc.c1795 dpu_crtc = drmm_crtc_alloc_with_planes(dev, struct dpu_crtc, base, in dpu_crtc_init()
/linux/Documentation/gpu/
H A Dtodo.rst624 various convenience wrappers provided, e.g. drmm_crtc_alloc_with_planes(),