summaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/amd
AgeCommit message (Expand)AuthorFilesLines
2015-09-02drm/amdgpu: add burst_nop flag for sdmaJammy Zhou4-0/+7
2015-09-02drm/amdgpu: add count field for the SDMA NOP packet v2Jammy Zhou3-0/+11
2015-09-02drm/amdgpu: use PT for VM sync on unmapChristian König1-13/+6
2015-09-02drm/amdgpu: make wait_event uninterruptible in push_jobChunming Zhou1-4/+3
2015-09-02drm/amdgpu: fix amdgpu_bo_unreserve order in GEM_OP IOCTL v2Christian König1-1/+4
2015-09-02drm/amdgpu: partially revert "modify amdgpu_fence_wait_any() to amdgpu_fence_...Christian König3-43/+16
2015-09-02drm/amdgpu: re-work sync_resvChunming Zhou1-6/+18
2015-09-02drm/amdgpu/atom: Send out the full AUX addressAlex Deucher1-1/+2
2015-08-30amdkfd: use <linux/mman.h> instead of <uapi/asm-generic/mman-common.h>Christoph Hellwig2-2/+2
2015-08-28drm/amdgpu: use IB for fill_buffer instead of direct commandChunming Zhou4-20/+20
2015-08-28drm/amdgpu: stop trying to suspend UVD sessions v2Christian König2-24/+19
2015-08-28drm/amdgpu: add scheduler dependency callback v2Christian König5-0/+55
2015-08-28drm/amdgpu: let the scheduler work more with jobs v2Christian König1-24/+37
2015-08-27drm/amdgpu: fix wait queue handling in the schedulerChristian König2-10/+10
2015-08-27drm/amdgpu: remove extra parameters from scheduler callbacksChristian König3-14/+8
2015-08-27drm/amdgpu: wake up scheduler only when neccessaryChristian König1-1/+12
2015-08-27drm/amdgpu: remove entity idle timeout v2Christian König2-17/+7
2015-08-27drm/amdgpu: fix postclose orderChristian König1-2/+2
2015-08-27drm/amdgpu: use IB for copy buffer of evictionChunming Zhou8-79/+81
2015-08-27drm/amdgpu: adjust the judgement of removing fence callbackJunwei Zhang1-1/+1
2015-08-25drm/amdgpu: fix no sync_wait in copy_bufferChunming Zhou1-1/+7
2015-08-25drm/amdgpu: fix last_vm_update fence is not effetive for sched fenceChunming Zhou4-18/+58
2015-08-25drm/amdgpu: add priv data to schedChunming Zhou3-3/+7
2015-08-25drm/amdgpu: add owner for sched fenceChunming Zhou6-8/+10
2015-08-25drm/amdgpu: remove entity reference from sched fenceChristian König4-14/+8
2015-08-25drm/amdgpu: fix and cleanup amd_sched_entity_push_jobChristian König4-38/+48
2015-08-25drm/amdgpu: remove amdgpu_bo_list_cloneChristian König2-35/+0
2015-08-25drm/amdgpu: remove the context from amdgpu_jobChristian König3-12/+1
2015-08-25drm/amdgpu: remove unused parameters to amd_sched_createChristian König3-27/+11
2015-08-25drm/amdgpu: remove sched_lockChristian König2-4/+0
2015-08-25drm/amdgpu: remove prepare_job callbackChristian König2-9/+2
2015-08-25drm/amdgpu: cleanup a scheduler function nameChristian König1-3/+3
2015-08-25drm/amdgpu: reorder scheduler functionsChristian König1-28/+28
2015-08-25drm/amdgpu: fix scheduler thread creation error checkingChristian König1-7/+6
2015-08-25drm/amdgpu: fix entity wakeup race conditionChristian König2-23/+21
2015-08-25drm/amdgpu: cleanup entity pickingChristian König1-6/+10
2015-08-25drm/amdgpu: remove some more unused entity members v2Christian König2-11/+3
2015-08-25drm/amdgpu: fix user fences when scheduler is enabledChristian König1-0/+2
2015-08-25drm/amdgpu: fix fence wait in sync_fence, instead should be in sync_ringsChristian König3-3/+61
2015-08-25drm/amdgpu: rework scheduler submission handling.Christian König2-37/+11
2015-08-25drm/amdgpu: remove v_seq handling from the scheduler v2Christian König9-57/+21
2015-08-25drm/amdgpu: improve sa_bo->fence by kernel fenceChunming Zhou8-34/+58
2015-08-25drm/amdgpu: modify amdgpu_fence_wait_any() to amdgpu_fence_wait_multiple()Junwei Zhang3-22/+69
2015-08-25drm/amdgpu: fix IH ring allocation for bus addresses (v2)Alex Deucher1-13/+7
2015-08-22drm/amdgpu: Don't link train DisplayPort on HPD until we get the dpcdAlex Deucher1-0/+5
2015-08-21drm/amdgpu: fix CS error handling v2Christian König1-41/+26
2015-08-21drm/amdgpu: fix zeroing all IB fields manually v2Christian König7-18/+6
2015-08-21drm/amdgpu: free the job immediately after dispatching itChristian König1-4/+3
2015-08-21drm/amdgpu: use a spinlock instead of a mutex for the rqChristian König2-33/+18
2015-08-21drm/amdgpu: don't need to use bo_list_clone any moreChunming Zhou1-21/+4