blob: 1c272ea59a90d3e41f18f2009b4ff8855e29cd06 [file] [log] [blame]
e3ecdffac9cc ("drm/amdgpu: add documentation for amdgpu_device.c")
5494d8640ffc ("drm/amdgpu: move getting pcie info to common code")
19aede779138 ("drm/amdgpu: move firmware loading type setup to common code")
421a2a30c121 ("drm/amdgpu: implement mmio byte access helper for MB")
c41d1cf62d36 ("drm/amdgpu: cleanups for vram lost handling")
711826656beb ("drm/amdgpu: stop all rings before doing gpu recover")
041d9d93b5db ("drm/amdgpu: rename amdgpu_get_pcie_info")
6b8f4ee56fb2 ("drm/amdgpu: move amdgpu_need_backup to amdgpu_object.c")
5f152b5e69a5 ("drm/amdgpu: rename amdgpu_gpu_recover")
2990a1fc012e ("drm/amdgpu: rename ip block helper functions")
2543e28a81b8 ("drm/amdgpu: rename amdgpu_*_location functions")
8111c387275f ("drm/amdgpu: rename amdgpu_pci_config_reset")
cdd61df61485 ("drm/amdgpu: rename amdgpu_suspend to amdgpu_device_ip_suspend")
06ec907054c5 ("drm/amdgpu: use consistent naming for static funcs in amdgpu_device.c")
8854695add1e ("drm/amdgpu: Simplify amdgpu_lockup_timeout usage.")
dcebf026e6f6 ("drm/amdgpu: Add gpu_recovery parameter")
bf383fb64e7c ("drm/amdgpu: convert nbio to use callbacks (v2)")
74e1d67c73b9 ("drm/amdgpu: make function names consistent in nbio files")
946a4d5b3010 ("drm/amdgpu: Avoid use SOC15_REG_OFFSET in static const array")
b466107e8be1 ("drm/amdgpu: Use dynamic IP offset for register access on SOC15")
4522824c488e ("drm/amdgpu: Dynamic initialize IP base offset")
1b1f42d8fde4 ("drm: move amd_gpu_scheduler into common location")
cebb52b7bc32 ("drm/amdgpu: Get rid of dep_sync as a seperate object.")
3d647c8f9301 ("drm/amdgpu: remove VRAM size reduction v2")
84e5b5161e71 ("drm/amdgpu:free CSA in unified place")
c47b41a79ab5 ("drm/amdgpu: remove nonsense const u32 cast on ARRAY_SIZE result")
6f16b4fb6001 ("drm/amdgpu: use dep_sync for CS dependency/syncobj")
45bfd9690a6a ("drm/amd/scheduler: add WARN_ON for s_fence->parent")
f4323bccd17b ("drm/amd/scheduler: fix page protection of cb")
cfb83b1d9c38 ("drm/amdgpu:fix gpu recover missing skipping(v2)")
75bc6099bc61 ("drm/amdgpu:read VRAMLOST from gim")
b2b7e457ba75 ("drm/amdgpu: switch to use new SOC15 reg read/write macros for soc15 ih")
d6895ad39f3b ("drm/amdgpu: resize VRAM BAR for CPU access v6")
5740682e66ce ("drm/amdgpu:implement new GPU recover(v3)")
48f05f2955e4 ("amd/scheduler:imple job skip feature(v3)")
c79563a31620 ("drm/amdgpu: add header kgd_pp_interface.h")
11dc9364bddd ("drm/amdgpu: move struct amd_powerplay to amdgpu.h")
f685d714321d ("drm/amd/powerplay: move functions to amd_pm_funcs table")
2c2b67b479af ("drm/amdgpu: move DC and PP shared data structures to dm_pp_interface.h")
8840a3878d40 ("drm/amdgpu: retry init if it fails due to exclusive mode timeout (v3)")
b636176efdf0 ("drm/amdgpu/virt: add wait_reset virt ops")
a4176cb484ac ("drm/amdgpu: Remove job->s_entity to avoid keeping reference to stale pointer.")
83f4b1180155 ("drm/amdgpu: Fix deadlock during GPU reset.")
27105db6c63a ("drm/amdgpu: Add SPSC queue to scheduler.")
a8a51a70416b ("drm/amdgpu:cleanup job reset routine(v2)")
1102900de082 ("drm/amdgpu:pass ctx->guilty address to entity init")
b3eebe3d899f ("drm/amd/scheduler:introduce guilty pointer member")
95aa9b1d9738 ("drm/amdgpu:add hang_limit for sched(v2)")
2f9d4084cac9 ("drm/amdgpu:cleanup force_completion")
d1f6dc1a9a10 ("drm/amdgpu: Avoid accessing job->entity after the job is scheduled.")