commit | bc76298e68e791f878d76f9b7a911713c85b2843 | [log] [tgz] |
---|---|---|
author | Chris Wilson <chris@chris-wilson.co.uk> | Thu Feb 15 08:19:28 2018 +0000 |
committer | Chris Wilson <chris@chris-wilson.co.uk> | Thu Feb 15 16:23:09 2018 +0000 |
tree | 86b8146ae173e35441ff57157cf283699f5dadb1 | |
parent | 62d4028fb0b9ce6250d66c39ebe887522d77eb3c [diff] |
drm/i915: Store gen_mask inside the static device info Rather than deriving the gen_mask from the static intel_device_info->gen at runtime, pre-fill it in the static data. v2: Undefine local macros at end of their scope. Signed-off-by: Chris Wilson <chris@chris-wilson.co.uk> Reviewed-by: Rodrigo Vivi <rodrigo.vivi@intel.com> Link: https://patchwork.freedesktop.org/patch/msgid/20180215081930.11477-1-chris@chris-wilson.co.uk