summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2019-07-12Merge tag 'imx-drm-next-2019-07-05' of git://git.pengutronix.de/git/pza/linux...drm-next-2019-07-15Dave Airlie13-180/+623
2019-07-12Merge tag 'drm-next-5.3-2019-07-09' of git://people.freedesktop.org/~agd5f/li...Dave Airlie45-164/+478
2019-07-09drm/amdgpu/navi10: add uclk activity sensorAlex Deucher1-2/+14
2019-07-09drm/amdgpu: properly guard the generic discovery codeAlex Deucher1-2/+2
2019-07-09drm/amdgpu: add missing documentation on new module parametersAlex Deucher1-0/+13
2019-07-09drm/amdgpu: don't invalidate caches in RELEASE_MEM, only do the writebackMarek Olšák1-5/+1
2019-07-08drm/amd/display: avoid 64-bit divisionArnd Bergmann2-3/+3
2019-07-08drm/amdgpu/psp11: simplify the ucode register logicAlex Deucher1-2/+2
2019-07-08drm/amdgpu: properly guard DC support in navi codeAlex Deucher1-0/+4
2019-07-08drm/amd/powerplay: vega20: fix uninitialized variable useArnd Bergmann1-1/+4
2019-07-08drm/amd/display: dcn20: include linux/delay.hArnd Bergmann1-0/+1
2019-07-08amdgpu: make pmu support optionalArnd Bergmann2-3/+7
2019-07-08drm/amd/powerplay: Zero initialize current_rpm in vega20_get_fan_speed_percentNathan Chancellor1-2/+1
2019-07-08drm/amd/powerplay: Zero initialize freq in smu_v11_0_get_current_clk_freqNathan Chancellor1-1/+1
2019-07-08drm/amd/powerplay: Use memset to initialize metrics structsNathan Chancellor1-2/+6
2019-07-08drm/amdgpu/mes10.1: Fix header guardNathan Chancellor1-1/+1
2019-07-08drm/amd/powerplay: add temperature sensor support for navi10Kevin Wang1-0/+41
2019-07-08drm/amdgpu: fix scheduler timeout calcFlora Cui1-4/+9
2019-07-08drm/amdgpu: Prepare for hmm_range_register API change (v2)Philip Yang7-51/+57
2019-07-05drm/amdgpu: add mode1 (psp) reset for navi asicKevin Wang1-2/+36
2019-07-05drm/amdgpu: Disable ras features on all IPs before gpu resetxinhui pan1-0/+4
2019-07-05drm/amd/powerplay: add baco smu reset function for smu11Kevin Wang7-3/+158
2019-07-05drm/amd/powerplay: increase waiting time for smu responseJack Xiao1-3/+3
2019-07-05drm/amd/powerplay/smu7_hwmgr: replace blocking delay with non-blockingYrjan Skrimstad1-1/+1
2019-07-05drm/amdgpu: Use kmemdup rather than duplicating its implementationFuqian Huang4-13/+7
2019-07-04Merge tag 'drm-next-5.3-2019-06-27' of git://people.freedesktop.org/~agd5f/li...Dave Airlie10-21/+192
2019-07-04Merge tag 'drm-misc-next-fixes-2019-06-27' of git://anongit.freedesktop.org/d...Dave Airlie2-2/+9
2019-07-04Merge tag 'for-airlie-armada' of git://git.armlinux.org.uk/~rmk/linux-arm int...Dave Airlie10-212/+522
2019-07-04Merge tag 'exynos-drm-next-for-v5.3' of git://git.kernel.org/pub/scm/linux/ke...Dave Airlie25-139/+158
2019-07-03drm/amdkfd: Disable idle optimization for chained runlistFelix Kuehling1-0/+1
2019-07-03drm/amdkfd: Add chained_runlist_idle_disable flag to pm4_mes_runlistFelix Kuehling1-1/+1
2019-07-03drm/amdgpu: Fix tracking of invalid userptrsFelix Kuehling1-0/+6
2019-07-03drm/amdgpu: Use FENCE_OWNER_KFD in process_sync_pds_resvFelix Kuehling1-1/+1
2019-07-03drm/amdkfd: Print a warning when the runlist becomes oversubscribedFelix Kuehling2-1/+6
2019-07-02drm/amdkfd: remove an unused variableJack Xiao1-1/+0
2019-07-02drm/amdgpu/display: fix interrupt client id for naviAlex Deucher1-4/+1
2019-07-01drm/amdkfd: remove duplicated PCIE atomics requestJack Xiao3-6/+12
2019-07-01drm/amdgpu: enable PCIE atomics ops supportJack Xiao1-0/+11
2019-07-01drm/amdgpu: add field indicating if has PCIE atomics supportJack Xiao1-0/+1
2019-07-01drm/amd/powerplay: use hardware fan control if no powerplay fan tableEvan Quan3-1/+8
2019-07-01drm/amdgpu: fix MGPU fan boost enablement for XGMI resetEvan Quan3-2/+19
2019-07-01drm/amdgpu: handle AMDGPU_IB_FLAG_RESET_GDS_MAX_WAVE_ID on gfx10Marek Olšák1-2/+19
2019-07-01drm/amdgpu: fix transform feedback GDS hang on gfx10 (v2)Marek Olšák2-4/+13
2019-07-01drm/amdgpu/gfx10: use reset default for PA_SC_FIFO_SIZEAlex Deucher1-18/+0
2019-07-01drm/amdgpu/gfx9: use reset default for PA_SC_FIFO_SIZEAlex Deucher1-19/+0
2019-06-28drm/amdgpu: Don't skip display settings in hwmgr_resume()Lyude Paul1-1/+1
2019-06-28drm/amd/powerplay: update smu11_driver_if_navi10.htiancyin2-4/+4
2019-06-28drm/armada: no need to check parent of remoteRussell King1-11/+3
2019-06-28drm/armada: use for_each_endpoint_of_node() to walk crtc endpointsRussell King1-7/+4
2019-06-28drm/armada: replace the simple-framebufferLubomir Rintel1-0/+11