Bug 41742
Summary: | duplicate filename for intel_backlight with the i915 driver | ||
---|---|---|---|
Product: | Drivers | Reporter: | François Valenduc (francoisvalenduc) |
Component: | Video(DRI - Intel) | Assignee: | drivers_video-dri-intel (drivers_video-dri-intel) |
Status: | CLOSED CODE_FIX | ||
Severity: | normal | CC: | florian, maciej.rutecki, mjg59-kernel, rjw |
Priority: | P1 | ||
Hardware: | All | ||
OS: | Linux | ||
Kernel Version: | 3.1-rc3 | Subsystem: | |
Regression: | Yes | Bisected commit-id: | |
Bug Depends on: | |||
Bug Blocks: | 40982 |
Description
François Valenduc
2011-08-25 18:51:28 UTC
A git bisect run reveals that the following commit is problematic; commit aaa6fd2a004147bf32fce05720938236de3361d9 Author: Matthew Garrett <mjg@redhat.com> Date: Fri Aug 12 12:11:33 2011 +0200 Not all systems expose a firmware or platform mechanism for changing the backlight intensity on i915, so add native driver support. Indeed, if I revert it, the problem doesn't occur. First-Bad-Commit : aaa6fd2a004147bf32fce05720938236de3361d9 On Sunday, August 28, 2011, Dave Jones wrote:
> On Sun, Aug 28, 2011 at 08:22:05PM +0200, Rafael J. Wysocki wrote:
>
> > Bug-Entry : http://bugzilla.kernel.org/show_bug.cgi?id=41742
> > Subject : duplicate filename for intel_backlight with the i915
> driver
> > Submitter : François Valenduc <francois.valenduc@tvcablenet.be>
> > Date : 2011-08-25 18:51 (4 days old)
> > First-Bad-Commit:
> http://git.kernel.org/linus/aaa6fd2a004147bf32fce05720938236de3361d9
>
> this should be fixed by b727d20269e8ef1de002bfea8099f5e9db9e9f23
>
> Dave
On Sunday, August 28, 2011, Linus Torvalds wrote:
> On Sun, Aug 28, 2011 at 12:35 PM, Dave Jones <davej@redhat.com> wrote:
> > On Sun, Aug 28, 2011 at 08:22:05PM +0200, Rafael J. Wysocki wrote:
> >
> > > Bug-Entry : http://bugzilla.kernel.org/show_bug.cgi?id=41742
> > > Subject : duplicate filename for intel_backlight with the
> i915 driver
> > > Submitter : François Valenduc <francois.valenduc@tvcablenet.be>
> > > Date : 2011-08-25 18:51 (4 days old)
> > > First-Bad-Commit:
> http://git.kernel.org/linus/aaa6fd2a004147bf32fce05720938236de3361d9
> >
> > this should be fixed by b727d20269e8ef1de002bfea8099f5e9db9e9f23
>
> Actually, by a2cc797d2d1a ("i915: do not setup intel_backlight ").
>
> That b727d20269e is just my merge commit that brings in the fix (and
> the bogus initialization of 'locked') into mainline.
>
> Linus
|