summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/amd/amdgpu
AgeCommit message (Expand)AuthorLines
2021-04-09drm/amdgpu: add helper funtion to query umc ras errorHawking Zhang-0/+77
2021-04-09drm/amdgpu: create umc_v6_7_funcs for aldebaranHawking Zhang-1/+58
2021-04-09drm/amdgpu: initialze ras caps per paltform configHawking Zhang-12/+23
2021-04-09drm/amdgpu: drop some unused atombios functionsAlex Deucher-163/+0
2021-04-09drm/amd: cleanup coding style a bitBernard Zhao-4/+3
2021-04-09drm/amdgpu: support sdma error injectionStanley.Yang-0/+1
2021-04-09drm/amdgpu: reserve fence slot to update page tablePhilip Yang-2/+8
2021-04-09drm/amdgpu: indirect register access for nv12 sriovPeng Ju Zhou-63/+164
2021-04-09drm/amdgpu: indirect register access for nv12 sriovPeng Ju Zhou-0/+19
2021-04-09drm/amdgpu: indirect register access for nv12 sriovPeng Ju Zhou-0/+13
2021-04-09drm/amdgpu: indirect register access for nv12 sriovPeng Ju Zhou-3/+3
2021-04-09drm/amdgpu: check alignment on CPU page for bo mapXℹ Ruoyao-4/+4
2021-04-09drm/amdgpu: Set a suitable dev_info.gart_page_sizeHuacai Chen-2/+2
2021-04-09drm/amdgpu: fix compiler warning(v2)Guchun Chen-3/+1
2021-04-09drm/amdgpu: fix NULL pointer dereferenceGuchun Chen-1/+1
2021-04-09drm/amdgpu: Add new PF2VF flags for VF register access methodRohit Khaire-2/+26
2021-04-09drm/amdgpu: skip PP_MP1_STATE_UNLOAD on aldebaranFeifei Xu-2/+1
2021-04-09drm/amd/amdgpu: set MP1 state to UNLOAD before reload its FW for vega20/ALDEB...Chengming Gui-1/+3
2021-04-09drm/amdgpu: Reset error code for 'no handler' caseLijo Lazar-3/+8
2021-04-09drm/amdgpu: ih reroute for newer asics than vega20Alex Sierra-3/+3
2021-04-09drm/amdgpu: fix offset calculation in amdgpu_vm_bo_clear_mappings()Nirmoy Das-1/+1
2021-04-09drm/amd/pm: unify the interface for gfx state settingEvan Quan-10/+6
2021-04-09drm/amd/pm: unify the interface for loading SMU microcodeEvan Quan-8/+2
2021-04-09drm/amdgpu: Fix build warningsLijo Lazar-2/+2
2021-04-09drm/amdgpu: Enable recovery on aldebaranLijo Lazar-0/+1
2021-04-09drm/amdgpu: Add mode2 reset support for aldebaranLijo Lazar-2/+463
2021-04-09drm/amdgpu: Make set PG/CG state functions publicLijo Lazar-3/+9
2021-04-09drm/amdgpu: Add PSP public function to load a list of FWsLijo Lazar-0/+19
2021-04-09drm/amdgpu: Add reset control handling to reset workflowLijo Lazar-39/+97
2021-04-09drm/amdgpu: Add reset control to amdgpu_deviceLijo Lazar-0/+175
2021-04-09drm/amd/amdgpu implement tdr advanced modeJack Zhang-1/+82
2021-04-09drm/amdgpu: make BO type check less restrictiveNirmoy Das-4/+4
2021-04-09drm/amdgpu: use amdgpu_bo_user bo for metadata and tiling flagNirmoy Das-22/+35
2021-04-09drm/amdgpu: use amdgpu_bo_create_user() for when possibleNirmoy Das-2/+6
2021-04-09drm/amdgpu: introduce struct amdgpu_bo_userNirmoy Das-0/+42
2021-04-09drm/amdgpu: allow variable BO struct creationNirmoy Das-2/+19
2021-04-09drm/amdgpu: load balance VCN3 decode as well v8Christian König-2/+130
2021-04-09drm/amdgpu: share scheduler score on VCN3 instancesChristian König-4/+8
2021-04-09drm/amdgpu: add the sched_score to amdgpu_ring_initChristian König-99/+93
2021-04-09drm/amd/amdgpu/gfx_v7_0: Trivial typo fixesBhaskar Chowdhury-11/+11
2021-04-09amdgpu: securedisplay: simplify i2c hexdump outputArnd Bergmann-8/+3
2021-04-09drm/amdgpu: Ensure that the modifier requested is supported by plane.Mark Yacoub-0/+13
2021-04-09drm/amdgpu: Convert sysfs sprintf/snprintf family to sysfs_emitTian Tao-35/+29
2021-04-09drm/amdgpu: remove irq_src->data handlingChristian König-6/+0
2021-04-09drm/amdgpu: Fix check for RAS supportLuben Tuikov-9/+6
2021-04-09drm/amdgpu: Set amdgpu.noretry=1 for ArcturusPhilip Cox-0/+1
2021-04-09drm/amdgpu: added support for dynamic GECCJohn Clements-0/+23
2021-04-09drm/amdgpu: update host to psp interfaceJohn Clements-0/+25
2021-04-09drm/amdgpu: move vram recover into sriov full accessHorace Chen-1/+1
2021-04-09drm/amd/pm: drop redundant and unneeded BACO APIs V2Evan Quan-22/+3