summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/amd/amdgpu/amdgpu_device.c
AgeCommit message (Expand)AuthorFilesLines
2022-05-26drm/amdgpu: move amdgpu_gmc_tmz_set after ip_version populatedSunil Khatri1-3/+3
2022-05-26drm/amdgpu: support ras on SRIOVStanley.Yang1-0/+4
2022-05-10drm/amdgpu/psp: Add vbflash sysfs interface supportLikun Gao1-0/+10
2022-05-06drm/amdgpu: flush delete wq after wait fenceYiqing Yao1-4/+5
2022-05-04drm/amdgpu: Enable KFD with MES enabledMukul Joshi1-15/+9
2022-05-04drm/amdgpu: skip kfd routines when mes enabledJack Xiao1-9/+16
2022-05-04drm/amdgpu: add mes_kiq module parameter v2Jack Xiao1-2/+7
2022-05-04drm/amdgpu: use the whole doorbell space for mesJack Xiao1-13/+19
2022-04-28drm/amdgpu: switch to atomfirmware_asic_initHawking Zhang1-1/+4
2022-04-28drm/amdgpu/discovery: move all table parsing into amdgpu_discovery.cAlex Deucher1-3/+1
2022-04-21drm/amd/amdgpu: Update PF2VF headerBokun Zhang1-1/+1
2022-04-08drm/amdgpu: expand cg_flags from u32 to u64Evan Quan1-1/+1
2022-03-25drm/amdgpu/gmc: use PCI BARs for APUs in passthroughAlex Deucher1-2/+2
2022-03-15drm/amdgpu: Move reset domain init before calling RREG32Philip Yang1-9/+9
2022-03-15drm/amdgpu: only check for _PR3 on dGPUsAlex Deucher1-2/+4
2022-03-02drm/amdgpu: remove unused gpu_info firmwaresAlex Deucher1-23/+0
2022-03-02drm/amdgpu: move amdgpu_gmc_noretry_set after ip_versions populatedYifan Zhang1-1/+1
2022-03-01Merge tag 'amd-drm-next-5.18-2022-02-25' of https://gitlab.freedesktop.org/ag...Dave Airlie1-13/+23
2022-02-24drm/amdgpu: Exclude PCI reset method for now.Andrey Grodzovsky1-0/+5
2022-02-25Merge tag 'drm-misc-next-2022-02-23' of git://anongit.freedesktop.org/drm/drm...Dave Airlie1-127/+147
2022-02-23drm/amdgpu: add reset register dump trace on GPUSomalapuram Amaranath1-0/+17
2022-02-23drm/amdgpu: drop testing module parameterAlex Deucher1-7/+0
2022-02-23drm/amdgpu: drop benchmark module parameterAlex Deucher1-6/+0
2022-02-23drm/amdgpu: add a benchmark mutexAlex Deucher1-0/+1
2022-02-23drm/sched: Add device pointer to drm_gpu_schedulerJiawei Gu1-1/+3
2022-02-17drm/amd: Refactor `amdgpu_aspm` to be evaluated per deviceMario Limonciello1-0/+25
2022-02-17drm/amdgpu: define amdgpu_ras_late_init to call all ras blocks' .ras_late_inityipechai1-0/+6
2022-02-16drm/amdgpu: make cyan skillfish support code more consistentAlex Deucher1-1/+2
2022-02-14drm/amdgpu: Handle the GPU recovery failure in SRIOV environment.Surbhi Kakarya1-0/+15
2022-02-14drm/amdgpu: Fix a kerneldoc warningRajneesh Bhardwaj1-1/+5
2022-02-11drm/amdgpu: Fix htmldoc warningAndrey Grodzovsky1-1/+1
2022-02-09drm/amdgpu: Revert 'drm/amdgpu: annotate a false positive recursive locking'Andrey Grodzovsky1-2/+2
2022-02-09drm/amdgpu: Rework amdgpu_device_lock_adevAndrey Grodzovsky1-17/+20
2022-02-09drm/amdgpu: Move in_gpu_reset into reset_domainAndrey Grodzovsky1-3/+7
2022-02-09drm/amdgpu: Move reset sem into reset_domainAndrey Grodzovsky1-12/+11
2022-02-09drm/amdgpu: Rework reset domain to be refcounted.Andrey Grodzovsky1-17/+27
2022-02-09drm/amdgpu: Drop concurrent GPU reset protection for deviceAndrey Grodzovsky1-82/+7
2022-02-09drm/amdgpu: Drop hive->in_resetAndrey Grodzovsky1-18/+1
2022-02-09drm/amdgpu: Serialize non TDR gpu recovery with TDRsAndrey Grodzovsky1-1/+32
2022-02-09drm/amdgpu: Move scheduler init to after XGMI is readyAndrey Grodzovsky1-0/+45
2022-02-09drm/amdgpu: Introduce reset domainAndrey Grodzovsky1-1/+19
2022-02-02drm/amdgpu: remove duplicate include in 'amdgpu_device.c'Changcheng Deng1-1/+0
2022-01-27drm/amdgpu/UAPI: add new CTX OP to get/set stable pstatesAlex Deucher1-0/+1
2022-01-27drm/amdgpu: Fix an error message in rmmodTianci.Yin1-2/+2
2022-01-25drm/amdgpu: move PX checking into amdgpu_device_ip_early_initAlex Deucher1-0/+13
2022-01-25drm/amdgpu: switch to amdgpu_sriov_rreg/wregHawking Zhang1-1/+1
2022-01-19drm/amdgpu: modify a pair of functions for the pcie port wreg/rregXiaojian Du1-0/+33
2022-01-18drm/amd/amdgpu: fixing read wrong pf2vf data in SRIOVJingwen Chen1-1/+1
2022-01-18drm/amd/amdgpu: fixing read wrong pf2vf data in SRIOVJingwen Chen1-1/+1
2022-01-14drm/amdgpu: invert the logic in amdgpu_device_should_recover_gpu()Alex Deucher1-27/+17