Hottest Free Downloads - DownloadPipe.com Over 197,000 downloads! Bookmark Now!
DownloadPipe.com - New Downloads Every Minute
 SEARCH:
FAQFAQ    SearchSearch      ProfileProfile    Private MessagesPrivate Messages   Log inLog in

[PATCH] fb/intelfb: conflict with DRM_I915 and hide by def..

 
   Linux (Home) -> Kernel RSS
Next:  [patch 2.6.30 0/4] Fix cpufreq locking dependency..  
Author Message
Jesse Barnes

External


Since: Oct 17, 2005
Posts: 21



(Msg. 1) Posted: Fri Jul 03, 2009 3:26 pm
Post subject: [PATCH] fb/intelfb: conflict with DRM_I915 and hide by default
Archived from groups: linux>kernel (more info?)

Users get confused by this driver. It's really a special purpose
embedded driver, and causes a lot of problems if enabled. So hide it
under EMBEDDED by default, and make sure it doesn't get enabled with
the i915 DRM driver.

Dave, I'm hoping you can feed this to Linus through your tree. It's
appropriate for 2.6.31 I think.

Signed-off-by: Jesse Barnes <jbarnes RemoveThis @virtuousgeek.org>

diff --git a/drivers/video/Kconfig b/drivers/video/Kconfig
index d6d65ef..ec12f7a 100644
--- a/drivers/video/Kconfig
+++ b/drivers/video/Kconfig
@@ -1117,12 +1117,13 @@ config FB_CARILLO_RANCH

config FB_INTEL
tristate "Intel 830M/845G/852GM/855GM/865G/915G/945G/945GM/965G/965GM support (EXPERIMENTAL)"
- depends on EXPERIMENTAL && FB && PCI && X86 && AGP_INTEL
+ depends on EXPERIMENTAL && FB && PCI && X86 && AGP_INTEL && EMBEDDED
select FB_MODE_HELPERS
select FB_CFB_FILLRECT
select FB_CFB_COPYAREA
select FB_CFB_IMAGEBLIT
select FB_BOOT_VESA_SUPPORT if FB_INTEL = y
+ depends on !DRM_I915
help
This driver supports the on-board graphics built in to the Intel
830M/845G/852GM/855GM/865G/915G/915GM/945G/945GM/965G/965GM chipsets.
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo RemoveThis @vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Back to top
Login to vote
Andrew Morton

External


Since: Jul 15, 2009
Posts: 42



(Msg. 2) Posted: Fri Jul 17, 2009 9:25 pm
Post subject: Re: [PATCH] fb/intelfb: conflict with DRM_I915 and hide by default [Login to view extended thread Info.]
Archived from groups: per prev. post (more info?)

On Fri, 3 Jul 2009 11:24:46 -0700
Jesse Barnes <jbarnes.DeleteThis@virtuousgeek.org> wrote:

> Users get confused by this driver. It's really a special purpose
> embedded driver, and causes a lot of problems if enabled. So hide it
> under EMBEDDED by default, and make sure it doesn't get enabled with
> the i915 DRM driver.
>
> Dave, I'm hoping you can feed this to Linus through your tree. It's
> appropriate for 2.6.31 I think.
>
> Signed-off-by: Jesse Barnes <jbarnes.DeleteThis@virtuousgeek.org>
>
> diff --git a/drivers/video/Kconfig b/drivers/video/Kconfig
> index d6d65ef..ec12f7a 100644
> --- a/drivers/video/Kconfig
> +++ b/drivers/video/Kconfig
> @@ -1117,12 +1117,13 @@ config FB_CARILLO_RANCH
>
> config FB_INTEL
> tristate "Intel 830M/845G/852GM/855GM/865G/915G/945G/945GM/965G/965GM support (EXPERIMENTAL)"
> - depends on EXPERIMENTAL && FB && PCI && X86 && AGP_INTEL
> + depends on EXPERIMENTAL && FB && PCI && X86 && AGP_INTEL && EMBEDDED
> select FB_MODE_HELPERS
> select FB_CFB_FILLRECT
> select FB_CFB_COPYAREA
> select FB_CFB_IMAGEBLIT
> select FB_BOOT_VESA_SUPPORT if FB_INTEL = y
> + depends on !DRM_I915
> help
> This driver supports the on-board graphics built in to the Intel
> 830M/845G/852GM/855GM/865G/915G/915GM/945G/945GM/965G/965GM chipsets.

