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