]> Git Repo - linux.git/blobdiff - include/drm/ttm/ttm_pool.h
Merge tag 'amd-drm-next-6.5-2023-06-09' of https://gitlab.freedesktop.org/agd5f/linux...
[linux.git] / include / drm / ttm / ttm_pool.h
index 23bd8be6d4f852f92057b88d617bf65863945b25..30a347e5aa114921cdb548d3f69df73bcdf71f7e 100644 (file)
@@ -74,7 +74,7 @@ struct ttm_pool {
        bool use_dma32;
 
        struct {
-               struct ttm_pool_type orders[MAX_ORDER];
+               struct ttm_pool_type orders[MAX_ORDER + 1];
        } caching[TTM_NUM_CACHING_TYPES];
 };
 
This page took 0.036569 seconds and 4 git commands to generate.