X-Git-Url: https://git.karo-electronics.de/?a=blobdiff_plain;f=include%2Fdrm%2Fttm%2Fttm_object.h;h=0d9db099978b778e14301f04dac41a197d7ec88a;hb=ce4327d372af7e2f2d403286e9904ab012e72827;hp=703ca4db0a297615f84064ee736ddd191b5f3b83;hpb=ed4b2019a62e2208a8370461dd91ed4de2c9fc8f;p=karo-tx-linux.git diff --git a/include/drm/ttm/ttm_object.h b/include/drm/ttm/ttm_object.h index 703ca4db0a29..0d9db099978b 100644 --- a/include/drm/ttm/ttm_object.h +++ b/include/drm/ttm/ttm_object.h @@ -77,7 +77,11 @@ enum ttm_object_type { ttm_buffer_type, ttm_lock_type, ttm_driver_type0 = 256, - ttm_driver_type1 + ttm_driver_type1, + ttm_driver_type2, + ttm_driver_type3, + ttm_driver_type4, + ttm_driver_type5 }; struct ttm_object_file;