index
:
linux-dev
linus/master
master
Linux kernel development work - see feature branches
Jason A. Donenfeld
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
gpu
/
drm
/
amd
/
amdgpu
/
amdgpu_device.c
(
follow
)
Age
Commit message (
Expand
)
Author
Files
Lines
2020-04-22
drm/amdgpu: correct fbdev suspend on gpu reset
Evan Quan
1
-1
/
+1
2020-04-22
drm/amdgpu: clean up unused variable about ring lru
Kevin Wang
1
-3
/
+0
2020-04-22
drm/amdgpu: Print CU information by default during initialization
Yong Zhao
1
-1
/
+2
2020-04-22
drm/amdgpu: fix race between pstate and remote buffer map
Jonathan Kim
1
-1
/
+2
2020-04-22
Revert "drm/amdgpu: use the BAR if possible in amdgpu_device_vram_access v2"
Kent Russell
1
-26
/
+0
2020-04-22
drm/amdgpu: fix the hw hang during perform system reboot and reset
Prike Liang
1
-0
/
+2
2020-04-13
drm/amd/amdgpu: remove hardcoded module name in prints
Aurabindo Pillai
1
-2
/
+2
2020-04-13
drm/amdgpu: fix wrong vram lost counter increment V2
Evan Quan
1
-2
/
+18
2020-04-09
drm/amdgpu: support access regs outside of mmio bar
Hawking Zhang
1
-28
/
+17
2020-04-09
drm/amdgpu: retire AMDGPU_REGS_KIQ flag
Hawking Zhang
1
-2
/
+2
2020-04-09
drm/amdgpu: retire RREG32_IDX/WREG32_IDX
Hawking Zhang
1
-2
/
+2
2020-04-09
drm/amdgpu: remove inproper workaround for vega10
Hawking Zhang
1
-16
/
+0
2020-04-09
drm/amdgpu: fix gfx hang during suspend with video playback (v2)
Prike Liang
1
-2
/
+3
2020-04-09
drm/amdgpu/sriov add amdgpu_amdkfd_pre_reset in gpu reset
Jack Zhang
1
-0
/
+2
2020-04-09
drm/amdkfd Avoid destroy hqd when GPU is on reset
Jack Zhang
1
-2
/
+0
2020-04-09
drm/amdgpu: rework sched_list generation
Nirmoy Das
1
-2
/
+0
2020-04-09
drm/amdgpu/sriov add amdgpu_amdkfd_pre_reset in gpu reset
Jack Zhang
1
-0
/
+2
2020-04-01
drm/amdgpu: extend compute job timeout
Jiawei
1
-2
/
+2
2020-04-01
drm/amdgpu: postpone entering fullaccess mode
Monk Liu
1
-1
/
+11
2020-04-01
drm/amdgpu: adjust sequence of ip_discovery init and timeout_setting
Monk Liu
1
-12
/
+4
2020-04-01
drm/amdgpu: equip new req_init_data handshake
Monk Liu
1
-0
/
+19
2020-04-01
drm/amdgpu: disable ras query and iject during gpu reset
John Clements
1
-0
/
+3
2020-04-01
drm/amdgpu: cleanup all virtualization detection routine
Monk Liu
1
-0
/
+3
2020-04-01
drm/amdgpu: Enable reading FRU chip via I2C v3
Kent Russell
1
-0
/
+90
2020-03-20
drm/amdgpu: protect RAS sysfs during GPU reset
John Clements
1
-1
/
+11
2020-03-16
drm/amdgpu: revise RLCG access path
Monk Liu
1
-13
/
+37
2020-03-13
drm/amdgpu: add fbdev suspend/resume on gpu reset
Evan Quan
1
-0
/
+4
2020-03-05
drm/amdgpu: fix IB test MCBP bug
Monk Liu
1
-0
/
+6
2020-02-28
drm/amdgpu: no need to clean debugfs at amdgpu
Yintian Tao
1
-1
/
+0
2020-02-28
Merge tag 'amd-drm-next-5.7-2020-02-26' of git://people.freedesktop.org/~agd5f/linux into drm-next
Dave Airlie
1
-33
/
+48
2020-02-26
drm/amdgpu: drop legacy drm load and unload callbacks
Alex Deucher
1
-5
/
+0
2020-02-26
drm/amdgpu/firmware: move debugfs init into core amdgpu debugfs
Alex Deucher
1
-4
/
+0
2020-02-26
drm/amdgpu/regs: move debugfs init into core amdgpu debugfs
Alex Deucher
1
-4
/
+0
2020-02-26
drm/amdgpu/gem: move debugfs init into core amdgpu debugfs
Alex Deucher
1
-4
/
+0
2020-02-26
drm/amdgpu: rename amdgpu_debugfs_preempt_cleanup
Alex Deucher
1
-1
/
+1
2020-02-26
drm/amdgpu: Increase timout on emulator to tenfold instead of twice
Yong Zhao
1
-1
/
+1
2020-02-21
Merge tag 'drm-misc-next-2020-02-10' of git://anongit.freedesktop.org/drm/drm-misc into drm-next
Dave Airlie
1
-1
/
+1
2020-02-12
drm/amdkfd: refactor runtime pm for baco
Rajneesh Bhardwaj
1
-2
/
+2
2020-02-07
drm/amdgpu: use the BAR if possible in amdgpu_device_vram_access v2
Christian König
1
-0
/
+26
2020-02-07
drm/amdgpu: optimize amdgpu_device_vram_access a bit.
Christian König
1
-6
/
+11
2020-02-07
drm/amdgpu/sriov Don't send msg when smu suspend
Jack Zhang
1
-7
/
+8
2020-01-27
drm/amdgpu: enable GPU reset by default on renoir
Alex Deucher
1
-0
/
+1
2020-01-27
drm/amdgpu: enable GPU reset by default on Navi
Alex Deucher
1
-0
/
+3
2020-01-24
drm: Avoid drm_global_mutex for simple inc/dec of dev->open_count
Chris Wilson
1
-1
/
+1
2020-01-22
drm/amdgpu: remove unnecessary conversion to bool
Nirmoy Das
1
-1
/
+1
2020-01-22
drm/amdgpu: add kiq version interface for RREG32/WREG32
chen gong
1
-2
/
+2
2020-01-22
drm/amdgpu: provide a generic function interface for reading/writing register by KIQ
chen gong
1
-2
/
+2
2020-01-17
drm/amdgpu: add the lost mutex_init back
Pan, Xinhui
1
-0
/
+1
2020-01-16
drm/amdgpu: add arcturus to gpu recovery check code path
Hawking Zhang
1
-0
/
+1
2020-01-14
drm/amd/powerplay: cover the powerplay implementation details V3
Evan Quan
1
-47
/
+6
[prev]
[next]