summaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/amd/amdgpu/amdgpu.h
AgeCommit message (Expand)Author
2016-10-25drm/amd/amdgpu: re-factor debugfs wave readerTom St Denis
2016-10-25drm/amdgpu: rework IP block registration (v2)Alex Deucher
2016-10-25drm/amdgpu: move dpm related definitions to amdgpu_dpm.hAlex Deucher
2016-10-25drm/amdgpu: move IB and frame size directly into the engine descriptionChristian König
2016-10-25drm/amdgpu: add additional cached gca config variablesAlex Deucher
2016-10-25drm/amdgpu: move VM defines into amdgpu_vm.hChristian König
2016-10-25drm/amdgpu: move fence and ring defines into amdgpu_ring.hChristian König
2016-10-25drm/amdgpu: move sync handling into a separate headerChristian König
2016-10-25drm/amdgpu: stop using a bo list entry for the VM PTsChristian König
2016-10-25drm/amdgpu: move PT validation back into VM code v2Christian König
2016-10-25drm/amdgpu: remove adev pointer from struct amdgpu_bo v2Christian König
2016-10-25drm/amdgpu: update the shadow PD together with the real one v2Christian König
2016-10-25drm/amdgpu: add VRAM manager v2Christian König
2016-10-06drm/amdgpu: also track late init stateGrazvydas Ignotas
2016-09-30Merge branch 'drm-next-4.9' of git://people.freedesktop.org/~agd5f/linux into...Dave Airlie
2016-09-28drm/amdgpu: rename all rbo variable to abo v2Christian König
2016-09-28drm/amdgpu: remove unused member from struct amdgpu_boChristian König
2016-09-28Merge tag 'v4.8-rc8' into drm-nextDave Airlie
2016-09-22drm/amdgpu/atpx: check for ATIF dGPU wake for display events supportAlex Deucher
2016-09-22drm/amdgpu:cleanup virt related defineMonk Liu
2016-09-22drm/amd/powerplay: Replace per-asic print_performance with genericTom St Denis
2016-09-19drm/amdgpu:changes of virtualization cases probe (v3)Monk Liu
2016-09-16drm/amdgpu: clean function declarations in amdgpu_ttm.c upBaoyou Xie
2016-09-16drm/amdgpu/ring: add an interface to get dma frame and ib sizeAlex Deucher
2016-09-14drm/amd/powerplay: add module parameter to mask pp featuresRex Zhu
2016-09-14drm/amdgpu: bind GTT on demandChristian König
2016-09-14drm/amdgpu:implement CONTEXT_CONTROL (v5)Monk Liu
2016-09-12drm/amdgpu: change job->ctx field nameMonk Liu
2016-09-02drm/amdgpu: prevent command submission failures under memory pressure v2Christian König
2016-08-31drm/amdgpu: add gart recovery by gtt list V2Chunming Zhou
2016-08-31drm/amdgpu: link all gtt when binding them V2Chunming Zhou
2016-08-31drm/amdgpu: add SI DPM support (v4)Maruthi Bayyavarapu
2016-08-31drm/amdgpu: introduce pcie port read/write entryHuang Rui
2016-08-31drm/amdgpu: add DMA implementation for si v8Ken Wang
2016-08-30drm/amdgpu:add switch buffer to end of CS (v2)Monk Liu
2016-08-30drm/amdgpu: throttle buffer migrations at CS using a fixed MBps limit (v2)Marek Olšák
2016-08-25drm/amdgpu/vce3: add support for third vce ringAlex Deucher
2016-08-25drm/amdgpu: track the number of vce ringsAlex Deucher
2016-08-25drm/amdgpu: rename suspend_kms and resume_kmsAlex Deucher
2016-08-24drm/amdgpu: fix lru size grouping v2Christian König
2016-08-22drm/amdgpu: cleanup amdgpu_vm_bo_update paramsChristian König
2016-08-22drm/amdgpu: link all shadow bo V2Chunming Zhou
2016-08-22drm/amdgpu: update pd shadow while updating pd V2Chunming Zhou
2016-08-22drm/amdgpu: sync bo and shadow V3Chunming Zhou
2016-08-19drm/amdgpu: add need backup function V2Chunming Zhou
2016-08-19amdgpu: move ttm stuff to amdgpu_ttm.hFlora Cui
2016-08-16drm/amdgpu: stop splitting PTE commands into smaller onesChristian König
2016-08-16drm/amdgpu: cleanup the write_pte implementationsChristian König
2016-08-16drm/amdgpu: add shadow flag V2Chunming Zhou
2016-08-16drm/amdgpu: add shadow bo support V2Chunming Zhou