Home
last modified time | relevance | path

Searched refs:xen_drm_front_mode_set (Results 1 – 3 of 3) sorted by relevance

/linux-5.19.10/drivers/gpu/drm/xen/
Dxen_drm_front.h133 int xen_drm_front_mode_set(struct xen_drm_front_drm_pipeline *pipeline,
Dxen_drm_front_kms.c118 ret = xen_drm_front_mode_set(pipeline, crtc->x, crtc->y, in display_enable()
138 ret = xen_drm_front_mode_set(pipeline, 0, 0, 0, 0, 0, in display_disable()
Dxen_drm_front.c122 int xen_drm_front_mode_set(struct xen_drm_front_drm_pipeline *pipeline, in xen_drm_front_mode_set() function