Home
last modified time | relevance | path

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

/freebsd/sys/dev/drm2/
H A Ddrm_crtc.c1387 struct drm_mode_crtc *crtc_resp = data; in drm_mode_getcrtc() local
1397 obj = drm_mode_object_find(dev, crtc_resp->crtc_id, in drm_mode_getcrtc()
1405 crtc_resp->x = crtc->x; in drm_mode_getcrtc()
1406 crtc_resp->y = crtc->y; in drm_mode_getcrtc()
1407 crtc_resp->gamma_size = crtc->gamma_size; in drm_mode_getcrtc()
1409 crtc_resp->fb_id = crtc->fb->base.id; in drm_mode_getcrtc()
1411 crtc_resp->fb_id = 0; in drm_mode_getcrtc()
1415 drm_crtc_convert_to_umode(&crtc_resp->mode, &crtc->mode); in drm_mode_getcrtc()
1416 crtc_resp->mode_valid = 1; in drm_mode_getcrtc()
1419 crtc_resp->mode_valid = 0; in drm_mode_getcrtc()