Home
last modified time | relevance | path

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

/rockchip-linux_mpp/osal/linux/
H A Ddrm.h801 #define DRM_IOWR(nr,type) _IOWR(DRM_IOCTL_BASE,nr,type) macro
803 #define DRM_IOCTL_VERSION DRM_IOWR(0x00, struct drm_version)
804 #define DRM_IOCTL_GET_UNIQUE DRM_IOWR(0x01, struct drm_unique)
806 #define DRM_IOCTL_IRQ_BUSID DRM_IOWR(0x03, struct drm_irq_busid)
807 #define DRM_IOCTL_GET_MAP DRM_IOWR(0x04, struct drm_map)
808 #define DRM_IOCTL_GET_CLIENT DRM_IOWR(0x05, struct drm_client)
810 #define DRM_IOCTL_SET_VERSION DRM_IOWR(0x07, struct drm_set_version)
813 #define DRM_IOCTL_GEM_FLINK DRM_IOWR(0x0a, struct drm_gem_flink)
814 #define DRM_IOCTL_GEM_OPEN DRM_IOWR(0x0b, struct drm_gem_open)
815 #define DRM_IOCTL_GET_CAP DRM_IOWR(0x0c, struct drm_get_cap)
[all …]