aboutsummaryrefslogtreecommitdiffstats
path: root/src/intel/isl/isl.c
diff options
context:
space:
mode:
authorEric Engestrom <[email protected]>2019-06-22 18:02:52 +0100
committerEric Engestrom <[email protected]>2019-07-31 09:41:05 +0100
commite775b938b25fb78129963f8323181997c265bc42 (patch)
tree59eb3f6e035f3d2b34f791595ca67efc02bca198 /src/intel/isl/isl.c
parent14be04fb2bc1a84d66db7060e370adc49f569a2d (diff)
intel: drop incorrect MAYBE_UNUSED
All these are actually always used. Signed-off-by: Eric Engestrom <[email protected]> Reviewed-by: Matt Turner <[email protected]>
Diffstat (limited to 'src/intel/isl/isl.c')
-rw-r--r--src/intel/isl/isl.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/intel/isl/isl.c b/src/intel/isl/isl.c
index 6e027277993..1b033cb6aac 100644
--- a/src/intel/isl/isl.c
+++ b/src/intel/isl/isl.c
@@ -1193,7 +1193,7 @@ isl_calc_phys_total_extent_el_gen9_1d(
uint32_t *array_pitch_el_rows,
struct isl_extent2d *phys_total_el)
{
- MAYBE_UNUSED const struct isl_format_layout *fmtl = isl_format_get_layout(info->format);
+ const struct isl_format_layout *fmtl = isl_format_get_layout(info->format);
assert(phys_level0_sa->height == 1);
assert(phys_level0_sa->depth == 1);