Home
last modified time | relevance | path

Searched refs:ttm_device_funcs (Results 1 – 15 of 15) sorted by relevance

/linux/include/drm/ttm/
H A Dttm_device.h61 struct ttm_device_funcs { struct
226 const struct ttm_device_funcs *funcs; argument
292 int ttm_device_init(struct ttm_device *bdev, const struct ttm_device_funcs *funcs,
/linux/drivers/gpu/drm/i915/
H A Dintel_region_ttm.h15 struct ttm_device_funcs;
35 struct ttm_device_funcs *i915_ttm_driver(void);
/linux/drivers/gpu/drm/ttm/tests/
H A Dttm_kunit_helpers.h19 extern struct ttm_device_funcs ttm_dev_funcs;
20 extern struct ttm_device_funcs ttm_dev_funcs_bad_evict;
H A Dttm_kunit_helpers.c122 struct ttm_device_funcs *funcs) in ttm_device_kunit_init_with_funcs()
135 struct ttm_device_funcs ttm_dev_funcs = {
154 struct ttm_device_funcs ttm_dev_funcs_bad_evict = {
H A Dttm_tt_test.c219 static struct ttm_device_funcs ttm_dev_empty_funcs = {
/linux/drivers/gpu/drm/qxl/
H A Dqxl_ttm.c173 static struct ttm_device_funcs qxl_bo_driver = {
/linux/drivers/gpu/drm/xe/
H A Dxe_bo.h296 extern const struct ttm_device_funcs xe_ttm_funcs;
H A Dxe_bo.c1603 const struct ttm_device_funcs xe_ttm_funcs = {
/linux/drivers/gpu/drm/vmwgfx/
H A Dvmwgfx_ttm_buffer.c548 struct ttm_device_funcs vmw_bo_driver = {
H A Dvmwgfx_drv.h912 extern struct ttm_device_funcs vmw_bo_driver;
/linux/drivers/gpu/drm/i915/gem/
H A Di915_gem_ttm.c748 static struct ttm_device_funcs i915_ttm_bo_driver = {
768 struct ttm_device_funcs *i915_ttm_driver(void) in i915_ttm_driver()
/linux/drivers/gpu/drm/loongson/
H A Dlsdc_ttm.c241 static struct ttm_device_funcs lsdc_bo_driver = {
/linux/drivers/gpu/drm/
H A Ddrm_gem_vram_helper.c809 static struct ttm_device_funcs bo_driver = {
/linux/drivers/gpu/drm/radeon/
H A Dradeon_ttm.c667 static struct ttm_device_funcs radeon_bo_driver = {
/linux/drivers/gpu/drm/amd/amdgpu/
H A Damdgpu_ttm.c1599 static struct ttm_device_funcs amdgpu_bo_driver = {