aboutsummaryrefslogtreecommitdiffstats
path: root/src/amd/common/ac_gpu_info.c
Commit message (Expand)AuthorAgeFilesLines
* radeonsi: don't reallocate on DMABUF export if local BOs are disabledMarek Olšák2018-03-261-0/+2
* ac/gpu_info: print ib_start_alignment, add assertionMarek Olšák2018-03-091-0/+2
* winsys/amdgpu: query GDS infoMarek Olšák2018-03-081-0/+11
* radeonsi: align command buffer starting address to fix some Raven hangsMarek Olšák2018-03-081-1/+20
* amd/common:add uvd hevc enc support check in hw queryJames Zhu2018-02-211-1/+11
* ac: query high bits of 32-bit address spaceMarek Olšák2018-02-171-0/+7
* ac: rename has_sync_file to has_fence_to_handle.Bas Nieuwenhuizen2018-01-041-2/+2
* 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/+55
* radeon/common: add vcn enc ip info queryBoyuan Zhang2017-11-171-1/+9
* radeonsi: remove unused field in the PCI ID tableMarek Olšák2017-11-071-1/+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-4/+6
* Revert "radeonsi: get the raster config from AMDGPU on SI"Marek Olšák2017-08-271-3/+0
* radeonsi: get the raster config from AMDGPU on SIMarek Olšák2017-08-241-0/+3
* ac/gpu: add driver/device UUID query helpersAndres Rodriguez2017-08-061-0/+27
* ac/gpu: add code to detect if kernel supports sync objects.Dave Airlie2017-07-211-0/+9
* ac/gpu_info: if clock crystal frequency is 0, print an error and set 1Marek Olšák2017-07-171-0/+4
* ac: remove amdgpu.h dependencyEmil Velikov2017-06-161-0/+2
* ac/gpu: drop duplicated code line.Dave Airlie2017-06-131-1/+0
* amd/common: set vcn dec as hw decode as wellLeo Liu2017-05-291-0/+2
* amd/common: add vcn dec ip info query for amdgpu version 3.17Leo Liu2017-05-291-1/+9
* Revert "amd/common: add vcn dec ip info query"Dave Airlie2017-05-261-7/+1
* Revert "amd/common: set vcn dec as hw decode as well"Dave Airlie2017-05-261-2/+0
* amd/common: set vcn dec as hw decode as wellLeo Liu2017-05-251-0/+2
* amd/common: add vcn dec ip info queryLeo Liu2017-05-251-1/+7
* 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 radeon_info::num_{sdma,compute}_ringsNicolai Hähnle2017-05-181-2/+13
* ac/radeonsi: move radeon_info initialization to amd/commonNicolai Hähnle2017-05-181-0/+280