All of lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [PATCH resend] directfb: add support for davinci gfx driver
@ 2012-04-28 16:50 Arnout Vandecappelle
  2012-05-01 20:02 ` Peter Korsgaard
  2012-05-05  9:05 ` Peter Korsgaard
  0 siblings, 2 replies; 6+ messages in thread
From: Arnout Vandecappelle @ 2012-04-28 16:50 UTC (permalink / raw)
  To: buildroot

Signed-off-by: Arnout Vandecappelle (Essensium/Mind) <arnout@mind.be>

---
 package/directfb/Config.in   |    4 ++++
 package/directfb/directfb.mk |    3 ++-
 2 files changed, 6 insertions(+), 1 deletion(-)

diff --git a/package/directfb/Config.in b/package/directfb/Config.in
index 47f9fea..26f5091 100644
--- a/package/directfb/Config.in
+++ b/package/directfb/Config.in
@@ -53,6 +53,10 @@ config BR2_PACKAGE_DIRECTFB_EP9X
 	bool "compile ep9x graphics driver"
 	depends on BR2_arm
 
+config BR2_PACKAGE_DIRECTFB_DAVINCI
+	bool "compile TI DaVinci graphics driver"
+	depends on BR2_arm
+
 config BR2_PACKAGE_DIRECTFB_UNICHROME
 	bool "compile unichrome graphics driver"
 	default y
diff --git a/package/directfb/directfb.mk b/package/directfb/directfb.mk
index 071cdf4..7aa0398 100644
--- a/package/directfb/directfb.mk
+++ b/package/directfb/directfb.mk
@@ -58,7 +58,8 @@ DIRECTFB_GFX := \
 	$(if $(BR2_PACKAGE_DIRECTFB_PXA3XX),pxa3xx) \
 	$(if $(BR2_PACKAGE_DIRECTFB_UNICHROME),unichrome) \
 	$(if $(BR2_PACKAGE_DIRECTFB_I830),i830)	\
-	$(if $(BR2_PACKAGE_DIRECTFB_EP9X),ep9x)
+	$(if $(BR2_PACKAGE_DIRECTFB_EP9X),ep9x) \
+	$(if $(BR2_PACKAGE_DIRECTFB_DAVINCI),davinci)
 
 ifeq ($(strip $(DIRECTFB_GFX)),)
 DIRECTFB_GFX:=none
-- 
tg: (524a8ab..) t/directfb-davinci (depends on: master)

^ permalink raw reply related	[flat|nested] 6+ messages in thread

* [Buildroot] [PATCH resend] directfb: add support for davinci gfx driver
  2012-04-28 16:50 [Buildroot] [PATCH resend] directfb: add support for davinci gfx driver Arnout Vandecappelle
@ 2012-05-01 20:02 ` Peter Korsgaard
  2012-05-05  9:05 ` Peter Korsgaard
  1 sibling, 0 replies; 6+ messages in thread
From: Peter Korsgaard @ 2012-05-01 20:02 UTC (permalink / raw)
  To: buildroot

>>>>> "Arnout" == Arnout Vandecappelle (Essensium/Mind) <arnout@mind.be> writes:

 Arnout> Signed-off-by: Arnout Vandecappelle (Essensium/Mind) <arnout@mind.be>

Committed, thanks.

-- 
Bye, Peter Korsgaard

^ permalink raw reply	[flat|nested] 6+ messages in thread

* [Buildroot] [PATCH resend] directfb: add support for davinci gfx driver
  2012-04-28 16:50 [Buildroot] [PATCH resend] directfb: add support for davinci gfx driver Arnout Vandecappelle
  2012-05-01 20:02 ` Peter Korsgaard
@ 2012-05-05  9:05 ` Peter Korsgaard
  2012-05-06 11:27   ` Arnout Vandecappelle
  1 sibling, 1 reply; 6+ messages in thread
From: Peter Korsgaard @ 2012-05-05  9:05 UTC (permalink / raw)
  To: buildroot

>>>>> "Arnout" == Arnout Vandecappelle (Essensium/Mind) <arnout@mind.be> writes:

 Arnout> Signed-off-by: Arnout Vandecappelle (Essensium/Mind) <arnout@mind.be>
 Arnout> ---
 Arnout>  package/directfb/Config.in   |    4 ++++
 Arnout>  package/directfb/directfb.mk |    3 ++-
 Arnout>  2 files changed, 6 insertions(+), 1 deletion(-)

This seems to fail on the autobuilder:

http://autobuild.buildroot.org/results/d5c2cb226757a8bf90dac33bd04f87f325654220/build-end.log

For some odd reason, I don't see the davincifb.h file in the directfb
tarball, but it IS in git:

http://git.directfb.org/?p=core/DirectFB.git;a=tree;f=gfxdrivers/davinci;h=f0bd9ad6add6164f3a5e953d4eed4056315a2be2;hb=ab0d779e85cec22c7c2e7b8b6b1976049b1ba0f1

Is it working for you? If so, how?

-- 
Bye, Peter Korsgaard

^ permalink raw reply	[flat|nested] 6+ messages in thread

* [Buildroot] [PATCH resend] directfb: add support for davinci gfx driver
  2012-05-05  9:05 ` Peter Korsgaard
@ 2012-05-06 11:27   ` Arnout Vandecappelle
  2012-05-06 11:40     ` Peter Korsgaard
  0 siblings, 1 reply; 6+ messages in thread
