index
:
kernel/linux.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.12.y
linux-6.13.y
linux-6.14.y
linux-6.15.y
linux-6.16.y
linux-6.17.y
linux-6.18.y
linux-6.19.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rockchip-6.1.y
linux-rockchip-6.5.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
gpu
/
drm
/
amd
/
display
Age
Commit message (
Expand
)
Author
Files
Lines
10 days
drm/amd: fix dcn 2.01 check
Andy Nguyen
1
-4
/
+4
10 days
drm/amd/display: Fix DisplayID not-found handling in parse_edid_displayid_vrr()
Srinivasan Shanmugam
1
-2
/
+2
10 days
drm/amd/display: Wrap dcn32_override_min_req_memclk() in DC_FP_{START, END}
Xi Ruoyao
1
-0
/
+3
10 days
drm/amd/display: Fix uninitialized variable use which breaks full LTO
Calvin Owens
1
-1
/
+1
10 days
drm/amd/display: Fix gamma 2.2 colorop TFs
Alex Hung
1
-3
/
+3
2026-03-11
drm/amd/display: Check for S0i3 to be done before DCCG init on DCN21
Ivan Lipski
1
-1
/
+20
2026-03-11
drm/amd/display: Add missing DCCG register entries for DCN20-DCN316
Ivan Lipski
4
-4
/
+20
2026-03-03
drm/amd/display: Fallback to boot snapshot for dispclk
Dillon Varone
1
-1
/
+5
2026-03-03
drm/amd/display: Enable DEGAMMA and reject COLOR_PIPELINE+DEGAMMA_LUT
Alex Hung
2
-8
/
+16
2026-03-03
drm/amd/display: Use mpc.preblend flag to indicate 3D LUT
Alex Hung
2
-3
/
+6
2026-02-26
drm/amd/display: Use GFP_ATOMIC in dc_create_stream_for_sink
Natalie Vock
1
-2
/
+2
2026-02-22
Convert remaining multi-line kmalloc_obj/flex GFP_KERNEL uses
Kees Cook
8
-17
/
+10
2026-02-22
Convert more 'alloc_obj' cases to default GFP_KERNEL arguments
Linus Torvalds
33
-216
/
+108
2026-02-22
Convert 'alloc_obj' family to use the new default GFP_KERNEL argument
Linus Torvalds
97
-513
/
+513
2026-02-21
treewide: Replace kmalloc with kmalloc_obj for non-scalar types
Kees Cook
103
-745
/
+766
2026-02-19
drm/amd/display: Remove unneeded DAC link encoder register
Timur Kristóf
4
-5
/
+4
2026-02-19
drm/amd/display: Enable DAC in DCE link encoder
Timur Kristóf
6
-17
/
+50
2026-02-19
drm/amd/display: Set CRTC source for DAC using registers
Timur Kristóf
6
-37
/
+43
2026-02-19
drm/amd/display: Initialize DAC in DCE link encoder using VBIOS
Timur Kristóf
2
-2
/
+11
2026-02-19
drm/amd/display: Turn off DAC in DCE link encoder using VBIOS
Timur Kristóf
2
-16
/
+17
2026-02-19
drm/amd/display: Don't call find_analog_engine() twice
Timur Kristóf
1
-1
/
+0
2026-02-19
drm/amd/display: Use same max plane scaling limits for all 64 bpp formats
Mario Kleiner
1
-0
/
+5
2026-02-19
drm/amd/display: Remove conditional for shaper 3DLUT power-on
Alex Hung
1
-2
/
+1
2026-02-19
drm/amd/display: Check return of shaper curve to HW format
Alex Hung
1
-3
/
+3
2026-02-19
drm/amd/display: Correct logic check error for fastboot
Charlene Liu
1
-2
/
+2
2026-02-19
drm/amd/display: Skip eDP detection when no sink
Saidireddy Yenugu
1
-0
/
+5
2026-02-19
Revert "drm/amd/display: Add Gfx Base Case For Linear Tiling Handling"
Nicholas Carbones
13
-33
/
+3
2026-02-19
Revert "drm/amd/display: Correct hubp GfxVersion verification"
Nicholas Carbones
3
-52
/
+39
2026-02-19
Revert "drm/amd/display: Add Handling for gfxversion DcGfxBase"
Nicholas Carbones
1
-3
/
+0
2026-02-19
drm/amd/display: Migrate DCCG registers access from hwseq to dccg component.
Bhuvanachandra Pinninti
21
-55
/
+143
2026-02-19
drm/amd/display: Implementing ramless idle mouse trigger
Muaaz Nisar
3
-0
/
+28
2026-02-19
drm/amd/display: Disable SR feature on eDP1 by default
Charlene Liu
5
-5
/
+20
2026-02-19
drm/amd/display: Expose functions of other dcn use
Dmytro Laktyushkin
5
-18
/
+32
2026-02-18
drm/amd/display: Add static keyword for sharpness tables
Samson Tam
1
-2
/
+2
2026-02-18
drm/amd/display: Only use analog stream encoder with analog engine
Timur Kristóf
1
-1
/
+4
2026-02-18
drm/amd/display: Only use analog link encoder with analog engine
Timur Kristóf
3
-3
/
+6
2026-02-18
drm/amd/display: Use DCE 6 link encoder for DCE 6 analog connectors
Timur Kristóf
1
-1
/
+1
2026-02-12
drm/amd/display: Fix out-of-bounds stream encoder index v3
Srinivasan Shanmugam
6
-24
/
+24
2026-02-12
drm/amd/display: Reject cursor plane on DCE when scaled differently than primary
Timur Kristóf
1
-3
/
+8
2026-02-12
drm/amd/display: Fix dc_link NULL handling in HPD init
Srinivasan Shanmugam
1
-5
/
+4
2026-02-12
drm/amd/display: Promote DC to 3.2.369
Taimur Hassan
1
-1
/
+1
2026-02-12
drm/amd/display: [FW Promotion] Release 0.1.46.0
Taimur Hassan
1
-0
/
+15
2026-02-12
drm/amd/display: Fix the incorrect type in dml_print
Alex Hung
1
-1
/
+1
2026-02-12
drm/amd/display: bypass post csc for additional color spaces in dal
Clay King
3
-6
/
+25
2026-02-12
drm/amd/display: Revert "Migrate DCCG register access from hwseq to dccg comp...
Nicholas Carbones
12
-98
/
+49
2026-02-12
drm/amd/display: Correct hubp GfxVersion verification
Nicholas Carbones
3
-39
/
+52
2026-02-12
Revert "drm/amd/display: mouse event trigger to boost RR when idle"
Muaaz Nisar
1
-15
/
+0
2026-02-12
drm/amd/display: Parse all extension blocks for VSDB
Ray Wu
1
-1
/
+3
2026-02-12
drm/amd/display: Make GPIO HPD path conditional
Roman Li
2
-5
/
+12
2026-02-12
drm/amd/display: Increase DCN35 SR enter/exit latency
Leo Li
2
-10
/
+10
[next]