Searched refs:crtc_resp (Results 1 – 1 of 1) sorted by relevance
1878 struct drm_mode_crtc *crtc_resp = data; in drm_mode_getcrtc() local1887 crtc = drm_crtc_find(dev, crtc_resp->crtc_id); in drm_mode_getcrtc()1893 crtc_resp->x = crtc->x; in drm_mode_getcrtc()1894 crtc_resp->y = crtc->y; in drm_mode_getcrtc()1895 crtc_resp->gamma_size = crtc->gamma_size; in drm_mode_getcrtc()1897 crtc_resp->fb_id = crtc->primary->fb->base.id; in drm_mode_getcrtc()1899 crtc_resp->fb_id = 0; in drm_mode_getcrtc()1903 drm_crtc_convert_to_umode(&crtc_resp->mode, &crtc->mode); in drm_mode_getcrtc()1904 crtc_resp->mode_valid = 1; in drm_mode_getcrtc()1907 crtc_resp->mode_valid = 0; in drm_mode_getcrtc()