summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/amd/amdgpu/amdgpu_ctx.c
Commit message (Expand)AuthorAgeFilesLines
* drm/amdgpu: add user space CS support for VPELang Yu2023-08-311-0/+1
* drm/amdgpu: add entity error check in amdgpu_ctx_get_entityZhenGuo Yin2023-06-151-1/+9
* drm/amdgpu: add VM generation tokenChristian König2023-06-151-2/+2
* drm/amdgpu: update ref_cnt before ctx freeJames Zhu2023-06-091-2/+5
* drm/amdgpu: run partition schedule if it is supportedJames Zhu2023-06-091-2/+13
* drm/amdgpu: keep amdgpu_ctx_mgr in ctx structureJames Zhu2023-06-091-0/+2
* drm/amdgpu: add new flag to AMDGPU_CTX_QUERY2Pierre-Eric Pelloux-Prayer2023-06-091-0/+3
* drm/amdgpu: fix pstate setting issueChengming Gui2022-10-211-1/+4
* drm/amdgpu: revert "partial revert "remove ctx->lock" v2"Christian König2022-09-131-2/+0
* Merge tag 'amd-drm-next-6.1-2022-09-08' of https://gitlab.freedesktop.org/agd...Dave Airlie2022-09-121-1/+1
|\
| * drm/amdgpu: use adev_to_drm to get drm deviceGuchun Chen2022-08-251-1/+1
* | Merge drm/drm-next into drm-misc-nextThomas Zimmermann2022-08-011-27/+33
|\|
| * drm/amdgpu: restore original stable pstate on ctx finiAlex Deucher2022-07-181-27/+33
* | drm/amdgpu: use idr_init_base() to initialize mgr->ctx_handlesDanilo Krummrich2022-07-281-1/+1
|/
* drm/amd/amdgpu: Enable high priority gfx queueArunpravin Paneer Selvam2022-06-061-3/+4
* drm/amdgpu: Convert to common fdinfo format v5Christian König2022-05-261-86/+91
* drm/amdgpu: cleanup ctx implementationChristian König2022-05-261-24/+22
* Merge tag 'amd-drm-next-5.19-2022-05-18' of https://gitlab.freedesktop.org/ag...Dave Airlie2022-05-191-0/+5
|\
| * drm/amdgpu/ctx: only reset stable pstate if the user changed it (v2)Alex Deucher2022-05-161-0/+5
* | drm/amdgpu: partial revert "remove ctx->lock" v2Christian König2022-04-211-0/+2
|/
* 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