summaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/amd/amdgpu/gfx_v9_0.c
AgeCommit message (Expand)AuthorFilesLines
2017-05-06drm/amdgpu: Use less generic enum definitionsGuenter Roeck1-14/+14
2017-05-06drm/amdgpu/gfx9: derive tile pipes from golden settingsAlex Deucher1-1/+4
2017-05-06drm/amdgpu/gfx: drop max_gs_waves_per_vgtAlex Deucher1-1/+0
2017-05-02drm/amdgpu/gfx9: add additional MQD initializationAlex Deucher1-0/+5
2017-05-02drm/amdgpu/gfx9: fix typo in mpd initAlex Deucher1-2/+2
2017-05-02drm/amdgpu/gfx9: use actual gpu num se setting for ngg allocationAlex Deucher1-2/+1
2017-04-29drm/amdgpu: Make amdgpu_bo_reserve use uninterruptible waits for cleanupMichel Dänzer1-4/+4
2017-04-29drm/amdgpu: export more gpu info for gfx9Junwei Zhang1-0/+3
2017-04-29drm/amd/amdgpu: Change comp GFXv9 ring name to remove spaceTom St Denis1-1/+1
2017-04-29drm/amdgpu: Fix module unload hang by KIQ on Vega10Trigger Huang1-8/+2
2017-04-29drm/amdgpu/gfx9: bypass clockgating settingXiangliang Yu1-0/+3
2017-04-29drm/amdgpu: assign VM invalidation engine manually v2Christian König1-1/+1
2017-04-29drm/amdgpu: invalidate only the currently needed VMHUB v2Christian König1-21/+15
2017-04-29drm/amdgpu: add VMHUB to ring associationChristian König1-0/+3
2017-04-28drm/amd/amdgpu: Port gfx9 driver over to new read/write macrosTom St Denis1-203/+203
2017-04-06drm/amdgpu:no need to involv HDP in KIQMonk Liu1-2/+0
2017-04-06drm/amd/amdgpu: cleanup gfx_v9_0_gpu_init()Tom St Denis1-3/+1
2017-04-06drm/amd/amdgpu: cleanup gfx_v9_0_rlc_reset()Tom St Denis1-6/+2
2017-04-06drm/amd/amdgpu: cleanup gfx_v9_0_rlc_start()Tom St Denis1-3/+1
2017-04-06drm/amd/amdgpu: simplify gfx_v9_0_cp_gfx_enable()Tom St Denis1-8/+4
2017-04-06drm/amd/amdgpu: cleanup gfx_v9_0_kiq_init_register()Tom St Denis1-9/+3
2017-04-06drm/amd/amdgpu: Drop gfx_v9_0_print_status()Tom St Denis1-174/+1
2017-04-06drm/amd/amdgpu: cleanup gfx_v9_0_set_gfx_eop_interrupt_state()Tom St Denis1-12/+3
2017-04-06drm/amd/amdgpu: cleanup gfx_v9_0_set_priv_reg_fault_state()Tom St Denis1-11/+3
2017-04-06drm/amd/amdgpu: cleanup gfx_v9_0_set_priv_inst_fault_state()Tom St Denis1-12/+3
2017-04-06drm/amd/amdgpu: cleanup gfx_v9_0_init_queue()Tom St Denis1-8/+3
2017-04-06drm/amdgpu: cleanup get_invalidate_req v2Christian König1-1/+1
2017-03-30drm/amdgpu: drop GB_GPU_ID from the golden settingsChristian König1-1/+0
2017-03-30drm/amdgpu/gfx9: use hweight for calculating num_rbsAlex Deucher1-5/+2
2017-03-30drm/amdgpu:changes in gfx DMAframe scheme (v2)Monk Liu1-11/+18
2017-03-30drm/amdgpu:enable mcbp for gfx9(v2)Monk Liu1-0/+3
2017-03-30drm/amdgpu: add get_clockgating callback for gfx v9Huang Rui1-0/+43
2017-03-30drm/amdgpu/gfx9: further KIQ parameter cleanupAlex Deucher1-11/+11
2017-03-30drm/amdgpu/gfx9: store the eop gpu addr in the ring structureAlex Deucher1-8/+6
2017-03-30drm/amdgpu/gfx9: reduce the functon params for mpq setupAlex Deucher1-16/+14
2017-03-30drm/amdgpu/gfx9: reserve kiq eop object before unmapping itAlex Deucher1-0/+4
2017-03-30drm/amdgpu/gfx9: reserve mqd objects before mapping themAlex Deucher1-11/+21
2017-03-30drm/amdgpu/gfx9: rename some functionsAlex Deucher1-4/+4
2017-03-30drm/amdgpu/gfx9: whitespace cleanupAlex Deucher1-6/+5
2017-03-30drm/amdgpu:bypass RLC init for SRIOVMonk Liu1-0/+3
2017-03-30drm/amdgpu/gfx9: impl gfx9 meta data emitXiangliang Yu1-0/+47
2017-03-30drm/amdgpu:impl gfx9 cond_exec (v2)Monk Liu1-0/+27
2017-03-30drm/amdgpu: init kiq and kcq for vega10Xiangliang Yu1-1/+463
2017-03-30drm/amdgpu/gfx9: fullfill kiq irq funcs (v2)Xiangliang Yu1-0/+79
2017-03-30drm/amdgpu/gfx9: fullfill kiq funcs (v2)Xiangliang Yu1-0/+80
2017-03-30drm/amdgpu: add kiq ring for gfx9Xiangliang Yu1-0/+88
2017-03-30drm/amdgpu/gfx9: programing wptr_poll_addr registerMonk Liu1-1/+5
2017-03-30drm/amdgpu: implement GFX 9.0 support (v2)Ken Wang1-0/+3292