summaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/amd/amdgpu/gfx_v7_0.c
AgeCommit message (Expand)Author
2016-06-13drm/amdgpu/gfx7: fix broken condition checkAlex Deucher
2016-06-09drm/amdgpu: fix gfx 7 ucode mem leakMonk Liu
2016-05-11drm/amdgpu: move VM fields into jobChristian König
2016-05-11drm/amdgpu: move context switch handling into common code v2Christian König
2016-05-11drm/amdgpu: move preamble IB handling into common codeChristian König
2016-05-11drm/amdgpu/gfx7: fix pipeline syncChunming Zhou
2016-05-11drm/amd/amdgpu: Add name field to amd_ip_funcs (v2)Tom St Denis
2016-05-11drm/amdgpu: fetch cu_info once at initAlex Deucher
2016-05-11drm/amdgpu: keep vm in job instead of ib (v2)Monk Liu
2016-05-04drm/amd/amdgpu: Drop print_status callbacks.Tom St Denis
2016-05-04drm/amdgpu: use the ring name for debugfs (v2)Christian König
2016-05-04drm/amdgpu: reduce the ring size for GFXChristian König
2016-05-04drm/amdgpu: use max_dw in ring_initChristian König
2016-03-18Merge 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-17Merge branch 'drm-next-4.6' of git://people.freedesktop.org/~agd5f/linux into...Dave Airlie
2016-03-14Merge 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 gfx7Chunming Zhou
2016-03-03drm/amdgpu: fix rb bitmap & cu bitmap calculationFlora Cui
2016-03-02drm/amdgpu: apply gfx_v8 fixes to gfx_v7 as wellChristian König
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-12drm/amdgpu/cik: move uvd tiling config setup into uvd codeAlex Deucher
2016-02-12drm/amdgpu/cik: move sdma tiling config setup into sdma codeAlex Deucher
2016-02-12drm/amdgpu/gfx7: rework gpu_init()Alex Deucher
2016-02-12drm/amdgpu/gfx: clean up harvest configuration (v2)Alex Deucher
2016-02-12drm/amdgpu/gfx7: Fix whitespaceTom St Denis
2016-02-12drm/amdgpu/gfx7: Simplify wptr/rptr functionsTom St Denis
2016-02-12drm/amdgpu/gfx7: LOC reduction in gfx_v7_0_setup_rbTom St Denis
2016-02-12drm/amdgpu/gfx7: Simplify bitmask creationTom St Denis
2016-02-12drm/amdgpu/gfx7: Reduce linecount in table initTom St Denis
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: remove some more semaphore leftoversAlex Deucher
2016-02-10drm/amdgpu: clean up hw semaphore support in driverChunming Zhou
2016-02-08drma/dmgpu: move cg and pg flags into shared headersAlex Deucher
2016-02-02drm/amdgpu/gfx7: enable cp inst/reg error interruptsAlex Deucher
2015-10-21drm/amdgpu: remove old lockup detection infrastructureChristian König
2015-09-23drm/amdgpu: sync ce and me with SWITCH_BUFFER(2)monk.liu
2015-09-23drm/amdgpu: export reservation_object from dmabuf to ttm (v2)Christian König
2015-09-03drm/amdgpu: be explicit about cpu vram access for driver BOs (v2)Alex Deucher
2015-09-02drm/amdgpu: add insert_nop ring func and default implementationJammy Zhou
2015-08-20drm/amdgpu: fix zeroing all IB fields manually v2Christian König