isl: Document mnemonic in Yf and Ys tiling
authorChad Versace <chad.versace@intel.com>
Mon, 4 Jan 2016 23:30:27 +0000 (15:30 -0800)
committerChad Versace <chad.versace@intel.com>
Mon, 4 Jan 2016 23:37:39 +0000 (15:37 -0800)
The 'f' means "four K". The 's' means "sixty-four K".

src/isl/isl.h

index 68d05e3718612b2e0d72817d67b49ed14392113d..c6baca0978d6619b708035c939a902fd3d1e3ffe 100644 (file)
@@ -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". */
 };
 
 /**