Nothing happened?

I'll merge this next week(ish) unless given a reason not to.
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo.DeleteThis@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Back to top
Login to vote
Jesse Barnes

External


Since: Oct 17, 2005
Posts: 21



(Msg. 3) Posted: Fri Jul 17, 2009 10:25 pm
Post subject: Re: [PATCH] fb/intelfb: conflict with DRM_I915 and hide by default [Login to view extended thread Info.]
Archived from groups: per prev. post (more info?)

On Fri, 17 Jul 2009 17:13:26 -0700
Andrew Morton <akpm.TakeThisOut@linux-foundation.org> wrote:

> On Fri, 3 Jul 2009 11:24:46 -0700
> Jesse Barnes <jbarnes.TakeThisOut@virtuousgeek.org> wrote:
>
> > Users get confused by this driver. It's really a special purpose
> > embedded driver, and causes a lot of problems if enabled. So hide
> > it under EMBEDDED by default, and make sure it doesn't get enabled
> > with the i915 DRM driver.
> >
> > Dave, I'm hoping you can feed this to Linus through your tree. It's
> > appropriate for 2.6.31 I think.
> >
> > Signed-off-by: Jesse Barnes <jbarnes.TakeThisOut@virtuousgeek.org>
> >
> > diff --git a/drivers/video/Kconfig b/drivers/video/Kconfig
> > index d6d65ef..ec12f7a 100644
> > --- a/drivers/video/Kconfig
> > +++ b/drivers/video/Kconfig
> > @@ -1117,12 +1117,13 @@ config FB_CARILLO_RANCH
> >
> > config FB_INTEL
> > tristate "Intel
> > 830M/845G/852GM/855GM/865G/915G/945G/945GM/965G/965GM support
> > (EXPERIMENTAL)"
> > - depends on EXPERIMENTAL && FB && PCI && X86 && AGP_INTEL
> > + depends on EXPERIMENTAL && FB && PCI && X86 && AGP_INTEL
> > && EMBEDDED select FB_MODE_HELPERS
> > select FB_CFB_FILLRECT
> > select FB_CFB_COPYAREA
> > select FB_CFB_IMAGEBLIT
> > select FB_BOOT_VESA_SUPPORT if FB_INTEL = y
> > + depends on !DRM_I915
> > help
> > This driver supports the on-board graphics built in to
> > the Intel
> > 830M/845G/852GM/855GM/865G/915G/915GM/945G/945GM/965G/965GM
> > chipsets.
>
> Nothing happened?
>
> I'll merge this next week(ish) unless given a reason not to.

It's in Dave's tree, pull requested to Linus already, so it should land
soon.

--
Jesse Barnes, Intel Open Source Technology Center
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo.TakeThisOut@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Back to top
Login to vote
Dave Airlie

External


Since: Jul 09, 2005
Posts: 17



(Msg. 4) Posted: Sat Jul 18, 2009 12:25 am
Post subject: Re: [PATCH] fb/intelfb: conflict with DRM_I915 and hide by default [Login to view extended thread Info.]
Archived from groups: per prev. post (more info?)

