Searched refs:drmm_crtc_init_with_planes (Results 1 - 7 of 7) sorted by relevance

/linux-master/drivers/gpu/drm/tests/
H A Ddrm_kunit_helpers.c301 ret = drmm_crtc_init_with_planes(drm, crtc,
/linux-master/include/drm/
H A Ddrm_crtc.h1216 int drmm_crtc_init_with_planes(struct drm_device *dev,
/linux-master/drivers/gpu/drm/vkms/
H A Dvkms_crtc.c281 ret = drmm_crtc_init_with_planes(dev, crtc, primary, cursor,
/linux-master/drivers/gpu/drm/
H A Ddrm_crtc.c334 * drmm_crtc_init_with_planes() instead of drm_crtc_init_with_planes()
396 * drmm_crtc_init_with_planes - Initialise a new CRTC object with
423 int drmm_crtc_init_with_planes(struct drm_device *dev, struct drm_crtc *crtc, function
441 EXPORT_SYMBOL(drmm_crtc_init_with_planes); variable
/linux-master/drivers/gpu/drm/arm/
H A Dmalidp_crtc.c550 ret = drmm_crtc_init_with_planes(drm, &malidp->crtc, primary, NULL,
/linux-master/drivers/gpu/drm/renesas/rz-du/
H A Drzg2l_du_crtc.c414 ret = drmm_crtc_init_with_planes(&rcdu->ddev, crtc, primary, NULL,
/linux-master/drivers/gpu/drm/vc4/
H A Dvc4_crtc.c1334 ret = drmm_crtc_init_with_planes(drm, crtc, primary_plane, NULL,

Completed in 150 milliseconds