blob: ca1f243ce54ee5c8fbe543ab0d62d71fdbeb79f7 [file] [log] [blame]
09b6f25b55d9 ("drm/amdgpu: fix VM size reporting on Raven")
6b034e25c868 ("drm/amdgpu: limit the VM address space with older VCE FW versions")
a3e9a15a25d5 ("drm/amdgpu: apply top reserved VA space to pre Vega10 as well")
5b565e0e5a98 ("drm/amdgpu: expose the VA above the hole to userspace")
bb7939b2030a ("drm/amdgpu: fix VA hole handling on Vega10 v3")
ff4cd3894319 ("drm/amdgpu: make AMDGPU_VA_RESERVED_SIZE 64bit")
c5795c555bba ("drm/amdgpu: minor CS optimization")
0ae94444c08a ("drm/amdgpu: Move old fence waiting before reservation lock is aquired v2")
ad864d243826 ("drm/amdgpu: Refactor amdgpu_cs_ib_vm_chunk and amdgpu_cs_ib_fill.")
c23be4ae1d50 ("drm/amdgpu: add plumbing for ctx priority changes v2")
eb01abc7c4fd ("drm/amdgpu:make ctx_add_fence interruptible(v2)")
9cca0b8e5df0 ("drm/amdgpu: move amdgpu_cs_sysvm_access_required into find_mapping")
3fe89771cb0a ("drm/amdgpu: stop reserving the BO in the MMU callback v3")
1b0c0f9dc5ca ("drm/amdgpu: move userptr BOs to CPU domain during CS v2")
ca666a3c298f ("drm/amdgpu: stop using BO status for user pages")
b72cf4fca2bb ("drm/amdgpu: move taking mmap_sem into get_user_pages v2")
a216ab09955d ("drm/amdgpu: fix userptr put_page handling")
ec681545afe5 ("drm/amdgpu: separate bo_va structure")
0f4b3c686261 ("drm/amdgpu: cleanup static CSA handling")
aca817181273 ("drm/amd/amdgpu: Add tracepoint for DMA page mapping (v4)")
b636922553ee ("drm/amdgpu: only move VM BOs in the LRU during validation v2")
9124a3983bde ("drm/amdgpu: move some defines around")
f5e1c740afb6 ("drm/amdgpu: cleanup kptr handling")
0a096fb66a60 ("drm/amdgpu: map VM BOs for CPU based updates only once")
6927798572a9 ("drm/amdgpu: remove VM shadow WARN_ONs")
a33cab7aacb2 ("drm/amdgpu: fix amdgpu_vm_bo_wait")
dd0792c1be56 ("drm/amdgpu: simplify VM shadow handling v2")
dbfe85ea4967 ("drm/amdgpu: Fix the exported always on CU bitmap")
660e855813f7 ("amdgpu: use drm sync objects for shared semaphores (v6)")
6f0308ebc196 ("amdgpu/cs: split out fence dependency checking (v2)")
370f092f30ee ("drm/amdgpu: vm_update_ptes remove code duplication")
51fd03706777 ("drm/amdgpu: add new member in gpu_info fw")
b4d42511b7f2 ("drm/amdgpu: Support page table update via CPU")
3c8241722bc4 ("drm/amdgpu: Support page directory update via CPU")
9a4b7d4c769e ("drm/amdgpu: Add vm context module param")
effd924d2f3b ("drm/amdgpu: untie user ring ids from kernel ring ids v6")
301654a4f6c4 ("drm/amdgpu: stop joining VM PTE updates")
53e2e91ddad7 ("drm/amdgpu: cache the complete pde")
cc28c4ed7e73 ("drm/amdgpu: Return EINVAL if no PT BO")
b116632557a5 ("drm/amdgpu: cleanup adjust_mc_addr handling v4")
b5ab16bf6434 ("drm/amdgpu: properly byteswap gpu_info firmware")
68e2c5ffeb16 ("drm/amdgpu: add an INFO query for monitoring VRAM CPU page faults")
f5f3b16aae4a ("drm/amdgpu: fix merge of vcn_v1_0.c v2")
9a94f5a593c0 ("drm/amdgpu: move adjust adjust_mc_addr into the GFX9 vm_flush functions")
60bfcd313ce4 ("drm/amdgpu: change default of amdgpu_vram_page_split to 512")
f1892138abcb ("drm/amdgpu: return -ENODEV to user space when vram is lost v2")
0c49e0b8a43c ("drm/amdgpu: check if vram is lost v2")
f93aa00c0bdc ("drm/amdgpu: get cs support for AMDGPU_HW_IP_VCN_ENC")
8ace845ff0e8 ("drm/amdgpu: add vcn enc ring type and functions")
fc739f82c505 ("drm/amdgpu: get cs support of AMDGPU_HW_IP_VCN_DEC")