index
:
wireguard-linux
backport-5.4.y
davem/net
davem/net-next
devel
gregkh/stable-5.4.y
jd/bump-compilers
jd/deferred-aip-removal
jd/new-archs
jd/orphan-parallel
jd/rcu-barrier
jd/shorter-socket-lock
jd/unified-crypt-queue
jd/xdp-l3
stable
update-toolchain
WireGuard for the Linux kernel
Jason A. Donenfeld
about
summary
refs
log
tree
commit
diff
stats
homepage
log msg
author
committer
range
path:
root
/
drivers
/
gpu
/
drm
/
amd
Age
Commit message (
Expand
)
Author
Files
Lines
2024-08-13
drm/amd/amdgpu: add HDP_SD support on gc 12.0.0/1
Kenneth Feng
1
-0
/
+2
2024-08-13
drm/amdgpu: Update kmd_fw_shared for VCN5
Yinjie Yao
1
-1
/
+4
2024-08-13
drm/amd/amdgpu: command submission parser for JPEG
David (Ming Qiang) Wu
5
-2
/
+76
2024-08-13
drm/amdgpu/mes12: fix suspend issue
Jack Xiao
2
-26
/
+23
2024-08-13
drm/amdgpu/mes12: sw/hw fini for unified mes
Jack Xiao
1
-11
/
+20
2024-08-13
drm/amdgpu/mes12: configure two pipes hardware resources
Jack Xiao
4
-61
/
+78
2024-08-13
drm/amdgpu/mes12: adjust mes12 sw/hw init for multiple pipes
Jack Xiao
1
-44
/
+62
2024-08-13
drm/amdgpu/mes12: add mes pipe switch support
Jack Xiao
1
-26
/
+33
2024-08-13
drm/amdgpu/mes12: load unified mes fw on pipe0 and pipe1
Jack Xiao
2
-25
/
+4
2024-08-13
drm/amdgpu/mes: add multiple mes ring instances support
Jack Xiao
9
-44
/
+47
2024-08-13
drm/amdgpu/mes12: update mes_v12_api_def.h
Jack Xiao
1
-1
/
+6
2024-08-13
drm/amdgpu: Actually check flags for all context ops.
Bas Nieuwenhuizen
1
-0
/
+8
2024-08-13
drm/amdgpu/jpeg4: properly set atomics vmid field
Alex Deucher
1
-2
/
+2
2024-08-13
drm/amdgpu/jpeg2: properly set atomics vmid field
Alex Deucher
1
-2
/
+2
2024-08-13
drm/amd/display: Adjust cursor position
Rodrigo Siqueira
1
-1
/
+1
2024-08-13
drm/amd/display: fix cursor offset on rotation 180
Melissa Wen
1
-1
/
+1
2024-08-13
drm/amd/display: Fix MST BW calculation Regression
Fangzhi Zuo
2
-9
/
+27
2024-08-13
drm/amd/display: Enable otg synchronization logic for DCN321
Loan Chen
1
-0
/
+3
2024-08-13
drm/amd/display: fix s2idle entry for DCN3.5+
Hamza Mahfooz
1
-0
/
+3
2024-08-13
drm/amdgpu/mes: fix mes ring buffer overflow
Jack Xiao
3
-8
/
+30
2024-08-09
Merge tag 'amd-drm-fixes-6.11-2024-08-08' of https://gitlab.freedesktop.org/agd5f/linux into drm-fixes
Dave Airlie
15
-17
/
+152
2024-08-07
drm/amdgpu: Add DCC GFX12 flag to enable address alignment
Arunpravin Paneer Selvam
1
-1
/
+2
2024-08-07
drm/amdgpu: correct sdma7 max dw
Frank Min
1
-1
/
+1
2024-08-07
drm/amdgpu: Add address alignment support to DCC buffers
Arunpravin Paneer Selvam
3
-2
/
+57
2024-08-07
drm/amd/display: Skip Recompute DSC Params if no Stream on Link
Fangzhi Zuo
1
-0
/
+3
2024-08-07
drm/amdgpu: change non-dcc buffer copy configuration
Frank Min
1
-2
/
+3
2024-08-07
drm/amdgpu: Forward soft recovery errors to userspace
Joshua Ashton
1
-2
/
+1
2024-08-07
drm/amdgpu: add golden setting for gc v12
Likun Gao
1
-0
/
+27
2024-08-07
drm/amd/display: Add missing program DET segment call to pipe init
Rodrigo Siqueira
1
-0
/
+2
2024-08-07
drm/amd/display: Add missing DCN314 to the DML Makefile
Rodrigo Siqueira
1
-0
/
+2
2024-08-07
drm/amdgpu: force to use legacy inv in mmhub
Likun Gao
1
-1
/
+2
2024-08-07
drm/amd/pm: update powerplay structure on smu v14.0.2/3
Kenneth Feng
1
-6
/
+46
2024-08-07
drm/amd/display: Add missing mcache registers
Rodrigo Siqueira
1
-1
/
+3
2024-08-07
drm/amd/display: Add dcc propagation value
Rodrigo Siqueira
1
-0
/
+1
2024-08-07
drm/amd/display: Add missing DET segments programming
Rodrigo Siqueira
1
-0
/
+2
2024-08-07
drm/amd/display: Replace dm_execute_dmub_cmd with dc_wake_and_execute_dmub_cmd
Rodrigo Siqueira
1
-2
/
+1
2024-08-02
Merge tag 'drm-fixes-2024-08-02' of https://gitlab.freedesktop.org/drm/kernel
Linus Torvalds
9
-19
/
+114
2024-07-28
minmax: don't use max() in situations that want a C constant expression
Linus Torvalds
1
-1
/
+1
2024-07-28
minmax: make generic MIN() and MAX() macros available everywhere
Linus Torvalds
3
-4
/
+14
2024-07-27
drm/amdgpu: Fix APU handling in amdgpu_pm_load_smu_firmware()
Alex Deucher
1
-1
/
+2
2024-07-27
drm/amdgpu: increase mes log buffer size for gfx12
Michael Chen
6
-8
/
+20
2024-07-27
drm/amdgpu: fix contiguous handling for IB parsing v2
Christian König
1
-8
/
+8
2024-07-27
drm/amdgpu/pm: support gpu_metrics sysfs interface for smu v14.0.2/3
Kenneth Feng
1
-2
/
+84
2024-07-24
drm/amdgpu: reset vm state machine after gpu reset(vram lost)
ZhenGuo Yin
1
-4
/
+5
2024-07-24
drm/amdgpu: add missed harvest check for VCN IP v4/v5
Tim Huang
3
-0
/
+18
2024-07-24
drm/amdgpu: Fix eeprom max record count
Stanley.Yang
1
-0
/
+3
2024-07-24
drm/amdgpu: fix ras UE error injection failure issue
YiPeng Chai
1
-3
/
+1
2024-07-24
drm/amd/display: Remove ASSERT if significance is zero in math_ceil2
Rodrigo Siqueira
1
-2
/
+0
2024-07-24
drm/amd/display: Check for NULL pointer
Sung Joon Kim
1
-1
/
+2
2024-07-24
drm/amdgpu/vcn: Use offsets local to VCN/JPEG in VF
Jane Jian
2
-5
/
+60
[next]