]> Git Repo - linux.git/blobdiff - drivers/gpu/drm/amd/amdgpu/amdgpu_ring.h
Merge tag 'pci-v5.10-changes' of git://git.kernel.org/pub/scm/linux/kernel/git/helgaa...
[linux.git] / drivers / gpu / drm / amd / amdgpu / amdgpu_ring.h
index da871d84b74245c30f2ddd6af02472eb67ac0427..7112137689db002b7b73ad600b08578f39b27a57 100644 (file)
@@ -243,7 +243,7 @@ struct amdgpu_ring {
        bool                    has_compute_vm_bug;
        bool                    no_scheduler;
 
-       atomic_t                num_jobs[DRM_SCHED_PRIORITY_MAX];
+       atomic_t                num_jobs[DRM_SCHED_PRIORITY_COUNT];
        struct mutex            priority_mutex;
        /* protected by priority_mutex */
        int                     priority;
This page took 0.035127 seconds and 4 git commands to generate.