Home
last modified time | relevance | path

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

/kernel/linux/patches/linux-4.19/prebuilts/usr/include/drm/
Ddrm.h258 struct drm_auth { struct
455 #define DRM_IOCTL_GET_MAGIC DRM_IOR( 0x02, struct drm_auth)
468 #define DRM_IOCTL_AUTH_MAGIC DRM_IOW( 0x11, struct drm_auth)
610 typedef struct drm_auth drm_auth_t;
/kernel/linux/patches/linux-5.10/prebuilts/usr/include/drm/
Ddrm.h262 struct drm_auth { struct
473 #define DRM_IOCTL_GET_MAGIC DRM_IOR(0x02, struct drm_auth)
486 #define DRM_IOCTL_AUTH_MAGIC DRM_IOW(0x11, struct drm_auth)
632 typedef struct drm_auth drm_auth_t;
/kernel/linux/linux-5.10/include/uapi/drm/
Ddrm.h462 struct drm_auth { struct
830 #define DRM_IOCTL_GET_MAGIC DRM_IOR( 0x02, struct drm_auth)
844 #define DRM_IOCTL_AUTH_MAGIC DRM_IOW( 0x11, struct drm_auth)
1038 typedef struct drm_auth drm_auth_t;
/kernel/linux/linux-5.10/tools/include/uapi/drm/
Ddrm.h462 struct drm_auth { struct
830 #define DRM_IOCTL_GET_MAGIC DRM_IOR( 0x02, struct drm_auth)
844 #define DRM_IOCTL_AUTH_MAGIC DRM_IOW( 0x11, struct drm_auth)
1038 typedef struct drm_auth drm_auth_t;
/kernel/linux/linux-5.10/drivers/gpu/drm/
Ddrm_auth.c66 struct drm_auth *auth = data; in drm_getmagic()
87 struct drm_auth *auth = data; in drm_authmagic()
DMakefile6 drm-y := drm_auth.o drm_cache.o \
/kernel/linux/linux-5.10/Documentation/gpu/
Ddrm-uapi.rst31 .. kernel-doc:: drivers/gpu/drm/drm_auth.c
34 .. kernel-doc:: drivers/gpu/drm/drm_auth.c
37 .. kernel-doc:: include/drm/drm_auth.h
/kernel/linux/patches/linux-5.10/yangfan_patch/
Dinclude.patch270 diff --git a/include/drm/drm_auth.h b/include/drm/drm_auth.h
272 --- a/include/drm/drm_auth.h
273 +++ b/include/drm/drm_auth.h
Ddrivers.patch78 drivers/gpu/drm/drm_auth.c | 42 +-
7485 @@ -7,7 +7,7 @@ drm-y := drm_auth.o drm_cache.o \
7494 @@ -20,6 +20,7 @@ drm-y := drm_auth.o drm_cache.o \
14658 diff --git a/drivers/gpu/drm/drm_auth.c b/drivers/gpu/drm/drm_auth.c
14660 --- a/drivers/gpu/drm/drm_auth.c
14661 +++ b/drivers/gpu/drm/drm_auth.c
/kernel/linux/patches/linux-5.10/imx8mm_patch/patches/drivers/
D0020_linux_drivers_gpu.patch25 @@ -18,7 +18,7 @@ drm-y := drm_auth.o drm_cache.o \