Searched refs:drmm_crtc_alloc_with_planes (Results 1 – 7 of 7) sorted by relevance
/linux/include/drm/ |
H A D | drm_crtc.h | 1234 * 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 D | vkms_crtc.c | 279 vkms_out = drmm_crtc_alloc_with_planes(dev, struct vkms_output, crtc, in vkms_crtc_init()
|
/linux/drivers/gpu/drm/imx/ipuv3/ |
H A D | ipuv3-crtc.c | 382 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 D | mdp4_crtc.c | 633 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 D | mdp5_crtc.c | 1327 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 D | dpu_crtc.c | 1795 dpu_crtc = drmm_crtc_alloc_with_planes(dev, struct dpu_crtc, base, in dpu_crtc_init()
|
/linux/Documentation/gpu/ |
H A D | todo.rst | 624 various convenience wrappers provided, e.g. drmm_crtc_alloc_with_planes(),
|