summaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/amd/amdgpu/gfx_v8_0.c
AgeCommit message (Expand)Author
2016-03-17Merge branch 'drm-next-4.6' of git://people.freedesktop.org/~agd5f/linux into...Dave Airlie
2016-03-17drm/amdgpu: move ib.fence to job.fenceMonk Liu
2016-03-17drm/amdgpu: give a fence param to ib_freeMonk Liu
2016-03-16Merge branch 'drm-next-4.6' of git://people.freedesktop.org/~agd5f/linux into...Dave Airlie
2016-03-13Merge drm-fixes into drm-next.Dave Airlie
2016-03-08drm/amdgpu: split pipeline sync and vm flushChristian König
2016-03-08drm/amdgpu: remove HW fence ownerChristian König
2016-03-08drm/amdgpu: add hdp invalidation for gfx8Chunming Zhou
2016-03-03drm/amdgpu: fix rb bitmap & cu bitmap calculationFlora Cui
2016-03-02drm/amdgpu/gfx8: specify which engine to wait before vm flushChunming Zhou
2016-02-29drm/amdgpu: fix VM faults caused by vm_grab_id() v4Christian König
2016-02-25drm/amdgpu/gfx: fix off by one in rb rework (v2)Alex Deucher
2016-02-22drm/amdgpu/gfx8: fix priv reg interrupt enableAlex Deucher
2016-02-12drm/amdgpu/vi: move uvd tiling config setup into uvd codeAlex Deucher
2016-02-12drm/amdgpu/vi: move sdma tiling config setup into sdma codeAlex Deucher
2016-02-12drm/amdgpu/gfx: clean up harvest configuration (v2)Alex Deucher
2016-02-10drm/amdgpu: move sync into job objectChristian König
2016-02-10drm/amdgpu: send SDMA/GFX IB tests directly to the ring againChristian König
2016-02-10drm/amdgpu: move ring from IBs into jobChristian König
2016-02-10drm/amdgpu: make pad_ib a ring function v3Christian König
2016-02-10drm/amdgpu/gfx: minor code cleanupAlex Deucher
2016-02-10drm/amdgpu: remove the ring lock v2Christian König
2016-02-10drm/amdgpu: cleanup sync_seq handlingChristian König
2016-02-10drm/amdgpu: remove some more semaphore leftoversAlex Deucher
2016-02-10drm/amdgpu: clean up hw semaphore support in driverChunming Zhou
2016-02-03drm/amdgpu: load MEC ucode manually on icelandAlex Deucher
2016-02-03drm/amdgpu: don't load MEC2 on topazAlex Deucher
2016-02-02drm/amdgpu/gfx8: enable cp inst/reg error interruptsAlex Deucher
2016-01-15drm/amdgpu: Add some tweaks to gfx 8 soft resetAlex Deucher
2015-12-21drm/amd/amdgpu: add gfx clock gating support for Fiji.Eric Huang
2015-12-21drm/amdgpu: support per device powerplay enablement (v2)Jammy Zhou
2015-12-21drm/amdgpu: disable legacy path of firmware check if powerplay is enabledRex Zhu
2015-12-11drm/amdgpu/gfx8: update PA_SC_RASTER_CONFIG:PKR_MAP onlyFlora Cui
2015-12-11drm/amdgpu/gfx8: Enable interrupt on ME1_PIPE3Flora Cui
2015-12-04amdgpu/gfxv8: Remove magic numbers from function gfx_v8_0_tiling_mode_table_i...Tom St Denis
2015-12-04amdgpu/gfxv8: Simplification in gfx_v8_0_enable_gui_idle_interrupt()Tom St Denis
2015-12-04amdgpu/gfxv8: Simplification of gfx_v8_0_create_bitmask()Tom St Denis
2015-12-04amdgpu/gfxv8: Cleanup of gfx_v8_0_tiling_mode_table_init() (v2)Tom St Denis
2015-12-02amdgpu/gfxv8: Add missing break to switch statement from states init codeTom St Denis
2015-12-02drm/amdgpu: add EDC support for CZ (v3)Alex Deucher
2015-11-16drm/amdgpu: update Fiji's tiling mode tableFlora Cui
2015-11-16drm/amdgpu: update fiji_mgcg_cgcg_init tableFlora Cui
2015-11-16drm/amdgpu: update Fiji's mmPA_SC_RASTER_CONFIG valueFlora Cui
2015-11-03drm/amdgpu: update Fiji's Golden settingFlora Cui
2015-10-28drm/amdgpu: add some additional CZ revisionsAlex Deucher
2015-10-21drm/amdgpu: add GFX support for Stoney (v2)Samuel Li
2015-10-21drm/amdgpu: remove old lockup detection infrastructureChristian König
2015-10-19drm/amdgpu/gfx8: set TC_WB_ACTION_EN in RELEASE_MEM packetAlex Deucher
2015-10-08drm/amdgpu: split gfx8 gpu init into sw and hw partsAlex Deucher
2015-09-23drm/amdgpu: sync ce and me with SWITCH_BUFFER(2)monk.liu