On Thu, Aug 25, 2016 at 11:07:01AM +0200, Maarten Lankhorst wrote: > The mentioned commit changes intel_display_crc_init to take a dev_priv, > but forgets to change the stub.
Doh! > > Cc: David Weinehall <[email protected]> > Fixes: 36cdd0138b7f ("drm/i915: debugfs spring cleaning") > Signed-off-by: Maarten Lankhorst <[email protected]> > Reported-and-by: Kim Lidström <[email protected]> Reviewed-by: David Weinehall <[email protected]> > --- > drivers/gpu/drm/i915/i915_drv.h | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/drivers/gpu/drm/i915/i915_drv.h b/drivers/gpu/drm/i915/i915_drv.h > index ff96b7a69e6c..cf4d6a760b04 100644 > --- a/drivers/gpu/drm/i915/i915_drv.h > +++ b/drivers/gpu/drm/i915/i915_drv.h > @@ -3522,7 +3522,7 @@ static inline int i915_debugfs_register(struct > drm_i915_private *dev_priv) {retu > static inline void i915_debugfs_unregister(struct drm_i915_private > *dev_priv) {} > static inline int i915_debugfs_connector_add(struct drm_connector *connector) > { return 0; } > -static inline void intel_display_crc_init(struct drm_device *dev) {} > +static inline void intel_display_crc_init(struct drm_i915_private *dev_priv) > {} > #endif > > /* i915_gpu_error.c */ > -- > 2.7.4 > > _______________________________________________ > Intel-gfx mailing list > [email protected] > https://lists.freedesktop.org/mailman/listinfo/intel-gfx _______________________________________________ Intel-gfx mailing list [email protected] https://lists.freedesktop.org/mailman/listinfo/intel-gfx
