On Thu, Sep 12, 2013 at 01:58:21PM -0300, Paulo Zanoni wrote: > From: Paulo Zanoni <[email protected]> > > Before this patch, i915_drm_thaw would always return 0. After this > patch, it returns the error code from __i915_drm_thaw(), since it's > the only sub-function that can return an error code.
You could go a step further here and pass a parameter to __i915_drm_thaw() to unify the two thaw paths. -Chris -- Chris Wilson, Intel Open Source Technology Centre _______________________________________________ Intel-gfx mailing list [email protected] http://lists.freedesktop.org/mailman/listinfo/intel-gfx
