Home
last modified time | relevance | path

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

/Linux-v6.1/drivers/gpu/drm/
Ddrm_plane.c653 struct drm_mode_get_plane_res *plane_resp = data; in drm_mode_getplane_res() local
661 plane_ptr = u64_to_user_ptr(plane_resp->plane_id_ptr); in drm_mode_getplane_res()
677 if (count < plane_resp->count_planes && in drm_mode_getplane_res()
683 plane_resp->count_planes = count; in drm_mode_getplane_res()
691 struct drm_mode_get_plane *plane_resp = data; in drm_mode_getplane() local
698 plane = drm_plane_find(dev, file_priv, plane_resp->plane_id); in drm_mode_getplane()
704 plane_resp->crtc_id = plane->state->crtc->base.id; in drm_mode_getplane()
706 plane_resp->crtc_id = plane->crtc->base.id; in drm_mode_getplane()
708 plane_resp->crtc_id = 0; in drm_mode_getplane()
711 plane_resp->fb_id = plane->state->fb->base.id; in drm_mode_getplane()
[all …]