aboutsummaryrefslogtreecommitdiffstats
path: root/src/gallium/winsys/amdgpu
Commit message (Expand)AuthorAgeFilesLines
* gallium/hash_table: remove some function wrappersMarek Olšák2020-02-262-8/+8
* gallium/hash_table: turn it into a wrapper around util/hash_tableMarek Olšák2020-02-262-2/+2
* gallium/hash_table: consolidate hash tables with pointer keysMarek Olšák2020-02-261-12/+2
* util: Change os_same_file_description return type from bool to intMichel Dänzer2020-02-211-1/+14
* winsys/amdgpu: Make local variable r signedMichel Dänzer2020-02-211-1/+2
* winsys/amdgpu: Close KMS handles for other DRM file descriptionsMichel Dänzer2020-01-292-3/+21
* winsys/amdgpu: Re-use amdgpu_screen_winsys when possibleMichel Dänzer2020-01-292-24/+48
* radeonsi: stop using the VM_ALWAYS_VALID flagPierre-Eric Pelloux-Prayer2020-01-293-16/+0
* Revert "winsys/amdgpu: Re-use amdgpu_screen_winsys when possible"Marek Olšák2020-01-272-45/+24
* Revert "winsys/amdgpu: Close KMS handles for other DRM file descriptions"Marek Olšák2020-01-272-21/+3
* winsys/amdgpu: Close KMS handles for other DRM file descriptionsMichel Dänzer2020-01-232-3/+21
* winsys/amdgpu: Re-use amdgpu_screen_winsys when possibleMichel Dänzer2020-01-232-24/+45
* winsys/amdgpu: Only re-export KMS handles for different DRM FDsMichel Dänzer2020-01-233-11/+32
* winsys/amdgpu: Keep track of retrieved KMS handles using hash tablesMichel Dänzer2020-01-233-0/+47
* winsys/amdgpu: Keep a list of amdgpu_screen_winsyses in amdgpu_winsysMichel Dänzer2020-01-232-1/+28
* radeonsi: preserve the scanout flag for shared resources on gfx9 and gfx10Marek Olšák2020-01-031-0/+5
* winsys/amdgpu: avoid double simple_mtx_unlock()Jonathan Gray2019-11-281-1/+0
* winsys/amdgpu: detect noop dependencies on the same ring correctlyMarek Olšák2019-11-191-6/+9
* util: Move gallium's PIPE_FORMAT utils to /util/format/Eric Anholt2019-11-141-1/+1
* radeonsi: sdma misc fixesPierre-Eric Pelloux-Prayer2019-10-301-3/+0
* winsys/amdgpu: use the new GPU reset queryMarek Olšák2019-10-281-20/+37
* util: rename list_empty() to list_is_empty()Timothy Arceri2019-10-281-1/+1
* util: remove LIST_DEL macroTimothy Arceri2019-10-281-1/+1
* util: remove LIST_ADDTAIL macroTimothy Arceri2019-10-281-2/+2
* util: remove LIST_INITHEAD macroTimothy Arceri2019-10-282-3/+3
* amd: Move all amd/common code that depends on LLVM to amd/llvm.Timur Kristóf2019-10-082-2/+3
* util/u_queue: track job size and limit the size of queue growthTimothy Arceri2019-09-191-1/+1
* r300,r600,radeonsi: set winsys_handle::stride,offset in drivers, not winsysesMarek Olšák2019-09-091-5/+0
* r300,r600,radeonsi: read winsys_handle::stride,offset in drivers, not winsysesMarek Olšák2019-09-091-8/+1
* winsys/amdgpu+radeon: process AMD_DEBUG in addition to R600_DEBUGMarek Olšák2019-08-271-3/+6
* radeonsi/gfx10: enable 1D texturesMarek Olšák2019-07-091-2/+4
* amd/common: add GFX10 chipsNicolai Hähnle2019-07-031-1/+3
* winsys/amdgpu: Make KMS handles valid for original DRM file descriptorMichel Dänzer2019-07-031-4/+14
* winsys/amdgpu: Add amdgpu_screen_winsysMichel Dänzer2019-07-037-142/+183
* winsys/amdgpu: Use amdgpu_winsys helper instead of open-coded castsMichel Dänzer2019-07-033-8/+8
* android: winsys/amdgpu,radv: fix generated amdgfxregs.h header dependeciesMauro Rossi2019-06-211-1/+1
* amd/common: use generated register headerNicolai Hähnle2019-06-032-2/+1
* radeonsi: clean up winsys creationMarek Olšák2019-05-271-8/+0
* r600+radeonsi: use ctx_query_reset_status on radeonMarek Olšák2019-05-161-3/+0
* winsys/amdgpu: report a CS rejection as a reset only if there's no GPU resetMarek Olšák2019-05-161-6/+5
* winsys/amdgpu: add REWIND emulation via INDIRECT_BUFFER into cs_check_spaceMarek Olšák2019-05-161-7/+13
* winsys/amdgpu: add a parallel compute IB coupled with a gfx IBMarek Olšák2019-05-162-4/+158
* winsys/amdgpu: always set NO_CPU_ACCESS and NO_SUBALLOC on GDS resourcesMarek Olšák2019-05-161-2/+5
* ac: rename SI-CIK-VI to GFX6-GFX7-GFX8Marek Olšák2019-05-152-5/+5
* winsys/amdgpu: add VCN JPEG to no user fence groupLeo Liu2019-05-101-1/+2
* winsys/amdgpu: clean up and remove nonsensical assertionMarek Olšák2019-04-231-2/+1
* winsys/amdgpu: enable chaining for compute IBsMarek Olšák2019-04-231-6/+6
* winsys/amdgpu: reorder chunks, make BO_HANDLES first, IB and FENCE lastMarek Olšák2019-04-231-19/+17
* winsys/amdgpu: make IBs writable and expose their addressMarek Olšák2019-04-231-1/+3
* ac: add radeon_info::marketing_name, replacing the winsys callbackMarek Olšák2019-04-231-7/+0