Home
last modified time | relevance | path

Searched refs:drm_agp_buffer (Results 1 - 14 of 14) sorted by relevance

/kernel/linux/linux-5.10/include/drm/
H A Ddrm_agpsupport.h49 int drm_agp_alloc(struct drm_device *dev, struct drm_agp_buffer *request);
52 int drm_agp_free(struct drm_device *dev, struct drm_agp_buffer *request);
110 struct drm_agp_buffer *request) in drm_agp_alloc()
116 struct drm_agp_buffer *request) in drm_agp_free()
/kernel/linux/linux-6.6/include/drm/
H A Ddrm_legacy.h269 int drm_legacy_agp_alloc(struct drm_device *dev, struct drm_agp_buffer *request);
270 int drm_legacy_agp_free(struct drm_device *dev, struct drm_agp_buffer *request);
302 struct drm_agp_buffer *request) in drm_legacy_agp_alloc()
308 struct drm_agp_buffer *request) in drm_legacy_agp_free()
/kernel/linux/linux-5.10/drivers/gpu/drm/
H A Ddrm_agpsupport.c196 * \param arg pointer to a drm_agp_buffer structure.
202 int drm_agp_alloc(struct drm_device *dev, struct drm_agp_buffer *request) in drm_agp_alloc()
240 struct drm_agp_buffer *request = data; in drm_agp_alloc_ioctl()
354 * \param arg pointer to a drm_agp_buffer structure.
362 int drm_agp_free(struct drm_device *dev, struct drm_agp_buffer *request) in drm_agp_free()
386 struct drm_agp_buffer *request = data; in drm_agp_free_ioctl()
H A Ddrm_ioc32.c697 struct drm_agp_buffer request; in compat_drm_agp_alloc()
725 struct drm_agp_buffer request; in compat_drm_agp_free()
735 u32 handle; /**< From drm_agp_buffer */
/kernel/linux/linux-6.6/drivers/gpu/drm/
H A Ddrm_agpsupport.c195 int drm_legacy_agp_alloc(struct drm_device *dev, struct drm_agp_buffer *request) in drm_legacy_agp_alloc()
233 struct drm_agp_buffer *request = data; in drm_legacy_agp_alloc_ioctl()
343 int drm_legacy_agp_free(struct drm_device *dev, struct drm_agp_buffer *request) in drm_legacy_agp_free()
367 struct drm_agp_buffer *request = data; in drm_legacy_agp_free_ioctl()
H A Ddrm_ioc32.c693 struct drm_agp_buffer request; in compat_drm_agp_alloc()
721 struct drm_agp_buffer request; in compat_drm_agp_free()
731 u32 handle; /**< From drm_agp_buffer */
/kernel/linux/linux-5.10/tools/include/uapi/drm/
H A Ddrm.h545 struct drm_agp_buffer { struct
558 unsigned long handle; /**< From drm_agp_buffer */
884 #define DRM_IOCTL_AGP_ALLOC DRM_IOWR(0x34, struct drm_agp_buffer)
885 #define DRM_IOCTL_AGP_FREE DRM_IOW( 0x35, struct drm_agp_buffer)
1042 typedef struct drm_agp_buffer drm_agp_buffer_t;
/kernel/linux/linux-5.10/include/uapi/drm/
H A Ddrm.h545 struct drm_agp_buffer { struct
558 unsigned long handle; /**< From drm_agp_buffer */
884 #define DRM_IOCTL_AGP_ALLOC DRM_IOWR(0x34, struct drm_agp_buffer)
885 #define DRM_IOCTL_AGP_FREE DRM_IOW( 0x35, struct drm_agp_buffer)
1042 typedef struct drm_agp_buffer drm_agp_buffer_t;
/kernel/linux/linux-6.6/include/uapi/drm/
H A Ddrm.h544 struct drm_agp_buffer { struct
557 unsigned long handle; /**< From drm_agp_buffer */
1092 #define DRM_IOCTL_AGP_ALLOC DRM_IOWR(0x34, struct drm_agp_buffer)
1093 #define DRM_IOCTL_AGP_FREE DRM_IOW( 0x35, struct drm_agp_buffer)
1315 typedef struct drm_agp_buffer drm_agp_buffer_t;
/kernel/linux/linux-6.6/tools/include/uapi/drm/
H A Ddrm.h544 struct drm_agp_buffer { struct
557 unsigned long handle; /**< From drm_agp_buffer */
1092 #define DRM_IOCTL_AGP_ALLOC DRM_IOWR(0x34, struct drm_agp_buffer)
1093 #define DRM_IOCTL_AGP_FREE DRM_IOW( 0x35, struct drm_agp_buffer)
1315 typedef struct drm_agp_buffer drm_agp_buffer_t;
/kernel/linux/patches/linux-4.19/prebuilts/usr/include/drm/
H A Ddrm.h306 struct drm_agp_buffer { struct
502 #define DRM_IOCTL_AGP_ALLOC DRM_IOWR(0x34, struct drm_agp_buffer)
503 #define DRM_IOCTL_AGP_FREE DRM_IOW( 0x35, struct drm_agp_buffer)
613 typedef struct drm_agp_buffer drm_agp_buffer_t;
/kernel/linux/patches/linux-6.6/prebuilts/usr/include/drm/
H A Ddrm.h308 struct drm_agp_buffer { struct
520 #define DRM_IOCTL_AGP_ALLOC DRM_IOWR(0x34, struct drm_agp_buffer)
521 #define DRM_IOCTL_AGP_FREE DRM_IOW(0x35, struct drm_agp_buffer)
635 typedef struct drm_agp_buffer drm_agp_buffer_t;
/kernel/linux/patches/linux-5.10/prebuilts/usr/include/drm/
H A Ddrm.h308 struct drm_agp_buffer { struct
520 #define DRM_IOCTL_AGP_ALLOC DRM_IOWR(0x34, struct drm_agp_buffer)
521 #define DRM_IOCTL_AGP_FREE DRM_IOW(0x35, struct drm_agp_buffer)
635 typedef struct drm_agp_buffer drm_agp_buffer_t;
/kernel/linux/linux-5.10/drivers/gpu/drm/mga/
H A Dmga_dma.c467 struct drm_agp_buffer agp_req; in mga_do_agp_dma_bootstrap()
971 struct drm_agp_buffer free_req; in mga_do_cleanup_dma()

Completed in 32 milliseconds