aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/amd/amdgpu/amdgpu_device.c
Commit message (Expand)AuthorAgeFilesLines
* drm/amdgpu: add function to check tmz capability (v4)Huang Rui2020-04-281-0/+3
* drm/amdgpu: remove conversion to bool in amdgpu_device.cJason Yan2020-04-271-1/+1
* drm/amdgpu: drop redundant cg/pg ungate on runpm enterEvan Quan2020-04-271-3/+0
* drm/amdgpu: move kfd suspend after ip_suspend_phase1Evan Quan2020-04-271-2/+2
* drm/amdgpu: set error query ready after all IPs late initDennis Li2020-04-221-0/+2
* drm/amdgpu: code cleanup around gpu resetEvan Quan2020-04-221-10/+4
* drm/amdgpu: optimize the gpu reset for XGMI setup V2Evan Quan2020-04-221-51/+25
* drm/amdgpu: correct cancel_delayed_work_sync on gpu resetEvan Quan2020-04-221-0/+2
* drm/amdgpu: correct fbdev suspend on gpu resetEvan Quan2020-04-221-1/+1
* drm/amdgpu: clean up unused variable about ring lruKevin Wang2020-04-221-3/+0
* drm/amdgpu: Print CU information by default during initializationYong Zhao2020-04-221-1/+2
* drm/amdgpu: fix race between pstate and remote buffer mapJonathan Kim2020-04-221-1/+2
* Revert "drm/amdgpu: use the BAR if possible in amdgpu_device_vram_access v2"Kent Russell2020-04-221-26/+0
* drm/amdgpu: fix the hw hang during perform system reboot and resetPrike Liang2020-04-221-0/+2
* drm/amd/amdgpu: remove hardcoded module name in printsAurabindo Pillai2020-04-131-2/+2
* drm/amdgpu: fix wrong vram lost counter increment V2Evan Quan2020-04-131-2/+18
* drm/amdgpu: support access regs outside of mmio barHawking Zhang2020-04-091-28/+17
* drm/amdgpu: retire AMDGPU_REGS_KIQ flagHawking Zhang2020-04-091-2/+2
* drm/amdgpu: retire RREG32_IDX/WREG32_IDXHawking Zhang2020-04-091-2/+2
* drm/amdgpu: remove inproper workaround for vega10Hawking Zhang2020-04-091-16/+0
* drm/amdgpu: fix gfx hang during suspend with video playback (v2)Prike Liang2020-04-091-2/+3
* drm/amdgpu/sriov add amdgpu_amdkfd_pre_reset in gpu resetJack Zhang2020-04-091-0/+2
* drm/amdkfd Avoid destroy hqd when GPU is on resetJack Zhang2020-04-091-2/+0
* drm/amdgpu: rework sched_list generationNirmoy Das2020-04-091-2/+0
* drm/amdgpu/sriov add amdgpu_amdkfd_pre_reset in gpu resetJack Zhang2020-04-091-0/+2
* drm/amdgpu: extend compute job timeoutJiawei2020-04-011-2/+2
* drm/amdgpu: postpone entering fullaccess modeMonk Liu2020-04-011-1/+11
* drm/amdgpu: adjust sequence of ip_discovery init and timeout_settingMonk Liu2020-04-011-12/+4
* drm/amdgpu: equip new req_init_data handshakeMonk Liu2020-04-011-0/+19
* drm/amdgpu: disable ras query and iject during gpu resetJohn Clements2020-04-011-0/+3
* drm/amdgpu: cleanup all virtualization detection routineMonk Liu2020-04-011-0/+3
* drm/amdgpu: Enable reading FRU chip via I2C v3Kent Russell2020-04-011-0/+90
* drm/amdgpu: protect RAS sysfs during GPU resetJohn Clements2020-03-201-1/+11
* drm/amdgpu: revise RLCG access pathMonk Liu2020-03-161-13/+37
* drm/amdgpu: add fbdev suspend/resume on gpu resetEvan Quan2020-03-131-0/+4
* drm/amdgpu: fix IB test MCBP bugMonk Liu2020-03-051-0/+6
* drm/amdgpu: no need to clean debugfs at amdgpuYintian Tao2020-02-281-1/+0
* Merge tag 'amd-drm-next-5.7-2020-02-26' of git://people.freedesktop.org/~agd5...Dave Airlie2020-02-281-33/+48
|\
| * drm/amdgpu: drop legacy drm load and unload callbacksAlex Deucher2020-02-261-5/+0
| * drm/amdgpu/firmware: move debugfs init into core amdgpu debugfsAlex Deucher2020-02-261-4/+0
| * drm/amdgpu/regs: move debugfs init into core amdgpu debugfsAlex Deucher2020-02-261-4/+0
| * drm/amdgpu/gem: move debugfs init into core amdgpu debugfsAlex Deucher2020-02-261-4/+0
| * drm/amdgpu: rename amdgpu_debugfs_preempt_cleanupAlex Deucher2020-02-261-1/+1
| * drm/amdgpu: Increase timout on emulator to tenfold instead of twiceYong Zhao2020-02-261-1/+1
| * drm/amdkfd: refactor runtime pm for bacoRajneesh Bhardwaj2020-02-121-2/+2
| * drm/amdgpu: use the BAR if possible in amdgpu_device_vram_access v2Christian König2020-02-071-0/+26
| * drm/amdgpu: optimize amdgpu_device_vram_access a bit.Christian König2020-02-071-6/+11
| * drm/amdgpu/sriov Don't send msg when smu suspendJack Zhang2020-02-071-7/+8
* | Merge tag 'drm-misc-next-2020-02-10' of git://anongit.freedesktop.org/drm/drm...Dave Airlie2020-02-211-1/+1
|\ \ | |/ |/|
| * drm: Avoid drm_global_mutex for simple inc/dec of dev->open_countChris Wilson2020-01-241-1/+1