From: Arnout Vandecappelle @ 2012-05-06 11:27 UTC (permalink / raw)
  To: buildroot

On 05/05/12 11:05, Peter Korsgaard wrote:
>>>>>> "Arnout" == Arnout Vandecappelle (Essensium/Mind)<arnout@mind.be>  writes:
>
>   Arnout>  Signed-off-by: Arnout Vandecappelle (Essensium/Mind)<arnout@mind.be>
>   Arnout>  ---
>   Arnout>   package/directfb/Config.in   |    4 ++++
>   Arnout>   package/directfb/directfb.mk |    3 ++-
>   Arnout>   2 files changed, 6 insertions(+), 1 deletion(-)
>
> This seems to fail on the autobuilder:
>
> http://autobuild.buildroot.org/results/d5c2cb226757a8bf90dac33bd04f87f325654220/build-end.log
>
> For some odd reason, I don't see the davincifb.h file in the directfb
> tarball, but it IS in git:
>
> http://git.directfb.org/?p=core/DirectFB.git;a=tree;f=gfxdrivers/davinci;h=f0bd9ad6add6164f3a5e953d4eed4056315a2be2;hb=ab0d779e85cec22c7c2e7b8b6b1976049b1ba0f1
>
> Is it working for you? If so, how?

  davincifb.h is the kernel header file which contains the davinci-specific
interfaces.  Unfortunately the davinci stuff doesn't get upstreamed, so you
need a davinci-specific fork like
git://arago-project.org/git/projects/linux-davinci.git

  I thought I tested it with davinci-specific kernel headers, but I can't
find the output anymore and I can't reproduce it...

  One solution would be to add includethe davincifb.h file with a buildroot
patch. However, I don't have a davinci board anymore so I can't even test
if it works.

  Therefore, I prefer to revert the patch.

  Regards,
  Arnout

-- 
Arnout Vandecappelle                               arnout at mind be
Senior Embedded Software Architect                 +32-16-286540
Essensium/Mind                                     http://www.mind.be
G.Geenslaan 9, 3001 Leuven, Belgium                BE 872 984 063 RPR Leuven
LinkedIn profile: http://www.linkedin.com/in/arnoutvandecappelle
GPG fingerprint:  7CB5 E4CC 6C2E EFD4 6E3D A754 F963 ECAB 2450 2F1F

^ permalink raw reply	[flat|nested] 6+ messages in thread

* [Buildroot] [PATCH resend] directfb: add support for davinci gfx driver
  2012-05-06 11:27   ` Arnout Vandecappelle
@ 2012-05-06 11:40     ` Peter Korsgaard
  2012-05-15 19:58       ` Peter Korsgaard
  0 siblings, 1 reply; 6+ messages in thread
From: Peter Korsgaard @ 2012-05-06 11:40 UTC (permalink / raw)
  To: buildroot

>>>>> "Arnout" == Arnout Vandecappelle <arnout@mind.be> writes:

Hi,

 >> For some odd reason, I don't see the davincifb.h file in the directfb
 >> tarball, but it IS in git:
 >> 
 >> http://git.directfb.org/?p=core/DirectFB.git;a=tree;f=gfxdrivers/davinci;h=f0bd9ad6add6164f3a5e953d4eed4056315a2be2;hb=ab0d779e85cec22c7c2e7b8b6b1976049b1ba0f1
 >> 
 >> Is it working for you? If so, how?

 Arnout>  davincifb.h is the kernel header file which contains the
 Arnout> davinci-specific interfaces.  Unfortunately the davinci stuff
 Arnout> doesn't get upstreamed, so you need a davinci-specific fork
 Arnout> like git://arago-project.org/git/projects/linux-davinci.git

 Arnout>  I thought I tested it with davinci-specific kernel headers,
 Arnout> but I can't find the output anymore and I can't reproduce it...

 Arnout>  One solution would be to add includethe davincifb.h file with
 Arnout> a buildroot patch. However, I don't have a davinci board
 Arnout> anymore so I can't even test if it works.

 Arnout>  Therefore, I prefer to revert the patch.

Ok, if nobody else thinks otherwise then I'll revert.

-- 
Bye, Peter Korsgaard

^ permalink raw reply	[flat|nested] 6+ messages in thread

* [Buildroot] [PATCH resend] directfb: add support for davinci gfx driver
  2012-05-06 11:40     ` Peter Korsgaard
@ 2012-05-15 19:58       ` Peter Korsgaard
  0 siblings, 0 replies; 6+ messages in thread
From: Peter Korsgaard @ 2012-05-15 19:58 UTC (permalink / raw)
  To: buildroot

>>>>> "Peter" == Peter Korsgaard <jacmet@uclibc.org> writes:

Hi,

 Arnout> Therefore, I prefer to revert the patch.

 Peter> Ok, if nobody else thinks otherwise then I'll revert.

Reverted.

-- 
Bye, Peter Korsgaard

^ permalink raw reply	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2012-05-15 19:58 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2012-04-28 16:50 [Buildroot] [PATCH resend] directfb: add support for davinci gfx driver Arnout Vandecappelle
2012-05-01 20:02 ` Peter Korsgaard
2012-05-05  9:05 ` Peter Korsgaard
2012-05-06 11:27   ` Arnout Vandecappelle
2012-05-06 11:40     ` Peter Korsgaard
2012-05-15 19:58       ` Peter Korsgaard

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.