Searched refs:drmm_crtc_alloc_with_planes (Results 1 – 8 of 8) sorted by relevance
| /linux-6.15/include/drm/ |
| H A D | drm_crtc.h | 1252 #define drmm_crtc_alloc_with_planes(dev, type, member, primary, cursor, funcs, name, ...) \ macro
|
| /linux-6.15/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-6.15/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-6.15/drivers/gpu/drm/msm/disp/mdp4/ |
| H A D | mdp4_crtc.c | 634 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 D | sprd_dpu.c | 723 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 D | mdp5_crtc.c | 1327 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 D | dpu_crtc.c | 1762 dpu_crtc = drmm_crtc_alloc_with_planes(dev, struct dpu_crtc, base, in dpu_crtc_init()
|
| /linux-6.15/Documentation/gpu/ |
| H A D | todo.rst | 608 various convenience wrappers provided, e.g. drmm_crtc_alloc_with_planes(),
|