Home
last modified time | relevance | path

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

12

/dports/multimedia/v4l_compat/linux-5.13-rc2/include/drm/
H A Ddrm_agpsupport.h45 int drm_agp_alloc(struct drm_device *dev, struct drm_agp_buffer *request);
48 int drm_agp_free(struct drm_device *dev, struct drm_agp_buffer *request);
92 struct drm_agp_buffer *request) in drm_agp_alloc()
98 struct drm_agp_buffer *request) in drm_agp_free()
/dports/multimedia/libv4l/linux-5.13-rc2/include/drm/
H A Ddrm_agpsupport.h45 int drm_agp_alloc(struct drm_device *dev, struct drm_agp_buffer *request);
48 int drm_agp_free(struct drm_device *dev, struct drm_agp_buffer *request);
92 struct drm_agp_buffer *request) in drm_agp_alloc()
98 struct drm_agp_buffer *request) in drm_agp_free()
/dports/multimedia/v4l-utils/linux-5.13-rc2/include/drm/
H A Ddrm_agpsupport.h45 int drm_agp_alloc(struct drm_device *dev, struct drm_agp_buffer *request);
48 int drm_agp_free(struct drm_device *dev, struct drm_agp_buffer *request);
92 struct drm_agp_buffer *request) in drm_agp_alloc()
98 struct drm_agp_buffer *request) in drm_agp_free()
/dports/misc/rump/buildrump.sh-b914579/src/sys/external/bsd/drm2/dist/include/drm/
H A Ddrm_agpsupport.h42 int drm_agp_alloc(struct drm_device *dev, struct drm_agp_buffer *request);
45 int drm_agp_free(struct drm_device *dev, struct drm_agp_buffer *request);
139 struct drm_agp_buffer *request) in drm_agp_alloc()
151 struct drm_agp_buffer *request) in drm_agp_free()
/dports/misc/rump/buildrump.sh-b914579/src/sys/external/bsd/drm/dist/bsd-core/
H A Ddrm_agpsupport.c208 int drm_agp_alloc(struct drm_device *dev, struct drm_agp_buffer *request) in drm_agp_alloc()
254 struct drm_agp_buffer request; in drm_agp_alloc_ioctl()
257 request = *(struct drm_agp_buffer *) data; in drm_agp_alloc_ioctl()
263 *(struct drm_agp_buffer *) data = request; in drm_agp_alloc_ioctl()
357 int drm_agp_free(struct drm_device *dev, struct drm_agp_buffer *request) in drm_agp_free()
390 struct drm_agp_buffer request; in drm_agp_free_ioctl()
393 request = *(struct drm_agp_buffer *) data; in drm_agp_free_ioctl()
/dports/multimedia/libv4l/linux-5.13-rc2/drivers/gpu/drm/
H A Ddrm_agpsupport.c192 int drm_agp_alloc(struct drm_device *dev, struct drm_agp_buffer *request) in drm_agp_alloc()
230 struct drm_agp_buffer *request = data; in drm_agp_alloc_ioctl()
340 int drm_agp_free(struct drm_device *dev, struct drm_agp_buffer *request) in drm_agp_free()
364 struct drm_agp_buffer *request = data; in drm_agp_free_ioctl()
/dports/multimedia/v4l-utils/linux-5.13-rc2/drivers/gpu/drm/
H A Ddrm_agpsupport.c192 int drm_agp_alloc(struct drm_device *dev, struct drm_agp_buffer *request) in drm_agp_alloc()
230 struct drm_agp_buffer *request = data; in drm_agp_alloc_ioctl()
340 int drm_agp_free(struct drm_device *dev, struct drm_agp_buffer *request) in drm_agp_free()
364 struct drm_agp_buffer *request = data; in drm_agp_free_ioctl()
/dports/multimedia/v4l_compat/linux-5.13-rc2/drivers/gpu/drm/
H A Ddrm_agpsupport.c192 int drm_agp_alloc(struct drm_device *dev, struct drm_agp_buffer *request) in drm_agp_alloc()
230 struct drm_agp_buffer *request = data; in drm_agp_alloc_ioctl()
340 int drm_agp_free(struct drm_device *dev, struct drm_agp_buffer *request) in drm_agp_free()
364 struct drm_agp_buffer *request = data; in drm_agp_free_ioctl()
/dports/misc/rump/buildrump.sh-b914579/src/sys/external/bsd/drm2/dist/drm/
H A Ddrm_agpsupport.c212 int drm_agp_alloc(struct drm_device *dev, struct drm_agp_buffer *request) in drm_agp_alloc()
261 struct drm_agp_buffer *request = data; in drm_agp_alloc_ioctl()
393 int drm_agp_free(struct drm_device *dev, struct drm_agp_buffer *request) in drm_agp_free()
425 struct drm_agp_buffer *request = data; in drm_agp_free_ioctl()
/dports/misc/rump/buildrump.sh-b914579/src/sys/external/bsd/drm2/dist/uapi/drm/
H A Ddrm.h539 struct drm_agp_buffer { struct
748 #define DRM_IOCTL_AGP_ALLOC DRM_IOWR(0x34, struct drm_agp_buffer)
749 #define DRM_IOCTL_AGP_FREE DRM_IOW( 0x35, struct drm_agp_buffer)
883 typedef struct drm_agp_buffer drm_agp_buffer_t;
/dports/devel/efl/efl-1.25.1/src/static_libs/libdrm/
H A Ddrm.h538 struct drm_agp_buffer { struct
766 #define DRM_IOCTL_AGP_ALLOC DRM_IOWR(0x34, struct drm_agp_buffer)
767 #define DRM_IOCTL_AGP_FREE DRM_IOW( 0x35, struct drm_agp_buffer)
889 typedef struct drm_agp_buffer drm_agp_buffer_t;
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/libdrm/src/include/drm/
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;
/dports/lang/intel-compute-runtime/compute-runtime-21.52.22081/third_party/uapi/prelim/drm/
H A Ddrm.h539 struct drm_agp_buffer { struct
888 #define DRM_IOCTL_AGP_ALLOC DRM_IOWR(0x34, struct drm_agp_buffer)
889 #define DRM_IOCTL_AGP_FREE DRM_IOW( 0x35, struct drm_agp_buffer)
1045 typedef struct drm_agp_buffer drm_agp_buffer_t;
/dports/lang/intel-compute-runtime/compute-runtime-21.52.22081/third_party/uapi/drm/
H A Ddrm.h544 struct drm_agp_buffer { struct
1022 #define DRM_IOCTL_AGP_ALLOC DRM_IOWR(0x34, struct drm_agp_buffer)
1023 #define DRM_IOCTL_AGP_FREE DRM_IOW( 0x35, struct drm_agp_buffer)
1190 typedef struct drm_agp_buffer drm_agp_buffer_t;
/dports/lang/intel-compute-runtime/compute-runtime-21.52.22081/third_party/uapi/dg1/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)
1033 typedef struct drm_agp_buffer drm_agp_buffer_t;
/dports/multimedia/v4l_compat/linux-5.13-rc2/tools/include/uapi/drm/
H A Ddrm.h544 struct drm_agp_buffer { struct
1002 #define DRM_IOCTL_AGP_ALLOC DRM_IOWR(0x34, struct drm_agp_buffer)
1003 #define DRM_IOCTL_AGP_FREE DRM_IOW( 0x35, struct drm_agp_buffer)
1160 typedef struct drm_agp_buffer drm_agp_buffer_t;
/dports/graphics/libdrm/libdrm-2.4.110/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;
/dports/multimedia/libv4l/linux-5.13-rc2/tools/include/uapi/drm/
H A Ddrm.h544 struct drm_agp_buffer { struct
1002 #define DRM_IOCTL_AGP_ALLOC DRM_IOWR(0x34, struct drm_agp_buffer)
1003 #define DRM_IOCTL_AGP_FREE DRM_IOW( 0x35, struct drm_agp_buffer)
1160 typedef struct drm_agp_buffer drm_agp_buffer_t;
/dports/multimedia/libv4l/linux-5.13-rc2/include/uapi/drm/
H A Ddrm.h544 struct drm_agp_buffer { struct
1002 #define DRM_IOCTL_AGP_ALLOC DRM_IOWR(0x34, struct drm_agp_buffer)
1003 #define DRM_IOCTL_AGP_FREE DRM_IOW( 0x35, struct drm_agp_buffer)
1160 typedef struct drm_agp_buffer drm_agp_buffer_t;
/dports/multimedia/libva-intel-media-driver/media-driver-intel-media-22.1.1/media_driver/linux/common/os/i915/include/uapi/
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)
1183 typedef struct drm_agp_buffer drm_agp_buffer_t;
/dports/multimedia/cmrtlib/media-driver-intel-media-20.1.1/media_driver/linux/common/os/i915/include/uapi/
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;
/dports/misc/rump/buildrump.sh-b914579/src/sys/external/bsd/drm/dist/shared-core/
H A Ddrm.h596 struct drm_agp_buffer { struct
1062 #define DRM_IOCTL_AGP_ALLOC DRM_IOWR(0x34, struct drm_agp_buffer)
1063 #define DRM_IOCTL_AGP_FREE DRM_IOW( 0x35, struct drm_agp_buffer)
1170 typedef struct drm_agp_buffer drm_agp_buffer_t;
/dports/multimedia/v4l_compat/linux-5.13-rc2/include/uapi/drm/
H A Ddrm.h544 struct drm_agp_buffer { struct
1002 #define DRM_IOCTL_AGP_ALLOC DRM_IOWR(0x34, struct drm_agp_buffer)
1003 #define DRM_IOCTL_AGP_FREE DRM_IOW( 0x35, struct drm_agp_buffer)
1160 typedef struct drm_agp_buffer drm_agp_buffer_t;
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/libdrm/src/include/drm/
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;
/dports/lang/zig-devel/zig-0.9.0/lib/libc/include/any-linux-any/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)
1183 typedef struct drm_agp_buffer drm_agp_buffer_t;

12