summaryrefslogtreecommitdiff
path: root/src/amd/vulkan/winsys/amdgpu
AgeCommit message (Expand)AuthorFilesLines
8 daysradv/amdgpu: do not use IB2 for nested command buffersSamuel Pitoiset1-1/+1
2024-04-08radv: use SPDX-License-IdentifierSamuel Pitoiset9-162/+9
2024-04-04radv: remove radv_private.hSamuel Pitoiset1-1/+1
2024-04-01radv: rename radeon_info variables to gpu_info everywhereSamuel Pitoiset1-2/+2
2024-03-27radv/winsys: move BO size to radeon_winsys_boSamuel Pitoiset3-23/+22
2024-03-19radv: Use radv_buffer_map for parsing IBsKonstantin Seurer1-5/+6
2024-03-19radv: Add support for IB annotationsKonstantin Seurer1-2/+41
2024-03-19ac/parse_ib: Replace the parameter list with ac_ib_parserKonstantin Seurer1-4/+28
2024-03-19ac: Annotate context rollsKonstantin Seurer1-2/+2
2024-03-01radv: Implement reserving the VA range on unmap.Bas Nieuwenhuizen1-3/+8
2024-03-01radv: Support for mapping a buffer at a fixed address.Bas Nieuwenhuizen1-3/+6
2024-03-01radv/amdgpu: Use mmap directly.Bas Nieuwenhuizen2-4/+35
2024-03-01radv/winsys: Use radv_buffer_map wrapper.Bas Nieuwenhuizen1-4/+4
2024-03-01radv: Add winsys argument to buffer map/unmap.Bas Nieuwenhuizen2-6/+6
2024-02-29radv: set VK_SYNC_FEATURE_GPU_MULTI_WAITChia-I Wu1-0/+3
2024-02-22ac/parse_ib: Annotate addresses with UAF/OOB infoKonstantin Seurer3-20/+45
2024-02-22radv: add support for conditional rendering on the compute queue with DGCSamuel Pitoiset1-2/+0
2024-02-12radv: Wire up ac_gather_context_rollsKonstantin Seurer1-5/+28
2024-02-05radv: don't submit 0 length on UVD either.Dave Airlie1-1/+11
2024-01-25radv/amdgpu: Fix build on BSDFriedrich Vock1-0/+10
2024-01-19radv/amdgpu: Remove ctx_query_reset_statusJoshua Ashton1-27/+0
2024-01-19radv/amdgpu: Handle -ENODATA and -ETIME from cs_submitJoshua Ashton1-1/+10
2024-01-15radv: correctly return VK_ERROR_OUT_OF_DEVICE_MEMORY when mapping a BO failsSamuel Pitoiset1-2/+2
2024-01-09radv/winsys: replace '<= GFX6' by '== GFX6'Samuel Pitoiset1-1/+1
2023-12-13ac,radeonsi: require DRM 3.27+ (kernel 4.20+) same as RADVMarek Olšák1-5/+0
2023-12-13radv/amdgpu: Separate the concept of residency from use_global_list.Tatsuyuki Ishi1-2/+2
2023-12-13radv/amdgpu: Remove virtual bo dump logic.Tatsuyuki Ishi1-3/+2
2023-12-05util: Fixes note: the alignment of ‘_Atomic long long int’ fields changed...Yonggang Luo1-3/+3
2023-10-25radv/amdgpu: add support quering the last GPUVM faultSamuel Pitoiset1-0/+25
2023-10-24ac/gpu_info: fix querying the maximum number of IBs per ringSamuel Pitoiset1-1/+1
2023-10-18ac: Add amd_ip_type argument to ac_parse_ib and ac_parse_ib_chunk.Timur Kristóf1-3/+3
2023-10-16ac/gpu_info: move ib_pad_dw_mask into ip[]Marek Olšák1-1/+1
2023-10-16ac/gpu_info: split ib_alignment as ip[type].ib_alignmentMarek Olšák1-4/+4
2023-10-10radv: fix IB alignmentSamuel Pitoiset1-6/+5
2023-10-05Revert "ac/gpu_info: replace ib_alignment with per-IP IB base and size alignm...Marek Olšák1-5/+4
2023-10-05Revert "radv/amdgpu: fix alignment of command buffers"Marek Olšák1-5/+5
2023-10-02radv/amdgpu: fix alignment of command buffersSamuel Pitoiset1-5/+5
2023-10-01ac/gpu_info: replace ib_alignment with per-IP IB base and size alignmentsMarek Olšák1-4/+5
2023-09-08radv/amdgpu: Use rwlock to protect access to virtual BOs.Tatsuyuki Ishi3-1/+13
2023-09-07radv: skip DGC calls when the indirect sequence count is zero with a predicateSamuel Pitoiset1-2/+4
2023-09-07radv: Fix IB size for RADV_DEBUG=hang.Tatsuyuki Ishi1-3/+2
2023-09-05radv/amdgpu: do not copy the original chain link for IBsSamuel Pitoiset1-6/+10
2023-09-05radv/amdgpu: fix executing secondaries without IB2Samuel Pitoiset1-1/+2
2023-08-30radv/winsys: check amdgpu_create_bo_from_user_mem() for EINVALSimon Ser1-2/+8
2023-08-21radv/amdgpu: Do not pass in a BO handle when clearing PRT VA region.Tatsuyuki Ishi1-1/+1
2023-08-21radv/amdgpu: add support for submitting external IBs with the chained pathSamuel Pitoiset1-8/+57
2023-08-21radv/amdgpu: allow to execute external IBs on the compute queueSamuel Pitoiset1-3/+1
2023-08-21Revert "radv/amdgpu: skip adding per VM BOs for sparse during CS BO list build"Samuel Pitoiset2-14/+15
2023-08-21Revert "radv/amdgpu: workaround a kernel bug when replacing sparse mappings"Samuel Pitoiset1-58/+24
2023-08-19Revert "ac: don't call ac_query_pci_bus_info from ac_query_gpu_info"Marek Olšák1-4/+1