[Intel-gfx] [PATCH 05/18] drm/i915: Rename struct intel_ringbuffer to struct intel_ring

Chris Wilson chris at chris-wilson.co.uk
Thu Jul 21 16:02:30 UTC 2016


On Thu, Jul 21, 2016 at 02:59:23PM +0300, Joonas Lahtinen wrote:
> > @@ -4567,8 +4567,8 @@ int i915_gem_init(struct drm_device *dev)
> >  
> >  	if (!i915.enable_execlists) {
> >  		dev_priv->gt.execbuf_submit = i915_gem_ringbuffer_submission;
> > -		dev_priv->gt.cleanup_engine = intel_cleanup_engine;
> > -		dev_priv->gt.stop_engine = intel_stop_engine;
> > +		dev_priv->gt.cleanup_engine = intel_engine_cleanup;
> > +		dev_priv->gt.stop_engine = intel_engine_stop;
> 
> I guess you added renaming gt.*_engine to your TODO already.

Rename? No we're eliminating them.
-Chris

-- 
Chris Wilson, Intel Open Source Technology Centre


More information about the Intel-gfx mailing list