summaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/amd/amdgpu/gfx_v8_0.c
AgeCommit message (Expand)Author
2017-01-27drm/amdgpu/gfx8: fix bugon.cocci warningsJulia Lawall
2017-01-27drm/amdgpu/gfx8: implement emit_rreg/wreg functionXiangliang Yu
2017-01-27drm/amdgpu: add get clockgating_state method for gfx v8Huang Rui
2017-01-27drm/amdgpu/gfx8: add support kernel interface queue(KIQ)Xiangliang Yu
2017-01-27drm/amdgpu: use same enter/exit safe mode for gfx_8.Rex Zhu
2017-01-27drm/amdgpu: refine gfx_v8 pg code.Rex Zhu
2017-01-06drm/amd/amdgpu: add Polaris12 support (v3)Junwei Zhang
2016-12-15drm/amdgpu: refine set clock gating for tonga/polarisRex Zhu
2016-12-15drm/amdgpu: fix pg can't be disabled by PG mask.Rex Zhu
2016-12-15drm/amdgpu: always initialize gfx pg for gfx_v8.0.Rex Zhu
2016-12-15drm/amdgpu: fix init save/restore list in gfx_v8.0Rex Zhu
2016-12-15drm/amdgpu: fix enable_cp_power_gating in gfx_v8.0.Rex Zhu
2016-12-08drm/amd/amdgpu: Add debugfs support for reading GPRs (v2)Tom St Denis
2016-12-06drm/amdgpu: update golden setting of tongaHuang Rui
2016-12-06drm/amdgpu: Don't touch GFX hw during HW finiXiangliang Yu
2016-12-06drm/amdgpu: drop redundant vi_mqd defineXiangliang Yu
2016-12-06drm/amd/amdgpu: enable GUI idle INT after enabling CGCGArindam Nath
2016-12-06drm/amdgpu/gfx8: move eop programming per queueAlex Deucher
2016-11-23drm/amdgpu:impl vgt_flush for VI(V5)Monk Liu
2016-11-11drm/amd/amdgpu : Fix NULL pointer comparisonRavikant B Sharma
2016-11-11drm/amd/amdgpu: Clean up wave gfx8 helperTom St Denis
2016-11-07Backmerge tag 'v4.9-rc4' into drm-nextDave Airlie
2016-10-28Merge tag 'topic/drm-misc-2016-10-27' of git://anongit.freedesktop.org/git/dr...Dave Airlie
2016-10-25drm/amd/amdgpu: Put in rest of wave fieldsTom St Denis
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 align_mask and nop into ring funcs as well (v2)Christian König
2016-10-25drm/amdgpu: move the ring type into the funcs structure (v2)Christian König
2016-10-25drm/amdgpu: move IB and frame size directly into the engine descriptionChristian König
2016-10-25drm/amdgpu: remove explicit NULL init for parse_csChristian König
2016-10-25drm/amdgpu: remove 128 NOP hack from vm_flush v2Christian König
2016-10-25drm/amdgpu: pad gfx and compute rings to 256 dwChristian König
2016-10-25drm/amdgpu/gfx8: use cached raster config values in csb setupAlex Deucher
2016-10-25drm/amdgpu/gfx8: cache rb config valuesAlex Deucher
2016-10-25drm/amdgpu:wptr poll address of gfx8 is neededFrank Min
2016-10-25drm/amdgpu:properly fix some JumpTable issuesMonk Liu
2016-10-25drm/amdgpu:add MEC_STORAGE ucode id for sriovMonk Liu
2016-10-25drm/amdgpu: add AMDGPU_GEM_CREATE_VRAM_CONTIGUOUS flag v3Christian König
2016-10-25dma-buf: Rename struct fence to dma_fenceChris Wilson
2016-10-21drm/amdgpu/st: move ATC CG golden init from gfx to mcAlex Deucher
2016-10-14drm/amdgpu: fix amdgpu_need_full_reset (v2)Alex Deucher
2016-10-12drm/amdgpu/gfx8: fix CGCG_CGLS handlingAlex Deucher
2016-09-28Merge branch 'drm-next-4.9' of git://people.freedesktop.org/~agd5f/linux into...Dave Airlie
2016-09-22drm/amdgpu: set gfx clock gating for tonga/polaris.Rex Zhu
2016-09-20Merge branch 'drm-next-4.9' of git://people.freedesktop.org/~agd5f/linux into...Dave Airlie
2016-09-19drm/amdgpu: implement raster configuration for gfx v8Huang Rui
2016-09-16drm/amdgpu/gfx8: add ring callbacks for ib and dma frame sizeAlex Deucher
2016-09-14drm/amdgpu: mark symbols static where possibleBaoyou Xie
2016-09-14drm/amdgpu:implement CONTEXT_CONTROL (v5)Monk Liu
2016-09-14drm/amdgpu: free the BO in kernel by helper amdgpu_bo_free_kernel()Junwei Zhang