Searched refs:drmm_crtc_alloc_with_planes (Results 1 - 3 of 3) sorted by relevance
/kernel/linux/linux-6.6/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
|
/kernel/linux/linux-6.6/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()
|
/kernel/linux/linux-6.6/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()
|
Completed in 4 milliseconds