summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/amd/amdgpu/gfx_v8_0.c
Commit message (Expand)AuthorAgeFilesLines
* drm/amdgpu: set cpg doorbell for fiji and polaris.Rex Zhu2017-05-241-39/+43
* drm/amdgpu/gfx8: unify the HQD deactivation codeAlex Deucher2017-05-241-22/+20
* drm/amdgpu/gfx8: enable cp/rlc ints after we disable clockgatingAlex Deucher2017-05-241-0/+2
* drm/amdgpu/gfx8: move MEC doorbell range settingAlex Deucher2017-05-241-14/+12
* drm/amdgpu/gfx8: fix resume of KIQ and KCQsAlex Deucher2017-05-241-13/+13
* drm/amdgpu/gfx8: properly disable the KCQs in hw_finiAlex Deucher2017-05-241-0/+51
* drm/amdgpu/gfx8: use new KIQ packet definesAlex Deucher2017-05-241-5/+7
* drm/amdgpu/gfx8: move SET_RESOURCES into the same command streamAlex Deucher2017-05-241-64/+23
* drm/amdgpu/gfx8: wait once for all KCQs to be createdAlex Deucher2017-05-241-26/+31
* drm/amdgpu: split gfx_v8_0_kiq_init_queue into twoAlex Deucher2017-05-241-21/+41
* drm/amdgpu/gfx8: wait for completion in KIQ initAlex Deucher2017-05-241-10/+78
* drm/amdgpu: Switch baremetal to use KIQ for compute ring management. (v3)David Panariti2017-05-241-302/+24
* drm/amdgpu/gfx8: set doorbell range for polaris as wellAlex Deucher2017-05-241-2/+5
* drm/amdgpu/gfx8: add additional MQD initializationAlex Deucher2017-05-241-0/+14
* drm/amdgpu: update revision id settings for BR/STAlex Deucher2017-05-021-0/+12
* drm/amdgpu: Make amdgpu_bo_reserve use uninterruptible waits for cleanupMichel Dänzer2017-04-281-4/+4
* drm/amdgpu: split VMID management by VMHUBChristian König2017-04-281-1/+1
* drm/amdgpu:no need to involv HDP in KIQMonk Liu2017-04-061-2/+0
* drm/amd/amdgpu: Fix srbm_indexing in init/inactive hqd codeTom St Denis2017-04-061-0/+5
* drm/amd/amdgpu: Clean up gfx_v8_0_mqd_init()Tom St Denis2017-04-061-8/+4
* drm/amd/amdgpu: de-numberify HQD_ACTIVE check.Tom St Denis2017-04-061-2/+2
* drm/amd/amdgpu: clean up gfx_v8_0_kiq_init_register()Tom St Denis2017-04-061-9/+3
* drm/amd/amdgpu: Clean up gfx_v8_0_inactive_hqd()Tom St Denis2017-04-061-5/+1
* drm/amd/amdgpu: Clean up gfx_v8_0_kiq_set_interrupt_state()Tom St Denis2017-04-061-28/+12
* drm/amdgpu/gfx8: KIQ is also disabled when MEC is disabledAlex Deucher2017-04-061-0/+1
* drm/amdgpu:changes in gfx DMAframe scheme (v2)Monk Liu2017-03-291-11/+18
* drm/amdgpu:enable MCBP for SR-IOV (v2)Monk Liu2017-03-291-0/+3
* drm/amdgpu:implement cond_exec for gfx8Monk Liu2017-03-291-0/+30
* drm/amdgpu: use new flag to handle different firmware loading methodHuang Rui2017-03-291-3/+3
* drm/amdgpu/gfx8: further KIQ parameter cleanupAlex Deucher2017-03-291-13/+11
* drm/amdgpu/gfx8: store the eop gpu addr in the ring structureAlex Deucher2017-03-291-8/+6
* drm/amdgpu/gfx8: reduce the functon params for mpq setupAlex Deucher2017-03-291-18/+14
* drm/amdgpu/gfx8: reserve kiq eop object before unmapping itAlex Deucher2017-03-291-0/+4
* drm/amdgpu/gfx8: fold loops in kiq_resume()Alex Deucher2017-03-291-4/+0
* drm/amdgpu/gfx8: test KIQ before compute ringsAlex Deucher2017-03-291-6/+7
* drm/amdgpu/gfx8: reserve mqd objects before mapping themAlex Deucher2017-03-291-11/+21
* drm/amdgpu/gfx8: rename some functionsAlex Deucher2017-03-291-6/+6
* drm/amdgpu/gfx8: whitespace cleanupAlex Deucher2017-03-291-6/+5
* drm/amdgpu: enable gfx/system/vce clockgating on Polars12.Rex Zhu2017-03-291-0/+1
* drm/amdgpu: remove unneeded conversions to boolAndrew F. Davis2017-03-291-2/+2
* drm/amdgpu: switch ih handling to two levels (v3)Alex Deucher2017-03-291-4/+6
* drm/amdgpu: change wptr to 64 bits (v2)Ken Wang2017-03-291-10/+13
* drm/amdgpu: init aperture definitions (v2)Junwei Zhang2017-03-291-4/+13
* drm/amdgpu/gfx8: move CE&DE meta data structure to vi_structs.hXiangliang Yu2017-03-291-8/+8
* drm/amdgpu: Fix module unload hang by KIQ IRQ setTrigger Huang2017-03-291-6/+4
* drm/amdgpu: export gfx config double offchip LDS buffers (v3)Junwei Zhang2017-03-291-0/+14
* drm/amdgpu/gfx: free memory of mqd backupXiangliang Yu2017-03-291-0/+2
* drm/amdgpu: change pointer of mqd_ptr & mqd_backup to voidXiangliang Yu2017-03-291-9/+17
* drm/amdgpu:fix kiq_resume routine (V2)Monk Liu2017-03-291-11/+33
* drm/amdgpu:use clear_ring to clr RBMonk Liu2017-03-291-0/+1
OpenPOWER on IntegriCloud