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