OSDN Git Service

drm/i915: Attach the pci match data to the device upon creation
authorChris Wilson <chris@chris-wilson.co.uk>
Wed, 5 Sep 2018 14:09:20 +0000 (15:09 +0100)
committerChris Wilson <chris@chris-wilson.co.uk>
Wed, 5 Sep 2018 19:58:34 +0000 (20:58 +0100)
commit55ac5a1614f99816ed367a9ded5f5d65321b522f
tree7f7e963b8c1307003d01d7fc007945b021c23eb5
parentacb3ef0ee40ea657280a4a11d9f60eb2937c0dca
drm/i915: Attach the pci match data to the device upon creation

Attach our device_info to the our i915 private on creation so that it is
always available for inspection.

Signed-off-by: Chris Wilson <chris@chris-wilson.co.uk>
Reviewed-by: Michal Wajdeczko <michal.wajdeczko@intel.com>
Link: https://patchwork.freedesktop.org/patch/msgid/20180905140921.17467-1-chris@chris-wilson.co.uk
drivers/gpu/drm/i915/i915_drv.c