aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/drivers/gpu/drm/amd/amdgpu/gfx_v8_0.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2016-05-18drm/amdgpu: update Polaris11 golden settingFlora Cui1-2/+3
2016-05-18drm/amdgpu: update Polaris10 golden settingFlora Cui1-0/+1
2016-05-11drm/amdgpu: fix TC cache flushingMarek Olšák1-0/+1
2016-05-11drm/amdgpu: move VM fields into jobChristian König1-4/+6
2016-05-11drm/amdgpu: move context switch handling into common code v2Christian König1-5/+4
2016-05-11drm/amdgpu: move preamble IB handling into common codeChristian König1-4/+0
2016-05-11drm/amd/amdgpu: Add name field to amd_ip_funcs (v2)Tom St Denis1-0/+1
2016-05-11drm/amdgpu: fetch cu_info once at initAlex Deucher1-7/+4
2016-05-11drm/amd: cleanup remaining spaces and tabs v2Christian König1-1/+1
2016-05-11drm/amdgpu: keep vm in job instead of ib (v2)Monk Liu1-2/+2
2016-05-04drm/amd/amdgpu: Drop print_status callbacks.Tom St Denis1-182/+0
2016-05-04drm/amd/amdgpu: fix 64-bit divisionSlava Grigorev1-2/+2
2016-05-04drm/amdgpu: change ELM/BAF to Polaris10/Polaris11Flora Cui1-58/+58
2016-05-04drm/amd/amdgpu: add power gating init for BaffinEric Huang1-0/+39
2016-05-04drm/amd/amdgpu: add power gating initialization support for GFX8.0Eric Huang1-3/+350
2016-05-04drm/amd/amdgpu: add medium grain powergating support for BaffinEric Huang1-0/+95
2016-05-04drm/amdgpu: add GFX support for ELM/BAFFlora Cui1-4/+551
2016-05-04drm/amdgpu/gfx: rework fiji cg functions so they can be sharedAlex Deucher1-16/+202
2016-05-04drm/amdgpu/gfx: adjust gfx_v8_0_send_serdes_cmd for STAlex Deucher1-6/+17
2016-05-04drm/amdgpu/gfx8: rename send_serdes_cmdAlex Deucher1-7/+7
2016-05-04drm/amdgpu/gfx: add proper CG flags for fijiAlex Deucher1-34/+48
2016-05-04drm/amdgpu: use the ring name for debugfs (v2)Christian König1-1/+1
2016-05-04drm/amdgpu: reduce the ring size for GFXChristian König1-2/+2
2016-05-04drm/amdgpu: use max_dw in ring_initChristian König1-2/+2
2016-03-18Merge branch 'drm-next-4.6' of git://people.freedesktop.org/~agd5f/linux into drm-nextDave 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 drm-nextDave 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