Home | History | Annotate | Download | only in d3dadapter9

Lines Matching defs:drm

38 #include "d3dadapter/drm.h"
43 #include "drm-uapi/drm.h"
99 struct d3dadapter9drm_context *drm = (struct d3dadapter9drm_context *)ctx;
107 if (drm->swdev)
108 pipe_loader_release(&drm->swdev, 1);
109 if (drm->dev)
110 pipe_loader_release(&drm->dev, 1);
112 close(drm->fd);
226 ERR("Failed to probe drm fd %d.\n", fd);
316 ERR("Couldn't wrap drm screen to swrast screen. Software devices "