[PATCH 0/2][RFC] CDFv2 for VExpress HDLCD DVI output support

2013-07-17 Thread Show Liu
Hi All,

This series patches extend Pawel's patches to 
Versatile Express HDLCD DVI output support.
Before apply this patches, please apply Pawel's patches first.
This series patches implements base on Linaro release 13.06 branch 
"ll_20130621.0".

here is Pawel's patches
[1] http://lists.freedesktop.org/archives/dri-devel/2013-April/037519.html

Show Liu (2):
  Fixed for compatible with kernel 3.10.0-rc6
  CDFv2 for VExpress HDLCD DVI output support

 arch/arm/boot/dts/vexpress-v2p-ca15_a7.dts |6 +-
 drivers/video/Kconfig  |2 +
 drivers/video/arm-hdlcd.c  |  116 +---
 drivers/video/fbmon.c  |   12 ++-
 drivers/video/vexpress-dvimode.c   |   11 +++
 drivers/video/vexpress-muxfpga.c   |8 +-
 include/linux/arm-hdlcd.h  |6 ++
 7 files changed, 142 insertions(+), 19 deletions(-)

-- 
1.7.9.5



[PATCH 0/2][RFC] CDFv2 for VExpress HDLCD DVI output support

2013-07-17 Thread Laurent Pinchart
On Wednesday 17 July 2013 11:49:49 Pawel Moll wrote:
> On Wed, 2013-07-17 at 11:08 +0100, Show Liu wrote:
> > This series patches extend Pawel's patches to
> > Versatile Express HDLCD DVI output support.
> > Before apply this patches, please apply Pawel's patches first.
> > This series patches implements base on Linaro release 13.06 branch
> > "ll_20130621.0".
> > 
> > here is Pawel's patches
> > [1] http://lists.freedesktop.org/archives/dri-devel/2013-April/037519.html
> 
> Glad to see someone thinking the same way ;-) Thanks for trying it and
> particularly for the fixes in vexpress-* code. I'll keep them in mind
> when the time comes :-)
> 
> Of course neither the CDF patch nor the HDLCD driver are upstream yet.
> Laurent promised to post next (hopefully final ;-)

I don't think it will be the final version, but there should be no major 
change to the API after that. I still expect a couple of versions before the 
code reaches a mergeable stable, but it shouldn't take too long this time. 
Further enhancements then will likely go in as follow-up patchs.

> version of his patches soon,

Hopefully by the end of the week (which ends on Sunday, not Friday ;-)), give 
or take a couple of days.

> but the API has apparently changed so we'll have to adapt to it. As to the
> HDLCD driver - there is some work going on converting it to DRM/KMS and
> upstreaming as such, using CDF if it's available by that time as well.

-- 
Regards,

Laurent Pinchart



[PATCH 0/2][RFC] CDFv2 for VExpress HDLCD DVI output support

2013-07-17 Thread Pawel Moll
On Wed, 2013-07-17 at 11:08 +0100, Show Liu wrote:
> This series patches extend Pawel's patches to 
> Versatile Express HDLCD DVI output support.
> Before apply this patches, please apply Pawel's patches first.
> This series patches implements base on Linaro release 13.06 branch 
> "ll_20130621.0".
> 
> here is Pawel's patches
> [1] http://lists.freedesktop.org/archives/dri-devel/2013-April/037519.html

Glad to see someone thinking the same way ;-) Thanks for trying it and
particularly for the fixes in vexpress-* code. I'll keep them in mind
when the time comes :-)

Of course neither the CDF patch nor the HDLCD driver are upstream yet.
Laurent promised to post next (hopefully final ;-) version of his
patches soon, but the API has apparently changed so we'll have to adapt
to it. As to the HDLCD driver - there is some work going on converting
it to DRM/KMS and upstreaming as such, using CDF if it's available by
that time as well.

Pawe?






[PATCH 0/2][RFC] CDFv2 for VExpress HDLCD DVI output support

