Searched refs:kplane_res (Results 1 - 1 of 1) sorted by last modified time

/xsrc/external/mit/xorg-server/dist/hw/xfree86/drivers/modesetting/
H A Ddrmmode_display.c2188 drmModePlaneRes *kplane_res; local in function:drmmode_crtc_create_planes
2232 kplane_res = drmModeGetPlaneResources(drmmode->fd);
2233 if (!kplane_res) {
2240 for (i = 0; i < kplane_res->count_planes; i++) {
2243 kplane = drmModeGetPlane(drmmode->fd, kplane_res->planes[i]);
2320 drmModeFreePlaneResources(kplane_res);

Completed in 7 milliseconds