commit | 22d48c55ba5fbc9ecff51b0bdca829abd2b508cb | [log] [tgz] |
---|---|---|
author | Tvrtko Ursulin <tvrtko.ursulin@intel.com> | Tue Oct 04 09:29:26 2016 +0100 |
committer | Tvrtko Ursulin <tvrtko.ursulin@intel.com> | Tue Oct 04 11:09:59 2016 +0100 |
tree | cd5b3877732bb05769096005421896cb6abd9eac | |
parent | 6044c4a3710212cf4a68340744ba0bdc069d5928 [diff] |
drm/i915: Remove identical write mmmio functions We notice two identical copies of the shadow register table and following from that removal can also unify CHV and Gen9 write mmio functions and macros into a single implementation. v2: Name fwtable consistently and use HAS_FWTABLE. (Joonas Lahtinen) Signed-off-by: Tvrtko Ursulin <tvrtko.ursulin@intel.com> Reviewed-by: Chris Wilson <chris@chris-wilson.co.uk>