Searched refs:crtc_resp (Results 1 – 1 of 1) sorted by relevance
529 struct drm_mode_crtc *crtc_resp = data; in drm_mode_getcrtc() local542 crtc_resp->gamma_size = crtc->gamma_size; in drm_mode_getcrtc()548 crtc_resp->fb_id = plane->fb->base.id; in drm_mode_getcrtc()550 crtc_resp->fb_id = 0; in drm_mode_getcrtc()553 crtc_resp->x = plane->state->src_x >> 16; in drm_mode_getcrtc()562 crtc_resp->mode_valid = 1; in drm_mode_getcrtc()564 crtc_resp->mode_valid = 0; in drm_mode_getcrtc()567 crtc_resp->x = crtc->x; in drm_mode_getcrtc()568 crtc_resp->y = crtc->y; in drm_mode_getcrtc()572 crtc_resp->mode_valid = 1; in drm_mode_getcrtc()[all …]
Completed in 6 milliseconds