index
:
blaster4385/linux-IllusionX
main
v6.12.1
v6.12.10
v6.13
Linux kernel with personal config changes for arch linux
Blaster4385
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
gpu
/
drm
/
amd
Age
Commit message (
Expand
)
Author
Files
Lines
2023-09-06
drm/amdgpu: Restrict bootloader wait to SMUv13.0.6
Lijo Lazar
1
-4
/
+14
2023-09-06
drm/amdgpu: Add only valid firmware version nodes
Lijo Lazar
1
-4
/
+29
2023-09-06
drm/amdgpu: fix incompatible types in conditional expression
Lang Yu
2
-2
/
+4
2023-09-06
drm/amdgpu: Use min_t to replace min
Srinivasan Shanmugam
6
-14
/
+14
2023-09-06
drm/amd: Add umc v12_0_0 ip headers
Candice Li
2
-0
/
+128
2023-09-06
drm/amdgpu: Update amdgpu_device_indirect_r/wreg_ext
Candice Li
1
-2
/
+2
2023-09-06
drm/amdgpu: Add RREG64_PCIE_EXT/WREG64_PCIE_EXT functions
Candice Li
3
-0
/
+128
2023-09-06
drm/amdgpu: Declare array with strings as pointers constant
Srinivasan Shanmugam
2
-5
/
+5
2023-09-06
amdgpu/pm: Optimize emit_clock_levels for aldebaran - part 3
Darren Powell
1
-55
/
+27
2023-09-06
amdgpu/pm: Optimize emit_clock_levels for aldebaran - part 2
Darren Powell
1
-14
/
+13
2023-09-06
amdgpu/pm: Optimize emit_clock_levels for aldebaran - part 1
Darren Powell
1
-68
/
+57
2023-09-06
amdgpu/pm: Replace print_clock_levels with emit_clock_levels for aldebaran
Darren Powell
1
-32
/
+31
2023-09-06
drm/amd/display: clean up some inconsistent indentings
Yang Li
1
-14
/
+14
2023-09-06
drm/amd/display: clean up some inconsistent indentings
Yang Li
1
-16
/
+16
2023-09-06
drm/amd/display: clean up one inconsistent indenting
Yang Li
1
-1
/
+1
2023-09-06
drm/amd/display: clean up one inconsistent indenting
Yang Li
1
-1
/
+1
2023-09-06
drm/amd/display: Remove duplicated include in dcn35_clk_mgr.c
Yang Li
1
-1
/
+0
2023-09-06
drm/amd/display: prevent potential division by zero errors
Hamza Mahfooz
1
-3
/
+6
2023-09-06
drm/amd/display: Remove duplicated include in dcn35_hwseq.c
Yang Li
1
-1
/
+0
2023-09-06
drm/amd/display: Remove duplicated include in dcn35_optc.c
Yang Li
1
-1
/
+0
2023-09-06
drm/amd/display: Remove duplicated include in dcn35_resource.c
Yang Li
1
-1
/
+0
2023-09-06
drm/amdgpu: clean up some inconsistent indenting
Jiapeng Chong
1
-3
/
+1
2023-09-06
drm/amd/display: enable cursor degamma for DCN3+ DRM legacy gamma
Melissa Wen
1
-0
/
+7
2023-09-06
drm/amdgpu: calling address translation functions to simplify codes
Yifan Zhang
8
-16
/
+8
2023-09-06
drm/amd/pm: only poweron/off vcn/jpeg when they are valid.
Yifan Zhang
1
-0
/
+23
2023-09-06
drm/amd/display: limit the v_startup workaround to ASICs older than DCN3.1
Hamza Mahfooz
1
-1
/
+2
2023-09-06
drm/amd/display: remove useless check in should_enable_fbc()
Dembskiy Igor
1
-3
/
+0
2023-09-06
Revert "drm/amd/display: Remove v_startup workaround for dcn3+"
Hamza Mahfooz
1
-20
/
+4
2023-09-01
drm/amd: Make fence wait in suballocator uninterruptible
Simon Pilkington
1
-1
/
+1
2023-08-31
drm/amdgpu: fix amdgpu_cs_p1_user_fence
Christian König
1
-14
/
+4
2023-08-31
Revert "Revert "drm/amd/display: Implement zpos property""
Hamza Mahfooz
1
-0
/
+9
2023-08-31
drm/amdkfd: Add missing gfx11 MQD manager callbacks
Jay Cornwall
1
-0
/
+3
2023-08-31
drm/amdgpu: Free ras cmd input buffer properly
Hawking Zhang
1
-7
/
+7
2023-08-31
drm/amdgpu: Hide xcp partition sysfs under SRIOV
Rajneesh Bhardwaj
1
-3
/
+8
2023-08-31
drm/amdgpu: use read-modify-write mode for gfx v9_4_3 SQ setting
Tao Zhou
1
-1
/
+2
2023-08-31
drm/amdkfd: use mask to get v9 interrupt sq data bits correctly
Alex Sierra
1
-1
/
+1
2023-08-31
drm/amdgpu: Allocate coredump memory in a nonblocking way
André Almeida
1
-1
/
+1
2023-08-31
drm/amdgpu: Support query ecc cap for aqua_vanjaram
Hawking Zhang
1
-2
/
+16
2023-08-31
drm/amdgpu: Add umc_info v4_0 structure
Hawking Zhang
1
-0
/
+18
2023-08-31
drm/amd/display: always switch off ODM before committing more streams
Wenjing Liu
1
-5
/
+5
2023-08-31
drm/amd/display: Remove wait while locked
Gabe Teeger
3
-28
/
+42
2023-08-31
drm/amd/display: update blank state on ODM changes
Wenjing Liu
1
-27
/
+9
2023-08-31
drm/amd/display: Add smu write msg id fail retry process
Fudong Wang
1
-4
/
+16
2023-08-31
drm/amdgpu: Add SMU v13.0.6 default reset methods
Lijo Lazar
2
-3
/
+4
2023-08-31
Partially revert "drm/amd/display: update add plane to context logic with a n...
Wenjing Liu
1
-4
/
+114
2023-08-31
drm/amd/display: register edp_backlight_control() for DCN301
Hamza Mahfooz
1
-0
/
+1
2023-08-31
drm/amdgpu: Add bootloader wait for PSP v13
Lijo Lazar
1
-2
/
+26
2023-08-31
drm/amdgpu: register a dirty framebuffer callback for fbcon
Hamza Mahfooz
1
-1
/
+25
2023-08-31
drm/amdgpu: Updated TCP/UTCL1 programming
Mangesh Gadre
1
-0
/
+3
2023-08-31
drm/amd/pm: fix debugfs pm_info output
Alex Deucher
1
-0
/
+3
[prev]
[next]