From: Michel Dänzer Date: Wed, 18 Sep 2013 16:23:51 +0000 (+0200) Subject: drm/radeon/cik: Add tiling mode index for 1D tiled depth/stencil surfaces X-Git-Tag: accepted/tizen/common/20141203.182822~1379^2~1^2~13 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=42baf21d91d4f52f5b9a4d11dc8e7b1e3b93de7c;p=platform%2Fkernel%2Flinux-arm64.git drm/radeon/cik: Add tiling mode index for 1D tiled depth/stencil surfaces CIK uses a different index for 1D DST surfaces compared to SI. Expose the new index so libdrm_radeon can use it properly for userspace drivers. Signed-off-by: Michel Dänzer Signed-off-by: Alex Deucher --- diff --git a/include/uapi/drm/radeon_drm.h b/include/uapi/drm/radeon_drm.h index fa8b3ad..46d41e8 100644 --- a/include/uapi/drm/radeon_drm.h +++ b/include/uapi/drm/radeon_drm.h @@ -1007,4 +1007,6 @@ struct drm_radeon_info { #define SI_TILE_MODE_DEPTH_STENCIL_2D_4AA 3 #define SI_TILE_MODE_DEPTH_STENCIL_2D_8AA 2 +#define CIK_TILE_MODE_DEPTH_STENCIL_1D 5 + #endif