Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/gpu/drm/
Ddrm_plane.c465 struct drm_mode_get_plane_res *plane_resp = data; in drm_mode_getplane_res() local
475 plane_ptr = u64_to_user_ptr(plane_resp->plane_id_ptr); in drm_mode_getplane_res()
491 if (count < plane_resp->count_planes && in drm_mode_getplane_res()
497 plane_resp->count_planes = count; in drm_mode_getplane_res()
505 struct drm_mode_get_plane *plane_resp = data; in drm_mode_getplane() local
512 plane = drm_plane_find(dev, file_priv, plane_resp->plane_id); in drm_mode_getplane()
518 plane_resp->crtc_id = plane->state->crtc->base.id; in drm_mode_getplane()
520 plane_resp->crtc_id = plane->crtc->base.id; in drm_mode_getplane()
522 plane_resp->crtc_id = 0; in drm_mode_getplane()
525 plane_resp->fb_id = plane->state->fb->base.id; in drm_mode_getplane()
[all …]