2013-07-17 Thread Show Liu
Hi All,

This series patches extend Pawel's patches to 
Versatile Express HDLCD DVI output support.
Before apply this patches, please apply Pawel's patches first.
This series patches implements base on Linaro release 13.06 branch 
ll_20130621.0.

here is Pawel's patches
[1] http://lists.freedesktop.org/archives/dri-devel/2013-April/037519.html

Show Liu (2):
  Fixed for compatible with kernel 3.10.0-rc6
  CDFv2 for VExpress HDLCD DVI output support

 arch/arm/boot/dts/vexpress-v2p-ca15_a7.dts |6 +-
 drivers/video/Kconfig  |2 +
 drivers/video/arm-hdlcd.c  |  116 +---
 drivers/video/fbmon.c  |   12 ++-
 drivers/video/vexpress-dvimode.c   |   11 +++
 drivers/video/vexpress-muxfpga.c   |8 +-
 include/linux/arm-hdlcd.h  |6 ++
 7 files changed, 142 insertions(+), 19 deletions(-)

-- 
1.7.9.5

___
dri-devel mailing list
dri-devel@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/dri-devel


Re: [PATCH 0/2][RFC] CDFv2 for VExpress HDLCD DVI output support

2013-07-17 Thread Laurent Pinchart
On Wednesday 17 July 2013 11:49:49 Pawel Moll wrote:
 On Wed, 2013-07-17 at 11:08 +0100, Show Liu wrote:
  This series patches extend Pawel's patches to
  Versatile Express HDLCD DVI output support.
  Before apply this patches, please apply Pawel's patches first.
  This series patches implements base on Linaro release 13.06 branch
  ll_20130621.0.
  
  here is Pawel's patches
  [1] http://lists.freedesktop.org/archives/dri-devel/2013-April/037519.html
 
 Glad to see someone thinking the same way ;-) Thanks for trying it and
 particularly for the fixes in vexpress-* code. I'll keep them in mind
 when the time comes :-)
 
 Of course neither the CDF patch nor the HDLCD driver are upstream yet.
 Laurent promised to post next (hopefully final ;-)

I don't think it will be the final version, but there should be no major 
change to the API after that. I still expect a couple of versions before the 
code reaches a mergeable stable, but it shouldn't take too long this time. 
Further enhancements then will likely go in as follow-up patchs.

 version of his patches soon,

Hopefully by the end of the week (which ends on Sunday, not Friday ;-)), give 
or take a couple of days.

 but the API has apparently changed so we'll have to adapt to it. As to the
 HDLCD driver - there is some work going on converting it to DRM/KMS and
 upstreaming as such, using CDF if it's available by that time as well.

-- 
Regards,

Laurent Pinchart

___
dri-devel mailing list
dri-devel@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/dri-devel


Re: [PATCH 0/2][RFC] CDFv2 for VExpress HDLCD DVI output support

2013-07-17 Thread Pawel Moll
On Wed, 2013-07-17 at 11:08 +0100, Show Liu wrote:
 This series patches extend Pawel's patches to 
 Versatile Express HDLCD DVI output support.
 Before apply this patches, please apply Pawel's patches first.
 This series patches implements base on Linaro release 13.06 branch 
 ll_20130621.0.
 
 here is Pawel's patches
 [1] http://lists.freedesktop.org/archives/dri-devel/2013-April/037519.html

Glad to see someone thinking the same way ;-) Thanks for trying it and
particularly for the fixes in vexpress-* code. I'll keep them in mind
when the time comes :-)

Of course neither the CDF patch nor the HDLCD driver are upstream yet.
Laurent promised to post next (hopefully final ;-) version of his
patches soon, but the API has apparently changed so we'll have to adapt
to it. As to the HDLCD driver - there is some work going on converting
it to DRM/KMS and upstreaming as such, using CDF if it's available by
that time as well.

Paweł




___
dri-devel mailing list
dri-devel@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/dri-devel