summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/amd/amdgpu
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'drm-next-4.9' of git://people.freedesktop.org/~agd5f/linux into...Dave Airlie2016-09-2061-366/+22089
|\
| * drm/amdgpu: clean function declarations in amdgpu_ttm.c upBaoyou Xie2016-09-162-2/+2
| * drm/amdgpu: use the new ring ib and dma frame size callbacks (v2)Alex Deucher2016-09-161-2/+5
| * drm/amdgpu/vce3: add ring callbacks for ib and dma frame sizeAlex Deucher2016-09-161-0/+25
| * drm/amdgpu/vce2: add ring callbacks for ib and dma frame sizeAlex Deucher2016-09-161-0/+2
| * drm/amdgpu/vce: add common ring callbacks for ib and dma frame sizeAlex Deucher2016-09-162-0/+14
| * drm/amdgpu/uvd6: add ring callbacks for ib and dma frame sizeAlex Deucher2016-09-161-0/+29
| * drm/amdgpu/uvd5: add ring callbacks for ib and dma frame sizeAlex Deucher2016-09-161-0/+16
| * drm/amdgpu/uvd4.2: add ring callbacks for ib and dma frame sizeAlex Deucher2016-09-161-0/+16
| * drm/amdgpu/sdma3: add ring callbacks for ib and dma frame sizeAlex Deucher2016-09-161-0/+18
| * drm/amdgpu/sdma2.4: add ring callbacks for ib and dma frame sizeAlex Deucher2016-09-161-0/+18
| * drm/amdgpu/cik_sdma: add ring callbacks for ib and dma frame sizeAlex Deucher2016-09-161-0/+18
| * drm/amdgpu/si_dma: add ring callbacks for ib and dma frame sizeAlex Deucher2016-09-161-0/+18
| * drm/amdgpu/gfx8: add ring callbacks for ib and dma frame sizeAlex Deucher2016-09-161-0/+40
| * drm/amdgpu/gfx7: add ring callbacks for ib and dma frame sizeAlex Deucher2016-09-161-0/+39
| * drm/amdgpu/gfx6: add ring callbacks for ib and dma frame sizeAlex Deucher2016-09-161-0/+31
| * drm/amdgpu/ring: add an interface to get dma frame and ib sizeAlex Deucher2016-09-161-0/+4
| * drm/amdgpu/sdma3: drop unused functionsAlex Deucher2016-09-161-25/+0
| * drm/amdgpu/gfx6: drop gds_switch callbackAlex Deucher2016-09-161-10/+0
| * drm/amdgpu/gfx6: add ring_emit_cntxcntlAlex Deucher2016-09-161-0/+8
| * drm/amdgpu/gfx6: drop duplicate codeAlex Deucher2016-09-161-24/+9
| * drm/amdgpu/si: fix ring size for computeAlex Deucher2016-09-161-1/+1
| * drm/amdgpu: not set cg for vce/uvd in late init.Rex Zhu2016-09-161-0/+3
| * drm/amdgpu/vi: Use correct external_rev_id for stoneyJordan Lazare2016-09-161-1/+1
| * drm/amdgpu: use explicit limit for VRAM<->GTT movesChristian König2016-09-141-2/+2
| * drm/amdgpu: use explicit GTT limit for evictionsChristian König2016-09-141-2/+18
| * drm/amdgpu: unbind GTT only when it is boundChristian König2016-09-141-0/+3
| * drm/amdgpu: add AMDGPU_BO_INVALID_OFFSETChristian König2016-09-142-0/+3
| * drm/amdgpu: validate size and offset of user fence BOChristian König2016-09-141-0/+6
| * drm/ttm: rework handling of private mem typesChristian König2016-09-141-6/+6
| * drm/amdgpu: handle runtime pm in fbcon (v2)Alex Deucher2016-09-141-0/+28
| * drm/amdgpu/si/dpm: fix symbol conflicts with radeonAlex Deucher2016-09-143-173/+181
| * drm/amdgpu/si/dpm: make a bunch of things staticAlex Deucher2016-09-141-18/+16
| * drm/amdgpu: mark symbols static where possibleBaoyou Xie2016-09-146-11/+11
| * drm/amdgpu: add missing header dependenciesBaoyou Xie2016-09-143-0/+4
| * drm/amd/powerplay: add module parameter to mask pp featuresRex Zhu2016-09-142-0/+5
| * drm/amdgpu: use error label to handle exceptional caseHuang Rui2016-09-141-9/+13
| * drm/amdgpu: update gart_pin_size if bo is in GTTFlora Cui2016-09-141-1/+1
| * drm/amdgpu: bind GTT on demandChristian König2016-09-148-7/+84
| * drm/amdgpu: fix GTT offset handlingChristian König2016-09-141-5/+5
| * drm/amdgpu:implement CONTEXT_CONTROL (v5)Monk Liu2016-09-146-2/+79
| * drm/amdgpu/si: Call amdgpu_ttm_set_active_vram_size from si_dma_start/stopMichel Dänzer2016-09-141-0/+5
| * drm/amdgpu: free the BO in kernel by helper amdgpu_bo_free_kernel()Junwei Zhang2016-09-145-46/+16
| * drm/amdgpu: add a new helper to free a BO in kernel allocationsJunwei Zhang2016-09-142-0/+31
| * drm/amd/amdgpu: Fix return values in SI DPM codeTom St Denis2016-09-141-2/+8
| * drm/amdgpu: move some release handles into fail labels (v2)Huang Rui2016-09-141-13/+12
| * drm/amd/amdgpu: Remove double lock from gfx v6Tom St Denis2016-09-141-4/+0
| * drm/amd/amdgpu: Convert messages in gmc v6 to dev_*()Tom St Denis2016-09-141-8/+8
| * drm/amd/amdgpu: Comment out currently unused SI DPM structTom St Denis2016-09-141-0/+2
| * drm/amd/amdgpu: Tidy up SI SMC code (v2)Tom St Denis2016-09-143-22/+12
OpenPOWER on IntegriCloud