summaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/amd/amdgpu/amdgpu_ctx.c
AgeCommit message (Expand)Author
2020-01-30drm/amdgpu: allocate entities on demandNirmoy Das
2020-01-22drm/amdgpu: individualize fence allocation per entityNirmoy Das
2019-12-23drm/amdgpu: fix ctx init failure for asics without gfx ringLe Ma
2019-12-18amd/amdgpu: add sched array to IPs with multiple run-queuesNirmoy Das
2019-12-18drm/scheduler: rework entity creationNirmoy Das
2019-12-11drm/amdgpu: fix JPEG instance checking when ctx initLeo Liu
2019-11-19drm/amdgpu: use the JPEG structure for general driver supportLeo Liu
2019-11-07Revert "drm/amdgpu: dont schedule jobs while in reset"Andrey Grodzovsky
2019-11-06drm/amdgpu: dont schedule jobs while in resetShirish S
2019-08-23drm/amdgpu: correct ras error count typeGuchun Chen
2019-08-22drm/amdgpu: fix dma_fence_wait without referenceChristian König
2019-08-15drm/amdgpu: use exiting amdgpu_ctx_total_num_entities functionKevin Wang
2019-08-15drm/amdgpu: fix typo error amdgput -> amdgpuKevin Wang
2019-07-18drm/amdgpu:add all VCN rings into schedule request queueJames Zhu
2019-07-18drm/amdgpu: modify amdgpu_vcn to support multiple instancesJames Zhu
2019-06-10drm/amd: drop use of drmP.h in amdgpu/amdgpu*Sam Ravnborg
2019-03-19drm/amdgpu: wait for VM to become idle during flushChristian König
2019-03-19drm/amdgpu: remove non-sense NULL ptr checkChristian König
2019-03-19drm/amdgpu: Add a new flag to AMDGPU_CTX_OP_QUERY_STATE2xinhui pan
2019-02-15drm/amdgpu: Only add rqs for initialized rings.Bas Nieuwenhuizen
2018-12-10drm/amdgpu: Limit vm max ctx number to 4096Rex Zhu
2018-11-30drm/amdgpu: add VCN JPEG support amdgpu_ctx_num_entitiesAlex Deucher
2018-08-27drm/amdgpu: amdgpu_ctx_add_fence can't failChristian König
2018-08-27drm/amdgpu: rework ctx entity creationChristian König
2018-08-27drm/amdgpu: use entity instead of ring for CSChristian König
2018-08-27drm/amdgpu: remove the queue managerChristian König
2018-08-27drm/amdgpu: use scheduler load balancing for compute CSChristian König
2018-08-27drm/amdgpu: use scheduler load balancing for SDMA CSChristian König
2018-08-27drm/scheduler: fix setting the priorty for entities (v2)Christian König
2018-07-25drm/scheduler: modify API to avoid redundancyNayan Deshmukh
2018-07-13drm/scheduler: modify args of drm_sched_entity_initNayan Deshmukh
2018-07-05drm/amdgpu: Rename entity cleanup finctions.Andrey Grodzovsky
2018-07-05drm/scheduler: Rename cleanup functions v2.Andrey Grodzovsky
2018-06-15drm/amdgpu: move amdgpu_ctx_mgr_entity_fini to f_ops flush hook (V4)Andrey Grodzovsky
2018-05-18drm/amdgpu: Skip drm_sched_entity related ops for KIQ ring.Andrey Grodzovsky
2018-05-15drm/scheduler: remove unused parameterNayan Deshmukh
2018-05-15drm/amdgpu: Switch to interruptable wait to recover from ring hang.Andrey Grodzovsky
2018-05-15drm/gpu-sched: fix force APP kill hang(v4)Emily Deng
2017-12-07drm: move amd_gpu_scheduler into common locationLucas Stach
2017-12-04drm/amdgpu:implement ctx query2Monk Liu
2017-12-04drm/amdgpu:don't change ctx->reset_couner upon queryMonk Liu
2017-12-04drm/amdgpu:pass ctx->guilty address to entity initMonk Liu
2017-12-04drm/amd/scheduler:introduce guilty pointer memberMonk Liu
2017-10-19drm/amdgpu: move the VRAM lost counter per contextChristian König
2017-10-19drm/amdgpu: Move old fence waiting before reservation lock is aquired v2Andrey Grodzovsky
2017-10-09drm/amdgpu: add interface for editing a foreign process's priority v3Andres Rodriguez
2017-10-09drm/amdgpu: add plumbing for ctx priority changes v2Andres Rodriguez
2017-10-09drm/amdgpu: introduce AMDGPU_CTX_PRIORITY_UNSETAndres Rodriguez
2017-10-09drm/amdgpu: make amdgpu_to_sched_priority detect invalid parametersAndres Rodriguez
2017-10-09drm/amdgpu: add parameter to allocate high priority contexts v11Andres Rodriguez