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