From 658961aec37d64b68c3fe44833176d442ee0687e Mon Sep 17 00:00:00 2001 From: Alyssa Rosenzweig Date: Sat, 9 Feb 2019 01:13:23 +0000 Subject: [PATCH] panfrost: Remove speculative if 0'd format bit code Signed-off-by: Alyssa Rosenzweig --- src/gallium/drivers/panfrost/pan_context.c | 6 ------ 1 file changed, 6 deletions(-) diff --git a/src/gallium/drivers/panfrost/pan_context.c b/src/gallium/drivers/panfrost/pan_context.c index b60d67d..f08461b 100644 --- a/src/gallium/drivers/panfrost/pan_context.c +++ b/src/gallium/drivers/panfrost/pan_context.c @@ -151,12 +151,6 @@ panfrost_set_fragment_afbc(struct panfrost_context *ctx) ctx->fragment_rts[0].format |= MALI_MFBD_FORMAT_AFBC; - /* Change colourspace from RGB to BGR? */ -#if 0 - ctx->fragment_rts[0].format |= 0x800000; - ctx->fragment_rts[0].format &= ~0x20000; -#endif - /* Point rendering to our special framebuffer */ ctx->fragment_rts[0].framebuffer = rsrc->bo->afbc_slab.gpu + rsrc->bo->afbc_metadata_size; -- 2.7.4