Re: [Intel-gfx] [PATCH v2] drm/i915: Tidy load failure reporting

2016-12-06 Thread Chris Wilson
On Tue, Dec 06, 2016 at 07:00:26PM +, Tvrtko Ursulin wrote: > From: Tvrtko Ursulin > > Several changes here: > > * Remove unused i915_report_error. The plan was to start using it for the more prominent errors. (Any and every DRM_ERROR should be considered to be a

[Intel-gfx] [PATCH v2] drm/i915: Tidy load failure reporting

2016-12-06 Thread Tvrtko Ursulin
From: Tvrtko Ursulin Several changes here: * Remove unused i915_report_error. * Unexport __i915_printk and rename it to i915_load_error, converting the latter from a macro to a static function. * Use drm_dev_printk instead of open-coding the same. v2: Fix