summaryrefslogtreecommitdiff
path: root/drivers/gpu
AgeCommit message (Expand)Author
2015-08-17drm/amdgpu: use kernel fence for last_pt_updateChunming Zhou
2015-08-17drm/amdgpu: use kernel fence diretly in amdgpu_bo_fenceChunming Zhou
2015-08-17drm/amdgpu: clean up amd sched wait_ts and wait_signalChristian König
2015-08-17drm/amdgpu: stop using addr to check for BO move v3Christian König
2015-08-17drm/amdgpu: move wait_queue_head from adev to ring (v2)monk.liu
2015-08-17drm/amdgpu: re-implement fence_default_waitmonk.liu
2015-08-17drm/amdgpu: new implement for fence_wait_any (v2)monk.liu
2015-08-17drm/amdgpu: use kernel fence interface when possiblemonk.liu
2015-08-17drm/amdgpu: use scheduler for VCE ib testChunming Zhou
2015-08-17drm/amdgpu: use scheduler for UVD ib testChunming Zhou
2015-08-17drm/amdgpu: use gpu scheduler for sdma ib testChunming Zhou
2015-08-17drm/amdgpu: Use gpu scheduler for gfx ring ib testChunming Zhou
2015-08-17drm/amdgpu: add helper function for kernel submissionChunming Zhou
2015-08-17drm/amdgpu: fix seq in ctx_add_fenceChunming Zhou
2015-08-17drm/amdgpu: wait forever for wait emitChunming Zhou
2015-08-17drm/amdgpu: add amdgpu.sched_hw_submission optionJammy Zhou
2015-08-17drm/amdgpu: add amdgpu.sched_jobs optionJammy Zhou
2015-08-17drm/amdgpu: silent the message for GPU scheduler creationJammy Zhou
2015-08-17drm/amdgpu: fix syncing to VM updatesChristian König
2015-08-17drm/amdgpu: add check for callbackChunming Zhou
2015-08-17drm/amdgpu: add enable_scheduler module optionJammy Zhou
2015-08-17drm/amdgpu: protect fence_process from multiple contextChunming Zhou
2015-08-17drm/amdgpu: add sched isr to fence processChunming Zhou
2015-08-17drm/amdgpu: dispatch job for vmChunming Zhou
2015-08-17drm/amdgpu: add kernel ctx support (v2)Chunming Zhou
2015-08-17drm/amdgpu: prepare job before push to sw queue for pte ringChunming Zhou
2015-08-17drm/amdgpu: make sure the fence is emitted before ring to get it.Chunming Zhou
2015-08-17drm/amdgpu: use scheduler user seq instead of previous user seqChunming Zhou
2015-08-17drm/amdgpu: dispatch jobs in csChunming Zhou
2015-08-17drm/amdgpu: add bo list copyChunming Zhou
2015-08-17drm/amdgpu: add backend implementation of gpu scheduler (v2)Chunming Zhou
2015-08-17drm/amdgpu: disable hw semaphore with schedulerChunming Zhou
2015-08-17drm/amdgpu: add context entity initChunming Zhou
2015-08-17drm/amdgpu: add scheduler initializationAlex Deucher
2015-08-17drm/amd: add basic scheduling frameworkJammy Zhou
2015-08-17drm/amdgpu: Enable the Fiji DID 0x7300 supportDavid Zhang
2015-08-17drm/amdgpu: remove VM workaround for FijiAlex Deucher
2015-08-17drm/amdgpu: add support for VCE 3.x on FijiAlex Deucher
2015-08-17drm/amdgpu: Add Fiji support to the UVD 6.0 IP moduleDavid Zhang
2015-08-17drm/amdgpu: Add Fiji support to the SDMA 3.0 IP moduleDavid Zhang
2015-08-17drm/amdgpu: Add Fiji support to the GFX 8.0 IP module (v2)David Zhang
2015-08-17drm/amdgpu: Add Fiji support to the DCE 10.0 IP module (v2)David Zhang
2015-08-17drm/amdgpu: Add Fiji support to SMC and DPM (v2)David Zhang
2015-08-17drm/amdgpu: Add Fiji smu 7.1.3 headers (v2)David Zhang
2015-08-17drm/amdgpu: Add Fiji support to IH moduleDavid Zhang
2015-08-17drm/amdgpu: Add Fiji support to the GMC 8.5 IP moduleDavid Zhang
2015-08-17drm/amdgpu: Add Fiji DID 0x7300 common supportDavid Zhang
2015-08-17drm/amdgpu: handle conditional support for CIK properlyAlex Deucher
2015-08-17drm/amdgpu: optimize amdgpu_parser_initmonk.liu
2015-08-17drm/amdgpu: merge amdgpu_family.h into amd_shared.h (v2)Jammy Zhou