index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
drm/amdgpu: Fix kernel NULL pointer dereference in dpm functions
Rex Zhu
2018-03-21
3
-0
/
+3
*
drm/amdgpu: Fix kernel NULL pointer dereference when amdgpu fini
Rex Zhu
2018-03-21
2
-1
/
+3
*
drm/amdgpu - Disable all irqs before disabling all CRTCs
Mikita Lipski
2018-03-21
1
-3
/
+2
*
drm/amdgpu: Disable irq on device before destroying it
Mikita Lipski
2018-03-21
1
-2
/
+3
*
drm/amdgpu: Use atomic function to disable crtcs with dc enabled
Mikita Lipski
2018-03-21
1
-3
/
+6
*
drm/amd/amdgpu: fix offset into page with amdgpu_iomem debugfs file
Tom St Denis
2018-03-21
1
-2
/
+2
*
drm/amdgpu/nbio6: Correct PCIE_INDEX/DATA pair used for smn register accessing
Hawking Zhang
2018-03-21
1
-2
/
+2
*
drm/amd/powerplay: Fix NULL pointer deref on driver unbind.
Andrey Grodzovsky
2018-03-21
1
-1
/
+7
*
drm/amdgpu: add documentation for amdgpu_device.c
Alex Deucher
2018-03-21
1
-12
/
+427
*
drm/amdgpu: add VCN to firmware query interface
Alex Deucher
2018-03-21
1
-0
/
+12
*
drm/amd/pp: Remove unneeded void * casts for Vega10
Rex Zhu
2018-03-19
4
-138
/
+87
*
drm/amd/pp: Delete get_xclk function in powerplay (v2)
Rex Zhu
2018-03-19
12
-43
/
+15
*
drm/amd/pp: Clean up header file for Vega10
Rex Zhu
2018-03-19
6
-18
/
+13
*
drm/amd/pp: Move functions to smu backend table for vega10
Rex Zhu
2018-03-19
6
-61
/
+53
*
drm/amd/pp: Mark bunches of functins in vega10_smumgr.c static
Rex Zhu
2018-03-19
2
-8
/
+5
*
drm/amd/pp: Remove dead functions in vega10_smumgr.c
Rex Zhu
2018-03-19
2
-40
/
+0
*
drm/amdgpu: Delete dead code when early init
Rex Zhu
2018-03-19
2
-10
/
+0
*
amdgpu/dm: Default PRE_VEGA ASIC support to 'y'
Harry Wentland
2018-03-16
1
-1
/
+1
*
drm/amd/pp: Remove the cgs wrapper for notify smu version on APU
Rex Zhu
2018-03-16
3
-12
/
+5
*
drm/amd/display: fix dereferencing possible ERR_PTR()
Shirish S
2018-03-16
1
-0
/
+3
*
drm/amd/display: Refine disable VGA
Clark Zheng
2018-03-16
2
-6
/
+22
*
drm/amdgpu: Improve documentation of bo_ptr in amdgpu_bo_create_kernel
Andrey Grodzovsky
2018-03-15
1
-2
/
+6
*
drm/radeon: Don't turn off DP sink when disconnected
Michel Dänzer
2018-03-15
1
-19
/
+12
*
drm/amd/pp: Rename file name cz_* to smu8_*
Rex Zhu
2018-03-15
6
-4
/
+4
*
drm/amd/pp: Replace function/struct name cz_* with smu8_*
Rex Zhu
2018-03-15
5
-807
/
+806
*
drm/amd/pp: Remove unneeded void * casts in cz_hwmgr.c/cz_smumgr.c
Rex Zhu
2018-03-15
2
-60
/
+60
*
drm/amd/pp: Mv cz uvd/vce pg/dpm functions to cz_hwmgr.c
Rex Zhu
2018-03-15
5
-209
/
+140
*
drm/amd/pp: Remove dead header file pp_asicblocks.h
Rex Zhu
2018-03-15
2
-48
/
+0
*
drm/amd/pp: Delete dead code on cz_clockpowergating.c
Rex Zhu
2018-03-15
2
-81
/
+0
*
drm/amdgpu: Call amdgpu_ucode_fini_bo in amd_powerplay.c
Rex Zhu
2018-03-15
2
-4
/
+7
*
drm/amdgpu: Remove wrapper layer of smu ip functions
Rex Zhu
2018-03-15
19
-804
/
+336
*
drm/amdgpu: Don't compared ip_block_type with ip_block_index
Rex Zhu
2018-03-15
1
-1
/
+1
*
drm/amdgpu: Plus NULL function pointer check
Rex Zhu
2018-03-15
1
-3
/
+6
*
drm/amd/pp: Move helper functions to smu_help.c
Rex Zhu
2018-03-15
5
-663
/
+723
*
drm/amd/pp: Replace rv_* with smu10_*
Rex Zhu
2018-03-15
9
-371
/
+371
*
drm/amd/pp: Fix function parameter not correct
Rex Zhu
2018-03-15
1
-2
/
+2
*
drm/amd/pp: Add rv_copy_table_from/to_smc to smu backend function table
Rex Zhu
2018-03-15
4
-36
/
+44
*
drm/amd/pp: Add new smu backend function smc_table_manager
Rex Zhu
2018-03-15
3
-0
/
+11
*
drm/amd/pp: Mark internal functions as static in rv_smumgr.c
Rex Zhu
2018-03-15
1
-3
/
+3
*
drm/amd/pp: Add rv_read_arg_from_smc to smu backend function table
Rex Zhu
2018-03-15
3
-14
/
+11
*
drm/amd/pp: Remove meanless return value check in RV
Rex Zhu
2018-03-15
2
-117
/
+53
*
drm/amd/pp: Delete is_smc_ram_running function on RV
Rex Zhu
2018-03-15
2
-28
/
+0
*
drm/amd/pp: Clean up header file include
Rex Zhu
2018-03-15
3
-7
/
+3
*
drm/amd/pp: Fix memory leak in error path in smumgr
Rex Zhu
2018-03-15
6
-23
/
+43
*
drm/amd/pp: Simplified the avfs btc state on smu7
Rex Zhu
2018-03-15
7
-150
/
+51
*
drm/amd/powerplay: Fix KASAN user after free on driver unload.
Andrey Grodzovsky
2018-03-15
2
-48
/
+23
*
drm/amdgpu/sdma4: Remove unused header file from sdma_v4_0.c
Feifei Xu
2018-03-14
1
-2
/
+0
*
drm/amdgpu/sdma4: use num_instances for clock/powergating config
Alex Deucher
2018-03-14
1
-4
/
+4
*
drm/amdgpu: remove trailing whitespace from soc15ip.h
Alex Deucher
2018-03-14
1
-143
/
+143
*
drm/amdgpu/powerplay/vega10: fix memory leak in error path
Alex Deucher
2018-03-14
1
-2
/
+4
[next]