aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/amd/amdgpu/amdgpu_ctx.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-12-12Revert "drm/amdgpu: dont schedule jobs while in reset"Alex Deucher1-4/+1
2019-11-06drm/amdgpu: dont schedule jobs while in resetShirish S1-1/+4
2019-08-23drm/amdgpu: correct ras error count typeGuchun Chen1-1/+1
2019-08-22drm/amdgpu: fix dma_fence_wait without referenceChristian König1-12/+15
2019-08-15drm/amdgpu: use exiting amdgpu_ctx_total_num_entities functionKevin Wang1-4/+1
2019-08-15drm/amdgpu: fix typo error amdgput -> amdgpuKevin Wang1-6/+6
2019-07-18drm/amdgpu:add all VCN rings into schedule request queueJames Zhu1-8/+18
2019-07-18drm/amdgpu: modify amdgpu_vcn to support multiple instancesJames Zhu1-3/+3
2019-06-10drm/amd: drop use of drmP.h in amdgpu/amdgpu*Sam Ravnborg1-1/+0
2019-03-19drm/amdgpu: wait for VM to become idle during flushChristian König1-3/+3
2019-03-19drm/amdgpu: remove non-sense NULL ptr checkChristian König1-10/+0
2019-03-19drm/amdgpu: Add a new flag to AMDGPU_CTX_OP_QUERY_STATE2xinhui pan1-0/+17
2019-02-15drm/amdgpu: Only add rqs for initialized rings.Bas Nieuwenhuizen1-3/+8
2018-12-10drm/amdgpu: Limit vm max ctx number to 4096Rex Zhu1-1/+1
2018-11-30drm/amdgpu: add VCN JPEG support amdgpu_ctx_num_entitiesAlex Deucher1-0/+1
2018-08-27drm/amdgpu: amdgpu_ctx_add_fence can't failChristian König1-5/+3
2018-08-27drm/amdgpu: rework ctx entity creationChristian König1-142/+149
2018-08-27drm/amdgpu: use entity instead of ring for CSChristian König1-23/+30
2018-08-27drm/amdgpu: remove the queue managerChristian König1-6/+61
2018-08-27drm/amdgpu: use scheduler load balancing for compute CSChristian König1-1/+9
2018-08-27drm/amdgpu: use scheduler load balancing for SDMA CSChristian König1-4/+21
2018-08-27drm/scheduler: fix setting the priorty for entities (v2)Christian König1-3/+1
2018-07-25drm/scheduler: modify API to avoid redundancyNayan Deshmukh1-8/+5
2018-07-13drm/scheduler: modify args of drm_sched_entity_initNayan Deshmukh1-2/+2
2018-07-05drm/amdgpu: Rename entity cleanup finctions.Andrey Grodzovsky1-3/+3
2018-07-05drm/scheduler: Rename cleanup functions v2.Andrey Grodzovsky1-4/+4
2018-06-15drm/amdgpu: move amdgpu_ctx_mgr_entity_fini to f_ops flush hook (V4)Andrey Grodzovsky1-6/+8
2018-05-18drm/amdgpu: Skip drm_sched_entity related ops for KIQ ring.Andrey Grodzovsky1-3/+18
2018-05-15drm/scheduler: remove unused parameterNayan Deshmukh1-1/+1
2018-05-15drm/amdgpu: Switch to interruptable wait to recover from ring hang.Andrey Grodzovsky1-2/+4
2018-05-15drm/gpu-sched: fix force APP kill hang(v4)Emily Deng1-8/+56
2017-12-07drm: move amd_gpu_scheduler into common locationLucas Stach1-19/+19
2017-12-04drm/amdgpu:implement ctx query2Monk Liu1-0/+37
2017-12-04drm/amdgpu:don't change ctx->reset_couner upon queryMonk Liu1-2/+3
2017-12-04drm/amdgpu:pass ctx->guilty address to entity initMonk Liu1-1/+1
2017-12-04drm/amd/scheduler:introduce guilty pointer memberMonk Liu1-1/+1
2017-10-19drm/amdgpu: move the VRAM lost counter per contextChristian König1-0/+1
2017-10-19drm/amdgpu: Move old fence waiting before reservation lock is aquired v2Andrey Grodzovsky1-6/+24
2017-10-09drm/amdgpu: add interface for editing a foreign process's priority v3Andres Rodriguez1-20/+1
2017-10-09drm/amdgpu: add plumbing for ctx priority changes v2Andres Rodriguez1-0/+29
2017-10-09drm/amdgpu: introduce AMDGPU_CTX_PRIORITY_UNSETAndres Rodriguez1-0/+2
2017-10-09drm/amdgpu: make amdgpu_to_sched_priority detect invalid parametersAndres Rodriguez1-3/+5
2017-10-09drm/amdgpu: add parameter to allocate high priority contexts v11Andres Rodriguez1-4/+57
2017-09-26drm/amdgpu:make ctx_add_fence interruptible(v2)Monk Liu1-5/+7
2017-05-31drm/amdgpu: untie user ring ids from kernel ring ids v6Andres Rodriguez1-0/+6
2017-05-24drm/amdgpu:don't init entity for KIQMonk Liu1-0/+4
2017-04-28drm/amdgpu:fix race conditionMonk Liu1-0/+3
2017-02-13idr: Return the deleted entry from idr_removeMatthew Wilcox1-7/+3
2016-10-28Merge tag 'topic/drm-misc-2016-10-27' of git://anongit.freedesktop.org/git/drm-intel into drm-nextDave Airlie1-11/+11
2016-10-27drm/amdgpu: use failed label to handle context init failureHuang Rui1-9/+9