summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/isl/isl.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/isl/isl.h b/src/isl/isl.h
index 68d05e37186..c6baca0978d 100644
--- a/src/isl/isl.h
+++ b/src/isl/isl.h
@@ -439,8 +439,8 @@ enum isl_tiling {
ISL_TILING_W,
ISL_TILING_X,
ISL_TILING_Y0, /**< Legacy Y tiling */
- ISL_TILING_Yf,
- ISL_TILING_Ys,
+ ISL_TILING_Yf, /**< Standard 4K tiling. The 'f' means "four". */
+ ISL_TILING_Ys, /**< Standard 64K tiling. The 's' means "sixty-four". */
};
/**