public inbox for linux-arm-kernel@lists.infradead.org 
 help / color / mirror / Atom feed
From: Daniel Vetter <daniel@ffwll•ch>
To: Boris Brezillon <boris.brezillon@collabora•com>
Cc: Alexandre Belloni <alexandre.belloni@bootlin•com>,
	Boris Brezillon <bbrezillon@kernel•org>,
	Daniel Vetter <daniel.vetter@ffwll•ch>,
	Intel Graphics Development <intel-gfx@lists•freedesktop.org>,
	DRI Development <dri-devel@lists•freedesktop.org>,
	Ludovic Desroches <ludovic.desroches@microchip•com>,
	Daniel Vetter <daniel.vetter@intel•com>,
	Sam Ravnborg <sam@ravnborg•org>,
	linux-arm-kernel@lists•infradead.org
Subject: Re: [PATCH 2/8] drm/atmel: ditch fb_create wrapper
Date: Tue, 19 Nov 2019 22:22:31 +0100	[thread overview]
Message-ID: <20191119212231.GE30416@phenom.ffwll.local> (raw)
In-Reply-To: <20191115103324.1fbeca63@collabora.com>

On Fri, Nov 15, 2019 at 10:33:24AM +0100, Boris Brezillon wrote:
> On Fri, 15 Nov 2019 10:21:14 +0100
> Daniel Vetter <daniel.vetter@ffwll•ch> wrote:
> 
> > Spotted while looking through them all.
> > 
> > Signed-off-by: Daniel Vetter <daniel.vetter@intel•com>
> > Cc: Sam Ravnborg <sam@ravnborg•org>
> > Cc: Boris Brezillon <bbrezillon@kernel•org>
> 
> Acked-by: Boris Brezillon <boris.brezillon@collabora•com>

Merged, thanks for taking a look.
-Daniel

> 
> > Cc: Nicolas Ferre <nicolas.ferre@microchip•com>
> > Cc: Alexandre Belloni <alexandre.belloni@bootlin•com>
> > Cc: Ludovic Desroches <ludovic.desroches@microchip•com>
> > Cc: linux-arm-kernel@lists•infradead.org
> > ---
> >  drivers/gpu/drm/atmel-hlcdc/atmel_hlcdc_dc.c | 8 +-------
> >  1 file changed, 1 insertion(+), 7 deletions(-)
> > 
> > diff --git a/drivers/gpu/drm/atmel-hlcdc/atmel_hlcdc_dc.c b/drivers/gpu/drm/atmel-hlcdc/atmel_hlcdc_dc.c
> > index 92640298ad41..8dc917a1270b 100644
> > --- a/drivers/gpu/drm/atmel-hlcdc/atmel_hlcdc_dc.c
> > +++ b/drivers/gpu/drm/atmel-hlcdc/atmel_hlcdc_dc.c
> > @@ -557,12 +557,6 @@ static irqreturn_t atmel_hlcdc_dc_irq_handler(int irq, void *data)
> >  	return IRQ_HANDLED;
> >  }
> >  
> > -static struct drm_framebuffer *atmel_hlcdc_fb_create(struct drm_device *dev,
> > -		struct drm_file *file_priv, const struct drm_mode_fb_cmd2 *mode_cmd)
> > -{
> > -	return drm_gem_fb_create(dev, file_priv, mode_cmd);
> > -}
> > -
> >  struct atmel_hlcdc_dc_commit {
> >  	struct work_struct work;
> >  	struct drm_device *dev;
> > @@ -657,7 +651,7 @@ static int atmel_hlcdc_dc_atomic_commit(struct drm_device *dev,
> >  }
> >  
> >  static const struct drm_mode_config_funcs mode_config_funcs = {
> > -	.fb_create = atmel_hlcdc_fb_create,
> > +	.fb_create = drm_gem_fb_create,
> >  	.atomic_check = drm_atomic_helper_check,
> >  	.atomic_commit = atmel_hlcdc_dc_atomic_commit,
> >  };
> 

-- 
Daniel Vetter
Software Engineer, Intel Corporation
http://blog.ffwll.ch

_______________________________________________
linux-arm-kernel mailing list
linux-arm-kernel@lists•infradead.org
http://lists.infradead.org/mailman/listinfo/linux-arm-kernel

  reply	other threads:[~2019-11-19 21:22 UTC|newest]

Thread overview: 11+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
     [not found] <20191115092120.4445-1-daniel.vetter@ffwll.ch>
2019-11-15  9:21 ` [PATCH 2/8] drm/atmel: ditch fb_create wrapper Daniel Vetter
2019-11-15  9:33   ` Boris Brezillon
2019-11-19 21:22     ` Daniel Vetter [this message]
2019-11-23  8:49       ` Sam Ravnborg
2019-11-15  9:21 ` [PATCH 3/8] drm/mediatek: don't open-code drm_gem_fb_create Daniel Vetter
2019-11-22  7:42   ` CK Hu
2019-11-22 17:09     ` Daniel Vetter
2019-11-15  9:21 ` [PATCH 4/8] drm/rockchip: Use drm_gem_fb_create_with_dirty Daniel Vetter
2019-11-27 11:45   ` Andrzej Pietrasiewicz
2019-11-27 17:33   ` Andrzej Pietrasiewicz
2019-11-27 17:54     ` Daniel Vetter

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20191119212231.GE30416@phenom.ffwll.local \
    --to=daniel@ffwll$(echo .)ch \
    --cc=alexandre.belloni@bootlin$(echo .)com \
    --cc=bbrezillon@kernel$(echo .)org \
    --cc=boris.brezillon@collabora$(echo .)com \
    --cc=daniel.vetter@ffwll$(echo .)ch \
    --cc=daniel.vetter@intel$(echo .)com \
    --cc=dri-devel@lists$(echo .)freedesktop.org \
    --cc=intel-gfx@lists$(echo .)freedesktop.org \
    --cc=linux-arm-kernel@lists$(echo .)infradead.org \
    --cc=ludovic.desroches@microchip$(echo .)com \
    --cc=sam@ravnborg$(echo .)org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox