summaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/amd/amdgpu/gfx_v9_0.c
AgeCommit message (Expand)Author
2017-04-28drm/amd/amdgpu: Change comp GFXv9 ring name to remove spaceTom St Denis
2017-04-28drm/amdgpu: Fix module unload hang by KIQ on Vega10Trigger Huang
2017-04-28drm/amdgpu/gfx9: bypass clockgating settingXiangliang Yu
2017-04-28drm/amdgpu: assign VM invalidation engine manually v2Christian König
2017-04-28drm/amdgpu: invalidate only the currently needed VMHUB v2Christian König
2017-04-28drm/amdgpu: add VMHUB to ring associationChristian König
2017-04-28drm/amd/amdgpu: Port gfx9 driver over to new read/write macrosTom St Denis
2017-04-06drm/amdgpu:no need to involv HDP in KIQMonk Liu
2017-04-06drm/amd/amdgpu: cleanup gfx_v9_0_gpu_init()Tom St Denis
2017-04-06drm/amd/amdgpu: cleanup gfx_v9_0_rlc_reset()Tom St Denis
2017-04-06drm/amd/amdgpu: cleanup gfx_v9_0_rlc_start()Tom St Denis
2017-04-06drm/amd/amdgpu: simplify gfx_v9_0_cp_gfx_enable()Tom St Denis
2017-04-06drm/amd/amdgpu: cleanup gfx_v9_0_kiq_init_register()Tom St Denis
2017-04-06drm/amd/amdgpu: Drop gfx_v9_0_print_status()Tom St Denis
2017-04-06drm/amd/amdgpu: cleanup gfx_v9_0_set_gfx_eop_interrupt_state()Tom St Denis
2017-04-06drm/amd/amdgpu: cleanup gfx_v9_0_set_priv_reg_fault_state()Tom St Denis
2017-04-06drm/amd/amdgpu: cleanup gfx_v9_0_set_priv_inst_fault_state()Tom St Denis
2017-04-06drm/amd/amdgpu: cleanup gfx_v9_0_init_queue()Tom St Denis
2017-04-06drm/amdgpu: cleanup get_invalidate_req v2Christian König
2017-03-29drm/amdgpu: drop GB_GPU_ID from the golden settingsChristian König
2017-03-29drm/amdgpu/gfx9: use hweight for calculating num_rbsAlex Deucher
2017-03-29drm/amdgpu:changes in gfx DMAframe scheme (v2)Monk Liu
2017-03-29drm/amdgpu:enable mcbp for gfx9(v2)Monk Liu
2017-03-29drm/amdgpu: add get_clockgating callback for gfx v9Huang Rui
2017-03-29drm/amdgpu/gfx9: further KIQ parameter cleanupAlex Deucher
2017-03-29drm/amdgpu/gfx9: store the eop gpu addr in the ring structureAlex Deucher
2017-03-29drm/amdgpu/gfx9: reduce the functon params for mpq setupAlex Deucher
2017-03-29drm/amdgpu/gfx9: reserve kiq eop object before unmapping itAlex Deucher
2017-03-29drm/amdgpu/gfx9: reserve mqd objects before mapping themAlex Deucher
2017-03-29drm/amdgpu/gfx9: rename some functionsAlex Deucher
2017-03-29drm/amdgpu/gfx9: whitespace cleanupAlex Deucher
2017-03-29drm/amdgpu:bypass RLC init for SRIOVMonk Liu
2017-03-29drm/amdgpu/gfx9: impl gfx9 meta data emitXiangliang Yu
2017-03-29drm/amdgpu:impl gfx9 cond_exec (v2)Monk Liu
2017-03-29drm/amdgpu: init kiq and kcq for vega10Xiangliang Yu
2017-03-29drm/amdgpu/gfx9: fullfill kiq irq funcs (v2)Xiangliang Yu
2017-03-29drm/amdgpu/gfx9: fullfill kiq funcs (v2)Xiangliang Yu
2017-03-29drm/amdgpu: add kiq ring for gfx9Xiangliang Yu
2017-03-29drm/amdgpu/gfx9: programing wptr_poll_addr registerMonk Liu
2017-03-29drm/amdgpu: implement GFX 9.0 support (v2)Ken Wang