Re: [Intel-gfx] [PATCH 14/23] drm/i915: Attach the pci match data to the device upon creation

2018-09-05 Thread Chris Wilson
Quoting Michal Wajdeczko (2018-09-05 14:36:13) > On Tue, 04 Sep 2018 23:57:33 +0200, Chris Wilson > wrote: > > > Attach our device_info to the our i915 private on creation so that it is > > always available for inspection. > > > > Signed-off-by: Chris Wilson > > --- > > @@ -1426,7 +1437,6 @@ i

Re: [Intel-gfx] [PATCH 14/23] drm/i915: Attach the pci match data to the device upon creation

2018-09-05 Thread Michal Wajdeczko
On Tue, 04 Sep 2018 23:57:33 +0200, Chris Wilson wrote: Attach our device_info to the our i915 private on creation so that it is always available for inspection. Signed-off-by: Chris Wilson --- drivers/gpu/drm/i915/i915_drv.c | 66 +++-- 1 file changed, 38 inser

[Intel-gfx] [PATCH 14/23] drm/i915: Attach the pci match data to the device upon creation

2018-09-04 Thread Chris Wilson
Attach our device_info to the our i915 private on creation so that it is always available for inspection. Signed-off-by: Chris Wilson --- drivers/gpu/drm/i915/i915_drv.c | 66 +++-- 1 file changed, 38 insertions(+), 28 deletions(-) diff --git a/drivers/gpu/drm/i915/i

[Intel-gfx] [PATCH 14/23] drm/i915: Attach the pci match data to the device upon creation

2018-08-16 Thread Chris Wilson
Attach our device_info to the our i915 private on creation so that it is always available for inspection. Signed-off-by: Chris Wilson --- drivers/gpu/drm/i915/i915_drv.c | 66 +++-- 1 file changed, 38 insertions(+), 28 deletions(-) diff --git a/drivers/gpu/drm/i915/i