Searched refs:crtc_resp (Results 1 – 1 of 1) sorted by relevance
470 struct drm_mode_crtc *crtc_resp = data; in drm_mode_getcrtc() local477 crtc = drm_crtc_find(dev, file_priv, crtc_resp->crtc_id); in drm_mode_getcrtc()483 crtc_resp->gamma_size = crtc->gamma_size; in drm_mode_getcrtc()487 crtc_resp->fb_id = plane->state->fb->base.id; in drm_mode_getcrtc()489 crtc_resp->fb_id = plane->fb->base.id; in drm_mode_getcrtc()491 crtc_resp->fb_id = 0; in drm_mode_getcrtc()494 crtc_resp->x = plane->state->src_x >> 16; in drm_mode_getcrtc()495 crtc_resp->y = plane->state->src_y >> 16; in drm_mode_getcrtc()502 drm_mode_convert_to_umode(&crtc_resp->mode, &crtc->state->mode); in drm_mode_getcrtc()503 crtc_resp->mode_valid = 1; in drm_mode_getcrtc()[all …]