summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/amd
Commit message (Expand)AuthorAgeFilesLines
...
| * drm/amdgpu: fix warning on 32 bitAlex Deucher2019-06-271-2/+2
| * drm/amd/powerplay: make athub pg bit configured by pg_flagsHuang Rui2019-06-253-3/+7
| * drm/amd/powerplay: make mmhub pg bit configured by pg_flagsHuang Rui2019-06-252-2/+5
| * drm/amd/powerplay: add feature check in unforce_dpm_levels function (v2)Kevin Wang2019-06-251-6/+13
| * drm/amd/powerplay: check gfxclk dpm enablement before proceedingEvan Quan2019-06-251-0/+1
| * drm/amd/powerplay: print smu versions only if version mismatchKevin Wang2019-06-251-4/+4
| * drm/amd/powerplay: fix fan speed show error (for hwmon pwm)Kevin Wang2019-06-251-2/+20
| * drm/amd/display: update infoframe after dig fe is turned on (v2)Nicholas Kazlauskas2019-06-251-0/+1
| * drm/amd/powerplay:clean up the residual mutex for smu_hw_initPrike Liang2019-06-251-1/+0Star
| * drm/amd/amdgpu: sdma_v4_0_start: initialize rErnst Sjöstrand2019-06-251-1/+1
| * drm/amd/amdgpu: Fix style issues in dcn20_resource.cErnst Sjöstrand2019-06-251-5/+5
| * drm/amd/amdgpu: Check stream in amdgpu_dm_commit_planesErnst Sjöstrand2019-06-251-1/+2
| * drm/amd/amdgpu: amdgpu_hwmon_show_temp: initialize tempErnst Sjöstrand2019-06-251-1/+1
| * drm/amd/amdgpu: Fix amdgpu_set_pp_od_clk_voltage error checkErnst Sjöstrand2019-06-251-4/+4
| * drm/amd/amdgpu: Indent AMD_IS_APU properlyErnst Sjöstrand2019-06-252-4/+4
| * drm/amdgpu/display: drop ifdefs around commentsAlex Deucher2019-06-251-6/+0Star
| * drm/amdgpu/display: switch udelay to msleepAlex Deucher2019-06-251-1/+1
| * drm/amdgpu/powerplay: FEATURE_MASK is 64 bit so use ULLAlex Deucher2019-06-252-2/+2
| * Merge branch 'drm-next' into drm-next-5.3Alex Deucher2019-06-25196-165/+1415
| |\
| | * Merge v5.2-rc5 into drm-nextDaniel Vetter2019-06-1915-23/+79
| | |\
| | * \ Merge tag 'drm-misc-next-2019-06-14' of git://anongit.freedesktop.org/drm/drm...Daniel Vetter2019-06-14189-157/+1400
| | |\ \
| | | * | drm/amdgpu: Fix connector atomic_check compilation failSean Paul2019-06-141-2/+3
| | | * | drm/amd: drop use of drmP.h in remaining filesSam Ravnborg2019-06-1043-44/+96
| | | * | drm/amd: drop use of drmP.h in amdgpu/amdgpu*Sam Ravnborg2019-06-1055-64/+95
| | | * | drm/amd: drop use of drmP.h in display/Sam Ravnborg2019-06-105-6/+3Star
| | | * | drm/amd: drop use of drmP.h in powerplay/Sam Ravnborg2019-06-101-2/+2
| | | * | drm/amd: drop use of drmP.h from all header filesSam Ravnborg2019-06-103-4/+8
| | | * | drm/amd: drop use of drmP.h in atom.hSam Ravnborg2019-06-107-2/+15
| | | * | drm/amd: drop use of drmP.h in amdgpu.hSam Ravnborg2019-06-1019-3/+38
| | | * | drm/amd: drop use of drmp.h in os_types.hSam Ravnborg2019-06-1044-3/+86
| | | * | drm/amd: drop dependencies on drm_os_linux.hSam Ravnborg2019-06-1036-28/+90
| * | | | drm/amdgpu: disable gfxoff on navi10tiancyin2019-06-241-3/+1Star
| * | | | drm/amdgpu: fix modprobe failure for uvd_4/5/6Hawking Zhang2019-06-242-1/+13
| * | | | drm/amdgpu: drop unused df init callbackAlex Deucher2019-06-221-1/+0Star
| * | | | drm/amdgpu: add sw_init to df_v1_7Jonathan Kim2019-06-221-2/+2
| * | | | drm/amdkfd: Set gws_mask to 64 bit 1sOak Zeng2019-06-221-2/+2
| * | | | drm/amd/display/dc: set num-dwb = 1 as navi10 asic caphersen wu2019-06-221-1/+1
| * | | | drm/amd/display: make clk_mgr call enable_pme_waSu Sung Chung2019-06-223-24/+35
| * | | | drm/amd/display: expose dentist_get_did_from_dividerCharlene Liu2019-06-222-1/+3
| * | | | drm/amd/display: add missing mod_vmid destructorDmytro Laktyushkin2019-06-222-0/+11
| * | | | drm/amd/display: Add Underflow Asserts to dcThomas Lim2019-06-227-2/+41
| * | | | drm/amd/display: move vmid determination logic to a moduleDmytro Laktyushkin2019-06-2223-231/+357
| * | | | drm/amd/display: dcn2 use fixed clocks.Charlene Liu2019-06-223-12/+21
| * | | | drm/amd/display: add p010 and ayuv plane capsCharlene Liu2019-06-221-0/+2
| * | | | drm/amd/display: update DCN2 uclk switch timeJun Lei2019-06-222-5/+9
| * | | | drm/amd/display: Rework CRTC color managementNicholas Kazlauskas2019-06-223-159/+356
| * | | | drm/amd/display: Use macro for invalid OPP IDWesley Chalmers2019-06-225-7/+9
| * | | | drm/amd/display: expose enable dp output functionsEric Bernstein2019-06-222-1/+6
| * | | | drm/amd/display: add dwb stere caps and versionCharlene Liu2019-06-222-1/+4
| * | | | drm/amd/display: Alpha plane typeEric Bernstein2019-06-221-0/+1