[Intel-gfx] [PATCH 3/4] drm: add drm_mode_same_size function
Jesse Barnes
jbarnes at virtuousgeek.org
Wed Oct 22 17:40:45 CEST 2014
On Tue, 21 Oct 2014 16:49:37 +0200
Daniel Vetter <daniel at ffwll.ch> wrote:
> On Thu, Oct 09, 2014 at 12:57:44PM -0700, Jesse Barnes wrote:
> > From: Kristian Høgsberg <hoegsberg at gmail.com>
> >
> > Like mode_equal but w/o the clock checks. Useful for checking if modes
> > are close enough to re-use to avoid a boot time mode set for example.
> >
> > Signed-off-by: Kristian Høgsberg <hoegsberg at gmail.com>
> > Signed-off-by: Jesse Barnes <jbarnes at virtuousgeek.org>
> > ---
> > drivers/gpu/drm/drm_modes.c | 8 ++++++++
> > include/drm/drm_modes.h | 2 ++
> > 2 files changed, 10 insertions(+)
> >
> > diff --git a/drivers/gpu/drm/drm_modes.c b/drivers/gpu/drm/drm_modes.c
> > index d1b7d20..51ede38 100644
> > --- a/drivers/gpu/drm/drm_modes.c
> > +++ b/drivers/gpu/drm/drm_modes.c
> > @@ -905,6 +905,14 @@ bool drm_mode_equal_no_clocks_no_stereo(const struct drm_display_mode *mode1,
> > }
> > EXPORT_SYMBOL(drm_mode_equal_no_clocks_no_stereo);
> >
>
> kerneldoc is missing here.
wtf I'm having deja vu here. I can't even claim it was a failure to
"git add"... I just looked at it and then didn't do it.
--
Jesse Barnes, Intel Open Source Technology Center
More information about the Intel-gfx
mailing list