Home
last modified time | relevance | path

Searched refs:drmm_crtc_init_with_planes (Results 1 – 5 of 5) sorted by relevance

/openbmc/linux/include/drm/
H A Ddrm_crtc.h1216 int drmm_crtc_init_with_planes(struct drm_device *dev,
/openbmc/linux/drivers/gpu/drm/vkms/
H A Dvkms_crtc.c284 ret = drmm_crtc_init_with_planes(dev, crtc, primary, cursor, in vkms_crtc_init()
/openbmc/linux/drivers/gpu/drm/
H A Ddrm_crtc.c436 int drmm_crtc_init_with_planes(struct drm_device *dev, struct drm_crtc *crtc, in drmm_crtc_init_with_planes() function
454 EXPORT_SYMBOL(drmm_crtc_init_with_planes);
/openbmc/linux/drivers/gpu/drm/arm/
H A Dmalidp_crtc.c550 ret = drmm_crtc_init_with_planes(drm, &malidp->crtc, primary, NULL, in malidp_crtc_init()
/openbmc/linux/drivers/gpu/drm/vc4/
H A Dvc4_crtc.c1334 ret = drmm_crtc_init_with_planes(drm, crtc, primary_plane, NULL, in __vc4_crtc_init()