* [GIT PULL FOR v3.14] Renesas R-Car DU patches
@ 2013-12-02 0:30 Laurent Pinchart
2013-12-19 14:37 ` Laurent Pinchart
0 siblings, 1 reply; 5+ messages in thread
From: Laurent Pinchart @ 2013-12-02 0:30 UTC (permalink / raw)
To: Dave Airlie; +Cc: dri-devel
Hi Dave,
The following changes since commit a3483353ca4e6dbeef2ed62ebed01af109b5b27a:
drm: check for !kdev in drm_unplug_minor() (2013-11-15 20:49:02 +1000)
are available in the git repository at:
git://linuxtv.org/pinchartl/fbdev.git drm/next/du
for you to fetch changes up to 29ee6469e6138115420236a71c6b89bf8af1788a:
drm/rcar-du: Add support for the r8a7791 DU (2013-12-02 01:27:29 +0100)
----------------------------------------------------------------
Laurent Pinchart (5):
drm/rcar-du: Don't cast crtc to rcrtc twice in the same function
drm/rcar-du: Update plane pitch in .mode_set_base() operation
drm/rcar-du: Split features and quirks
drm/rcar-du: Add LVDS_LANES quirk
drm/rcar-du: Add support for the r8a7791 DU
Wei Yongjun (1):
drm/rcar-du: fix return value check in rcar_du_lvdsenc_get_resources()
drivers/gpu/drm/rcar-du/rcar_du_crtc.c | 3 +--
drivers/gpu/drm/rcar-du/rcar_du_drv.c | 24 ++++++++++++++++++++++--
drivers/gpu/drm/rcar-du/rcar_du_drv.h | 14 ++++++++++++--
drivers/gpu/drm/rcar-du/rcar_du_kms.c | 4 ++--
drivers/gpu/drm/rcar-du/rcar_du_lvdsenc.c | 28 ++++++++++++----------------
drivers/gpu/drm/rcar-du/rcar_du_plane.c | 21 +++++++++++----------
6 files changed, 60 insertions(+), 34 deletions(-)
--
Regards,
Laurent Pinchart
^ permalink raw reply [flat|nested] 5+ messages in thread* Re: [GIT PULL FOR v3.14] Renesas R-Car DU patches
2013-12-02 0:30 [GIT PULL FOR v3.14] Renesas R-Car DU patches Laurent Pinchart
@ 2013-12-19 14:37 ` Laurent Pinchart
2014-01-07 10:17 ` Laurent Pinchart
0 siblings, 1 reply; 5+ messages in thread
From: Laurent Pinchart @ 2013-12-19 14:37 UTC (permalink / raw)
To: Dave Airlie; +Cc: dri-devel
Hi Dave,
It's been two weeks and a half already, is there anything holding this back ?
On Monday 02 December 2013 01:30:56 Laurent Pinchart wrote:
> Hi Dave,
>
> The following changes since commit a3483353ca4e6dbeef2ed62ebed01af109b5b27a:
>
> drm: check for !kdev in drm_unplug_minor() (2013-11-15 20:49:02 +1000)
>
> are available in the git repository at:
>
> git://linuxtv.org/pinchartl/fbdev.git drm/next/du
>
> for you to fetch changes up to 29ee6469e6138115420236a71c6b89bf8af1788a:
>
> drm/rcar-du: Add support for the r8a7791 DU (2013-12-02 01:27:29 +0100)
>
> ----------------------------------------------------------------
> Laurent Pinchart (5):
> drm/rcar-du: Don't cast crtc to rcrtc twice in the same function
> drm/rcar-du: Update plane pitch in .mode_set_base() operation
> drm/rcar-du: Split features and quirks
> drm/rcar-du: Add LVDS_LANES quirk
> drm/rcar-du: Add support for the r8a7791 DU
>
> Wei Yongjun (1):
> drm/rcar-du: fix return value check in rcar_du_lvdsenc_get_resources()
>
> drivers/gpu/drm/rcar-du/rcar_du_crtc.c | 3 +--
> drivers/gpu/drm/rcar-du/rcar_du_drv.c | 24 ++++++++++++++++++++++--
> drivers/gpu/drm/rcar-du/rcar_du_drv.h | 14 ++++++++++++--
> drivers/gpu/drm/rcar-du/rcar_du_kms.c | 4 ++--
> drivers/gpu/drm/rcar-du/rcar_du_lvdsenc.c | 28 ++++++++++++----------------
> drivers/gpu/drm/rcar-du/rcar_du_plane.c | 21 +++++++++++---------- 6
> files changed, 60 insertions(+), 34 deletions(-)
--
Regards,
Laurent Pinchart
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: [GIT PULL FOR v3.14] Renesas R-Car DU patches
2013-12-19 14:37 ` Laurent Pinchart
@ 2014-01-07 10:17 ` Laurent Pinchart
2014-01-08 8:09 ` Dave Airlie
0 siblings, 1 reply; 5+ messages in thread
From: Laurent Pinchart @ 2014-01-07 10:17 UTC (permalink / raw)
To: Dave Airlie; +Cc: dri-devel
Hi Dave,
On Thursday 19 December 2013 15:37:36 Laurent Pinchart wrote:
> Hi Dave,
>
> It's been two weeks and a half already, is there anything holding this back
> ?
PING ??
> On Monday 02 December 2013 01:30:56 Laurent Pinchart wrote:
> > Hi Dave,
> >
> > The following changes since commit
a3483353ca4e6dbeef2ed62ebed01af109b5b27a:
> > drm: check for !kdev in drm_unplug_minor() (2013-11-15 20:49:02 +1000)
> >
> > are available in the git repository at:
> > git://linuxtv.org/pinchartl/fbdev.git drm/next/du
> >
> > for you to fetch changes up to 29ee6469e6138115420236a71c6b89bf8af1788a:
> > drm/rcar-du: Add support for the r8a7791 DU (2013-12-02 01:27:29 +0100)
> >
> > ----------------------------------------------------------------
> >
> > Laurent Pinchart (5):
> > drm/rcar-du: Don't cast crtc to rcrtc twice in the same function
> > drm/rcar-du: Update plane pitch in .mode_set_base() operation
> > drm/rcar-du: Split features and quirks
> > drm/rcar-du: Add LVDS_LANES quirk
> > drm/rcar-du: Add support for the r8a7791 DU
> >
> > Wei Yongjun (1):
> > drm/rcar-du: fix return value check in
> > rcar_du_lvdsenc_get_resources()
> >
> > drivers/gpu/drm/rcar-du/rcar_du_crtc.c | 3 +--
> > drivers/gpu/drm/rcar-du/rcar_du_drv.c | 24 ++++++++++++++++++++++--
> > drivers/gpu/drm/rcar-du/rcar_du_drv.h | 14 ++++++++++++--
> > drivers/gpu/drm/rcar-du/rcar_du_kms.c | 4 ++--
> > drivers/gpu/drm/rcar-du/rcar_du_lvdsenc.c | 28 ++++++++++++--------------
> > drivers/gpu/drm/rcar-du/rcar_du_plane.c | 21 +++++++++++----------
> > 6 files changed, 60 insertions(+), 34 deletions(-)
--
Regards,
Laurent Pinchart
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: [GIT PULL FOR v3.14] Renesas R-Car DU patches
2014-01-07 10:17 ` Laurent Pinchart
@ 2014-01-08 8:09 ` Dave Airlie
2014-01-08 8:12 ` Laurent Pinchart
0 siblings, 1 reply; 5+ messages in thread
From: Dave Airlie @ 2014-01-08 8:09 UTC (permalink / raw)
To: Laurent Pinchart; +Cc: dri-devel
On Tue, Jan 7, 2014 at 8:17 PM, Laurent Pinchart
<laurent.pinchart@ideasonboard.com> wrote:
> Hi Dave,
>
> On Thursday 19 December 2013 15:37:36 Laurent Pinchart wrote:
>> Hi Dave,
>>
>> It's been two weeks and a half already, is there anything holding this back
>> ?
>
> PING ??
just realised I hadn't pushed drm-next-staging to drm-next before xmas
like I thought I had, probably confused a few people.
Just pushed that branch now.
Dave.
>
>> On Monday 02 December 2013 01:30:56 Laurent Pinchart wrote:
>> > Hi Dave,
>> >
>> > The following changes since commit
> a3483353ca4e6dbeef2ed62ebed01af109b5b27a:
>> > drm: check for !kdev in drm_unplug_minor() (2013-11-15 20:49:02 +1000)
>> >
>> > are available in the git repository at:
>> > git://linuxtv.org/pinchartl/fbdev.git drm/next/du
>> >
>> > for you to fetch changes up to 29ee6469e6138115420236a71c6b89bf8af1788a:
>> > drm/rcar-du: Add support for the r8a7791 DU (2013-12-02 01:27:29 +0100)>> >
>> > ----------------------------------------------------------------
>> >
>> > Laurent Pinchart (5):
>> > drm/rcar-du: Don't cast crtc to rcrtc twice in the same function
>> > drm/rcar-du: Update plane pitch in .mode_set_base() operation
>> > drm/rcar-du: Split features and quirks
>> > drm/rcar-du: Add LVDS_LANES quirk
>> > drm/rcar-du: Add support for the r8a7791 DU
>> >
>> > Wei Yongjun (1):
>> > drm/rcar-du: fix return value check in
>> > rcar_du_lvdsenc_get_resources()
>> >
>> > drivers/gpu/drm/rcar-du/rcar_du_crtc.c | 3 +--
>> > drivers/gpu/drm/rcar-du/rcar_du_drv.c | 24 ++++++++++++++++++++++--
>> > drivers/gpu/drm/rcar-du/rcar_du_drv.h | 14 ++++++++++++--
>> > drivers/gpu/drm/rcar-du/rcar_du_kms.c | 4 ++--
>> > drivers/gpu/drm/rcar-du/rcar_du_lvdsenc.c | 28 ++++++++++++--------------
>> > drivers/gpu/drm/rcar-du/rcar_du_plane.c | 21 +++++++++++----------
>> > 6 files changed, 60 insertions(+), 34 deletions(-)
> --
> Regards,
>
> Laurent Pinchart
>
> _______________________________________________
> dri-devel mailing list
> dri-devel@lists.freedesktop.org
> http://lists.freedesktop.org/mailman/listinfo/dri-devel
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: [GIT PULL FOR v3.14] Renesas R-Car DU patches
2014-01-08 8:09 ` Dave Airlie
@ 2014-01-08 8:12 ` Laurent Pinchart
0 siblings, 0 replies; 5+ messages in thread
From: Laurent Pinchart @ 2014-01-08 8:12 UTC (permalink / raw)
To: Dave Airlie; +Cc: dri-devel
Hi Dave,
On Wednesday 08 January 2014 18:09:05 Dave Airlie wrote:
> On Tue, Jan 7, 2014 at 8:17 PM, Laurent Pinchart wrote:
> > On Thursday 19 December 2013 15:37:36 Laurent Pinchart wrote:
> >> Hi Dave,
> >>
> >> It's been two weeks and a half already, is there anything holding this
> >> back ?
> >
> > PING ??
>
> just realised I hadn't pushed drm-next-staging to drm-next before xmas
> like I thought I had, probably confused a few people.
It at least confused me :-)
> Just pushed that branch now.
Thanks a lot.
--
Regards,
Laurent Pinchart
^ permalink raw reply [flat|nested] 5+ messages in thread
end of thread, other threads:[~2014-01-08 8:12 UTC | newest]
Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-12-02 0:30 [GIT PULL FOR v3.14] Renesas R-Car DU patches Laurent Pinchart
2013-12-19 14:37 ` Laurent Pinchart
2014-01-07 10:17 ` Laurent Pinchart
2014-01-08 8:09 ` Dave Airlie
2014-01-08 8:12 ` Laurent Pinchart
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.