Home
last modified time | relevance | path

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

/kernel/linux/patches/linux-4.19/prebuilts/usr/include/drm/
Ddrm_mode.h178 struct drm_mode_get_plane { struct
Ddrm.h534 #define DRM_IOCTL_MODE_GETPLANE DRM_IOWR(0xB6, struct drm_mode_get_plane)
/kernel/linux/linux-5.10/include/uapi/drm/
Ddrm_mode.h294 struct drm_mode_get_plane { struct
Ddrm.h923 #define DRM_IOCTL_MODE_GETPLANE DRM_IOWR(0xB6, struct drm_mode_get_plane)
/kernel/linux/patches/linux-5.10/prebuilts/usr/include/drm/
Ddrm_mode.h162 struct drm_mode_get_plane { struct
Ddrm.h552 #define DRM_IOCTL_MODE_GETPLANE DRM_IOWR(0xB6, struct drm_mode_get_plane)
/kernel/linux/linux-5.10/tools/include/uapi/drm/
Ddrm.h923 #define DRM_IOCTL_MODE_GETPLANE DRM_IOWR(0xB6, struct drm_mode_get_plane)
/kernel/linux/linux-5.10/drivers/gpu/drm/
Ddrm_plane.c525 struct drm_mode_get_plane *plane_resp = data; in drm_mode_getplane()