|
| drmModeResPtr | drmModeGetResources (int fd) |
| |
| void | drmModeFreeResources (drmModeResPtr ptr) |
| |
| drmModeCrtcPtr | drmModeGetCrtc (int fd, uint32_t crtcId) |
| |
| int | drmModeSetCrtc (int fd, uint32_t crtcId, uint32_t bufferId, uint32_t x, uint32_t y, uint32_t *connectors, int count, drmModeModeInfoPtr mode) |
| |
| void | drmModeFreeCrtc (drmModeCrtcPtr ptr) |
| |
| drmModeConnectorPtr | drmModeGetConnector (int fd, uint32_t connectorId) |
| |
| void | drmModeFreeConnector (drmModeConnectorPtr ptr) |
| |
| drmModeEncoderPtr | drmModeGetEncoder (int fd, uint32_t encoderId) |
| |
| void | drmModeFreeEncoder (drmModeEncoderPtr ptr) |
| |
| drmModeFBPtr | drmModeGetFB (int fd, uint32_t fbId) |
| |
| void | drmModeFreeFB (drmModeFBPtr ptr) |
| |
| int | drmModeAddFB (int fd, uint32_t width, uint32_t height, uint8_t depth, uint8_t bpp, uint32_t pitch, uint32_t bo, uint32_t *buf_id) |
| |
| int | drmModeAddFB2 (int fd, uint32_t width, uint32_t height, uint32_t pixel_format, const uint32_t bo_handles[4], const uint32_t pitches[4], const uint32_t offsets[4], uint32_t *buf_id, uint32_t flags) |
| |
| int | drmModeRmFB (int fd, uint32_t bufferId) |
| |
| int | drmModePageFlip (int fd, uint32_t crtc_id, uint32_t fb_id, uint32_t flags, void *user_data) |
| |
| int | drmModeCreateDumbBuffer (int fd, struct drm_mode_create_dumb *args) |
| |
| int | drmModeMapDumbBuffer (int fd, struct drm_mode_map_dumb *args) |
| |
| int | drmModeDestroyDumbBuffer (int fd, struct drm_mode_destroy_dumb *args) |
| |
| drmModePlaneResPtr | drmModeGetPlaneResources (int fd) |
| |
| void | drmModeFreePlaneResources (drmModePlaneResPtr ptr) |
| |
| drmModePlanePtr | drmModeGetPlane (int fd, uint32_t plane_id) |
| |
| void | drmModeFreePlane (drmModePlanePtr ptr) |
| |
| int | drmModeSetPlane (int fd, uint32_t plane_id, uint32_t crtc_id, uint32_t fb_id, uint32_t flags, int32_t crtc_x, int32_t crtc_y, uint32_t crtc_w, uint32_t crtc_h, uint32_t src_x, uint32_t src_y, uint32_t src_w, uint32_t src_h) |
| |
| int | drmModeSetCursor (int fd, uint32_t crtcId, uint32_t bo, uint32_t width, uint32_t height) |
| |
| int | drmModeMoveCursor (int fd, uint32_t crtcId, int x, int y) |
| |
| drmModePropertyPtr | drmModeGetProperty (int fd, uint32_t propertyId) |
| |
| void | drmModeFreeProperty (drmModePropertyPtr ptr) |
| |
| int | drmModeCrtcSetGamma (int fd, uint32_t crtcId, uint32_t size, uint16_t *red, uint16_t *green, uint16_t *blue) |
| |
| int | drmModeCrtcGetGamma (int fd, uint32_t crtcId, uint32_t size, uint16_t *red, uint16_t *green, uint16_t *blue) |
| |