diff --git a/src/intel/isl/isl.h b/src/intel/isl/isl.h index cb9610da2e8..d5ce1a4124f 100644 --- a/src/intel/isl/isl.h +++ b/src/intel/isl/isl.h @@ -414,7 +414,7 @@ enum isl_format { /** * Numerical base type for channels of isl_format. */ -enum isl_base_type { +enum PACKED isl_base_type { ISL_VOID, ISL_RAW, ISL_UNORM,