diff options
author | Ben Widawsky <benjamin.widawsky@intel.com> | 2013-12-05 15:00:44 -0800 |
---|---|---|
committer | Ben Widawsky <benjamin.widawsky@intel.com> | 2013-12-05 15:32:42 -0800 |
commit | da4258529faa064d78184b81b0dad9b3523e722f (patch) | |
tree | b15892f6b2cb4a5625e1dddd8104a57ee3fad8d7 /lib | |
parent | 53b0c0431c89397789252b6649e70090d0458e95 (diff) |
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 <ben@bwidawsk.net>
Diffstat (limited to 'lib')
-rw-r--r-- | lib/i830_reg.h | 1 | ||||
-rw-r--r-- | lib/intel_reg.h | 1 |
2 files changed, 0 insertions, 2 deletions
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) diff --git a/lib/intel_reg.h b/lib/intel_reg.h index f7147e0b..1c16e92d 100644 --- a/lib/intel_reg.h +++ b/lib/intel_reg.h @@ -2710,7 +2710,6 @@ SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. #define COLOR_BLT_WRITE_RGB (1<<20) #define XY_COLOR_BLT_CMD_NOLEN ((2<<29)|(0x50<<22)) -#define XY_COLOR_BLT_CMD (XY_COLOR_BLT_CMD_NOLEN|(0x4)) #define XY_COLOR_BLT_WRITE_ALPHA (1<<21) #define XY_COLOR_BLT_WRITE_RGB (1<<20) #define XY_COLOR_BLT_TILED (1<<11) |