summaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/amd/amdgpu/amdgpu_ctx.c
AgeCommit message (Expand)AuthorFilesLines
2023-11-01Merge tag 'drm-next-2023-10-31-1' of git://anongit.freedesktop.org/drm/drmLinus Torvalds1-0/+1
2023-10-23BackMerge tag 'v6.6-rc7' into drm-nextDave Airlie1-2/+3
2023-10-21drm/amdgpu: Remove redundant call to priority_is_valid()Luben Tuikov1-7/+8
2023-10-17gpu/drm: Eliminate DRM_SCHED_PRIORITY_UNSETLuben Tuikov1-1/+2
2023-10-17drm/amdgpu: Unset context priority is now invalidLuben Tuikov1-1/+1
2023-08-31drm/amdgpu: add user space CS support for VPELang Yu1-0/+1
2023-06-15drm/amdgpu: add entity error check in amdgpu_ctx_get_entityZhenGuo Yin1-1/+9
2023-06-15drm/amdgpu: add VM generation tokenChristian König1-2/+2
2023-06-09drm/amdgpu: update ref_cnt before ctx freeJames Zhu1-2/+5
2023-06-09drm/amdgpu: run partition schedule if it is supportedJames Zhu1-2/+13
2023-06-09drm/amdgpu: keep amdgpu_ctx_mgr in ctx structureJames Zhu1-0/+2
2023-06-09drm/amdgpu: add new flag to AMDGPU_CTX_QUERY2Pierre-Eric Pelloux-Prayer1-0/+3
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/agd...Dave 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/ag...Dave 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