commit | 6044c4a3710212cf4a68340744ba0bdc069d5928 | [log] [tgz] |
---|---|---|
author | Tvrtko Ursulin <tvrtko.ursulin@intel.com> | Tue Oct 04 09:29:25 2016 +0100 |
committer | Tvrtko Ursulin <tvrtko.ursulin@intel.com> | Tue Oct 04 11:09:59 2016 +0100 |
tree | 28cc0a1cb97dc1715ffdf067dacfd33a8096870d | |
parent | 895833bd97fb03bb391710f5d4f9bc092813d847 [diff] |
drm/i915: Remove identical mmio read functions It is now obvious VLV, CHV and Gen9 mmio read fcuntions are completely identical so we can remove the three copies and just keep the newly named generic implementation. v2: Use fwtable naming consistently. (Joonas Lahtinen) Signed-off-by: Tvrtko Ursulin <tvrtko.ursulin@intel.com> Reviewed-by: Joonas Lahtinen <joonas.lahtinen@linux.intel.com> Reviewed-by: Chris Wilson <chris@chris-wilson.co.uk>