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
/
dml
Age
Commit message (
Expand
)
Author
Files
Lines
2022-09-19
drm/amd/display: Fix pipe split prediction
Alvin Lee
2
-24
/
+74
2022-09-19
drm/amd/display: Port DCN30 420 logic to DCN32
Chris Park
3
-0
/
+29
2022-09-19
drm/amd/display: clean up some inconsistent indentings
Yang Li
1
-1
/
+1
2022-09-19
drm/amd/display: clean up some inconsistent indentings
Yang Li
1
-1
/
+1
2022-09-19
drm/amd/display: clean up some inconsistent indentings
Yang Li
1
-2
/
+2
2022-09-13
drm/amd/display: Mark dml30's UseMinimumDCFCLK() as noinline for stack usage
Nathan Chancellor
1
-1
/
+1
2022-09-13
drm/amd/display: Reduce number of arguments of dml31's CalculateFlipSchedule()
Nathan Chancellor
1
-125
/
+47
2022-09-13
drm/amd/display: Reduce number of arguments of dml31's CalculateWatermarksAnd...
Nathan Chancellor
1
-196
/
+52
2022-09-13
drm/amd/display: Reduce number of arguments of dml32_CalculatePrefetchSchedule()
Nathan Chancellor
3
-133
/
+78
2022-09-13
drm/amd/display: Reduce number of arguments of dml32_CalculateWatermarksMALLU...
Nathan Chancellor
3
-259
/
+140
2022-09-13
drm/amd/display: Correct dram channel width for dcn314
Duncan Ma
1
-0
/
+3
2022-09-13
drm/amd/display: Relax swizzle checks for video non-RGB formats on DCN314
Nicholas Kazlauskas
1
-3
/
+1
2022-09-13
drm/amd/display: Hook up DCN314 specific dml implementation
Nicholas Kazlauskas
3
-1
/
+14
2022-09-13
drm/amd/display: Enable dlg and vba compilation for dcn314
Rodrigo Siqueira
1
-0
/
+3
2022-09-13
drm/amd/display: Fix compilation errors on DCN314
Rodrigo Siqueira
1
-4
/
+5
2022-09-13
drm/amd/display: Fix divide by zero in DML
Aric Cyr
2
-18
/
+16
2022-09-13
drm/amd/display: Optimizations for DML math
Aric Cyr
9
-61
/
+53
2022-09-13
drm/amd/display: remove possible condition with no effect (if == else)
Yang Li
1
-4
/
+0
2022-09-13
drm/amd/display: Simplify bool conversion
Yang Li
1
-1
/
+1
2022-09-13
drm/amd/display: Mark dml30's UseMinimumDCFCLK() as noinline for stack usage
Nathan Chancellor
1
-2
/
+1
2022-09-13
drm/amd/display: Reduce number of arguments of dml31's CalculateFlipSchedule()
Nathan Chancellor
1
-125
/
+47
2022-09-13
drm/amd/display: Reduce number of arguments of dml31's CalculateWatermarksAnd...
Nathan Chancellor
1
-196
/
+52
2022-09-13
drm/amd/display: Reduce number of arguments of dml32_CalculatePrefetchSchedule()
Nathan Chancellor
3
-133
/
+78
2022-09-13
drm/amd/display: Reduce number of arguments of dml32_CalculateWatermarksMALLU...
Nathan Chancellor
3
-259
/
+140
2022-09-13
drm/amd/display: Correct dram channel width for dcn314
Duncan Ma
1
-0
/
+3
2022-09-13
drm/amd/display: Relax swizzle checks for video non-RGB formats on DCN314
Nicholas Kazlauskas
1
-3
/
+1
2022-09-13
drm/amd/display: Hook up DCN314 specific dml implementation
Nicholas Kazlauskas
3
-1
/
+14
2022-09-13
drm/amd/display: Enable dlg and vba compilation for dcn314
Rodrigo Siqueira
1
-0
/
+3
2022-09-13
drm/amd/display: Fix compilation errors on DCN314
Rodrigo Siqueira
1
-4
/
+5
2022-09-13
drm/amd/display: Fix divide by zero in DML
Aric Cyr
2
-18
/
+16
2022-09-01
drm/amd/display: remove a duplicated declaration
Asher Song
1
-1
/
+1
2022-08-31
drm/amd/display: Re-initialize viewport after pipe merge
Ethan Wellenreiter
1
-0
/
+9
2022-08-30
drm/amd/display: clean up some inconsistent indentings
Yang Li
1
-5
/
+8
2022-08-30
drm/amd/display: clean up one inconsistent indenting
Yang Li
3
-9
/
+12
2022-08-30
drm/amd/display: Re-initialize viewport after pipe merge
Ethan Wellenreiter
1
-0
/
+9
2022-08-30
drm/amd/display: SubVP missing scaling case
Alvin Lee
1
-1
/
+5
2022-08-30
drm/amd/display: Don't choose SubVP display if ActiveMargin > 0
Alvin Lee
3
-4
/
+20
2022-08-30
drm/amd/display: Set ODM policy based on number of DSC slices
Taimur Hassan
3
-2
/
+8
2022-08-25
drm/amd/display: fix odm 2:1 policy not being applied consistently in 4k144 m...
Samson Tam
1
-0
/
+5
2022-08-25
drm/amd/display: do not change pipe split policy for RV2
Derek Lai
1
-26
/
+6
2022-08-22
drm/amd/display: fix i386 frame size warning
Hamza Mahfooz
1
-232
/
+63
2022-08-17
drm/amd/display: fix minor codestyle problems
Tales Aparecida
1
-6
/
+4
2022-08-17
drm/amd/display: fix overflow on MIN_I64 definition
David Gow
1
-3
/
+3
2022-08-17
drm/amd/display: Remove unused code
Rodrigo Siqueira
2
-2168
/
+0
2022-08-17
drm/amd/display: include soc._clock_tmp[] into DC's scratch region
Hamza Mahfooz
4
-77
/
+80
2022-08-17
drm/amd/display: Document some of the DML structs
Rodrigo Siqueira
1
-0
/
+34
2022-08-17
drm/amd/display: Don't set DSC for phantom pipes
Alvin Lee
1
-0
/
+1
2022-08-17
drm/amd/display: Modify header inclusion pattern
Chaitanya Dhere
2
-2
/
+2
2022-08-17
drm/amd/display: Add debug parameter to retain default clock table
Daniel Miess
1
-1
/
+1
2022-08-10
drm/amd/display: Add 16 lines margin for SubVP
Alvin Lee
1
-1
/
+4
[prev]
[next]