From da4258529faa064d78184b81b0dad9b3523e722f Mon Sep 17 00:00:00 2001 From: Ben Widawsky Date: Thu, 5 Dec 2013 15:00:44 -0800 Subject: Kill XY_COLOR_BLT_CMD Since we now always want a length for this command, and we've created a non-length variant, remove the #define to prevent further foot shooting. Signed-off-by: Ben Widawsky --- lib/i830_reg.h | 1 - 1 file changed, 1 deletion(-) (limited to 'lib/i830_reg.h') diff --git a/lib/i830_reg.h b/lib/i830_reg.h index 394e74e7..a57691c7 100644 --- a/lib/i830_reg.h +++ b/lib/i830_reg.h @@ -73,7 +73,6 @@ #define COLOR_BLT_WRITE_ALPHA (1<<21) #define COLOR_BLT_WRITE_RGB (1<<20) -#define XY_COLOR_BLT_CMD ((2<<29)|(0x50<<22)|(0x4)) #define XY_COLOR_BLT_WRITE_ALPHA (1<<21) #define XY_COLOR_BLT_WRITE_RGB (1<<20) #define XY_COLOR_BLT_TILED (1<<11) -- cgit v1.2.3