Searched refs:DRM_IOCTL_MODE_DESTROY_DUMB (Results 1 – 7 of 7) sorted by relevance
/kernel/linux/patches/linux-4.19/prebuilts/usr/include/drm/ |
D | drm.h | 532 #define DRM_IOCTL_MODE_DESTROY_DUMB DRM_IOWR(0xB4, struct drm_mode_destroy_dumb) macro
|
/kernel/linux/patches/linux-5.10/prebuilts/usr/include/drm/ |
D | drm.h | 550 #define DRM_IOCTL_MODE_DESTROY_DUMB DRM_IOWR(0xB4, struct drm_mode_destroy_dumb) macro
|
/kernel/linux/linux-5.10/include/uapi/drm/ |
D | drm.h | 921 #define DRM_IOCTL_MODE_DESTROY_DUMB DRM_IOWR(0xB4, struct drm_mode_destroy_dumb) macro
|
/kernel/linux/linux-5.10/tools/include/uapi/drm/ |
D | drm.h | 921 #define DRM_IOCTL_MODE_DESTROY_DUMB DRM_IOWR(0xB4, struct drm_mode_destroy_dumb) macro
|
/kernel/linux/linux-5.10/drivers/gpu/drm/ |
D | drm_ioctl.c | 683 DRM_IOCTL_DEF(DRM_IOCTL_MODE_DESTROY_DUMB, drm_mode_destroy_dumb_ioctl, 0),
|
/kernel/linux/patches/linux-5.10/unionpi_tiger_pacth/ |
D | linux-5.10.patch | 4560 - DRM_IOCTL_DEF(DRM_IOCTL_MODE_DESTROY_DUMB, drm_mode_destroy_dumb_ioctl, 0), 4563 + DRM_IOCTL_DEF(DRM_IOCTL_MODE_DESTROY_DUMB, drm_mode_destroy_dumb_ioctl, DRM_RENDER_ALLOW),
|
/kernel/linux/patches/linux-5.10/yangfan_patch/ |
D | drivers.patch | 15164 - DRM_IOCTL_DEF(DRM_IOCTL_MODE_DESTROY_DUMB, drm_mode_destroy_dumb_ioctl, 0), 15167 + DRM_IOCTL_DEF(DRM_IOCTL_MODE_DESTROY_DUMB, drm_mode_destroy_dumb_ioctl, DRM_RENDER_ALLOW),
|