aboutsummaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/amd
AgeCommit message (Expand)AuthorFilesLines
2017-12-14drm/amd/display: Integrating MPC pseudocodeEric Bernstein7-356/+594
2017-12-14drm/amd/display: dal 3.1.21Tony Cheng1-1/+1
2017-12-14drm/amd/display: try to find matching audio inst for enc inst firstCharlene Liu1-3/+1
2017-12-14drm/amd/display: fix seq issue: turn on clock before programming afmt.Charlene Liu1-1/+3
2017-12-14drm/amd/display: Remove unnecessary wait mpcc idle.Yongqiang Sun1-6/+0
2017-12-14drm/amd/pp: reset dpm level when adjust power stateRex Zhu1-1/+1
2017-12-13drm/amd/pp: implement dpm_get_sclk/mclk for RVRex Zhu1-2/+23
2017-12-13drm/amdgpu: fix huge page setting for ATS caseChunming Zhou1-1/+1
2017-12-13drm/amdgpu: drop amdgpu_atombios_scratch_regs_save/restoreAlex Deucher2-24/+0
2017-12-13drm/amdgpu: drop scratch regs save and restore from GPU reset handlingAlex Deucher1-2/+0
2017-12-13drm/amdgpu: drop scratch regs save and restore from S3/S4 handlingAlex Deucher1-2/+0
2017-12-13drm/amdgpu: remove some old gc 9.x registersAlex Deucher5-84/+4
2017-12-13drm/amdgpu: drop soc15_init_golden_registersAlex Deucher1-31/+0
2017-12-13drm/amdgpu: drop the bios scratch reg callbacks from nbioAlex Deucher3-31/+0
2017-12-13drm/amdgpu: convert nbio to use callbacks (v2)Alex Deucher11-183/+209
2017-12-12drm/amdgpu: make function names consistent in nbio filesAlex Deucher2-16/+16
2017-12-12drm/amdgpu: correct vce fw data and stack sizeFrank Min1-1/+1
2017-12-12drm/amdgpu: fix MAP_QUEUES paramterMonk Liu1-1/+1
2017-12-12drm/amdgpu: no need with INT for fence pollingMonk Liu1-1/+1
2017-12-12drm/amdgpu: no need to evict VRAM in device_finiMonk Liu1-2/+1
2017-12-12drm/amdgpu: allow get_vm_pde to change flags as wellChristian König11-38/+54
2017-12-12drm/amdgpu: batch PDE updates againChristian König1-109/+94
2017-12-12drm/amdgpu: remove keeping the addr of the VM PDsChristian König2-10/+5
2017-12-12drm/amdgpu: remove last_entry_used from the VM codeChristian König2-24/+29
2017-12-12drm/amdgpu: avoid the modulo in amdgpu_vm_get_entryChristian König1-3/+3
2017-12-12drm/amdgpu: use polling mem to set SDMA3 wptr for VFPixel Ding2-8/+20
2017-12-12drm/amdgpu: update one PDE at a time v2Christian König1-46/+34
2017-12-12drm/amdgpu: stop joining PDEsChristian König1-34/+7
2017-12-12drm/amdgpu: add amdgpu_evict_vram debugfs fileChristian König1-1/+12
2017-12-12drm/amdgpu: cleanup debugfs handling a bitChristian König3-43/+11
2017-12-08drm/admgpu: Reduce the usage of soc15ip.hShaoyun Liu16-17/+0
2017-12-08drm/amdgpu: Change SOC15_REG_OFFSET to use dynamic register offsetShaoyun Liu8-18/+46
2017-12-08drm/amdgpu: Avoid use SOC15_REG_OFFSET in static const arrayShaoyun Liu13-283/+354
2017-12-08drm/amdgpu: Use dynamic IP offset for register access on SOC15Shaoyun Liu2-95/+65
2017-12-08drm/amdgpu: Dynamic initialize IP base offsetShaoyun Liu5-1/+96
2017-12-07drm/sched: move fence slab handling to module init/exitLucas Stach1-8/+0
2017-12-07drm: move amd_gpu_scheduler into common locationLucas Stach31-1427/+119
2017-12-07drm/amdgpu: add license to files where it was missingAlex Deucher15-8/+254
2017-12-07drm/amdgpu: add license to MakefilesAlex Deucher26-6/+547
2017-12-07drm/amdgpu: Fix amdgpu_sync_add_later to preserve explicit flag.Andrey Grodzovsky1-3/+6
2017-12-06drm/amdgpu: Use drm_fb_helper_lastclose() and _poll_changed()Noralf Trønnes5-42/+3
2017-12-06drm/amd/display: Use drm_fb_helper_poll_changed()Noralf Trønnes1-1/+1
2017-12-06drm/amdgpu: fix amdgpu_sync_resv v2Christian König1-5/+2
2017-12-06drm/amd/amdgpu: set gtt size according to system memory size onlyRoger He1-5/+3
2017-12-06drm/amdgpu: Get rid of dep_sync as a seperate object.Andrey Grodzovsky7-35/+37
2017-12-06drm/amdgpu: allow specifying vm_block_size for multi level PDs v2Christian König2-19/+10
2017-12-06drm/amdgpu: move validation of the VM size into the VM codeChristian König7-24/+20
2017-12-06drm/amdgpu: allow non pot VM size valuesChristian König1-6/+0
2017-12-06drm/amdgpu: choose number of VM levels based on VM sizeChristian König1-5/+11
2017-12-06drm/amdgpu: unify VM size handling of Vega10 with older generationChristian König6-47/+22