All of lore.kernel.org
 help / color / mirror / Atom feed
* [for-danny][PATCH] xf86-video-modesetting: new recipe for gma500
@ 2013-02-08 10:15 Koen Kooi
  2013-02-08 11:57 ` Burton, Ross
  0 siblings, 1 reply; 5+ messages in thread
From: Koen Kooi @ 2013-02-08 10:15 UTC (permalink / raw)
  To: openembedded-core

From: Nitin A Kamble <nitin.a.kamble@intel.com>

I am trying to use gma500 driver for the noemgd BSPs. The current best
xf86 driver for it is modesetting. This recipe provides that
driver.

Signed-off-by: Nitin A Kamble <nitin.a.kamble@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
---
 meta/recipes-graphics/xorg-driver/xf86-video-modesetting_0.6.0.bb | 8 ++++++++
 1 file changed, 8 insertions(+)
 create mode 100644 meta/recipes-graphics/xorg-driver/xf86-video-modesetting_0.6.0.bb

diff --git a/meta/recipes-graphics/xorg-driver/xf86-video-modesetting_0.6.0.bb b/meta/recipes-graphics/xorg-driver/xf86-video-modesetting_0.6.0.bb
new file mode 100644
index 0000000..02f4667
--- /dev/null
+++ b/meta/recipes-graphics/xorg-driver/xf86-video-modesetting_0.6.0.bb
@@ -0,0 +1,8 @@
+require xorg-driver-video.inc
+LIC_FILES_CHKSUM = "file://COPYING;md5=5e53d3fcadb1c23d122ad63cb099a918"
+
+DESCRIPTION = "X.Org X server -- modesetting display driver"
+PR = "${INC_PR}.0"
+
+SRC_URI[md5sum] = "d8a771d5d2d75ea9d234c6928153c08b"
+SRC_URI[sha256sum] = "852f9ddb213913f75e1e65ad7ce9c6b5bc7f43a93d8087b6e59666ea4eb3d0d6"
-- 
1.8.1.2




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

* Re: [for-danny][PATCH] xf86-video-modesetting: new recipe for gma500
  2013-02-08 10:15 [for-danny][PATCH] xf86-video-modesetting: new recipe for gma500 Koen Kooi
@ 2013-02-08 11:57 ` Burton, Ross
  2013-02-08 12:01   ` Koen Kooi
  0 siblings, 1 reply; 5+ messages in thread
From: Burton, Ross @ 2013-02-08 11:57 UTC (permalink / raw)
  To: Koen Kooi; +Cc: openembedded-core

On 8 February 2013 10:15, Koen Kooi <koen@dominion.thruhere.net> wrote:
> From: Nitin A Kamble <nitin.a.kamble@intel.com>
>
> I am trying to use gma500 driver for the noemgd BSPs. The current best
> xf86 driver for it is modesetting. This recipe provides that
> driver.

Big changes like this are generally avoided, but this is a pretty
important recipe. Merged into danny-next, should being doing a full
test build tonight.

Ross



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

* Re: [for-danny][PATCH] xf86-video-modesetting: new recipe for gma500
  2013-02-08 11:57 ` Burton, Ross
@ 2013-02-08 12:01   ` Koen Kooi
  2013-02-08 12:09     ` Burton, Ross
  0 siblings, 1 reply; 5+ messages in thread
From: Koen Kooi @ 2013-02-08 12:01 UTC (permalink / raw)
  To: Burton, Ross; +Cc: openembedded-core


Op 8 feb. 2013, om 12:57 heeft "Burton, Ross" <ross.burton@intel.com> het volgende geschreven:

> On 8 February 2013 10:15, Koen Kooi <koen@dominion.thruhere.net> wrote:
>> From: Nitin A Kamble <nitin.a.kamble@intel.com>
>> 
>> I am trying to use gma500 driver for the noemgd BSPs. The current best
>> xf86 driver for it is modesetting. This recipe provides that
>> driver.
> 
> Big changes like this are generally avoided, but this is a pretty
> important recipe. Merged into danny-next, should being doing a full
> test build tonight.

The GMA500 comment is very misleading, this is just a recipe for yet-another-ddx that only gets installed when you ask for it :) What the commit forgets to mention is that it's a ddx for any DRM based kernel display driver, I need it for beagleboard, beaglebone which don't use gma500 and also for fri2 which does use gma500.

regards,

Koen


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

* Re: [for-danny][PATCH] xf86-video-modesetting: new recipe for gma500
  2013-02-08 12:01   ` Koen Kooi
@ 2013-02-08 12:09     ` Burton, Ross
  2013-02-08 20:39       ` Kamble, Nitin A
  0 siblings, 1 reply; 5+ messages in thread
From: Burton, Ross @ 2013-02-08 12:09 UTC (permalink / raw)
  To: Koen Kooi; +Cc: openembedded-core

On 8 February 2013 12:01, Koen Kooi <koen@dominion.thruhere.net> wrote:
> The GMA500 comment is very misleading, this is just a recipe for yet-another-ddx that only gets installed when you ask for it :) What the commit forgets to mention is that it's a ddx for any DRM based kernel display driver, I need it for beagleboard, beaglebone which don't use gma500 and also for fri2 which does use gma500.

Indeed, it's the new fbdev. Death to fbdev!

Ross



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

* Re: [for-danny][PATCH] xf86-video-modesetting: new recipe for gma500
  2013-02-08 12:09     ` Burton, Ross
@ 2013-02-08 20:39       ` Kamble, Nitin A
  0 siblings, 0 replies; 5+ messages in thread
From: Kamble, Nitin A @ 2013-02-08 20:39 UTC (permalink / raw)
  To: Burton, Ross, Koen Kooi; +Cc: openembedded-core


> -----Original Message-----
> From: Burton, Ross [mailto:ross.burton@intel.com]
> Sent: Friday, February 08, 2013 4:10 AM
> To: Koen Kooi
> Cc: openembedded-core@lists.openembedded.org; Kamble, Nitin A; Richard
> Purdie
> Subject: Re: [for-danny][PATCH] xf86-video-modesetting: new recipe for
> gma500
> 
> On 8 February 2013 12:01, Koen Kooi <koen@dominion.thruhere.net> wrote:
> > The GMA500 comment is very misleading, this is just a recipe for yet-
> another-ddx that only gets installed when you ask for it :) What the commit
> forgets to mention is that it's a ddx for any DRM based kernel display driver, I
> need it for beagleboard, beaglebone which don't use gma500 and also for fri2
> which does use gma500.
> 
> Indeed, it's the new fbdev. Death to fbdev!
> 
> Ross
I had brought in the modesetting driver just for gma500, and glad to see more use of it.
BTW FRI2 does not & cannot use the gma500 driver. 

Nitin


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

end of thread, other threads:[~2013-02-08 20:55 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2013-02-08 10:15 [for-danny][PATCH] xf86-video-modesetting: new recipe for gma500 Koen Kooi
2013-02-08 11:57 ` Burton, Ross
2013-02-08 12:01   ` Koen Kooi
2013-02-08 12:09     ` Burton, Ross
2013-02-08 20:39       ` Kamble, Nitin A

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.