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-7.0.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
/
dc
Age
Commit message (
Expand
)
Author
Files
Lines
2023-10-20
drm/amd/display: Simplify bool conversion
Yang Li
1
-1
/
+1
2023-10-20
drm/amd/display: Remove unneeded semicolon
Yang Li
1
-1
/
+1
2023-10-20
drm/amd/display: Remove duplicated include in dce110_hwseq.c
Yang Li
1
-2
/
+0
2023-10-20
drm/amd/display: clean up some inconsistent indentings
Yang Li
1
-72
/
+72
2023-10-20
drm/amd/display: Fix a handful of spelling mistakes in dml_print output
Colin Ian King
1
-3
/
+3
2023-10-20
drm/amd/display: Remove brackets in macro to conform to coding style
Stylon Wang
1
-118
/
+36
2023-10-20
drm/amd/display: Add missing lines of code in dc.c
Stylon Wang
1
-2
/
+3
2023-10-13
Revert "drm/amd/display: Create one virtual connector in DC"
Alex Hung
1
-2
/
+1
2023-10-13
Revert "drm/amd/display: Add writeback enable/disable in dc"
Alex Hung
2
-37
/
+0
2023-10-13
Revert "drm/amd/display: Fix writeback_info never got updated"
Alex Hung
1
-4
/
+9
2023-10-13
Revert "drm/amd/display: Validate hw_points_num before using it"
Alex Hung
1
-3
/
+0
2023-10-13
Revert "drm/amd/display: Fix writeback_info is not removed"
Alex Hung
1
-4
/
+3
2023-10-13
Revert "drm/amd/display: Add new set_fc_enable to struct dwbc_funcs"
Alex Hung
3
-29
/
+0
2023-10-13
Revert "drm/amd/display: Disable DWB frame capture to emulate oneshot"
Alex Hung
2
-31
/
+0
2023-10-13
drm/amd/display: add missing NULL check for DML2
Bob Zhou
1
-1
/
+1
2023-10-13
drm/amd/display: make dc_set_power_state() return type `void` again
Mario Limonciello
2
-5
/
+3
2023-10-13
drm/amd/display: Destroy DC context while keeping DML and DML2
Mario Limonciello
2
-37
/
+12
2023-10-10
drm/amd/display: Don't set dpms_off for seamless boot
Daniel Miess
1
-0
/
+3
2023-10-10
drm/amd/display: 3.2.255
Aric Cyr
1
-1
/
+1
2023-10-10
drm/amd/display: Disable SubVP if test pattern is enabled
George Shen
1
-1
/
+14
2023-10-10
drm/amd/display: Refactor DPG test pattern logic for ODM cases
George Shen
6
-93
/
+175
2023-10-10
drm/amd/display: Don't set dpms_off for seamless boot
Daniel Miess
1
-0
/
+3
2023-10-10
drm/amd/display: Refactor HWSS into component folder
Mounika Adhuri
92
-115
/
+297
2023-10-09
drm/amd/display: Revert "drm/amd/display: Add a check for idle power optimiza...
Sung Joon Kim
2
-20
/
+1
2023-10-09
drm/amd/display: Don't use fsleep for PSR exit waits
Nicholas Kazlauskas
2
-2
/
+4
2023-10-09
drm/amd/display: Update cursor limits based on SW cursor fallback limits
Alvin Lee
4
-37
/
+47
2023-10-09
drm/amd/display: Update dml ssb from pmfw clock table
Muhammad Ahmed
3
-27
/
+3
2023-10-09
drm/amd/display: Update stream mask
Duncan Ma
1
-0
/
+7
2023-10-09
drm/amd/display: Revert "drm/amd/display: remove duplicated edp relink to fas...
Aric Cyr
1
-0
/
+59
2023-10-09
drm/amd/display: Modify Vmin default value
Max Tseng
2
-2
/
+8
2023-10-09
drm/amd/display: Update pmfw_driver_if new structure
Charlene Liu
2
-76
/
+174
2023-10-09
drm/amd/display: Modify SMU message logs
Sung Joon Kim
4
-6
/
+9
2023-10-09
drm/amd/display: add check in validate_only in dml2
Gabe Teeger
2
-0
/
+4
2023-10-09
drm/amd/display: Port replay vblank logic to DML2
Daniel Miess
1
-3
/
+22
2023-10-09
drm/amd/display: Modify Pipe Selection for Policy for ODM
Saaem Rizvi
1
-14
/
+126
2023-10-09
drm/amd/display: correct dml2 input and dlg_refclk
Charlene Liu
2
-6
/
+9
2023-10-09
drm/amd/display: Fix Chroma Surface height/width initialization
Sung Joon Kim
1
-2
/
+2
2023-10-09
drm/amd/display: Move stereo timing check to helper
Taimur Hassan
3
-8
/
+19
2023-10-09
drm/amd/display: Split pipe for stereo timings
Taimur Hassan
1
-0
/
+11
2023-10-09
drm/amd/display: Use fixed DET Buffer Size
Sung Joon Kim
3
-10
/
+16
2023-10-09
drm/amd/display: Handle multiple streams sourcing same surface
Sung Joon Kim
3
-32
/
+53
2023-10-09
drm/amd/display: Add z8_marks in dml
Charlene Liu
5
-0
/
+9
2023-10-09
drm/amd/display: Add DCN35 DML2 support
Qingqing Zhuo
5
-7
/
+110
2023-10-09
drm/amd/display: Introduce DML2
Qingqing Zhuo
36
-4
/
+19572
2023-10-09
drm/amd/display: Move dml code under CONFIG_DRM_AMD_DC_FP guard
Rodrigo Siqueira
1
-1
/
+2
2023-10-09
drm/amd/display: Move bw_fixed from DML folder
Rodrigo Siqueira
3
-10
/
+8
2023-10-09
drm/amd/display: Move custom_float from DML folder
Rodrigo Siqueira
3
-59
/
+36
2023-10-09
drm/amd/display: Move dce_calcs from DML folder
Rodrigo Siqueira
4
-2
/
+7
2023-10-09
drm/amd/display: Move the memory allocation out of dcn20_validate_bandwidth_f...
Sebastian Andrzej Siewior
3
-13
/
+18
2023-10-09
drm/amd/display: Move the memory allocation out of dcn21_validate_bandwidth_f...
Sebastian Andrzej Siewior
3
-9
/
+13
[prev]
[next]