summaryrefslogtreecommitdiff
path: root/drivers
AgeCommit message (Expand)AuthorFilesLines
2019-10-03drm/amd/powerplay: initlialize smu->is_apu is false by defaultKevin Wang1-0/+1
2019-10-03Revert "drm/amdgpu: disable stutter mode for renoir"Aaron Liu1-2/+0
2019-10-03drm/amd/powerplay: update the interface for getting dpm full scale clock freq...Prike Liang3-17/+34
2019-10-03drm/amd/powerplay: implement the interface for setting sclk/uclk profile_peak...Prike Liang1-0/+40
2019-10-03drm/amd/powerplay: implement interface set_power_profile_mode() (v2)Prike Liang1-0/+31
2019-10-03drm/amd/powerplay: add the interfaces for getting and setting profiling dpm c...Prike Liang1-0/+91
2019-10-03drm/amd/powerplay: add interface for getting workload typePrike Liang1-0/+29
2019-10-03drm/amd/powerplay: add interface for forcing and unforcing dpm limit valuePrike Liang1-0/+62
2019-10-03drm/amd/powerplay: implement the interface for setting soft freq rangePrike Liang4-23/+91
2019-10-03drm/amd/powerplay: bypass dpm_context null pointer check guard for some smu s...Prike Liang3-3/+6
2019-10-03drm/amd/amdgpu: add IH cg support on soc15 projectKenneth Feng3-1/+45
2019-10-03drm/amd/powerplay: add sensor lock support for smuKevin Wang5-0/+9
2019-10-03drm/amd/powerplay: change metrics update period from 1ms to 100msKevin Wang1-1/+1
2019-10-03drm/amdkfd: Fix race in gfx10 context restore handlerJay Cornwall2-69/+71
2019-10-03drm/amdkfd: Use setup_vm_pt_regs function from base driver in KFDYong Zhao1-20/+3
2019-10-03drm/amdgpu: Export setup_vm_pt_regs() logic for gfxhub 2.0Yong Zhao2-8/+14
2019-10-03drm/amdkfd: Eliminate get_atc_vmid_pasid_mapping_validYong Zhao9-122/+76
2019-10-03drm/amdkfd: Query vmid pasid mapping through stored info for non HWSYong Zhao1-2/+1
2019-10-03drm/amdkfd: Record vmid pasid mapping in the driver for non HWS modeYong Zhao2-13/+25
2019-10-03drm/amdkfd: Use hex print format for pasidYong Zhao9-39/+39
2019-10-03drm/amdkfd: Delete unused definesYong Zhao1-3/+0
2019-10-03drm/amdkfd: Move the control stack on GFX10 to userspace bufferYong Zhao1-33/+4
2019-10-03drm/amd: Pass drm_device to kfdHarish Kasiviswanathan4-1/+7
2019-10-03drm/amdkfd: Store kfd_dev in iolink and cache propertiesHarish Kasiviswanathan2-0/+13
2019-10-03drm/amdkfd: use navi12 specific family id for navi12 code pathshaoyunl7-1/+7
2019-10-03drm/amdgpu: Add SMUIO values for other I2C controller v2Kent Russell2-0/+268
2019-10-03drm/amdkfd: Use better name for sdma queue non HWS pathYong Zhao5-190/+196
2019-10-03drm/amdkfd: Delete useless SDMA register setting on non HWS pathYong Zhao5-71/+3
2019-10-03drm/amd/display: prevent memory leakNavid Emamdoost5-0/+5
2019-10-03drm/amdkfd: Add NAVI12 support from kfd sideshaoyunl1-0/+19
2019-10-03drm/amdgpu: restrict hotplug error messageChristian König1-1/+4
2019-10-03drm/amdgpu: once more fix amdgpu_bo_create_kernel_atChristian König1-3/+6
2019-10-03drm/amd/powerplay: update arcturus smu-driver interaction headerEvan Quan2-8/+9
2019-10-03drm/amdgpu: add comments in ras interrupt callbackTao Zhou3-1/+14
2019-10-03drm/amdgpu: implement common gmc_ras_late_initTao Zhou3-21/+21
2019-10-03drm/amdgpu: move xgmi ras fini to xgmi blockTao Zhou3-11/+17
2019-10-03drm/amdgpu: move mmhub ras fini to mmhub blockTao Zhou3-12/+16
2019-10-03drm/amdgpu: move umc ras fini to umc blockTao Zhou3-11/+17
2019-10-03drm/amdgpu: add ras fini for xgmiTao Zhou1-0/+11
2019-10-03drm/amdgpu: add ras fini for nbioTao Zhou3-1/+16
2019-10-03drm/amdgpu: simplify the access to eeprom_control structTao Zhou1-3/+3
2019-10-03drm/amdgpu: remove ih_info parameter of gfx_ras_late_initTao Zhou3-15/+9
2019-10-03drm/amdgpu: remove ih_info parameter of umc_ras_late_initTao Zhou3-14/+10
2019-10-03drm/amdgpu: add common sdma_ras_fini functionTao Zhou3-15/+21
2019-10-03drm/amdgpu: add common gfx_ras_fini functionTao Zhou3-13/+17
2019-10-03drm/amdgpu: add common gmc_ras_fini functionTao Zhou3-27/+28
2019-10-03drm/amdgpu: move mmhub_ras_if from gmc to mmhub blockTao Zhou3-15/+14
2019-10-03drm/amdgpu: replace mmhub_funcs with mmhub.funcsTao Zhou3-6/+5
2019-10-03drm/amdgpu: add common mmhub member for adevTao Zhou2-0/+8
2019-10-03drm/amdgpu: move umc_ras_if from gmc to umc blockTao Zhou4-17/+17