Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/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()
/OK3568_Linux_fs/kernel/drivers/gpu/drm/
H A Ddrm_agpsupport.c202 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()
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()
/OK3568_Linux_fs/external/mpp/osal/linux/
H A Ddrm.h546 struct drm_agp_buffer { struct
859 #define DRM_IOCTL_AGP_ALLOC DRM_IOWR(0x34, struct drm_agp_buffer)
860 #define DRM_IOCTL_AGP_FREE DRM_IOW( 0x35, struct drm_agp_buffer)
1010 typedef struct drm_agp_buffer drm_agp_buffer_t;
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/aarch64-none-linux-gnu/libc/usr/include/drm/
H A Ddrm.h538 struct drm_agp_buffer { struct
844 #define DRM_IOCTL_AGP_ALLOC DRM_IOWR(0x34, struct drm_agp_buffer)
845 #define DRM_IOCTL_AGP_FREE DRM_IOW( 0x35, struct drm_agp_buffer)
994 typedef struct drm_agp_buffer drm_agp_buffer_t;
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/libc/usr/include/drm/
H A Ddrm.h538 struct drm_agp_buffer { struct
844 #define DRM_IOCTL_AGP_ALLOC DRM_IOWR(0x34, struct drm_agp_buffer)
845 #define DRM_IOCTL_AGP_FREE DRM_IOW( 0x35, struct drm_agp_buffer)
994 typedef struct drm_agp_buffer drm_agp_buffer_t;
/OK3568_Linux_fs/kernel/include/uapi/drm/
H A Ddrm.h545 struct drm_agp_buffer { struct
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;
/OK3568_Linux_fs/external/security/librkcrypto/third_party/libdrm/include/drm/
H A Ddrm.h538 struct drm_agp_buffer { struct
1016 #define DRM_IOCTL_AGP_ALLOC DRM_IOWR(0x34, struct drm_agp_buffer)
1017 #define DRM_IOCTL_AGP_FREE DRM_IOW( 0x35, struct drm_agp_buffer)
1173 typedef struct drm_agp_buffer drm_agp_buffer_t;
/OK3568_Linux_fs/external/linux-rga/samples/im2d_slt/third-party/libdrm/include/libdrm/
H A Ddrm.h539 struct drm_agp_buffer { struct
877 #define DRM_IOCTL_AGP_ALLOC DRM_IOWR(0x34, struct drm_agp_buffer)
878 #define DRM_IOCTL_AGP_FREE DRM_IOW( 0x35, struct drm_agp_buffer)
1032 typedef struct drm_agp_buffer drm_agp_buffer_t;
/OK3568_Linux_fs/external/linux-rga/core/3rdparty/libdrm/include/drm/
H A Ddrm.h539 struct drm_agp_buffer { struct
878 #define DRM_IOCTL_AGP_ALLOC DRM_IOWR(0x34, struct drm_agp_buffer)
879 #define DRM_IOCTL_AGP_FREE DRM_IOW( 0x35, struct drm_agp_buffer)
1035 typedef struct drm_agp_buffer drm_agp_buffer_t;
/OK3568_Linux_fs/external/camera_engine_rkaiq/rkisp_demo/demo/include/libdrm/
H A Ddrm.h539 struct drm_agp_buffer { struct
877 #define DRM_IOCTL_AGP_ALLOC DRM_IOWR(0x34, struct drm_agp_buffer)
878 #define DRM_IOCTL_AGP_FREE DRM_IOW( 0x35, struct drm_agp_buffer)
1032 typedef struct drm_agp_buffer drm_agp_buffer_t;
/OK3568_Linux_fs/external/linux-rga/samples/utils/3rdparty/libdrm/include/libdrm/
H A Ddrm.h539 struct drm_agp_buffer { struct
877 #define DRM_IOCTL_AGP_ALLOC DRM_IOWR(0x34, struct drm_agp_buffer)
878 #define DRM_IOCTL_AGP_FREE DRM_IOW( 0x35, struct drm_agp_buffer)
1032 typedef struct drm_agp_buffer drm_agp_buffer_t;
/OK3568_Linux_fs/kernel/tools/include/uapi/drm/
H A Ddrm.h545 struct drm_agp_buffer { struct
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;
/OK3568_Linux_fs/kernel/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()