aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/amd/amdgpu/amdgpu_ctx.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2022-10-21drm/amdgpu: fix pstate setting issueChengming Gui1-1/+4
2022-09-13drm/amdgpu: revert "partial revert "remove ctx->lock" v2"Christian König1-2/+0
2022-09-12Merge tag 'amd-drm-next-6.1-2022-09-08' of https://gitlab.freedesktop.org/agd5f/linux into drm-nextDave Airlie1-1/+1
2022-08-25drm/amdgpu: use adev_to_drm to get drm deviceGuchun Chen1-1/+1
2022-08-01Merge drm/drm-next into drm-misc-nextThomas Zimmermann1-27/+33
2022-07-28drm/amdgpu: use idr_init_base() to initialize mgr->ctx_handlesDanilo Krummrich1-1/+1
2022-07-18drm/amdgpu: restore original stable pstate on ctx finiAlex Deucher1-27/+33
2022-06-06drm/amd/amdgpu: Enable high priority gfx queueArunpravin Paneer Selvam1-3/+4
2022-05-26drm/amdgpu: Convert to common fdinfo format v5Christian König1-86/+91
2022-05-26drm/amdgpu: cleanup ctx implementationChristian König1-24/+22
2022-05-19Merge tag 'amd-drm-next-5.19-2022-05-18' of https://gitlab.freedesktop.org/agd5f/linux into drm-nextDave Airlie1-0/+5
2022-05-16drm/amdgpu/ctx: only reset stable pstate if the user changed it (v2)Alex Deucher1-0/+5
2022-04-21drm/amdgpu: partial revert "remove ctx->lock" v2Christian König1-0/+2
2022-03-04drm/amdgpu: install ctx entities with cmpxchgChristian König1-1/+7
2022-03-02drm/amdgpu: remove redundant null checkWeiguo Li1-6/+0
2022-03-02drm/amdgpu: Fix sigsev when accessing MMIO on hot unplug.Andrey Grodzovsky1-2/+8
2022-02-16drm/amdgpu: check return status before using stable_pstateTom Rix1-1/+2
2022-02-11drm/amdgpu: remove ctx->lockKen Xue1-2/+0
2022-01-27drm/amdgpu/UAPI: add new CTX OP to get/set stable pstatesAlex Deucher1-2/+127
2021-09-01drm/amdgpu:schedule vce/vcn encode based on prioritySatyajit Sahu1-0/+16
2021-09-01drm/amdgpu: detach ring priority from gfx priorityNirmoy Das1-1/+1
2021-09-01drm/amdgpu: rework context priority handlingNirmoy Das1-34/+93
2021-05-27drm/amdgpu: Use delayed work to collect RAS error countersLuben Tuikov1-2/+29
2021-05-27drm/amdgpu: Don't query CE and UE errorsLuben Tuikov1-16/+0
2021-05-13drm/amdgpu: fix fence calculation (v2)David M Nieto1-3/+16
2021-05-13drm/amdgpu: free resources on fence usage queryDavid M Nieto1-2/+6
2021-05-05drm/amdgpu: Add show_fdinfo() interfaceRoy Sun1-0/+61
2020-11-02drm/amdgpu/amdgpu: use "*" adjacent to data nameDeepak R Varma1-1/+1
2020-10-09amd/amdgpu_ctx: Use struct_size() helper and kmalloc() (v2)Gustavo A. R. Silva1-1/+1
2020-09-03drm/amdgpu: disable gpu-sched load balance for uvdNirmoy Das1-1/+5
2020-08-24drm/amdgpu: drm_device to amdgpu_device by inline-f (v2)Luben Tuikov1-1/+1
2020-08-18drm/scheduler: Remove priority macro INVALID (v2)Luben Tuikov1-3/+2
2020-08-18drm/scheduler: Scheduler priority fixes (v2)Luben Tuikov1-2/+2
2020-08-14drm/amdgpu: revert "fix system hang issue during GPU reset"Christian König1-4/+0
2020-07-27drm/amdgpu: fix system hang issue during GPU resetDennis Li1-0/+4
2020-04-09drm/amdgpu: rework sched_list generationNirmoy Das1-126/+34
2020-03-16drm/amdgpu: disable gpu_sched load balancer for vcn jobsNirmoy Das1-4/+8
2020-03-16drm/amdgpu: fix switch-case indentationNirmoy Das1-41/+41
2020-03-10drm/amdgpu: do not set nil entry in compute_prio_schedNirmoy Das1-4/+11
2020-03-09drm/amdgpu: change hw sched list on ctx priority overrideNirmoy Das1-4/+25
2020-03-09drm/amdgpu: set compute queue priority at mqd_initNirmoy Das1-7/+46
2020-01-30drm/amdgpu: allocate entities on demandNirmoy Das1-115/+120
2020-01-22drm/amdgpu: individualize fence allocation per entityNirmoy Das1-17/+27
2019-12-23drm/amdgpu: fix ctx init failure for asics without gfx ringLe Ma1-1/+2
2019-12-18amd/amdgpu: add sched array to IPs with multiple run-queuesNirmoy Das1-44/+69
2019-12-18drm/scheduler: rework entity creationNirmoy Das1-3/+4
2019-12-11drm/amdgpu: fix JPEG instance checking when ctx initLeo Liu1-1/+1
2019-11-19drm/amdgpu: use the JPEG structure for general driver supportLeo Liu1-2/+2
2019-11-07Revert "drm/amdgpu: dont schedule jobs while in reset"Andrey Grodzovsky1-4/+1
2019-11-06drm/amdgpu: dont schedule jobs while in resetShirish S1-1/+4