On Sat, Jul 18, 2009 at 11:22 AM, Jesse Barnes<jbarnes RemoveThis @virtuousgeek.org> wrote:
> On Fri, 17 Jul 2009 17:13:26 -0700
> Andrew Morton <akpm RemoveThis @linux-foundation.org> wrote:
>
>> On Fri, 3 Jul 2009 11:24:46 -0700
>> Jesse Barnes <jbarnes RemoveThis @virtuousgeek.org> wrote:
>>
>> > Users get confused by this driver.  It's really a special purpose
>> > embedded driver, and causes a lot of problems if enabled.  So hide
>> > it under EMBEDDED by default, and make sure it doesn't get enabled
>> > with the i915 DRM driver.
>> >
>> > Dave, I'm hoping you can feed this to Linus through your tree.  It's
>> > appropriate for 2.6.31 I think.
>> >
>> > Signed-off-by: Jesse Barnes <jbarnes RemoveThis @virtuousgeek.org>
>> >
>> > diff --git a/drivers/video/Kconfig b/drivers/video/Kconfig
>> > index d6d65ef..ec12f7a 100644
>> > --- a/drivers/video/Kconfig
>> > +++ b/drivers/video/Kconfig
>> > @@ -1117,12 +1117,13 @@ config FB_CARILLO_RANCH
>> >
>> >  config FB_INTEL
>> >     tristate "Intel
>> > 830M/845G/852GM/855GM/865G/915G/945G/945GM/965G/965GM support
>> > (EXPERIMENTAL)"
>> > -   depends on EXPERIMENTAL && FB && PCI && X86 && AGP_INTEL
>> > +   depends on EXPERIMENTAL && FB && PCI && X86 && AGP_INTEL
>> > && EMBEDDED select FB_MODE_HELPERS
>> >     select FB_CFB_FILLRECT
>> >     select FB_CFB_COPYAREA
>> >     select FB_CFB_IMAGEBLIT
>> >     select FB_BOOT_VESA_SUPPORT if FB_INTEL = y
>> > +   depends on !DRM_I915
>> >     help
>> >       This driver supports the on-board graphics built in to
>> > the Intel
>> > 830M/845G/852GM/855GM/865G/915G/915GM/945G/945GM/965G/965GM
>> > chipsets.
>>
>> Nothing happened?
>>
>> I'll merge this next week(ish) unless given a reason not to.
>
> It's in Dave's tree, pull requested to Linus already, so it should land
> soon.
>

I suspect Linus isn't pulling from me post -rc2 anymore, or maybe
he just missed it.

Dave.
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo RemoveThis @vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Back to top
Login to vote
Display posts from previous:   
Related Topics:
intelfb broken ? - Hello, i have hp compaq nx9020 with Display controller: Intel Corp. 82852/855GM Integrated Graphics Device (rev 02), im trying run console with framebuffer -> intelfb, in kernel 2.6.11, and vga=792, all work ok, just cursor is not visible. In all kern...

[PATCH] pcmcia: update alloc_io_space for conflict checkin.. - Hi, Some PCMCIA cards do not mention specific IO addresses in the CIS. In that case, inside the alloc_io_space function, conflicts are detected (the function returns 1) for the second function of a multifunction card unless the length of IO address rang...

SATA Conflict with PATA DMA - I'm having problems enabling DMA for my PATA HD. hdparm -d1 /dev/hdb reports: HDIO_SET_DMA failed: Operation not permitted Of course, I'm super user. Nothing is printed in dmesg. I'm on linux-2.6.16 and motherboard is Fujitsu Siemens D1561 with an..

[patch] mm: Patch to convert global dirty_exceeded flag to.. - Patch to convert global dirty_exceeded flag to per-node node_dirty_exceeded. dirty_exceeded ping pongs between nodes in order to force all cpus in the system to increase the frequency of calls to balance_dirty_pages. Currently dirty_exceeded is used by...

[PATCH 7/16] 2.6.17-rc6 perfmon2 patch for review: interru.. - This patch contains the PMU interruption support. --- linux-2.6.17-rc6.orig/perfmon/perfmon_intr.c 1969-12-31 16:00:00.000000000 -0800 +++ linux-2.6.17-rc6/perfmon/perfmon_intr.c 2006-06-12 04:40:38.000000000 -0700 @@ -0,0 +1,517 @@ +/* + *..
       Linux (Home) -> Kernel All times are: Pacific Time (US & Canada) (change)
Page 1 of 1

 
You can post new topics in this forum
You can reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum
Categories:
 Windows Forums
 Game Forums
  Linux Forums
 Mac Forums
 PDA Forums
 Mobile Forums
  Top  |  Store  |  RSS Feeds RSS  |  Data Feeds  |  Advertise  |  Submit  |  Bookmark  |  Newsletter  |  Contact