summaryrefslogtreecommitdiff
path: root/drivers
AgeCommit message (Expand)AuthorFilesLines
2019-11-19drm/amdgpu: enable JPEG2.0 for Navi1x and RenoirLeo Liu2-0/+5
2019-11-19drm/amdgpu: add driver support for JPEG2.0 and aboveLeo Liu2-2/+9
2019-11-19drm/amdgpu: enable JPEG2.0 dpmLeo Liu3-1/+22
2019-11-19drm/amd/powerplay: set JPEG to SMU dpmLeo Liu2-0/+5
2019-11-19drm/amd/powerplay: add JPEG power control for RenoirLeo Liu1-0/+26
2019-11-19drm/amd/powerplay: add Powergate JPEG for RenoirLeo Liu5-0/+18
2019-11-19drm/amd/powerplay: add JPEG power control for Navi1xLeo Liu1-2/+30
2019-11-19drm/amd/powerplay: add JPEG Powerplay interfaceLeo Liu1-0/+3
2019-11-19drm/amdgpu: add PG and CG for JPEG2.0Leo Liu3-27/+45
2019-11-19drm/amdgpu: add JPEG PG and CG interfaceLeo Liu1-0/+2
2019-11-19drm/amdgpu: remove unnecessary JPEG2.0 code from VCN2.0Leo Liu1-257/+3
2019-11-19drm/amdgpu: add JPEG v2.0 function supportsLeo Liu3-1/+853
2019-11-19drm/amdgpu: add JPEG common functions to amdgpu_jpegLeo Liu2-0/+86
2019-11-19drm/amdgpu: add JPEG IP block typeLeo Liu1-1/+2
2019-11-19drm/amdgpu: use the JPEG structure for general driver supportLeo Liu3-10/+8
2019-11-19drm/amdgpu: separate JPEG1.0 code out from VCN1.0Leo Liu4-470/+630
2019-11-19drm/amdgpu: add amdgpu_jpeg and JPEG testsLeo Liu3-2/+141
2019-11-19drm/amdgpu: add JPEG HW IP and SW structuresLeo Liu2-0/+51
2019-11-19drm/amdgpu/gfx10: fix mqd backup/restore for gfx rings (v2)Xiaojie Yuan3-6/+7
2019-11-19drm/amdgpu: init umc functions for arcturus umc rasHawking Zhang1-0/+2
2019-11-19drm/amdgpu: enable ras capablity check on arcturusHawking Zhang1-1/+2
2019-11-19drm/amdkfd: Rename kfd_kernel_queue_*.c to kfd_packet_manager_*.cYong Zhao3-2/+2
2019-11-19drm/amdkfd: Eliminate ops_asic_specific in kernel queueYong Zhao4-125/+26
2019-11-19drm/amdkfd: Merge CIK kernel queue functions into VIYong Zhao5-60/+9
2019-11-13drm/amd/powerplay: remove set but not used variable 'us_mvdd'yu kuai1-12/+0
2019-11-13drm/amdgpu: remove set but not used variable 'invalid'yu kuai1-2/+2
2019-11-13drm/amdgpu: remove set but not used variable 'count'yu kuai1-2/+2
2019-11-13drm/amdgpu: remove set but not used variable 'amdgpu_connector'yu kuai1-2/+0
2019-11-13drm/amdgpu: remove set but not used variable 'mc_shared_chmap' from 'gfx_v6_0...yu kuai2-4/+2
2019-11-13drm/amd/display: remove set but not used variable 'bpc'YueHaibing1-15/+0
2019-11-13drm/amdkfd: Stop using GFP_NOIO explicitly for two placesYong Zhao2-2/+2
2019-11-13drm/amdkfd: Use QUEUE_IS_ACTIVE macro in mqd v10Yong Zhao1-9/+2
2019-11-13drm/amdkfd: Fix a bug when calculating save_area_used_sizeYong Zhao1-1/+2
2019-11-13drm/amdkfd: Update get_wave_state() for GFX10Yong Zhao1-5/+9
2019-11-13drm/amdkfd: Implement queue priority controls for gfx10Yong Zhao1-3/+7
2019-11-13drm/amdkfd: Rename create_cp_queue() to init_user_queue()Yong Zhao1-3/+3
2019-11-13drm/amdkfd: Avoid using doorbell_off as offset in process doorbell pagesYong Zhao4-11/+16
2019-11-13drm/amdkfd: Use better name to indicate the offset is in dwordsYong Zhao3-12/+13
2019-11-13drm/amd/display: remove set but not used variable 'ds_port'YueHaibing1-4/+0
2019-11-13drm/amd/powerplay: remove set but not used variable 'threshold', 'state'zhengbin1-5/+2
2019-11-13drm/amd/display: Use static const, not const staticzhengbin1-1/+1
2019-11-13drm/amd/powerplay: remove set but not used variable 'data'zhengbin1-2/+0
2019-11-13drm/amd/powerplay: remove set but not used variable 'vbios_version', 'data'zhengbin1-4/+0
2019-11-13drm/amd/display: remove duplicated comparison expressionColin Ian King1-1/+0
2019-11-13drm/amd/display: fix spelling mistake "exeuction" -> "execution"Colin Ian King2-2/+2
2019-11-13drm/amdkfd: Simplify the mmap offset related bit operationsYong Zhao4-19/+11
2019-11-13drm/amdkfd: Use kernel queue v9 functions for v10Yong Zhao7-333/+14
2019-11-13drm/amdkfd: Only keep release_mem function for HawaiiYong Zhao2-64/+4
2019-11-13drm/amdkfd: Adjust function sequences to avoid unnecessary declarationsYong Zhao1-12/+7
2019-11-13drm/amd/display: remove redundant variable statusColin Ian King1-3/+1