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
Age
Commit message (
Expand
)
Author
Files
Lines
2022-04-28
drm/amdgpu/discovery: populate additional GC info
Alex Deucher
2
-0
/
+28
2022-04-28
drm/amdgpu: update latest IP discovery table structures
Alex Deucher
1
-3
/
+111
2022-04-28
drm/amdgpu: add function to decode ip version
Likun Gao
3
-0
/
+38
2022-04-28
drm/amdgpu: increase HWIP MAX INSTANCE
Likun Gao
1
-1
/
+1
2022-04-28
drm/amdgpu: do not use passthrough mode in Xen dom0
Marek Marczykowski-Górecki
1
-1
/
+3
2022-04-28
drm/amd/pm: fix the compile warning
Evan Quan
1
-13
/
+1
2022-04-28
drm/amdkfd: Fix circular lock dependency warning
Mukul Joshi
5
-11
/
+8
2022-04-28
drm/amdkfd: Fix updating IO links during device removal
Mukul Joshi
1
-5
/
+5
2022-04-28
drm/amdkfd: Use non-atomic bitmap functions when possible
Christophe JAILLET
1
-11
/
+5
2022-04-28
drm/amdkfd: Use bitmap_zalloc() when applicable
Christophe JAILLET
1
-9
/
+3
2022-04-28
drm/amd/display: protect remaining FPU-code calls on dcn3.1.x
Melissa Wen
4
-6
/
+36
2022-04-28
Merge tag 'amd-drm-next-5.19-2022-04-22' of https://gitlab.freedesktop.org/agd5f/linux into drm-next
Dave Airlie
22
-168
/
+599
2022-04-28
Merge tag 'amd-drm-next-5.19-2022-04-15' of https://gitlab.freedesktop.org/agd5f/linux into drm-next
Dave Airlie
175
-2725
/
+3840
2022-04-27
drm/amdgpu: keep mmhub clock gating being enabled during s2idle suspend
Prike Liang
1
-0
/
+10
2022-04-27
drm/amd/pm: fix the deadlock issue observed on SI
Evan Quan
4
-55
/
+39
2022-04-27
drm/amd/display: Fix memory leak in dcn21_clock_source_create
Miaoqian Lin
1
-0
/
+1
2022-04-27
drm/amdgpu: don't runtime suspend if there are displays attached (v3)
Alex Deucher
1
-35
/
+70
2022-04-27
drm/amdkfd: CRIU add support for GWS queues
David Yat Sin
2
-4
/
+8
2022-04-27
drm/amdkfd: Fix GWS queue count
David Yat Sin
1
-46
/
+37
2022-04-26
drm/amd: Fix spelling typo in comment
oushixiong
1
-1
/
+1
2022-04-26
drm/amdgpu: fix typo
Rongguang Wei
1
-1
/
+1
2022-04-26
drm/amdgpu: debugfs: fix NULL dereference in ta_if_invoke_debugfs_write()
Dan Carpenter
1
-1
/
+1
2022-04-26
drm/amdgpu: debugfs: fix error codes in write functions
Dan Carpenter
1
-6
/
+14
2022-04-26
drm/amd: add dc feature mask flags for PSR allow smu and multi-display optimizations
David Zhang
1
-0
/
+2
2022-04-26
drm/amdgpu: keep mmhub clock gating being enabled during s2idle suspend
Prike Liang
1
-0
/
+10
2022-04-26
drm/amd/display: fix if == else warning
Guo Zhengkui
1
-2
/
+0
2022-04-26
drm/amdgpu/display: Make dcn31_set_low_power_state static
Alex Deucher
1
-1
/
+1
2022-04-26
drm/amdgpu: Fix out-of-bound access for gfx_v10_0_ring_test_ib()
Haohui Mai
1
-2
/
+1
2022-04-26
drm/amdgpu/sdma: Remove redundant lower_32_bits() calls when settings SDMA doorbell
Haohui Mai
4
-11
/
+10
2022-04-26
drm/amdgpu/sdma: Fix incorrect calculations of the wptr of the doorbells
Haohui Mai
3
-10
/
+10
2022-04-26
drm/amd/display: fix non-kernel-doc comment warnings
Randy Dunlap
1
-1
/
+1
2022-04-26
drm/amdkfd: Update mapping if range attributes changed
Philip Yang
1
-14
/
+32
2022-04-26
drm/amdkfd: Add SVM range mapped_to_gpu flag
Philip Yang
2
-1
/
+17
2022-04-26
drm/amd/display: Fix Wstringop-overflow warnings in dc_link_dp.c
Gustavo A. R. Silva
2
-4
/
+4
2022-04-25
drm/amd/display: 3.2.183
Aric Cyr
1
-1
/
+1
2022-04-25
drm/amd/display: Keep track of DSC packed PPS
Ilya Bakoulin
2
-1
/
+3
2022-04-25
drm/amd/display: Remove unused integer
Dillon Varone
1
-1
/
+0
2022-04-25
drm/amd/display: Maintain current link settings in link loss interrupt
Gary Li
1
-0
/
+9
2022-04-25
drm/amd/display: Remove ddc write and read size checking
Leo Ma
1
-6
/
+0
2022-04-25
drm/amd/display: read PSR-SU cap DPCD for specific panel
David Zhang
2
-0
/
+6
2022-04-25
drm/amd/display: Don't pass HostVM by default on DCN3.1
Michael Strauss
2
-1
/
+15
2022-04-25
drm/amd/display: Reset cached PSR parameters after hibernate
Evgenii Krasnikov
1
-1
/
+6
2022-04-25
drm/amd/display: Add Audio readback registers
Ilya Bakoulin
3
-0
/
+13
2022-04-25
drm/amd/display: update dcn315 clk table read
Dmytro Laktyushkin
3
-149
/
+111
2022-04-25
drm/amd/display: 3.2.182
Aric Cyr
1
-1
/
+1
2022-04-25
drm/amd/display: Fix HDCP QUERY Error for eDP and Tiled
Mustapha Ghaddar
1
-2
/
+6
2022-04-25
drm/amd/display: Insert smu busy status before sending another request
Oliver Logush
1
-0
/
+2
2022-04-25
drm/amdkfd: Ignore bogus signals from MEC efficiently
Felix Kuehling
4
-7
/
+60
2022-04-25
drm/amdgpu: Remove useless kfree
Haowen Bai
1
-1
/
+0
2022-04-25
drm/display: Move HDMI helpers into display-helper module
Thomas Zimmermann
1
-0
/
+1
[prev]
[next]