All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/1] choose right video driver for n450
@ 2012-03-23  1:36 edwin.zhai
  2012-03-23  1:36 ` [PATCH 1/1] n450: fix wrong video driver edwin.zhai
                   ` (2 more replies)
  0 siblings, 3 replies; 9+ messages in thread
From: edwin.zhai @ 2012-03-23  1:36 UTC (permalink / raw)
  To: poky

From: Zhai Edwin <edwin.zhai@intel.com>

Tom,
n450 should use i915 driver rather than i965. With this [YOCTO #1840] got fixed.

Thanks,
Edwin

The following changes since commit 1ada91f40c9c7684ec0963c72de20c639c42ec70:

  fri2: Add 3.2 kernel recipes (2012-03-20 11:19:28 -0700)

are available in the git repository at:
  git://git.pokylinux.org/poky-contrib gzhai/bsp
  http://git.pokylinux.org/cgit.cgi/poky-contrib/log/?h=gzhai/bsp

Zhai Edwin (1):
  n450: fix wrong video driver

 conf/machine/include/ia32-base.inc       |    4 ++++
 meta-sugarbay/conf/machine/sugarbay.conf |    2 +-
 2 files changed, 5 insertions(+), 1 deletions(-)



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

* [PATCH 1/1] n450: fix wrong video driver
  2012-03-23  1:36 [PATCH 0/1] choose right video driver for n450 edwin.zhai
@ 2012-03-23  1:36 ` edwin.zhai
  2012-03-23  3:53   ` Darren Hart
  2012-03-23  3:49 ` [PATCH 0/1] choose right video driver for n450 Darren Hart
  2012-03-23  4:31 ` Tom Zanussi
  2 siblings, 1 reply; 9+ messages in thread
From: edwin.zhai @ 2012-03-23  1:36 UTC (permalink / raw)
  To: poky

From: Zhai Edwin <edwin.zhai@intel.com>

n450 should use i915 rather than i965.

[YOCTO #1840] fixed

Signed-off-by: Zhai Edwin <edwin.zhai@intel.com>
---
 conf/machine/include/ia32-base.inc       |    4 ++++
 meta-sugarbay/conf/machine/sugarbay.conf |    2 +-
 2 files changed, 5 insertions(+), 1 deletions(-)

diff --git a/conf/machine/include/ia32-base.inc b/conf/machine/include/ia32-base.inc
index 7da53f6..9b2ef5a 100644
--- a/conf/machine/include/ia32-base.inc
+++ b/conf/machine/include/ia32-base.inc
@@ -49,6 +49,10 @@ XSERVER_IA32_EXT = "xserver-xorg-extension-dri \
            "
 
 XSERVER_IA32_I915 = "xf86-video-intel \
+           mesa-dri-driver-i915 \
+           "
+
+XSERVER_IA32_I965 = "xf86-video-intel \
            mesa-dri-driver-i965 \
            "
 
diff --git a/meta-sugarbay/conf/machine/sugarbay.conf b/meta-sugarbay/conf/machine/sugarbay.conf
index 776089e..a44f918 100644
--- a/meta-sugarbay/conf/machine/sugarbay.conf
+++ b/meta-sugarbay/conf/machine/sugarbay.conf
@@ -11,5 +11,5 @@ require conf/machine/include/ia32-base.inc
 
 XSERVER ?= "${XSERVER_IA32_BASE} \
            ${XSERVER_IA32_EXT} \
-           ${XSERVER_IA32_I915} \
+           ${XSERVER_IA32_I965} \
            "
-- 
1.7.1



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

* Re: [PATCH 0/1] choose right video driver for n450
  2012-03-23  1:36 [PATCH 0/1] choose right video driver for n450 edwin.zhai
  2012-03-23  1:36 ` [PATCH 1/1] n450: fix wrong video driver edwin.zhai
@ 2012-03-23  3:49 ` Darren Hart
  2012-03-23  4:08   ` Zhai, Edwin
  2012-03-23  4:31 ` Tom Zanussi
  2 siblings, 1 reply; 9+ messages in thread
From: Darren Hart @ 2012-03-23  3:49 UTC (permalink / raw)
  To: edwin.zhai; +Cc: poky

Hi Edwin,

Thanks for nailing this down!

In the future, please submit meta-intel patches to the yocto list and
include a [meta-intel] tag in the cover letter subject.

--
Darren

On 03/22/2012 06:36 PM, edwin.zhai@intel.com wrote:
> From: Zhai Edwin <edwin.zhai@intel.com>
> 
> Tom,
> n450 should use i915 driver rather than i965. With this [YOCTO #1840] got fixed.
> 
> Thanks,
> Edwin
> 
> The following changes since commit 1ada91f40c9c7684ec0963c72de20c639c42ec70:
> 
>   fri2: Add 3.2 kernel recipes (2012-03-20 11:19:28 -0700)
> 
> are available in the git repository at:
>   git://git.pokylinux.org/poky-contrib gzhai/bsp
>   http://git.pokylinux.org/cgit.cgi/poky-contrib/log/?h=gzhai/bsp
> 
> Zhai Edwin (1):
>   n450: fix wrong video driver
> 
>  conf/machine/include/ia32-base.inc       |    4 ++++
>  meta-sugarbay/conf/machine/sugarbay.conf |    2 +-
>  2 files changed, 5 insertions(+), 1 deletions(-)
> 
> _______________________________________________
> poky mailing list
> poky@yoctoproject.org
> https://lists.yoctoproject.org/listinfo/poky

-- 
Darren Hart
Intel Open Source Technology Center
Yocto Project - Linux Kernel


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

* Re: [PATCH 1/1] n450: fix wrong video driver
  2012-03-23  1:36 ` [PATCH 1/1] n450: fix wrong video driver edwin.zhai
@ 2012-03-23  3:53   ` Darren Hart
  2012-03-23  4:15     ` Zhai, Edwin
  2012-03-23  4:32     ` Tom Zanussi
  0 siblings, 2 replies; 9+ messages in thread
From: Darren Hart @ 2012-03-23  3:53 UTC (permalink / raw)
  To: edwin.zhai; +Cc: poky



On 03/22/2012 06:36 PM, edwin.zhai@intel.com wrote:
> From: Zhai Edwin <edwin.zhai@intel.com>
> 
> n450 should use i915 rather than i965.
> 
> [YOCTO #1840] fixed
> 
> Signed-off-by: Zhai Edwin <edwin.zhai@intel.com>
> ---
>  conf/machine/include/ia32-base.inc       |    4 ++++
>  meta-sugarbay/conf/machine/sugarbay.conf |    2 +-
>  2 files changed, 5 insertions(+), 1 deletions(-)
> 
> diff --git a/conf/machine/include/ia32-base.inc b/conf/machine/include/ia32-base.inc
> index 7da53f6..9b2ef5a 100644
> --- a/conf/machine/include/ia32-base.inc
> +++ b/conf/machine/include/ia32-base.inc
> @@ -49,6 +49,10 @@ XSERVER_IA32_EXT = "xserver-xorg-extension-dri \
>             "
>  
>  XSERVER_IA32_I915 = "xf86-video-intel \
> +           mesa-dri-driver-i915 \
> +           "
> +
> +XSERVER_IA32_I965 = "xf86-video-intel \
>             mesa-dri-driver-i965 \
>             "

Looks good.

> diff --git a/meta-sugarbay/conf/machine/sugarbay.conf b/meta-sugarbay/conf/machine/sugarbay.conf
> index 776089e..a44f918 100644
> --- a/meta-sugarbay/conf/machine/sugarbay.conf
> +++ b/meta-sugarbay/conf/machine/sugarbay.conf
> @@ -11,5 +11,5 @@ require conf/machine/include/ia32-base.inc
>  
>  XSERVER ?= "${XSERVER_IA32_BASE} \
>             ${XSERVER_IA32_EXT} \
> -           ${XSERVER_IA32_I915} \
> +           ${XSERVER_IA32_I965} \
>             "

Tom, this one is your call - I presume this is right? Will leave to you
to pull in, I'm good with the common i915 definition.

Thanks,

-- 
Darren Hart
Intel Open Source Technology Center
Yocto Project - Linux Kernel


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

* Re: [PATCH 0/1] choose right video driver for n450
  2012-03-23  3:49 ` [PATCH 0/1] choose right video driver for n450 Darren Hart
@ 2012-03-23  4:08   ` Zhai, Edwin
  2012-03-23  6:05     ` Darren Hart
  0 siblings, 1 reply; 9+ messages in thread
From: Zhai, Edwin @ 2012-03-23  4:08 UTC (permalink / raw)
  To: Darren Hart; +Cc: poky

On 03/23/2012 11:49 AM, Darren Hart wrote:
> Hi Edwin,
>
> Thanks for nailing this down!
>
> In the future, please submit meta-intel patches to the yocto list and
> include a [meta-intel] tag in the cover letter subject.

I assume all patch should go into poky, while general discussion into yocto.

Maybe, I'm wrong:)

>
> --
> Darren
>
> On 03/22/2012 06:36 PM, edwin.zhai@intel.com wrote:
>> From: Zhai Edwin<edwin.zhai@intel.com>
>>
>> Tom,
>> n450 should use i915 driver rather than i965. With this [YOCTO #1840] got fixed.
>>
>> Thanks,
>> Edwin
>>
>> The following changes since commit 1ada91f40c9c7684ec0963c72de20c639c42ec70:
>>
>>    fri2: Add 3.2 kernel recipes (2012-03-20 11:19:28 -0700)
>>
>> are available in the git repository at:
>>    git://git.pokylinux.org/poky-contrib gzhai/bsp
>>    http://git.pokylinux.org/cgit.cgi/poky-contrib/log/?h=gzhai/bsp
>>
>> Zhai Edwin (1):
>>    n450: fix wrong video driver
>>
>>   conf/machine/include/ia32-base.inc       |    4 ++++
>>   meta-sugarbay/conf/machine/sugarbay.conf |    2 +-
>>   2 files changed, 5 insertions(+), 1 deletions(-)
>>
>> _______________________________________________
>> poky mailing list
>> poky@yoctoproject.org
>> https://lists.yoctoproject.org/listinfo/poky
>



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

* Re: [PATCH 1/1] n450: fix wrong video driver
  2012-03-23  3:53   ` Darren Hart
@ 2012-03-23  4:15     ` Zhai, Edwin
  2012-03-23  4:32     ` Tom Zanussi
  1 sibling, 0 replies; 9+ messages in thread
From: Zhai, Edwin @ 2012-03-23  4:15 UTC (permalink / raw)
  To: Darren Hart; +Cc: poky

On 03/23/2012 11:53 AM, Darren Hart wrote:
>> >  diff --git a/meta-sugarbay/conf/machine/sugarbay.conf b/meta-sugarbay/conf/machine/sugarbay.conf
>> >  index 776089e..a44f918 100644
>> >  --- a/meta-sugarbay/conf/machine/sugarbay.conf
>> >  +++ b/meta-sugarbay/conf/machine/sugarbay.conf
>> >  @@ -11,5 +11,5 @@ require conf/machine/include/ia32-base.inc
>> >
>> >    XSERVER ?= "${XSERVER_IA32_BASE} \
>> >               ${XSERVER_IA32_EXT} \
>> >  -           ${XSERVER_IA32_I915} \
>> >  +           ${XSERVER_IA32_I965} \
>> >               "
> Tom, this one is your call - I presume this is right? Will leave to you
> to pull in, I'm good with the common i915 definition.

There are some commits in history to show:
6f65f6
2061bb
9e0325

>
> Thanks,
>



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

* Re: [PATCH 0/1] choose right video driver for n450
  2012-03-23  1:36 [PATCH 0/1] choose right video driver for n450 edwin.zhai
  2012-03-23  1:36 ` [PATCH 1/1] n450: fix wrong video driver edwin.zhai
  2012-03-23  3:49 ` [PATCH 0/1] choose right video driver for n450 Darren Hart
@ 2012-03-23  4:31 ` Tom Zanussi
  2 siblings, 0 replies; 9+ messages in thread
From: Tom Zanussi @ 2012-03-23  4:31 UTC (permalink / raw)
  To: edwin.zhai; +Cc: poky

On Fri, 2012-03-23 at 09:36 +0800, edwin.zhai@intel.com wrote:
> From: Zhai Edwin <edwin.zhai@intel.com>
> 
> Tom,
> n450 should use i915 driver rather than i965. With this [YOCTO #1840] got fixed.
> 

You're right, pulled into meta-intel/master.

Tom

> Thanks,
> Edwin
> 
> The following changes since commit 1ada91f40c9c7684ec0963c72de20c639c42ec70:
> 
>   fri2: Add 3.2 kernel recipes (2012-03-20 11:19:28 -0700)
> 
> are available in the git repository at:
>   git://git.pokylinux.org/poky-contrib gzhai/bsp
>   http://git.pokylinux.org/cgit.cgi/poky-contrib/log/?h=gzhai/bsp
> 
> Zhai Edwin (1):
>   n450: fix wrong video driver
> 
>  conf/machine/include/ia32-base.inc       |    4 ++++
>  meta-sugarbay/conf/machine/sugarbay.conf |    2 +-
>  2 files changed, 5 insertions(+), 1 deletions(-)
> 
> _______________________________________________
> poky mailing list
> poky@yoctoproject.org
> https://lists.yoctoproject.org/listinfo/poky




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

* Re: [PATCH 1/1] n450: fix wrong video driver
  2012-03-23  3:53   ` Darren Hart
  2012-03-23  4:15     ` Zhai, Edwin
@ 2012-03-23  4:32     ` Tom Zanussi
  1 sibling, 0 replies; 9+ messages in thread
From: Tom Zanussi @ 2012-03-23  4:32 UTC (permalink / raw)
  To: Darren Hart; +Cc: poky

On Thu, 2012-03-22 at 20:53 -0700, Darren Hart wrote:
> 
> On 03/22/2012 06:36 PM, edwin.zhai@intel.com wrote:
> > From: Zhai Edwin <edwin.zhai@intel.com>
> > 
> > n450 should use i915 rather than i965.
> > 
> > [YOCTO #1840] fixed
> > 
> > Signed-off-by: Zhai Edwin <edwin.zhai@intel.com>
> > ---
> >  conf/machine/include/ia32-base.inc       |    4 ++++
> >  meta-sugarbay/conf/machine/sugarbay.conf |    2 +-
> >  2 files changed, 5 insertions(+), 1 deletions(-)
> > 
> > diff --git a/conf/machine/include/ia32-base.inc b/conf/machine/include/ia32-base.inc
> > index 7da53f6..9b2ef5a 100644
> > --- a/conf/machine/include/ia32-base.inc
> > +++ b/conf/machine/include/ia32-base.inc
> > @@ -49,6 +49,10 @@ XSERVER_IA32_EXT = "xserver-xorg-extension-dri \
> >             "
> >  
> >  XSERVER_IA32_I915 = "xf86-video-intel \
> > +           mesa-dri-driver-i915 \
> > +           "
> > +
> > +XSERVER_IA32_I965 = "xf86-video-intel \
> >             mesa-dri-driver-i965 \
> >             "
> 
> Looks good.
> 
> > diff --git a/meta-sugarbay/conf/machine/sugarbay.conf b/meta-sugarbay/conf/machine/sugarbay.conf
> > index 776089e..a44f918 100644
> > --- a/meta-sugarbay/conf/machine/sugarbay.conf
> > +++ b/meta-sugarbay/conf/machine/sugarbay.conf
> > @@ -11,5 +11,5 @@ require conf/machine/include/ia32-base.inc
> >  
> >  XSERVER ?= "${XSERVER_IA32_BASE} \
> >             ${XSERVER_IA32_EXT} \
> > -           ${XSERVER_IA32_I915} \
> > +           ${XSERVER_IA32_I965} \
> >             "
> 
> Tom, this one is your call - I presume this is right? Will leave to you
> to pull in, I'm good with the common i915 definition.
> 

Yeah, there was a typo in this cleanup.

/me again learns not to touch anyone else's BSPs.  ;-(

Tom

> Thanks,
> 




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

* Re: [PATCH 0/1] choose right video driver for n450
  2012-03-23  4:08   ` Zhai, Edwin
@ 2012-03-23  6:05     ` Darren Hart
  0 siblings, 0 replies; 9+ messages in thread
From: Darren Hart @ 2012-03-23  6:05 UTC (permalink / raw)
  To: Zhai, Edwin; +Cc: poky



On 03/22/2012 09:08 PM, Zhai, Edwin wrote:
> On 03/23/2012 11:49 AM, Darren Hart wrote:
>> Hi Edwin,
>>
>> Thanks for nailing this down!
>>
>> In the future, please submit meta-intel patches to the yocto list and
>> include a [meta-intel] tag in the cover letter subject.
> 
> I assume all patch should go into poky, while general discussion into yocto.
> 
> Maybe, I'm wrong:)
> 

It isn't quite so cut and dry unfortunately. See the MAINTAINERS file in
meta-intel:

"
Please submit any patches against meta-intel BSPs to the Yocto mailing
list (yocto@yoctoproject.org).
"

Thanks,

Darren

>>
>> --
>> Darren
>>
>> On 03/22/2012 06:36 PM, edwin.zhai@intel.com wrote:
>>> From: Zhai Edwin<edwin.zhai@intel.com>
>>>
>>> Tom,
>>> n450 should use i915 driver rather than i965. With this [YOCTO #1840] got fixed.
>>>
>>> Thanks,
>>> Edwin
>>>
>>> The following changes since commit 1ada91f40c9c7684ec0963c72de20c639c42ec70:
>>>
>>>    fri2: Add 3.2 kernel recipes (2012-03-20 11:19:28 -0700)
>>>
>>> are available in the git repository at:
>>>    git://git.pokylinux.org/poky-contrib gzhai/bsp
>>>    http://git.pokylinux.org/cgit.cgi/poky-contrib/log/?h=gzhai/bsp
>>>
>>> Zhai Edwin (1):
>>>    n450: fix wrong video driver
>>>
>>>   conf/machine/include/ia32-base.inc       |    4 ++++
>>>   meta-sugarbay/conf/machine/sugarbay.conf |    2 +-
>>>   2 files changed, 5 insertions(+), 1 deletions(-)
>>>
>>> _______________________________________________
>>> poky mailing list
>>> poky@yoctoproject.org
>>> https://lists.yoctoproject.org/listinfo/poky
>>
> 

-- 
Darren Hart
Intel Open Source Technology Center
Yocto Project - Linux Kernel


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

end of thread, other threads:[~2012-03-23  6:06 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2012-03-23  1:36 [PATCH 0/1] choose right video driver for n450 edwin.zhai
2012-03-23  1:36 ` [PATCH 1/1] n450: fix wrong video driver edwin.zhai
2012-03-23  3:53   ` Darren Hart
2012-03-23  4:15     ` Zhai, Edwin
2012-03-23  4:32     ` Tom Zanussi
2012-03-23  3:49 ` [PATCH 0/1] choose right video driver for n450 Darren Hart
2012-03-23  4:08   ` Zhai, Edwin
2012-03-23  6:05     ` Darren Hart
2012-03-23  4:31 ` Tom Zanussi

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.