commit | c56b89f16dd0e7d979399bfe94b4056103dd16a8 | [log] [tgz] |
---|---|---|
author | Tvrtko Ursulin <tvrtko.ursulin@intel.com> | Fri Feb 09 21:58:46 2018 +0000 |
committer | Chris Wilson <chris@chris-wilson.co.uk> | Fri Feb 09 22:29:02 2018 +0000 |
tree | bdc03ee886b334b7ebd9f3c5e766274200e14eec | |
parent | 6a20fe7b17cd7ecd4b75dd82cfa6664780d6f923 [diff] |
drm/i915: Use INTEL_GEN everywhere Coccinelle patch: @@ identifier p; @@ -INTEL_INFO(p)->gen +INTEL_GEN(p) Signed-off-by: Tvrtko Ursulin <tvrtko.ursulin@intel.com> Link: https://patchwork.freedesktop.org/patch/msgid/20180208130606.15556-12-tvrtko.ursulin@linux.intel.com Reviewed-by: Chris Wilson <chris@chris-wilson.co.uk> Signed-off-by: Chris Wilson <chris@chris-wilson.co.uk> Link: https://patchwork.freedesktop.org/patch/msgid/20180209215847.6660-1-chris@chris-wilson.co.uk