Lines Matching refs:crtc_resp
1994 struct drm_mode_crtc *crtc_resp = data; in drm_mode_getcrtc() local
2000 crtc = drm_crtc_find(dev, crtc_resp->crtc_id); in drm_mode_getcrtc()
2005 crtc_resp->gamma_size = crtc->gamma_size; in drm_mode_getcrtc()
2007 crtc_resp->fb_id = crtc->primary->fb->base.id; in drm_mode_getcrtc()
2009 crtc_resp->fb_id = 0; in drm_mode_getcrtc()
2012 crtc_resp->x = crtc->primary->state->src_x >> 16; in drm_mode_getcrtc()
2013 crtc_resp->y = crtc->primary->state->src_y >> 16; in drm_mode_getcrtc()
2015 drm_crtc_convert_to_umode(&crtc_resp->mode, &crtc->state->mode); in drm_mode_getcrtc()
2016 crtc_resp->mode_valid = 1; in drm_mode_getcrtc()
2019 crtc_resp->mode_valid = 0; in drm_mode_getcrtc()
2022 crtc_resp->x = crtc->x; in drm_mode_getcrtc()
2023 crtc_resp->y = crtc->y; in drm_mode_getcrtc()
2025 drm_crtc_convert_to_umode(&crtc_resp->mode, &crtc->mode); in drm_mode_getcrtc()
2026 crtc_resp->mode_valid = 1; in drm_mode_getcrtc()
2029 crtc_resp->mode_valid = 0; in drm_mode_getcrtc()