i965: Skip the register write check on Broadwell.
authorKenneth Graunke <kenneth@whitecape.org>
Mon, 4 Nov 2013 22:09:07 +0000 (14:09 -0800)
committerKenneth Graunke <kenneth@whitecape.org>
Mon, 2 Dec 2013 21:26:03 +0000 (13:26 -0800)
commitdecf070258f396223aac6f57e22540a304986e54
tree77efbe4ef4126fa47c1eddd57688defeb3c8846e
parent8ed9f69b361a5d6f013d0d8a7f87dba65bfff24a
i965: Skip the register write check on Broadwell.

MI_STORE_REGISTER_MEM has to take a 48-bit address, so the existing code
doesn't work.  But supposedly Broadwell has a register whitelist and
just works out of the box anyway, so there's no need to check.

Signed-off-by: Kenneth Graunke <kenneth@whitecape.org>
Reviewed-by: Eric Anholt <eric@anholt.net>
src/mesa/drivers/dri/i965/intel_extensions.c