summaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/amd/amdgpu/gfx_v7_0.c
AgeCommit message (Expand)Author
2017-11-16drm/amdgpu:fix memleakMonk Liu
2017-08-15drm/amdgpu: Program SH_STATIC_MEM_CONFIG globally, not per-VMIDFelix Kuehling
2017-08-15drm/amdgpu/gfx7: fix function nameAlex Deucher
2017-08-15drm/amdgpu: use amdgpu_bo_free_kernel more oftenChristian König
2017-08-15drm/amdgpu: use amdgpu_bo_create_kernel more oftenChristian König
2017-07-25drm/amdgpu: fix the incorrect scratch reg number on gfx v7Huang Rui
2017-06-29drm/amdgpu: Fix the exported always on CU bitmapFlora Cui
2017-06-16Merge branch 'drm-next-4.13' of git://people.freedesktop.org/~agd5f/linux int...Dave Airlie
2017-06-09drm/amdgpu/gfx: fix MEC interrupt enablement for pipes != 0Alex Deucher
2017-06-07drm/amdgpu/gfx: move mec parameter setup into sw_initAlex Deucher
2017-06-07drm/amdgpu: move mec queue helpers to amdgpu_gfx.hAlex Deucher
2017-06-07drm/amdgpu: move gfx_v*_0_compute_queue_acquire to common codeAlex Deucher
2017-06-07drm/amdgpu: fix mec queue policy on single MEC asicsAlex Deucher
2017-06-07drm/amdgpu/gfx: create a common bitmask function (v2)Alex Deucher
2017-05-31drm/amdgpu: condense mqd programming sequenceAndres Rodriguez
2017-05-31drm/amdgpu: new queue policy, take first 2 queues of each pipe v2Andres Rodriguez
2017-05-31drm/amdgpu: allocate queues horizontally across pipesAndres Rodriguez
2017-05-31drm/amdgpu: teach amdgpu how to enable interrupts for any pipe v3Andres Rodriguez
2017-05-31drm/amdgpu: allow split of queues with kfd at queue granularity v4Andres Rodriguez
2017-05-31drm/amdgpu: take ownership of per-pipe configuration v3Andres Rodriguez
2017-05-31drm/amdgpu: rename rdev to adevAndres Rodriguez
2017-05-31drm/amdgpu: unify MQD programming sequence for kfd and amdgpu v2Andres Rodriguez
2017-05-31drm/amdgpu: remove duplicate definition of cik_mqdAndres Rodriguez
2017-05-31drm/amdgpu: refactor MQD/HQD initialization v3Andres Rodriguez
2017-05-31drm/amdgpu: clarify MEC_HPD_SIZE is specific to a gfx generationAndres Rodriguez
2017-05-24drm/amdgpu:fix get wrong gfx always on cu masks.Rex Zhu
2017-05-24drm/amdgpu/gfx7: enable cp/rlc ints after we disable clockgatingAlex Deucher
2017-05-18Merge remote-tracking branch 'airlied/drm-next' into drm-misc-nextSean Paul
2017-05-16drm/amd: fix include notation and remove -Iinclude/drm flagMasahiro Yamada
2017-04-28drm/amdgpu: Make amdgpu_bo_reserve use uninterruptible waits for cleanupMichel Dänzer
2017-04-28drm/amdgpu: split VMID management by VMHUBChristian König
2017-03-29drm/amdgpu: switch ih handling to two levels (v3)Alex Deucher
2017-03-29drm/amdgpu: change wptr to 64 bits (v2)Ken Wang
2017-03-29drm/amdgpu: init aperture definitions (v2)Junwei Zhang
2017-03-29gpu: drm: amd/radeon: Convert printk(KERN_<LEVEL> to pr_<level>Joe Perches
2017-03-29drm/amdgpu: export gfx config double offchip LDS buffers (v3)Junwei Zhang
2017-02-13drm/amdgpu: Initialize pipe priority order on graphic initializationozeng
2017-01-27drm/amd/amdgpu: remove the uncessary parameter for ib schedulerJunwei Zhang
2017-01-27drm/amdgpu: simplify allocation of scratch regsNils Wallménius
2016-12-08drm/amd/amdgpu: Add gpr reading for GFX v7Tom St Denis
2016-11-23drm/amdgpu:impl vgt_flush for VI(V5)Monk Liu
2016-11-11drm/amd/amdgpu: Clean up wave gfx7 helperTom St Denis
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