]> Git Repo - linux.git/blobdiff - drivers/gpu/drm/amd/amdgpu/amdgpu_ctx.c
Merge tag 'pinctrl-v6.8-1' of git://git.kernel.org/pub/scm/linux/kernel/git/linusw...
[linux.git] / drivers / gpu / drm / amd / amdgpu / amdgpu_ctx.c
index e2ae9ba147ba9749a65127458444046f0dc72961..5cb33ac99f7089fb81c4954d8cbb6c434c713be6 100644 (file)
@@ -73,10 +73,10 @@ amdgpu_ctx_to_drm_sched_prio(int32_t ctx_prio)
                return DRM_SCHED_PRIORITY_NORMAL;
 
        case AMDGPU_CTX_PRIORITY_VERY_LOW:
-               return DRM_SCHED_PRIORITY_MIN;
+               return DRM_SCHED_PRIORITY_LOW;
 
        case AMDGPU_CTX_PRIORITY_LOW:
-               return DRM_SCHED_PRIORITY_MIN;
+               return DRM_SCHED_PRIORITY_LOW;
 
        case AMDGPU_CTX_PRIORITY_NORMAL:
                return DRM_SCHED_PRIORITY_NORMAL;
This page took 0.034056 seconds and 4 git commands to generate.