aboutsummaryrefslogtreecommitdiffstats
path: root/src/amd/common/ac_gpu_info.h
Commit message (Expand)AuthorAgeFilesLines
* ac/gpu_info: print GB_ADDR_CONFIGMarek Olšák2018-04-021-0/+1
* ac/gpu_info: reorder the fields and print them nicelyMarek Olšák2018-04-021-9/+15
* ac/gpu_info: rename has_virtual_memory -> r600_has_virtual_memoryMarek Olšák2018-04-021-1/+1
* radeonsi: don't reallocate on DMABUF export if local BOs are disabledMarek Olšák2018-03-261-0/+1
* winsys/amdgpu: query GDS infoMarek Olšák2018-03-081-0/+2
* radeonsi: align command buffer starting address to fix some Raven hangsMarek Olšák2018-03-081-0/+1
* amd/common:add uvd hevc enc support check in hw queryJames Zhu2018-02-211-0/+1
* ac: query high bits of 32-bit address spaceMarek Olšák2018-02-171-0/+1
* ac: rename has_sync_file to has_fence_to_handle.Bas Nieuwenhuizen2018-01-041-1/+1
* ac: rename has_syncobj_wait -> has_syncobj_wait_for_submitMarek Olšák2018-01-041-1/+1
* amd/common: Add detection of the syncobj wait/signal/reset ioctls.Bas Nieuwenhuizen2017-12-181-0/+1
* radeonsi: dismantle si_common_screen_init/destroyMarek Olšák2017-11-291-0/+1
* radv: Expose VK_EXT_global_priorityAndres Rodriguez2017-10-211-0/+1
* ac: add radeon_info::has_sync_filecros-mesa-17.2.3-vanillachadv/cros-mesa-17.2.3-vanillaMarek Olšák2017-10-121-0/+1
* amd/common: get ME/PFP/CE firmware feature versions as wellNicolai Hähnle2017-09-131-0/+3
* Revert "radeonsi: get the raster config from AMDGPU on SI"Marek Olšák2017-08-271-2/+0
* radeonsi: get the raster config from AMDGPU on SIMarek Olšák2017-08-241-0/+2
* ac/gpu: add driver/device UUID query helpersAndres Rodriguez2017-08-061-0/+5
* ac/gpu: add code to detect if kernel supports sync objects.Dave Airlie2017-07-211-0/+1
* radv: add support for using addrlib max alignment.Dave Airlie2017-07-091-0/+1
* ac: resolve conflicts introduced with "ac: remove amdgpu.h dependency"Emil Velikov2017-06-171-1/+3
* ac: remove amdgpu.h dependencyEmil Velikov2017-06-161-2/+4
* radeon: rename has_uvd info to has_hw_decodeLeo Liu2017-05-251-1/+1
* winsys/amdgpu: align VA allocations to fragment size v2Christian König2017-05-241-0/+1
* ac: add missing extern "C" guardsNicolai Hähnle2017-05-181-0/+8
* ac: add radeon_info::num_{sdma,compute}_ringsNicolai Hähnle2017-05-181-1/+2
* ac/radeonsi: move radeon_info initialization to amd/commonNicolai Hähnle2017-05-181-0/+4
* ac/radeonsi: move struct radeon_info to ac_gpu_info.hNicolai Hähnle2017-05-181-0/+93