commit | ca7d332253e237c51fdf5c88a8f7937e65e8abff | [log] [tgz] |
---|---|---|
author | Chad Versace <chad.versace@linux.intel.com> | Wed Jan 23 11:17:51 2013 -0800 |
committer | Chad Versace <chad.versace@linux.intel.com> | Thu Jan 24 21:10:46 2013 -0800 |
tree | 499f9fc64054090613f8e73ef9ff040b8f7147d5 | |
parent | d1f2e9699f3e5e7649fc12c4f2409af91d2494fe [diff] |
i965/disasm: Fix horizontal stride of dest registers The bug: The printed horizontal stride was the numerical value of the BRW_HORIZONTAL_$N enum. The fix: Translate the enum before printing. Note: This is a candidate for the stable releases. Reviewed-by: Eric Anholt <eric@anholt.net> Signed-off-by: Chad Versace <chad.versace@linux.intel.com>