aboutsummaryrefslogtreecommitdiff
path: root/drivers/gpu/drm
AgeCommit message (Expand)AuthorFilesLines
2017-07-14drm/amdgpu: Add vis_vramlimit module parameterJohn Brooks3-0/+13
2017-07-14drm/amdgpu: change gartsize default to 256MBChristian König4-19/+10
2017-07-14drm/amdgpu: add new gttsize module parameter v2Christian König4-3/+21
2017-07-14drm/amdgpu: limit the GTT manager address spaceChristian König1-2/+4
2017-07-14drm/amdgpu: consistent name all GART related partsChristian König11-72/+72
2017-07-14drm/amdgpu: remove gtt_base_align handlingChristian König6-8/+3
2017-07-14drm/amdgpu: move GART struct and function into amdgpu_gart.h v2Christian König3-47/+79
2017-07-14drm/amdgpu: check scratch registers to see if we need post (v2)Alex Deucher1-1/+6
2017-07-14drm/amdgpu/soc15: init nbio registers for vega10Alex Deucher1-0/+3
2017-07-14drm/amdgpu: add nbio 6.1 register init functionAlex Deucher2-0/+14
2017-07-14drm/amd/powerplay: added didt support for vega10Evan Quan7-0/+1381
2017-07-14drm/amd/powerplay: added grbm_idx_mutex lock/unlock to cgs v2Evan Quan2-0/+17
2017-07-14drm/amd/powerplay: added support for new se_cac_idx APIs to cgsEvan Quan2-0/+5
2017-07-14drm/amd/powerplay: added soc15 support for new se_cac_idx APIsEvan Quan1-0/+24
2017-07-14drm/amd/powerplay: added new se_cac_idx r/w APIs v2Evan Quan2-0/+7
2017-07-14drm/amd/powerplay: added index gc cac read/write apis for vega10Evan Quan1-0/+24
2017-07-14drm/amdgpu: use TTM values instead of MC values for the info queriesChristian König1-4/+6
2017-07-14drm/amdgpu: remove maximum BO size limitation v2Christian König1-12/+0
2017-07-14drm/amdgpu: stop mapping BOs to GTTChristian König1-17/+2
2017-07-14drm/amdgpu: use the GTT windows for BO moves v2Christian König2-19/+108
2017-07-14drm/amdgpu: add amdgpu_gart_map function v2Christian König2-14/+51
2017-07-14drm/amdgpu: reserve the first 2x512 pages of GARTChristian König2-1/+7
2017-07-14drm/amdgpu: make arrays pctl0_data and pctl1_data staticColin Ian King1-2/+2
2017-07-14drm/amdgpu/gmc9: get vram width from atom for RavenAlex Deucher1-36/+40
2017-07-14drm/amdgpu/atomfirmware: implement vram_width for APUsAlex Deucher2-0/+34
2017-07-14drm/amdgpu/atom: fix atom_fw checkAlex Deucher1-14/+1
2017-07-14drm/amdgpu: Free resources of bo_list when idr_alloc failsAlex Xie1-1/+1
2017-07-14drm/amd/powerplay: add avfs check for old asics on Vi.Rex Zhu1-0/+9
2017-07-14drm/amd/powerplay: move VI common AVFS code to smu7_smumgr.cRex Zhu10-87/+75
2017-07-14drm/amd/powerplay: refine avfs enable code on fiji.Rex Zhu3-107/+28
2017-07-14drm/amd/powerplay: fix avfs state update error on polaris.Rex Zhu1-2/+3
2017-07-14drm/amd/powerplay: fixed wrong data type declaration for ppfeaturemaskEvan Quan1-1/+1
2017-07-14drm/amdgpu: set firmware loading type as direct by default for ravenHuang Rui1-5/+1
2017-07-14drm/amdgpu: make psp cmd buffer as a reserve memoryHuang Rui2-20/+23
2017-07-14drm/amdgpu: fix missed asd bo free when hw_finiHuang Rui1-0/+2
2017-07-14drm/amdgpu: remove superfluous checkHuang Rui2-14/+9
2017-07-14drm/amdgpu: NO KIQ usage on nbio hdp flush routineShaoyun Liu2-2/+2
2017-07-14drm/amdgpu: Add WREG32_SOC15_NO_KIQ macro defineShaoyun Liu1-0/+7
2017-07-14drm/amdgpu:fix world switch hangMonk Liu3-5/+9
2017-07-14drm/amd/powerplay: enable ACG feature on vega10.Rex Zhu2-4/+80
2017-07-14drm/amd/powerplay: add acg support in pptable for vega10Rex Zhu1-1/+4
2017-07-14drm/amd/powerplay: export ACG related smu message for vega10Rex Zhu2-6/+11
2017-07-14drm/amd/powerplay: add avfs profiling_info_v4_2 support on Vega10.Rex Zhu3-70/+240
2017-07-14drm/amdgpu: add ACG SMU firmware for other vega10 variantsEvan Quan3-4/+9
2017-07-14drm/amdgpu: drop SMU_DRIVER_IF_VERSION check for some vega10 variantsEvan Quan1-6/+24
2017-07-14drm/amdgpu: add workaround for S3 issues on some vega10 boardsKen Wang2-0/+17
2017-07-14drm/amdgpu/atombios: add function for whether we need asic_initAlex Deucher2-0/+11
2017-07-14drm/amdgpu: unify some atombios/atomfirmware scratch reg functionsAlex Deucher4-58/+7
2017-07-14drm/amdgpu/atombios: use bios_scratch_reg_offset for atombiosAlex Deucher1-10/+12
2017-07-14drm: amd: amdgpu: constify ttm_place structures.Arvind Yadav1-1/+1