Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/gpu/drm/
Ddrm_plane.c477 struct drm_mode_get_plane_res *plane_resp = data; in drm_mode_getplane_res() local
485 plane_ptr = u64_to_user_ptr(plane_resp->plane_id_ptr); in drm_mode_getplane_res()
501 if (count < plane_resp->count_planes && in drm_mode_getplane_res()
507 plane_resp->count_planes = count; in drm_mode_getplane_res()
515 struct drm_mode_get_plane *plane_resp = data; in drm_mode_getplane() local
522 plane = drm_plane_find(dev, file_priv, plane_resp->plane_id); in drm_mode_getplane()
528 plane_resp->crtc_id = plane->state->crtc->base.id; in drm_mode_getplane()
530 plane_resp->crtc_id = plane->crtc->base.id; in drm_mode_getplane()
532 plane_resp->crtc_id = 0; in drm_mode_getplane()
535 plane_resp->fb_id = plane->state->fb->base.id; in drm_mode_getplane()
[all …]