summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/amd/amdgpu/gfx_v9_0.c
Commit message (Expand)AuthorAgeFilesLines
* drm/amdgpu: fix vega10 graphic hang issue in S3 testKen Wang2017-08-181-2/+8
* drm/amdgpu: set gfx_v9_0_ip_funcs as staticHuang Rui2017-08-151-1/+1
* drm/amdgpu: use amdgpu_bo_free_kernel more oftenChristian König2017-08-151-22/+2
* drm/amdgpu: use amdgpu_bo_create_kernel more oftenChristian König2017-08-151-77/+33
* drm/amdgpu: update vega10 golden settingEvan Quan2017-08-151-0/+2
* drm/amdgpu: fix the incorrect scratch reg number on gfx v9Huang Rui2017-07-251-1/+1
* drm/amdgpu/gfx9: simplify and fix GRBM index selectionNicolai Hähnle2017-07-251-11/+13
* drm/amdgpu: Off by one sanity checksDan Carpenter2017-07-141-1/+1
* drm/amdgpu/gfx9: fix driver reload with KIQAlex Deucher2017-07-041-51/+0
* drm/amdgpu/gfx9: support the amdgpu.disable_cu optionNicolai Hähnle2017-06-291-0/+20
* drm/amdgpu: Fix the exported always on CU bitmapFlora Cui2017-06-291-1/+3
* drm/amdgpu/gfx9: gfx_v9_0_enable_gfx_static_mg_power_gating() can be statickbuild test robot2017-06-291-3/+3
* Merge branch 'drm-next-4.13' of git://people.freedesktop.org/~agd5f/linux int...Dave Airlie2017-06-161-608/+1170
|\
| * drm/amdgpu/gfx9: fix compute ring doorbell indexAlex Deucher2017-06-151-1/+1
| * drm/amd/amdgpu: gfx9 tidy ups (v2)Tom St Denis2017-06-151-19/+7
| * drm/amdgpu: avoid to reset wave_front_size to 0Hawking Zhang2017-06-151-2/+0
| * drm/amdgpu/gfx: fix MEC interrupt enablement for pipes != 0Alex Deucher2017-06-091-16/+43
| * drm/amdgpu/gfx: consolidate mqd buffer setup codeAlex Deucher2017-06-071-63/+2
| * drm/amdgpu/gfx: move mec parameter setup into sw_initAlex Deucher2017-06-071-13/+13
| * drm/amdgpu/gfx: move more common KIQ code to amdgpu_gfx.cAlex Deucher2017-06-071-105/+4
| * drm/amdgpu: move mec queue helpers to amdgpu_gfx.hAlex Deucher2017-06-071-2/+2
| * drm/amdgpu/gfx9: remove spurious line in kiq setupAlex Deucher2017-06-071-1/+0
| * drm/amdgpu/gfx9: Raven has two MECsAlex Deucher2017-06-071-0/+1
| * drm/amdgpu: move gfx_v*_0_compute_queue_acquire to common codeAlex Deucher2017-06-071-38/+1
| * drm/amdgpu: fix mec queue policy on single MEC asicsAlex Deucher2017-06-071-3/+9
| * drm/amdgpu/gfx: create a common bitmask function (v2)Alex Deucher2017-06-071-8/+3
| * drm/amdgpu/gfx9: new queue policy, take first 2 queues of each pipeAlex Deucher2017-06-061-2/+2
| * drm/amdgpu/gfx9: allocate queues horizontally across pipesAlex Deucher2017-06-061-63/+52
| * drm/amdgpu: avoid KIQ clashing with compute or KFD queues v2Andres Rodriguez2017-05-311-7/+35
| * drm/amdgpu: remove hardcoded queue_mask in PACKET3_SET_RESOURCESAndres Rodriguez2017-05-311-2/+18
| * drm/amdgpu: teach amdgpu how to enable interrupts for any pipe v3Andres Rodriguez2017-05-311-34/+16
| * drm/amdgpu: allow split of queues with kfd at queue granularity v4Andres Rodriguez2017-05-311-6/+78
| * drm/amdgpu: take ownership of per-pipe configuration v3Andres Rodriguez2017-05-311-8/+16
| * drm/amdgpu: clarify MEC_HPD_SIZE is specific to a gfx generationAndres Rodriguez2017-05-311-7/+6
| * drm/amdgpu: cleanup adjust_mc_addr handling v4Christian König2017-05-311-4/+2
| * drm/amdgpu: enable lbpw on ravenHawking Zhang2017-05-311-0/+19
| * drm/amdgpu: init lbpw on ravenHawking Zhang2017-05-311-0/+52
| * drm/amdgpu: update GC 9.1 raven specific golden settingsHawking Zhang2017-05-311-4/+7
| * drm/amdgpu: update GC 9.1 golden settingsHawking Zhang2017-05-311-1/+12
| * drm/amdgpu/gfx9: Switch baremetal to use KIQ for compute ring management. (v4)Alex Deucher2017-05-241-293/+81
| * drm/amdgpu/gfx9: fix resume of KIQ and KCQs (v2)Alex Deucher2017-05-241-13/+15
| * drm/amdgpu/gfx9: move SET_RESOURCES into the same command streamAlex Deucher2017-05-241-59/+14
| * drm/amdgpu/gfx9: wait once for all KCQs to be createdAlex Deucher2017-05-241-31/+29
| * drm/amdgpu: split gfx_v9_0_kiq_init_queue into twoAlex Deucher2017-05-241-21/+42
| * drm/amdgpu: move adjust adjust_mc_addr into the GFX9 vm_flush functionsChristian König2017-05-241-0/+1
| * drm/amdgpu/gfx9: update golden settingsKen Wang2017-05-241-4/+16
| * drm/amdgpu/gfx9: allow updating gfx mgpg stateHawking Zhang2017-05-241-0/+50
| * drm/amdgpu/gfx9: allow updating gfx cgpg stateHawking Zhang2017-05-241-0/+54
| * drm/amdgpu/gfx9: allow updating sck slowdown and cp pg stateHawking Zhang2017-05-241-0/+21
| * drm/amdgpu/gfx9: add enable/disable funcs for cp power gatingHawking Zhang2017-05-241-0/+25
OpenPOWER on IntegriCloud