commit | 115bc2de52af131c2c9bb2bda1adde88c9aa8fef | [log] [tgz] |
---|---|---|
author | Paulo Zanoni <paulo.r.zanoni@intel.com> | Mon Feb 18 19:00:20 2013 -0300 |
committer | Daniel Vetter <daniel.vetter@ffwll.ch> | Wed Feb 20 01:33:47 2013 +0100 |
tree | 083120dbc403f39b1bb2be61d91147a1eb952370 | |
parent | b242b7f745650832f445dca3e19efc3dd2d65a66 [diff] |
drm/i915: create functions for the "unclaimed register" checks This avoids polluting i915_write##x and also allows us to reuse code on i915_read##x. v2: Rebase v3: Convert the macros to static functions Signed-off-by: Paulo Zanoni <paulo.r.zanoni@intel.com> Signed-off-by: Daniel Vetter <daniel.vetter@ffwll.ch>