summaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/amd/amdgpu/gfx_v8_0.c
AgeCommit message (Expand)Author
2017-05-31drm/amdgpu: remove hardcoded queue_mask in PACKET3_SET_RESOURCESAndres 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: detect timeout error when deactivating hqdAndres 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:use FRAME_CNTL for new GFX ucode (v2)Monk Liu
2017-05-24drm/amdgpu:change SR-IOV DMAframe schemeMonk Liu
2017-05-24drm/amdgpu:unify gfx8/9 ce/de meta_dataMonk Liu
2017-05-24drm/amdgpu: Move kiq ring lock out of virt structureShaoyun Liu
2017-05-24drm/amdgpu: Enable chained IB MCBP supportTrigger Huang
2017-05-24drm/amdgpu:fix get wrong gfx always on cu masks.Rex Zhu
2017-05-24drm/amdgpu: fix s3 ring test failed on Vi caused by KIQ enabled.Rex Zhu
2017-05-24drm/amdgpu: delete redundant kiq irq funcs type check in gfx8.Rex Zhu
2017-05-24drm/amdgpu: fix typo in dmesg in gfx_v8_0_kiq_kcq_disable.Rex Zhu
2017-05-24drm/amdgpu/gfx8: move CP_PQ_STATUS after doorbell range setting (v2)Alex Deucher
2017-05-24drm/amdgpu: set cpg doorbell for fiji and polaris.Rex Zhu
2017-05-24drm/amdgpu/gfx8: unify the HQD deactivation codeAlex Deucher
2017-05-24drm/amdgpu/gfx8: enable cp/rlc ints after we disable clockgatingAlex Deucher
2017-05-24drm/amdgpu/gfx8: move MEC doorbell range settingAlex Deucher
2017-05-24drm/amdgpu/gfx8: fix resume of KIQ and KCQsAlex Deucher
2017-05-24drm/amdgpu/gfx8: properly disable the KCQs in hw_finiAlex Deucher
2017-05-24drm/amdgpu/gfx8: use new KIQ packet definesAlex Deucher
2017-05-24drm/amdgpu/gfx8: move SET_RESOURCES into the same command streamAlex Deucher
2017-05-24drm/amdgpu/gfx8: wait once for all KCQs to be createdAlex Deucher
2017-05-24drm/amdgpu: split gfx_v8_0_kiq_init_queue into twoAlex Deucher
2017-05-24drm/amdgpu/gfx8: wait for completion in KIQ initAlex Deucher
2017-05-24drm/amdgpu: Switch baremetal to use KIQ for compute ring management. (v3)David Panariti
2017-05-24drm/amdgpu/gfx8: set doorbell range for polaris as wellAlex Deucher
2017-05-24drm/amdgpu/gfx8: add additional MQD initializationAlex 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-05-02drm/amdgpu: update revision id settings for BR/STAlex Deucher
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-04-06drm/amdgpu:no need to involv HDP in KIQMonk Liu
2017-04-06drm/amd/amdgpu: Fix srbm_indexing in init/inactive hqd codeTom St Denis
2017-04-06drm/amd/amdgpu: Clean up gfx_v8_0_mqd_init()Tom St Denis
2017-04-06drm/amd/amdgpu: de-numberify HQD_ACTIVE check.Tom St Denis
2017-04-06drm/amd/amdgpu: clean up gfx_v8_0_kiq_init_register()Tom St Denis
2017-04-06drm/amd/amdgpu: Clean up gfx_v8_0_inactive_hqd()Tom St Denis
2017-04-06drm/amd/amdgpu: Clean up gfx_v8_0_kiq_set_interrupt_state()Tom St Denis
2017-04-06drm/amdgpu/gfx8: KIQ is also disabled when MEC is disabledAlex Deucher
2017-03-29drm/amdgpu:changes in gfx DMAframe scheme (v2)Monk Liu
2017-03-29drm/amdgpu:enable MCBP for SR-IOV (v2)Monk Liu
2017-03-29drm/amdgpu:implement cond_exec for gfx8Monk Liu