summaryrefslogtreecommitdiffstats
path: root/drivers/gpu
Commit message (Expand)AuthorAgeFilesLines
...
| | | * | | | | | | | | | | drm/amdkfd: Eliminate ops_asic_specific in kernel queueYong Zhao2019-11-194-125/+26
| | | * | | | | | | | | | | drm/amdkfd: Merge CIK kernel queue functions into VIYong Zhao2019-11-195-60/+9
| | | * | | | | | | | | | | drm/amd/powerplay: remove set but not used variable 'us_mvdd'yu kuai2019-11-131-12/+0
| | | * | | | | | | | | | | drm/amdgpu: remove set but not used variable 'invalid'yu kuai2019-11-131-2/+2
| | | * | | | | | | | | | | drm/amdgpu: remove set but not used variable 'count'yu kuai2019-11-131-2/+2
| | | * | | | | | | | | | | drm/amdgpu: remove set but not used variable 'amdgpu_connector'yu kuai2019-11-131-2/+0
| | | * | | | | | | | | | | drm/amdgpu: remove set but not used variable 'mc_shared_chmap' from 'gfx_v6_0...yu kuai2019-11-132-4/+2
| | | * | | | | | | | | | | drm/amd/display: remove set but not used variable 'bpc'YueHaibing2019-11-131-15/+0
| | | * | | | | | | | | | | drm/amdkfd: Stop using GFP_NOIO explicitly for two placesYong Zhao2019-11-132-2/+2
| | | * | | | | | | | | | | drm/amdkfd: Use QUEUE_IS_ACTIVE macro in mqd v10Yong Zhao2019-11-131-9/+2
| | | * | | | | | | | | | | drm/amdkfd: Fix a bug when calculating save_area_used_sizeYong Zhao2019-11-131-1/+2
| | | * | | | | | | | | | | drm/amdkfd: Update get_wave_state() for GFX10Yong Zhao2019-11-131-5/+9
| | | * | | | | | | | | | | drm/amdkfd: Implement queue priority controls for gfx10Yong Zhao2019-11-131-3/+7
| | | * | | | | | | | | | | drm/amdkfd: Rename create_cp_queue() to init_user_queue()Yong Zhao2019-11-131-3/+3
| | | * | | | | | | | | | | drm/amdkfd: Avoid using doorbell_off as offset in process doorbell pagesYong Zhao2019-11-134-11/+16
| | | * | | | | | | | | | | drm/amdkfd: Use better name to indicate the offset is in dwordsYong Zhao2019-11-133-12/+13
| | | * | | | | | | | | | | drm/amd/display: remove set but not used variable 'ds_port'YueHaibing2019-11-131-4/+0
| | | * | | | | | | | | | | drm/amd/powerplay: remove set but not used variable 'threshold', 'state'zhengbin2019-11-131-5/+2
| | | * | | | | | | | | | | drm/amd/display: Use static const, not const staticzhengbin2019-11-131-1/+1
| | | * | | | | | | | | | | drm/amd/powerplay: remove set but not used variable 'data'zhengbin2019-11-131-2/+0
| | | * | | | | | | | | | | drm/amd/powerplay: remove set but not used variable 'vbios_version', 'data'zhengbin2019-11-131-4/+0
| | | * | | | | | | | | | | drm/amd/display: remove duplicated comparison expressionColin Ian King2019-11-131-1/+0
| | | * | | | | | | | | | | drm/amd/display: fix spelling mistake "exeuction" -> "execution"Colin Ian King2019-11-132-2/+2
| | | * | | | | | | | | | | drm/amdkfd: Simplify the mmap offset related bit operationsYong Zhao2019-11-134-19/+11
| | | * | | | | | | | | | | drm/amdkfd: Use kernel queue v9 functions for v10Yong Zhao2019-11-137-333/+14
| | | * | | | | | | | | | | drm/amdkfd: Only keep release_mem function for HawaiiYong Zhao2019-11-132-64/+4
| | | * | | | | | | | | | | drm/amdkfd: Adjust function sequences to avoid unnecessary declarationsYong Zhao2019-11-131-12/+7
| | | * | | | | | | | | | | drm/amd/display: remove redundant variable statusColin Ian King2019-11-131-3/+1
| | | * | | | | | | | | | | drm/amd/display: remove duplicated assignment to grph_obj_typeColin Ian King2019-11-131-2/+1
| | | * | | | | | | | | | | drm/amdgpu: remove set but not used variable 'mc_shared_chmap'yu kuai2019-11-131-2/+1
| | | * | | | | | | | | | | drm/amdgpu: remove always false comparison in 'amdgpu_atombios_i2c_process_i2...yu kuai2019-11-131-5/+0
| | | * | | | | | | | | | | drm/amdgpu: remove set but not used variable 'dig'yu kuai2019-11-131-2/+0
| | | * | | | | | | | | | | drm/amdgpu: remove set but not used variable 'dig_connector'yu kuai2019-11-131-3/+0
| | | * | | | | | | | | | | drm/amdgpu: add function parameter description in 'amdgpu_gart_bind'yu kuai2019-11-131-0/+1
| | | * | | | | | | | | | | drm/amdgpu: add function parameter description in 'amdgpu_device_set_cg_state'yu kuai2019-11-131-0/+1
| | | * | | | | | | | | | | drm/amdgpu: remove 4 set but not used variable in amdgpu_atombios_get_connect...yu kuai2019-11-131-17/+2
| | | * | | | | | | | | | | drm/amdgpu/display: fix warning when CONFIG_DRM_AMD_DC_DCN is not setAlex Deucher2019-11-131-1/+2
| | | * | | | | | | | | | | drm/amdgpu/display: fix the build when CONFIG_DRM_AMD_DC_DCN is not setAlex Deucher2019-11-131-0/+6
| | | * | | | | | | | | | | drm/amd/display: rename DCN1_0 kconfig to DCNBhawanpreet Lakha2019-11-1330-62/+62
| | | * | | | | | | | | | | drm/amd/display: Drop CONFIG_DRM_AMD_DC_DCN2_1 flagBhawanpreet Lakha2019-11-1336-150/+4
| | | * | | | | | | | | | | drm/amd/display: Drop CONFIG_DRM_AMD_DC_DCN2_0 and DSC_SUPPORTEDBhawanpreet Lakha2019-11-13117-744/+14
| | | * | | | | | | | | | | drm/amd/display: Disable VUpdate interrupt for DCN hardwareLeo Li2019-11-131-28/+4
| | | * | | | | | | | | | | drm/amd/display: Send vblank and user events at vsartup for DCNLeo Li2019-11-131-1/+64
| | | * | | | | | | | | | | drm/amd/display: disable lttpr for invalid lttpr caps.abdoulaye berthe2019-11-133-58/+49
| | | * | | | | | | | | | | drm/amd/display: use previous aux timeout val if no repeater.abdoulaye berthe2019-11-136-22/+52
| | | * | | | | | | | | | | drm/amd/display: implement lttpr logicabdoulaye berthe2019-11-133-72/+292
| | | * | | | | | | | | | | drm/amd/display: configure lttpr modeabdoulaye berthe2019-11-131-0/+42
| | | * | | | | | | | | | | drm/amd/display: check for dp rev before reading lttpr regsabdoulaye berthe2019-11-131-2/+3
| | | * | | | | | | | | | | drm/amd/display: initialize lttprabdoulaye berthe2019-11-134-0/+95
| | | * | | | | | | | | | | drm/amd/display: Unify all scaling when Integer Scaling enabledReza Amini2019-11-133-19/+11
OpenPOWER on IntegriCloud