Re: [Intel-gfx] [PATCH 2/4] drm/i915: Remove use of dev_priv->dev backpointer in __i915_printk()

2016-07-05 Thread Matthew Auld
Reviewed-by: Matthew Auld ___ Intel-gfx mailing list Intel-gfx@lists.freedesktop.org https://lists.freedesktop.org/mailman/listinfo/intel-gfx

[Intel-gfx] [PATCH 2/4] drm/i915: Remove use of dev_priv->dev backpointer in __i915_printk()

2016-07-05 Thread Chris Wilson
As we can just directly use drm_dev->drm.dev, we do not need the drm_dev->dev backpointer anymore and can also loose the warning about order of __i915_printk() and our initialisation (which is now always safe). Signed-off-by: Chris Wilson Cc: Imre Deak