summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/amd/amdgpu/amdgpu_device.c
Commit message (Expand)AuthorAgeFilesLines
* drm/amdgpu: add the lost mutex_init backPan, Xinhui2020-01-171-0/+1
* drm/amdgpu: add arcturus to gpu recovery check code pathHawking Zhang2020-01-161-0/+1
* drm/amd/powerplay: cover the powerplay implementation details V3Evan Quan2020-01-141-47/+6
* amd/amdgpu/sriov tdr enablement with pp_onevf_modeJack Zhang2020-01-071-1/+5
* drm/amdgpu: use true, false for bool variable in amdgpu_device.czhengbin2019-12-231-2/+2
* drm/amdgpu: Remove unneeded variable 'ret' in amdgpu_device.cMa Feng2019-12-231-3/+1
* drm/amdgpu: update VCN1(dual instances) fw types ID and VCN ip block typeJane Jian2019-12-181-1/+2
* drm/amdgpu: Switch from system_highpri_wq to system_unbound_wqAndrey Grodzovsky2019-12-181-1/+1
* drm/amdgpu: Redo XGMI reset synchronization.Andrey Grodzovsky2019-12-181-6/+31
* drm/amdgpu: reverts commit ce316fa55ef0f1751276b846a54fb3b835bd5e64.Andrey Grodzovsky2019-12-181-63/+10
* drm/amdgpu: fix KIQ ring test fail in TDR of SRIOVMonk Liu2019-12-181-2/+0
* amd/amdgpu: add sched array to IPs with multiple run-queuesNirmoy Das2019-12-181-0/+2
* drm/amdgpu: replace vm_pte's run-queue list with drm gpu scheds listNirmoy Das2019-12-181-1/+1
* drm/amdgpu/sriov: Tonga sriov also need load firmware with smuEmily Deng2019-12-181-1/+2
* drm/amdgpu: Add CU info print logYong Zhao2019-12-181-0/+6
* drm/amdgpu: log when amdgpu.dc=1 but ASIC is unsupportedSimon Ser2019-12-111-0/+3
* drm/amd/powerplay: enable pp one vf mode for vega10Yintian Tao2019-12-111-11/+5
* drm/amdgpu: clear err_event_athub flag after reset exitLe Ma2019-12-051-0/+3
* drm/amdgpu: support full gpu reset workflow when ras err_event_athub occursLe Ma2019-12-051-6/+11
* drm/amdgpu: add concurrent baco reset support for XGMILe Ma2019-12-051-12/+70
* drm/amdgpu: enable/disable doorbell interrupt in baco entry/exit helperLe Ma2019-12-051-7/+12
* drm/amdgpu/sriov: No need the event 3 and 4 nowEmily Deng2019-12-021-2/+0
* drm/amdgpu: not remove sysfs if not create sysfsYintian Tao2019-12-021-4/+12
* drm/amdgpu: move pci handling out of pm opsAlex Deucher2019-11-261-19/+14
* drm/amdgpu: disentangle runtime pm and vga_switcherooAlex Deucher2019-11-191-8/+14
* drm/amdgpu: add helpers for baco entry and exitAlex Deucher2019-11-191-0/+61
* drm/amdgpu: rename amdgpu_device_is_px to amdgpu_device_supports_boco (v2)Alex Deucher2019-11-191-4/+4
* drm/amdgpu: add a amdgpu_device_supports_baco helperAlex Deucher2019-11-191-0/+15
* drm/amdgpu: put flush_delayed_work at firstYintian Tao2019-11-191-3/+1
* drm/amdgpu: add driver support for JPEG2.0 and aboveLeo Liu2019-11-191-0/+2
* drm/amdgpu: add function parameter description in 'amdgpu_device_set_cg_state'yu kuai2019-11-131-0/+1
* drm/amd/display: rename DCN1_0 kconfig to DCNBhawanpreet Lakha2019-11-131-1/+1
* drm/amd/display: Drop CONFIG_DRM_AMD_DC_DCN2_1 flagBhawanpreet Lakha2019-11-131-2/+0
* drm/amd/display: Drop CONFIG_DRM_AMD_DC_DCN2_0 and DSC_SUPPORTEDBhawanpreet Lakha2019-11-131-4/+0
* drm/amd/amdgpu: finish delay works before release resourcesJesse Zhang2019-11-111-0/+3
* drm/amdgpu: perform p-state switch after the whole hive initializedEvan Quan2019-11-061-12/+35
* drm/amdgpu: register gpu instance before fan boost feature enablmentEvan Quan2019-11-061-0/+7
* drm/amdgpu: change pstate only after all XGMI device initializedEvan Quan2019-11-061-3/+12
* drm/amdgpu: bypass some cleanup work after err_event_athub (v2)Le Ma2019-10-301-0/+6
* drm/amd: correct "_LENTH" mispelling in constantWambui Karuga2019-10-281-2/+2
* drm/amdgpu: Move amdgpu_ras_recovery_init to after SMU ready.Andrey Grodzovsky2019-10-251-0/+13
* drm/amdgpu: add a generic fb accessing helper function(v3)Tianci.Yin2019-10-171-0/+30
* drm/amdgpu: move gpu reset out of amdgpu_device_suspendAlex Deucher2019-10-151-4/+0
* drm/amdgpu: move pci_save_state into suspend pathAlex Deucher2019-10-151-1/+1
* drm/amdgpu: Fix tdr3 could hang with slow compute issueEmily Deng2019-10-151-1/+4
* drm/amdgpu: move amdgpu_device_get_job_timeout_settingsAlex Deucher2019-10-071-0/+64
* drm/amdgpu: Iterate through DRM connectors correctlyLyude Paul2019-10-031-6/+14
* drm/amd/amdgpu:Fix compute ring unable to detect hang.Jesse Zhang2019-10-031-6/+6
* drm/amdgpu/discovery: get gpu info from ip discovery tableXiaojie Yuan2019-10-031-0/+12
* drm/amd/powerplay: properly set mp1 state for SW SMU suspend/reset routineEvan Quan2019-09-161-6/+6