index
:
linux
for-next
master
Mirror of https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
gpu
/
drm
/
amd
Age
Commit message (
Expand
)
Author
Lines
2024-02-07
drm/amd/display: Increase frame-larger-than for all display_mode_vba files
Nathan Chancellor
-3
/
+3
2024-02-07
drm/amd/display: Clear phantom stream count and plane count
Mario Limonciello
-0
/
+3
2024-02-07
drm/amdgpu: Avoid fetching VRAM vendor info
Lijo Lazar
-8
/
+0
2024-02-07
drm/amd/display: Disable ODM by default for DCN35
Rodrigo Siqueira
-0
/
+1
2024-02-07
drm/amd/display: Update phantom pipe enable / disable sequence
Alvin Lee
-13
/
+94
2024-02-07
drm/amd/display: Fix MST Null Ptr for RV
Fangzhi Zuo
-5
/
+7
2024-02-07
drm/amdgpu: Fix shared buff copy to user
Stanley.Yang
-1
/
+1
2024-02-07
drm/amd/display: Increase eval/entry delay for DCN35
Nicholas Kazlauskas
-2
/
+2
2024-02-07
drm/amdgpu: remove asymmetrical irq disabling in jpeg 4.0.5 suspend
Li Ma
-19
/
+0
2024-02-07
drm/amdgpu: reset gpu for s3 suspend abort case
Prike Liang
-0
/
+22
2024-02-07
drm/amdgpu: skip to program GFXDEC registers for suspend abort
Prike Liang
-0
/
+12
2024-02-07
drm/amd/display: set odm_combine_policy based on context in dcn32 resource
Wenjing Liu
-17
/
+34
2024-02-07
drm/amd/display: Add NULL test for 'timing generator' in 'dcn21_set_pipe()'
Srinivasan Shanmugam
-10
/
+14
2024-02-07
drm/amd/display: Fix 'panel_cntl' could be null in 'dcn21_set_backlight_level()'
Srinivasan Shanmugam
-19
/
+20
2024-02-07
drm/amdgpu: Fix HDP flush for VFs on nbio v7.9
Lijo Lazar
-0
/
+6
2024-02-07
drm/amd/display: Implement bounds check for stream encoder creation in DCN301
Srinivasan Shanmugam
-1
/
+1
2024-02-07
drm/amd/display: Increase frame-larger-than for all display_mode_vba files
Nathan Chancellor
-3
/
+3
2024-02-07
drm/amd/display: Clear phantom stream count and plane count
Mario Limonciello
-0
/
+3
2024-02-07
drm/amd/display: Simplify the calculation of variables
Jiapeng Chong
-1
/
+1
2024-02-07
drm/amdgpu: Avoid fetching VRAM vendor info
Lijo Lazar
-8
/
+0
2024-02-07
drm/amd/display: 3.2.271
Aric Cyr
-1
/
+1
2024-02-07
drm/amd/display: Drop some unnecessary guards
Rodrigo Siqueira
-16
/
+0
2024-02-07
drm/amd/display: Trivial code style adjustment
Rodrigo Siqueira
-2
/
+4
2024-02-07
drm/amd/display: Disable ODM by default for DCN35
Rodrigo Siqueira
-0
/
+1
2024-02-07
drm/amd/display: Drop legacy code
Rodrigo Siqueira
-57
/
+0
2024-02-07
drm/amd/display: Update phantom pipe enable / disable sequence
Alvin Lee
-13
/
+94
2024-02-07
Revert "drm/amd/display: For FPO and SubVP/DRR configs program vmin/max sel"
Alvin Lee
-66
/
+41
2024-02-07
drm/amd/display: Adjust set_p_state calls to fix logging
Ethan Bitnun
-11
/
+11
2024-02-07
drm/amd/display: Add delay before logging clks from hw
Ethan Bitnun
-0
/
+2
2024-02-07
drm/amd/display: Fix MST Null Ptr for RV
Fangzhi Zuo
-5
/
+7
2024-02-07
drm/amd/display: correct comment in set_default_brightness_aux()
Camille Cho
-1
/
+1
2024-02-07
drm/amd/display: Add left edge pixel for YCbCr422/420 + ODM pipe split
George Shen
-1
/
+53
2024-02-07
drm/amd/display: Add debug option to force 1-tap chroma subsampling
George Shen
-0
/
+8
2024-02-07
drm/amd/display: Disable idle reallow as part of command/gpint execution
Nicholas Kazlauskas
-2
/
+4
2024-02-07
drm/amdgpu: Fix shared buff copy to user
Stanley.Yang
-1
/
+1
2024-02-07
drm/amd/display: Increase eval/entry delay for DCN35
Nicholas Kazlauskas
-2
/
+2
2024-02-07
drm/amd/display: Disable timeout in more places for dc_dmub_srv
Nicholas Kazlauskas
-3
/
+10
2024-02-07
drm/amdgpu: Fix potential out-of-bounds access in 'amdgpu_discovery_reg_base_...
Srinivasan Shanmugam
-3
/
+3
2024-02-07
drm/amd/pm: Retrieve UMC ODECC error count from aca bank
Candice Li
-1
/
+5
2024-02-07
drm/amd/display: Add more checks for exiting idle in DC
Nicholas Kazlauskas
-0
/
+63
2024-02-07
drm/amd/display: correct static screen event mask
Allen Pan
-4
/
+24
2024-02-07
drm/amdgpu: remove asymmetrical irq disabling in jpeg 4.0.5 suspend
Li Ma
-19
/
+0
2024-02-07
drm/amdgpu: reset gpu for s3 suspend abort case
Prike Liang
-0
/
+22
2024-02-07
drm/amdgpu: skip to program GFXDEC registers for suspend abort
Prike Liang
-0
/
+12
2024-02-07
drm/amd/display: set odm_combine_policy based on context in dcn32 resource
Wenjing Liu
-17
/
+34
2024-02-07
drm/amd/display: Don't perform rate toggle on DP2-capable FIXED_VS retimers
Michael Strauss
-10
/
+12
2024-02-07
drm/amdkfd: Add cache line sizes to KFD topology
Joseph Greathouse
-2
/
+95
2024-02-07
drm/amd/display: Remove Legacy FIXED_VS Transparent LT Sequence
Michael Strauss
-362
/
+1
2024-02-07
drm/amd/display: add panel_power_savings sysfs entry to eDP connectors
Hamza Mahfooz
-0
/
+78
2024-02-07
drm/amdgpu: Clear the hotplug interrupt ack bit before hpd initialization
Qiang Ma
-8
/
+40
[prev]
[next]