summaryrefslogtreecommitdiffstats
path: root/drivers
Commit message (Expand)AuthorAgeFilesLines
...
| | * | | drm/amdgpu: add missing documentation on new module parametersAlex Deucher2019-07-091-0/+13
| | * | | drm/amdgpu: don't invalidate caches in RELEASE_MEM, only do the writebackMarek Olšák2019-07-091-5/+1
| | * | | drm/amd/display: avoid 64-bit divisionArnd Bergmann2019-07-082-3/+3
| | * | | drm/amdgpu/psp11: simplify the ucode register logicAlex Deucher2019-07-081-2/+2
| | * | | drm/amdgpu: properly guard DC support in navi codeAlex Deucher2019-07-081-0/+4
| | * | | drm/amd/powerplay: vega20: fix uninitialized variable useArnd Bergmann2019-07-081-1/+4
| | * | | drm/amd/display: dcn20: include linux/delay.hArnd Bergmann2019-07-081-0/+1
| | * | | amdgpu: make pmu support optionalArnd Bergmann2019-07-082-3/+7
| | * | | drm/amd/powerplay: Zero initialize current_rpm in vega20_get_fan_speed_percentNathan Chancellor2019-07-081-2/+1
| | * | | drm/amd/powerplay: Zero initialize freq in smu_v11_0_get_current_clk_freqNathan Chancellor2019-07-081-1/+1
| | * | | drm/amd/powerplay: Use memset to initialize metrics structsNathan Chancellor2019-07-081-2/+6
| | * | | drm/amdgpu/mes10.1: Fix header guardNathan Chancellor2019-07-081-1/+1
| | * | | drm/amd/powerplay: add temperature sensor support for navi10Kevin Wang2019-07-081-0/+41
| | * | | drm/amdgpu: fix scheduler timeout calcFlora Cui2019-07-081-4/+9
| | * | | drm/amdgpu: Prepare for hmm_range_register API change (v2)Philip Yang2019-07-087-51/+57
| | * | | drm/amdgpu: add mode1 (psp) reset for navi asicKevin Wang2019-07-051-2/+36
| | * | | drm/amdgpu: Disable ras features on all IPs before gpu resetxinhui pan2019-07-051-0/+4
| | * | | drm/amd/powerplay: add baco smu reset function for smu11Kevin Wang2019-07-057-3/+158
| | * | | drm/amd/powerplay: increase waiting time for smu responseJack Xiao2019-07-051-3/+3
| | * | | drm/amd/powerplay/smu7_hwmgr: replace blocking delay with non-blockingYrjan Skrimstad2019-07-051-1/+1
| | * | | drm/amdgpu: Use kmemdup rather than duplicating its implementationFuqian Huang2019-07-054-13/+7
| | * | | drm/amdkfd: Disable idle optimization for chained runlistFelix Kuehling2019-07-031-0/+1
| | * | | drm/amdkfd: Add chained_runlist_idle_disable flag to pm4_mes_runlistFelix Kuehling2019-07-031-1/+1
| | * | | drm/amdgpu: Fix tracking of invalid userptrsFelix Kuehling2019-07-031-0/+6
| | * | | drm/amdgpu: Use FENCE_OWNER_KFD in process_sync_pds_resvFelix Kuehling2019-07-031-1/+1
| | * | | drm/amdkfd: Print a warning when the runlist becomes oversubscribedFelix Kuehling2019-07-032-1/+6
| | * | | drm/amdkfd: remove an unused variableJack Xiao2019-07-021-1/+0
| | * | | drm/amdgpu/display: fix interrupt client id for naviAlex Deucher2019-07-021-4/+1
| | * | | drm/amdkfd: remove duplicated PCIE atomics requestJack Xiao2019-07-013-6/+12
| | * | | drm/amdgpu: enable PCIE atomics ops supportJack Xiao2019-07-011-0/+11
| | * | | drm/amdgpu: add field indicating if has PCIE atomics supportJack Xiao2019-07-011-0/+1
| | * | | drm/amd/powerplay: use hardware fan control if no powerplay fan tableEvan Quan2019-07-013-1/+8
| | * | | drm/amdgpu: fix MGPU fan boost enablement for XGMI resetEvan Quan2019-07-013-2/+19
| | * | | drm/amdgpu: handle AMDGPU_IB_FLAG_RESET_GDS_MAX_WAVE_ID on gfx10Marek Olšák2019-07-011-2/+19
| | * | | drm/amdgpu: fix transform feedback GDS hang on gfx10 (v2)Marek Olšák2019-07-012-4/+13
| | * | | drm/amdgpu/gfx10: use reset default for PA_SC_FIFO_SIZEAlex Deucher2019-07-011-18/+0
| | * | | drm/amdgpu/gfx9: use reset default for PA_SC_FIFO_SIZEAlex Deucher2019-07-011-19/+0
| | * | | drm/amdgpu: Don't skip display settings in hwmgr_resume()Lyude Paul2019-06-281-1/+1
| | * | | drm/amd/powerplay: update smu11_driver_if_navi10.htiancyin2019-06-282-4/+4
| * | | | Merge tag 'drm-next-5.3-2019-06-27' of git://people.freedesktop.org/~agd5f/li...Dave Airlie2019-07-0410-21/+192
| |\| | |
| | * | | drm/amd/display: fix a couple of spelling mistakesColin Ian King2019-06-272-5/+5
| | * | | drm/amd/powerplay: no memory activity support on Vega10Evan Quan2019-06-271-2/+4
| | * | | drm/amdkfd: remove unnecessary warning message on gpu resetshaoyunl2019-06-271-1/+0
| | * | | drm/amdgpu: Set queue_preemption_timeout_ms default valueOak Zeng2019-06-271-1/+1
| | * | | drm/amd/powerplay: add missing smu_get_clk_info_from_vbios() callEvan Quan2019-06-271-0/+4
| | * | | drm/amd/powerplay: support runtime ppfeatures setting on Navi10Evan Quan2019-06-271-0/+165
| | * | | drm/amd/powerplay: check prerequisite for VCN power gatingEvan Quan2019-06-271-6/+10
| | * | | drm/ttm: return -EBUSY if waiting for busy BO failsFelix Kuehling2019-06-271-1/+1
| | * | | drm/amdgpu: drop copy/paste leftover to fix big endianAlex Deucher2019-06-271-3/+0
| | * | | drm/amdgpu: fix warning on 32 bitAlex Deucher2019-06-271-2/+2