HomeSort by: relevance | last modified time | path
    Searched refs:stolen_vga_memory (Results 1 - 5 of 5) sorted by relevancy

  /src/sys/external/bsd/drm2/dist/drm/radeon/
radeon_ttm.c 1004 NULL, &rdev->stolen_vga_memory);
1008 r = radeon_bo_reserve(rdev->stolen_vga_memory, false);
1011 r = radeon_bo_pin(rdev->stolen_vga_memory, RADEON_GEM_DOMAIN_VRAM, NULL);
1012 radeon_bo_unreserve(rdev->stolen_vga_memory);
1014 radeon_bo_unref(&rdev->stolen_vga_memory);
1043 if (rdev->stolen_vga_memory) {
1044 r = radeon_bo_reserve(rdev->stolen_vga_memory, false);
1046 radeon_bo_unpin(rdev->stolen_vga_memory);
1047 radeon_bo_unreserve(rdev->stolen_vga_memory);
1049 radeon_bo_unref(&rdev->stolen_vga_memory);
    [all...]
radeon.h 2373 struct radeon_bo *stolen_vga_memory; member in struct:radeon_device
  /src/sys/external/bsd/drm2/dist/drm/amd/amdgpu/
amdgpu.h 767 struct amdgpu_bo *stolen_vga_memory; member in struct:amdgpu_device
amdgpu_ttm.c 1972 &adev->stolen_vga_memory,
2053 amdgpu_bo_free_kernel(&adev->stolen_vga_memory, NULL, &stolen_vga_buf);
amdgpu_gmc_v9_0.c 1249 amdgpu_bo_free_kernel(&adev->stolen_vga_memory, NULL, &stolen_vga_buf);

Completed in 20 milliseconds