index
:
drm-tip
drm-tip
maintainer-tools
rerere-cache
tip
DRM current development and nightly trees
danvet
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
Age
Commit message (
Expand
)
Author
Files
Lines
2019-11-19
drm/amdgpu: enable JPEG2.0 for Navi1x and Renoir
Leo Liu
2
-0
/
+5
2019-11-19
drm/amdgpu: add driver support for JPEG2.0 and above
Leo Liu
2
-2
/
+9
2019-11-19
drm/amdgpu: enable JPEG2.0 dpm
Leo Liu
3
-1
/
+22
2019-11-19
drm/amd/powerplay: set JPEG to SMU dpm
Leo Liu
2
-0
/
+5
2019-11-19
drm/amd/powerplay: add JPEG power control for Renoir
Leo Liu
1
-0
/
+26
2019-11-19
drm/amd/powerplay: add Powergate JPEG for Renoir
Leo Liu
5
-0
/
+18
2019-11-19
drm/amd/powerplay: add JPEG power control for Navi1x
Leo Liu
1
-2
/
+30
2019-11-19
drm/amd/powerplay: add JPEG Powerplay interface
Leo Liu
1
-0
/
+3
2019-11-19
drm/amdgpu: add PG and CG for JPEG2.0
Leo Liu
3
-27
/
+45
2019-11-19
drm/amdgpu: add JPEG PG and CG interface
Leo Liu
1
-0
/
+2
2019-11-19
drm/amdgpu: remove unnecessary JPEG2.0 code from VCN2.0
Leo Liu
1
-257
/
+3
2019-11-19
drm/amdgpu: add JPEG v2.0 function supports
Leo Liu
3
-1
/
+853
2019-11-19
drm/amdgpu: add JPEG common functions to amdgpu_jpeg
Leo Liu
2
-0
/
+86
2019-11-19
drm/amdgpu: add JPEG IP block type
Leo Liu
1
-1
/
+2
2019-11-19
drm/amdgpu: use the JPEG structure for general driver support
Leo Liu
3
-10
/
+8
2019-11-19
drm/amdgpu: separate JPEG1.0 code out from VCN1.0
Leo Liu
4
-470
/
+630
2019-11-19
drm/amdgpu: add amdgpu_jpeg and JPEG tests
Leo Liu
3
-2
/
+141
2019-11-19
drm/amdgpu: add JPEG HW IP and SW structures
Leo Liu
2
-0
/
+51
2019-11-19
drm/amdgpu/gfx10: fix mqd backup/restore for gfx rings (v2)
Xiaojie Yuan
3
-6
/
+7
2019-11-19
drm/amdgpu: init umc functions for arcturus umc ras
Hawking Zhang
1
-0
/
+2
2019-11-19
drm/amdgpu: enable ras capablity check on arcturus
Hawking Zhang
1
-1
/
+2
2019-11-19
drm/amdkfd: Rename kfd_kernel_queue_*.c to kfd_packet_manager_*.c
Yong Zhao
3
-2
/
+2
2019-11-19
drm/amdkfd: Eliminate ops_asic_specific in kernel queue
Yong Zhao
4
-125
/
+26
2019-11-19
drm/amdkfd: Merge CIK kernel queue functions into VI
Yong Zhao
5
-60
/
+9
2019-11-13
drm/amd/powerplay: remove set but not used variable 'us_mvdd'
yu kuai
1
-12
/
+0
2019-11-13
drm/amdgpu: remove set but not used variable 'invalid'
yu kuai
1
-2
/
+2
2019-11-13
drm/amdgpu: remove set but not used variable 'count'
yu kuai
1
-2
/
+2
2019-11-13
drm/amdgpu: remove set but not used variable 'amdgpu_connector'
yu kuai
1
-2
/
+0
2019-11-13
drm/amdgpu: remove set but not used variable 'mc_shared_chmap' from 'gfx_v6_0...
yu kuai
2
-4
/
+2
2019-11-13
drm/amd/display: remove set but not used variable 'bpc'
YueHaibing
1
-15
/
+0
2019-11-13
drm/amdkfd: Stop using GFP_NOIO explicitly for two places
Yong Zhao
2
-2
/
+2
2019-11-13
drm/amdkfd: Use QUEUE_IS_ACTIVE macro in mqd v10
Yong Zhao
1
-9
/
+2
2019-11-13
drm/amdkfd: Fix a bug when calculating save_area_used_size
Yong Zhao
1
-1
/
+2
2019-11-13
drm/amdkfd: Update get_wave_state() for GFX10
Yong Zhao
1
-5
/
+9
2019-11-13
drm/amdkfd: Implement queue priority controls for gfx10
Yong Zhao
1
-3
/
+7
2019-11-13
drm/amdkfd: Rename create_cp_queue() to init_user_queue()
Yong Zhao
1
-3
/
+3
2019-11-13
drm/amdkfd: Avoid using doorbell_off as offset in process doorbell pages
Yong Zhao
4
-11
/
+16
2019-11-13
drm/amdkfd: Use better name to indicate the offset is in dwords
Yong Zhao
3
-12
/
+13
2019-11-13
drm/amd/display: remove set but not used variable 'ds_port'
YueHaibing
1
-4
/
+0
2019-11-13
drm/amd/powerplay: remove set but not used variable 'threshold', 'state'
zhengbin
1
-5
/
+2
2019-11-13
drm/amd/display: Use static const, not const static
zhengbin
1
-1
/
+1
2019-11-13
drm/amd/powerplay: remove set but not used variable 'data'
zhengbin
1
-2
/
+0
2019-11-13
drm/amd/powerplay: remove set but not used variable 'vbios_version', 'data'
zhengbin
1
-4
/
+0
2019-11-13
drm/amd/display: remove duplicated comparison expression
Colin Ian King
1
-1
/
+0
2019-11-13
drm/amd/display: fix spelling mistake "exeuction" -> "execution"
Colin Ian King
2
-2
/
+2
2019-11-13
drm/amdkfd: Simplify the mmap offset related bit operations
Yong Zhao
4
-19
/
+11
2019-11-13
drm/amdkfd: Use kernel queue v9 functions for v10
Yong Zhao
7
-333
/
+14
2019-11-13
drm/amdkfd: Only keep release_mem function for Hawaii
Yong Zhao
2
-64
/
+4
2019-11-13
drm/amdkfd: Adjust function sequences to avoid unnecessary declarations
Yong Zhao
1
-12
/
+7
2019-11-13
drm/amd/display: remove redundant variable status
Colin Ian King
1
-3
/
+1
[next]