[Intel-gfx] [PATCH 01/16] drm/i915: make FDI training a display function
Jesse Barnes
jbarnes at virtuousgeek.org
Wed Apr 27 22:51:49 CEST 2011
On Wed, 27 Apr 2011 08:58:38 -0700
Ben Widawsky <ben at bwidawsk.net> wrote:
> On Tue, Apr 26, 2011 at 04:38:39PM -0700, Jesse Barnes wrote:
> > diff --git a/drivers/gpu/drm/i915/i915_drv.h b/drivers/gpu/drm/i915/i915_drv.h
> > index 0296967..c10d7e9 100644
> > --- a/drivers/gpu/drm/i915/i915_drv.h
> > +++ b/drivers/gpu/drm/i915/i915_drv.h
> > @@ -209,7 +209,7 @@ struct drm_i915_display_funcs {
> > struct drm_display_mode *adjusted_mode,
> > int x, int y,
> > struct drm_framebuffer *old_fb);
> > -
> > + void (*train_fdi)(struct drm_crtc *crtc);
> > /* clock updates for mode set */
> > /* cursor updates */
> > /* render clock increase/decrease */
>
> I was hoping for:
> void (*fdi_link_train)(struct drm_crtc *crtc);
Oh right, I forgot to update this before I sent it out; will fix.
Thanks,
Jesse
More information about the Intel-gfx
mailing list