Searched refs:vbox_create_plane (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-5.10/drivers/gpu/drm/vboxvideo/ |
H A D | vbox_mode.c | 499 static struct drm_plane *vbox_create_plane(struct vbox_private *vbox, in vbox_create_plane() function 562 primary = vbox_create_plane(vbox, 1 << i, DRM_PLANE_TYPE_PRIMARY); in vbox_crtc_init() 569 cursor = vbox_create_plane(vbox, 1 << i, DRM_PLANE_TYPE_CURSOR); in vbox_crtc_init()
|
/kernel/linux/linux-6.6/drivers/gpu/drm/vboxvideo/ |
H A D | vbox_mode.c | 505 static struct drm_plane *vbox_create_plane(struct vbox_private *vbox, in vbox_create_plane() function 568 primary = vbox_create_plane(vbox, 1 << i, DRM_PLANE_TYPE_PRIMARY); in vbox_crtc_init() 575 cursor = vbox_create_plane(vbox, 1 << i, DRM_PLANE_TYPE_CURSOR); in vbox_crtc_init()
|
Completed in 3 milliseconds