commit | 049ef7e40fc9959db480b2753a1dbe734d98e948 | [log] [tgz] |
---|---|---|
author | Keith Packard <keithp@keithp.com> | Thu Apr 30 14:43:43 2009 -0700 |
committer | Eric Anholt <eric@anholt.net> | Thu Apr 30 15:51:02 2009 -0700 |
tree | df78069ef8edfc8ffc3b1f741d2c58085ffeaaa0 | |
parent | 091438dd5668396328a3419abcbc6591159eb8d1 [diff] |
drm/i915: x86 always has writeq. Add I915_READ64 for symmetry. i386 has inline code for writeq and readq, so just use those instead of ugly macros which evaluate arguments multiple times. Signed-off-by: Keith Packard <keithp@keithp.com> Signed-off-by: Eric Anholt <eric@anholt.net>