Searched refs:bufferId (Results 1 – 2 of 2) sorted by relevance
/hardware/intel/img/libdrm/libdrm/ |
D | xf86drmMode.h | 292 extern drmModeFBPtr drmModeGetFB(int fd, uint32_t bufferId); 303 extern int drmModeRmFB(int fd, uint32_t bufferId); 317 int drmModeSetCrtc(int fd, uint32_t crtcId, uint32_t bufferId,
|
D | xf86drmMode.c | 212 int drmModeRmFB(int fd, uint32_t bufferId) in drmModeRmFB() argument 214 return drmIoctl(fd, DRM_IOCTL_MODE_RMFB, &bufferId); in drmModeRmFB() 277 int drmModeSetCrtc(int fd, uint32_t crtcId, uint32_t bufferId, in drmModeSetCrtc() argument 286 crtc.fb_id = bufferId; in drmModeSetCrtc()
|