aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/amd/amdgpu/amdgpu_ctx.c
Commit message (Expand)AuthorAgeFilesLines
* drm/amdgpu: install ctx entities with cmpxchgChristian König2022-03-041-1/+7
* drm/amdgpu: remove redundant null checkWeiguo Li2022-03-021-6/+0
* drm/amdgpu: Fix sigsev when accessing MMIO on hot unplug.Andrey Grodzovsky2022-03-021-2/+8
* drm/amdgpu: check return status before using stable_pstateTom Rix2022-02-161-1/+2
* drm/amdgpu: remove ctx->lockKen Xue2022-02-111-2/+0
* drm/amdgpu/UAPI: add new CTX OP to get/set stable pstatesAlex Deucher2022-01-271-2/+127
* drm/amdgpu:schedule vce/vcn encode based on prioritySatyajit Sahu2021-09-011-0/+16
* drm/amdgpu: detach ring priority from gfx priorityNirmoy Das2021-09-011-1/+1
* drm/amdgpu: rework context priority handlingNirmoy Das2021-09-011-34/+93
* drm/amdgpu: Use delayed work to collect RAS error countersLuben Tuikov2021-05-271-2/+29
* drm/amdgpu: Don't query CE and UE errorsLuben Tuikov2021-05-271-16/+0
* drm/amdgpu: fix fence calculation (v2)David M Nieto2021-05-131-3/+16
* drm/amdgpu: free resources on fence usage queryDavid M Nieto2021-05-131-2/+6
* drm/amdgpu: Add show_fdinfo() interfaceRoy Sun2021-05-051-0/+61
* drm/amdgpu/amdgpu: use "*" adjacent to data nameDeepak R Varma2020-11-021-1/+1
* amd/amdgpu_ctx: Use struct_size() helper and kmalloc() (v2)Gustavo A. R. Silva2020-10-091-1/+1
* drm/amdgpu: disable gpu-sched load balance for uvdNirmoy Das2020-09-031-1/+5
* drm/amdgpu: drm_device to amdgpu_device by inline-f (v2)Luben Tuikov2020-08-241-1/+1
* drm/scheduler: Remove priority macro INVALID (v2)Luben Tuikov2020-08-181-3/+2
* drm/scheduler: Scheduler priority fixes (v2)Luben Tuikov2020-08-181-2/+2
* drm/amdgpu: revert "fix system hang issue during GPU reset"Christian König2020-08-141-4/+0
* drm/amdgpu: fix system hang issue during GPU resetDennis Li2020-07-271-0/+4
* drm/amdgpu: rework sched_list generationNirmoy Das2020-04-091-126/+34
* drm/amdgpu: disable gpu_sched load balancer for vcn jobsNirmoy Das2020-03-161-4/+8
* drm/amdgpu: fix switch-case indentationNirmoy Das2020-03-161-41/+41
* drm/amdgpu: do not set nil entry in compute_prio_schedNirmoy Das2020-03-101-4/+11
* drm/amdgpu: change hw sched list on ctx priority overrideNirmoy Das2020-03-091-4/+25
* drm/amdgpu: set compute queue priority at mqd_initNirmoy Das2020-03-091-7/+46
* drm/amdgpu: allocate entities on demandNirmoy Das2020-01-301-115/+120
* drm/amdgpu: individualize fence allocation per entityNirmoy Das2020-01-221-17/+27
* drm/amdgpu: fix ctx init failure for asics without gfx ringLe Ma2019-12-231-1/+2
* amd/amdgpu: add sched array to IPs with multiple run-queuesNirmoy Das2019-12-181-44/+69
* drm/scheduler: rework entity creationNirmoy Das2019-12-181-3/+4
* drm/amdgpu: fix JPEG instance checking when ctx initLeo Liu2019-12-111-1/+1
* drm/amdgpu: use the JPEG structure for general driver supportLeo Liu2019-11-191-2/+2
* Revert "drm/amdgpu: dont schedule jobs while in reset"Andrey Grodzovsky2019-11-071-4/+1
* drm/amdgpu: dont schedule jobs while in resetShirish S2019-11-061-1/+4
* drm/amdgpu: correct ras error count typeGuchun Chen2019-08-231-1/+1
* drm/amdgpu: fix dma_fence_wait without referenceChristian König2019-08-221-12/+15
* drm/amdgpu: use exiting amdgpu_ctx_total_num_entities functionKevin Wang2019-08-151-4/+1
* drm/amdgpu: fix typo error amdgput -> amdgpuKevin Wang2019-08-151-6/+6
* drm/amdgpu:add all VCN rings into schedule request queueJames Zhu2019-07-181-8/+18
* drm/amdgpu: modify amdgpu_vcn to support multiple instancesJames Zhu2019-07-181-3/+3
* drm/amd: drop use of drmP.h in amdgpu/amdgpu*Sam Ravnborg2019-06-101-1/+0
* drm/amdgpu: wait for VM to become idle during flushChristian König2019-03-191-3/+3
* drm/amdgpu: remove non-sense NULL ptr checkChristian König2019-03-191-10/+0
* drm/amdgpu: Add a new flag to AMDGPU_CTX_OP_QUERY_STATE2xinhui pan2019-03-191-0/+17
* drm/amdgpu: Only add rqs for initialized rings.Bas Nieuwenhuizen2019-02-151-3/+8
* drm/amdgpu: Limit vm max ctx number to 4096Rex Zhu2018-12-101-1/+1
* drm/amdgpu: add VCN JPEG support amdgpu_ctx_num_entitiesAlex Deucher2018-11-301-0/+1