Searched refs:VMW_PL_GMR (Results 1 - 12 of 12) sorted by relevance
/kernel/linux/linux-5.10/drivers/gpu/drm/vmwgfx/ |
H A D | vmwgfx_ttm_buffer.c | 64 .mem_type = VMW_PL_GMR, 71 .mem_type = VMW_PL_GMR, 105 .mem_type = VMW_PL_GMR, 114 .mem_type = VMW_PL_GMR, 141 .mem_type = VMW_PL_GMR, 196 .mem_type = VMW_PL_GMR, 215 .mem_type = VMW_PL_GMR, 579 case VMW_PL_GMR: in vmw_ttm_bind() 612 case VMW_PL_GMR: in vmw_ttm_unbind() 748 case VMW_PL_GMR in vmw_ttm_io_mem_reserve() [all...] |
H A D | vmwgfx_gmrid_manager.c | 123 case VMW_PL_GMR: in vmw_gmrid_man_init()
|
H A D | vmwgfx_drv.c | 905 vmw_gmrid_man_init(dev_priv, VMW_PL_GMR) != 0) { in vmw_driver_load() 993 vmw_gmrid_man_fini(dev_priv, VMW_PL_GMR); in vmw_driver_load() 1042 vmw_gmrid_man_fini(dev_priv, VMW_PL_GMR); in vmw_driver_unload()
|
H A D | vmwgfx_drv.h | 84 #define VMW_PL_GMR (TTM_PL_PRIV + 0) macro
|
H A D | vmwgfx_execbuf.c | 3707 case VMW_PL_GMR: in vmw_apply_relocations()
|
/kernel/linux/linux-6.6/drivers/gpu/drm/vmwgfx/ |
H A D | vmwgfx_ttm_buffer.c | 49 .mem_type = VMW_PL_GMR, 69 .mem_type = VMW_PL_GMR, 320 case VMW_PL_GMR: in vmw_ttm_bind() 356 case VMW_PL_GMR: in vmw_ttm_unbind() 461 case VMW_PL_GMR: in vmw_ttm_io_mem_reserve()
|
H A D | vmwgfx_gmrid_manager.c | 145 BUG_ON(gman->type != VMW_PL_GMR && gman->type != VMW_PL_MOB); in vmw_gmrid_man_debug() 174 case VMW_PL_GMR: in vmw_gmrid_man_init()
|
H A D | vmwgfx_gem.c | 191 case VMW_PL_GMR: in vmw_bo_print_info()
|
H A D | vmwgfx_drv.c | 1089 vmw_gmrid_man_init(dev_priv, VMW_PL_GMR) != 0) { in vmw_driver_load() 1162 vmw_gmrid_man_fini(dev_priv, VMW_PL_GMR); in vmw_driver_load() 1202 vmw_gmrid_man_fini(dev_priv, VMW_PL_GMR); in vmw_driver_unload() 1447 ttm_resource_manager_create_debugfs(ttm_manager_type(&vmw->bdev, VMW_PL_GMR), in vmw_debugfs_resource_managers_init()
|
H A D | vmwgfx_bo.c | 761 pl[n].mem_type = VMW_PL_GMR; in set_placement_list()
|
H A D | vmwgfx_drv.h | 92 #define VMW_PL_GMR (TTM_PL_PRIV + 0) macro
|
H A D | vmwgfx_execbuf.c | 3771 case VMW_PL_GMR: in vmw_apply_relocations()
|
Completed in 22 milliseconds