commit | decf070258f396223aac6f57e22540a304986e54 | [log] [tgz] |
---|---|---|
author | Kenneth Graunke <kenneth@whitecape.org> | Mon Nov 04 14:09:07 2013 -0800 |
committer | Kenneth Graunke <kenneth@whitecape.org> | Mon Dec 02 13:26:03 2013 -0800 |
tree | 77efbe4ef4126fa47c1eddd57688defeb3c8846e | |
parent | 8ed9f69b361a5d6f013d0d8a7f87dba65bfff24a [diff] |
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>