summaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/amd/amdgpu/amdgpu_device.c
AgeCommit message (Expand)AuthorFilesLines
2020-04-27drm/amdgpu: drop redundant cg/pg ungate on runpm enterEvan Quan1-3/+0
2020-04-27drm/amdgpu: move kfd suspend after ip_suspend_phase1Evan Quan1-2/+2
2020-04-23drm/amdgpu: set error query ready after all IPs late initDennis Li1-0/+2
2020-04-23drm/amdgpu: code cleanup around gpu resetEvan Quan1-10/+4
2020-04-23drm/amdgpu: optimize the gpu reset for XGMI setup V2Evan Quan1-51/+25
2020-04-23drm/amdgpu: correct cancel_delayed_work_sync on gpu resetEvan Quan1-0/+2
2020-04-23drm/amdgpu: correct fbdev suspend on gpu resetEvan Quan1-1/+1
2020-04-23drm/amdgpu: clean up unused variable about ring lruKevin Wang1-3/+0
2020-04-23drm/amdgpu: Print CU information by default during initializationYong Zhao1-1/+2
2020-04-23drm/amdgpu: fix race between pstate and remote buffer mapJonathan Kim1-1/+2
2020-04-23Revert "drm/amdgpu: use the BAR if possible in amdgpu_device_vram_access v2"Kent Russell1-26/+0
2020-04-23drm/amdgpu: fix the hw hang during perform system reboot and resetPrike Liang1-0/+2
2020-04-13drm/amd/amdgpu: remove hardcoded module name in printsAurabindo Pillai1-2/+2
2020-04-13drm/amdgpu: fix wrong vram lost counter increment V2Evan Quan1-2/+18
2020-04-09drm/amdgpu: support access regs outside of mmio barHawking Zhang1-28/+17
2020-04-09drm/amdgpu: retire AMDGPU_REGS_KIQ flagHawking Zhang1-2/+2
2020-04-09drm/amdgpu: retire RREG32_IDX/WREG32_IDXHawking Zhang1-2/+2
2020-04-09drm/amdgpu: remove inproper workaround for vega10Hawking Zhang1-16/+0
2020-04-09drm/amdgpu: fix gfx hang during suspend with video playback (v2)Prike Liang1-2/+3
2020-04-09drm/amdgpu/sriov add amdgpu_amdkfd_pre_reset in gpu resetJack Zhang1-0/+2
2020-04-09drm/amdkfd Avoid destroy hqd when GPU is on resetJack Zhang1-2/+0
2020-04-09drm/amdgpu: rework sched_list generationNirmoy Das1-2/+0
2020-04-09drm/amdgpu/sriov add amdgpu_amdkfd_pre_reset in gpu resetJack Zhang1-0/+2
2020-04-01drm/amdgpu: extend compute job timeoutJiawei1-2/+2
2020-04-01drm/amdgpu: postpone entering fullaccess modeMonk Liu1-1/+11
2020-04-01drm/amdgpu: adjust sequence of ip_discovery init and timeout_settingMonk Liu1-12/+4
2020-04-01drm/amdgpu: equip new req_init_data handshakeMonk Liu1-0/+19
2020-04-01drm/amdgpu: disable ras query and iject during gpu resetJohn Clements1-0/+3
2020-04-01drm/amdgpu: cleanup all virtualization detection routineMonk Liu1-0/+3
2020-04-01drm/amdgpu: Enable reading FRU chip via I2C v3Kent Russell1-0/+90
2020-03-20drm/amdgpu: protect RAS sysfs during GPU resetJohn Clements1-1/+11
2020-03-16drm/amdgpu: revise RLCG access pathMonk Liu1-13/+37
2020-03-13drm/amdgpu: add fbdev suspend/resume on gpu resetEvan Quan1-0/+4
2020-03-05drm/amdgpu: fix IB test MCBP bugMonk Liu1-0/+6
2020-02-29drm/amdgpu: no need to clean debugfs at amdgpuYintian Tao1-1/+0
2020-02-28Merge tag 'amd-drm-next-5.7-2020-02-26' of git://people.freedesktop.org/~agd5...Dave Airlie1-33/+48
2020-02-26drm/amdgpu: drop legacy drm load and unload callbacksAlex Deucher1-5/+0
2020-02-26drm/amdgpu/firmware: move debugfs init into core amdgpu debugfsAlex Deucher1-4/+0
2020-02-26drm/amdgpu/regs: move debugfs init into core amdgpu debugfsAlex Deucher1-4/+0
2020-02-26drm/amdgpu/gem: move debugfs init into core amdgpu debugfsAlex Deucher1-4/+0
2020-02-26drm/amdgpu: rename amdgpu_debugfs_preempt_cleanupAlex Deucher1-1/+1
2020-02-26drm/amdgpu: Increase timout on emulator to tenfold instead of twiceYong Zhao1-1/+1
2020-02-20Merge tag 'drm-misc-next-2020-02-10' of git://anongit.freedesktop.org/drm/drm...Dave Airlie1-1/+1
2020-02-13drm/amdkfd: refactor runtime pm for bacoRajneesh Bhardwaj1-2/+2
2020-02-07drm/amdgpu: use the BAR if possible in amdgpu_device_vram_access v2Christian König1-0/+26
2020-02-07drm/amdgpu: optimize amdgpu_device_vram_access a bit.Christian König1-6/+11
2020-02-07drm/amdgpu/sriov Don't send msg when smu suspendJack Zhang1-7/+8
2020-01-28drm/amdgpu: enable GPU reset by default on renoirAlex Deucher1-0/+1
2020-01-28drm/amdgpu: enable GPU reset by default on NaviAlex Deucher1-0/+3
2020-01-24drm: Avoid drm_global_mutex for simple inc/dec of dev->open_countChris Wilson1-1/+1