Home
last modified time | relevance | path

Searched refs:stollen_vga_memory (Results 1 – 4 of 4) sorted by relevance

/linux-4.4.14/drivers/gpu/drm/amd/amdgpu/
Damdgpu_ttm.c888 NULL, NULL, &adev->stollen_vga_memory); in amdgpu_ttm_init()
892 r = amdgpu_bo_reserve(adev->stollen_vga_memory, false); in amdgpu_ttm_init()
895 r = amdgpu_bo_pin(adev->stollen_vga_memory, AMDGPU_GEM_DOMAIN_VRAM, NULL); in amdgpu_ttm_init()
896 amdgpu_bo_unreserve(adev->stollen_vga_memory); in amdgpu_ttm_init()
898 amdgpu_bo_unref(&adev->stollen_vga_memory); in amdgpu_ttm_init()
960 if (adev->stollen_vga_memory) { in amdgpu_ttm_fini()
961 r = amdgpu_bo_reserve(adev->stollen_vga_memory, false); in amdgpu_ttm_fini()
963 amdgpu_bo_unpin(adev->stollen_vga_memory); in amdgpu_ttm_fini()
964 amdgpu_bo_unreserve(adev->stollen_vga_memory); in amdgpu_ttm_fini()
966 amdgpu_bo_unref(&adev->stollen_vga_memory); in amdgpu_ttm_fini()
Damdgpu.h1991 struct amdgpu_bo *stollen_vga_memory; member
/linux-4.4.14/drivers/gpu/drm/radeon/
Dradeon_ttm.c896 NULL, &rdev->stollen_vga_memory); in radeon_ttm_init()
900 r = radeon_bo_reserve(rdev->stollen_vga_memory, false); in radeon_ttm_init()
903 r = radeon_bo_pin(rdev->stollen_vga_memory, RADEON_GEM_DOMAIN_VRAM, NULL); in radeon_ttm_init()
904 radeon_bo_unreserve(rdev->stollen_vga_memory); in radeon_ttm_init()
906 radeon_bo_unref(&rdev->stollen_vga_memory); in radeon_ttm_init()
935 if (rdev->stollen_vga_memory) { in radeon_ttm_fini()
936 r = radeon_bo_reserve(rdev->stollen_vga_memory, false); in radeon_ttm_fini()
938 radeon_bo_unpin(rdev->stollen_vga_memory); in radeon_ttm_fini()
939 radeon_bo_unreserve(rdev->stollen_vga_memory); in radeon_ttm_fini()
941 radeon_bo_unref(&rdev->stollen_vga_memory); in radeon_ttm_fini()
Dradeon.h2332 struct radeon_bo *stollen_vga_memory; member