OSDN Git Service

drm/i915: Store platform_mask inside the static device info
authorChris Wilson <chris@chris-wilson.co.uk>
Thu, 15 Feb 2018 08:19:30 +0000 (08:19 +0000)
committerChris Wilson <chris@chris-wilson.co.uk>
Thu, 15 Feb 2018 16:23:11 +0000 (16:23 +0000)
commitc5cb21c17a169eee5d45f2706ba3b6c3a7288786
tree811b2195291c3229b4df5bcdccfc33d877e133fa
parenta6e1c5ace4810342b708f3fbbd203013d4b9d22c
drm/i915: Store platform_mask inside the static device info

Rather than deriving the platform_mask from the
intel_device_static_info->platform at runtime, pre-fill it in the static
data.

v2: Undefine 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-3-chris@chris-wilson.co.uk
drivers/gpu/drm/i915/i915_drv.c
drivers/gpu/drm/i915/i915_pci.c