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
Age
Commit message (
Expand
)
Author
Files
Lines
2020-07-01
drm/amd/display: Revert "enable plane if plane_status changed"
Hugo Hu
1
-8
/
+1
2020-07-01
drm/amd/display: Remove unused macro from dcn21
Roman Li
1
-1
/
+0
2020-07-01
drm/amd/display: Use u16 for drm_bpp in DSC calculations
Nicholas Kazlauskas
1
-4
/
+4
2020-07-01
drm/amd/display: Move call to disable DPG
Wesley Chalmers
1
-1
/
+1
2020-07-01
drm/amd/display: [FW Promotion] Release 1.0.13
Anthony Koo
1
-2
/
+2
2020-07-01
drm/amd/display: Fix incorrect dcn1 bandwidth calculations
Michael Strauss
1
-3
/
+3
2020-07-01
drm/amd/display: Rework dsc to isolate FPU operations
Rodrigo Siqueira
5
-50
/
+153
2020-07-01
drm/amd/display: correct alpha_en programming for new pixel format
Charlene Liu
1
-0
/
+4
2020-07-01
drm/amd/amdgpu: Add SQ_DEBUG_STS_GLOBAL* registers/bits
Tom St Denis
10
-5
/
+109
2020-07-01
drm/amdgpu/jpeg: fix race condition issue for jpeg start
James Zhu
2
-4
/
+14
2020-07-01
drm/amdgpu/sriov: Need to clear kiq position
Emily Deng
1
-0
/
+6
2020-07-01
drm/amdgpu/sriov: Disable pm for multiple vf sriov
Emily Deng
1
-1
/
+3
2020-07-01
drm/amdgpu/sriov: Add clear vf fw support
Emily Deng
2
-2
/
+43
2020-07-01
drm/amdgpu: fix the nullptr issue as for PWR IP not existing in discovery table
Prike.Liang
1
-2
/
+2
2020-07-01
drm/amdgpu: Replace invalid device ID with a valid device ID
Sandeep Raghuraman
1
-1
/
+1
2020-07-01
drm/amdgpu: Fix a buffer overflow handling the serial number
Dan Carpenter
2
-5
/
+3
2020-07-01
drm/amd/powerplay: maximum code sharing on sensor reading
Evan Quan
3
-8
/
+4
2020-07-01
drm/amd/powerplay: revise the calling chain on sensor reading
Evan Quan
4
-52
/
+35
2020-07-01
drm/amd/powerplay: drop unnecessary SMU_MSG_GetDpmClockFreq check
Evan Quan
1
-14
/
+3
2020-07-01
drm/amd/powerplay: drop unnecessary wrapper .populate_smc_tables
Evan Quan
11
-21
/
+4
2020-07-01
drm/amd/powerplay: drop redundant .set_min_dcefclk_deep_sleep API (v2)
Evan Quan
8
-30
/
+13
2020-07-01
drm/amd: correct trivial kernel-doc inconsistencies
Colton Lewis
4
-6
/
+2
2020-07-01
drm/amd/amdgpu: Add SQ debug registers to GFX9/GFX10 headers (v2)
Tom St Denis
10
-0
/
+59
2020-07-01
drm/amd/amdgpu: handle return value of amdgpu_driver_load_kms
Liu ChengZhe
1
-1
/
+3
2020-07-01
drm/amd/powerplay: move maximum sustainable clock retrieving to .hw_init
Evan Quan
1
-6
/
+13
2020-07-01
drm/amd/powerplay: add check for power limit OD support
Evan Quan
1
-1
/
+3
2020-07-01
drm/amd/powerplay: correct power limit retrieving based on current power source
Evan Quan
1
-1
/
+4
2020-07-01
drm/amd/powerplay: drop unused code around power limit
Evan Quan
7
-125
/
+10
2020-07-01
drm/amd/powerplay: simplify the code around setting power limit
Evan Quan
2
-14
/
+13
2020-07-01
drm/amd/powerplay: simplify the code around retrieving power limit
Evan Quan
6
-20
/
+10
2020-07-01
drm/amd/powerplay: maximize code sharing around power limit
Evan Quan
6
-87
/
+94
2020-07-01
drm/amd/powerplay: drop unnecessary get_pptable_power_limit wrappers
Evan Quan
5
-19
/
+3
2020-07-01
drm/amd/powerplay: correct the APIs' naming
Evan Quan
7
-15
/
+20
2020-07-01
drm/amd/powerplay: drop unnecessary wrappers
Evan Quan
2
-23
/
+4
2020-07-01
drm/amd/powerplay: drop dead vce powergate code
Evan Quan
3
-7
/
+2
2020-07-01
drm/amd/powerplay: add error messages on some critical paths
Evan Quan
1
-31
/
+87
2020-07-01
drm/amd/powerplay: forbid to use pr_err/warn/info/debug
Evan Quan
7
-0
/
+69
2020-07-01
drm/amd/powerplay: use MGPU friendly err/warn/info/dbg messages
Evan Quan
7
-791
/
+797
2020-07-01
drm/amdgpu/soc15: fix nullptr issue in soc15_read_register() for reg base acc...
Prike.Liang
1
-1
/
+2
2020-07-01
drm/amd/display: Fix indenting in dcn30_set_output_transfer_func()
Dan Carpenter
1
-3
/
+3
2020-07-01
drm/amd/display: Use kfree() to free rgb_user in calculate_user_regamma_ramp()
Denis Efremov
1
-1
/
+1
2020-07-01
drm/amd/display: Use kvfree() to free coeff in build_regamma()
Denis Efremov
1
-1
/
+1
2020-07-01
drm/amdgpu: skip BAR resizing if the bios already did it
Alex Deucher
1
-0
/
+5
2020-07-01
drm/amd/powerplay: use the same interval as PMFW on retrieving metrics table
Evan Quan
2
-2
/
+2
2020-07-01
drm/amd/powerplay: update how to use metrics table on Sienna Cichlid
Evan Quan
2
-54
/
+146
2020-07-01
drm/amd/powerplay: update how to use metrics table on Navi10
Evan Quan
2
-54
/
+127
2020-07-01
drm/amd/powerplay: update how to use metrics table on Arcturus
Evan Quan
2
-65
/
+174
2020-07-01
drm/amd/display: drop duplicated .dsc_pg_control for dcn30
Flora Cui
1
-1
/
+0
2020-07-01
drm/amd/display: drop duplicated structure
Flora Cui
1
-57
/
+1
2020-07-01
drm/amd/powerplay: update driver if file for sienna_cichlid
Likun Gao
2
-4
/
+15
[prev]
[next]