[PULL] drm-intel-fixes (drm/i915 driver)

2011-12-16 Thread Keith Packard
A few regression fixes: * eDP panels with too few lanes need 6bpc modes * older machine backlights going black * divide-by-zero crash when reading a /sys file Quirks for a couple of machines: * No lvds panel on a desktop ASUS machine * Light up the second LVDS on the Libretto W105 Two

[PULL] drm-intel-fixes (drm/i915 driver)

2011-12-16 Thread Keith Packard
A few regression fixes: * eDP panels with too few lanes need 6bpc modes * older machine backlights going black * divide-by-zero crash when reading a /sys file Quirks for a couple of machines: * No lvds panel on a desktop ASUS machine * Light up the second LVDS on the Libretto W105 Two

Re: [PULL] drm-intel-fixes (drm/i915 driver)

2011-10-07 Thread Woody Suwalski
Keith Packard wrote: On Thu, 6 Oct 2011 10:12:57 -0700, Linus Torvaldstorva...@linux-foundation.org wrote: [drm:ironlake_update_pch_refclk] *ERROR* enabling SSC on PCH Thanks. I've got a patch series that fixes a pile of refclk bugs which is still out for review that should fix this.

[PULL] drm-intel-fixes (drm/i915 driver)

2011-10-06 Thread Woody Suwalski
Keith Packard wrote: > On Thu, 6 Oct 2011 10:12:57 -0700, Linus Torvalds linux-foundation.org> wrote: > >>[drm:ironlake_update_pch_refclk] *ERROR* enabling SSC on PCH > Thanks. I've got a patch series that fixes a pile of refclk bugs which > is still out for review that should fix this. This

[PULL] drm-intel-fixes (drm/i915 driver)

2011-10-06 Thread Keith Packard
On Thu, 6 Oct 2011 10:12:57 -0700, Linus Torvalds wrote: > [drm:ironlake_update_pch_refclk] *ERROR* enabling SSC on PCH Thanks. I've got a patch series that fixes a pile of refclk bugs which is still out for review that should fix this. This error should be harmless, but still.. --

[PULL] drm-intel-fixes (drm/i915 driver)

2011-10-06 Thread Linus Torvalds
On Thu, Sep 29, 2011 at 6:18 PM, Keith Packard wrote: > > Here are three tiny patches, two new bug fixes and one regression fix > that disables FBC on Ironlake and older chips. So I got this error notice at bootup with the current -git tree. Everything seems to work despite it, but I thought I'd

Re: [PULL] drm-intel-fixes (drm/i915 driver)

2011-10-06 Thread Keith Packard
On Thu, 6 Oct 2011 10:12:57 -0700, Linus Torvalds torva...@linux-foundation.org wrote: [drm:ironlake_update_pch_refclk] *ERROR* enabling SSC on PCH Thanks. I've got a patch series that fixes a pile of refclk bugs which is still out for review that should fix this. This error should be

[PULL] drm-intel-fixes (drm/i915 driver)

2011-09-29 Thread Keith Packard
Here are three tiny patches, two new bug fixes and one regression fix that disables FBC on Ironlake and older chips. The following changes since commit b6fd41e29dea9c6753b1843a77e50433e6123bcb: Linux 3.1-rc6 (2011-09-12 14:02:02 -0700) are available in the git repository at:

[PULL] drm-intel-fixes (drm/i915 driver)

2011-09-29 Thread Keith Packard
Here are three tiny patches, two new bug fixes and one regression fix that disables FBC on Ironlake and older chips. The following changes since commit b6fd41e29dea9c6753b1843a77e50433e6123bcb: Linux 3.1-rc6 (2011-09-12 14:02:02 -0700) are available in the git repository at:

[PULL] drm-intel-fixes (drm/i915 driver)

2011-08-26 Thread Keith Packard
This is all I've seen since rc3; a couple of tiny fixes, but one has seen several complaints on the list, so I figured I'd send them in now. The following changes since commit fcb8ce5cfe30ca9ca5c9a79cdfe26d1993e65e0c: Linux 3.1-rc3 (2011-08-22 11:42:53 -0700) are available in the git

[PULL] drm-intel-fixes (drm/i915 driver)

2011-08-26 Thread Keith Packard
This is all I've seen since rc3; a couple of tiny fixes, but one has seen several complaints on the list, so I figured I'd send them in now. The following changes since commit fcb8ce5cfe30ca9ca5c9a79cdfe26d1993e65e0c: Linux 3.1-rc3 (2011-08-22 11:42:53 -0700) are available in the git

[PULL] drm-intel-fixes (drm/i915 driver)

2011-08-15 Thread Keith Packard
Two bug fixes, a new platform backlight driver and a bit of debug output for IVB interrupts: * Dual-display mode setting manipulations on SNB machines would sometimes accidentally turn off all outputs. * Attempts to use UMS would segfault in the kernel and generate a pile of spurious

[PULL] drm-intel-fixes (drm/i915 driver)

2011-07-21 Thread Keith Packard
Two fairly useful bug fixes: * Quirk for Lenovo U160 to prevent a black-screen when KMS starts up. We've gone round and round trying to make this hardware 'just work', it's time to give up and special case this box. * Fix longstanding regression on old (pre-G33) hardware with tiled buffer

[PULL] drm-intel-fixes (drm/i915 driver)

2011-07-21 Thread Keith Packard
Two fairly useful bug fixes: * Quirk for Lenovo U160 to prevent a black-screen when KMS starts up. We've gone round and round trying to make this hardware 'just work', it's time to give up and special case this box. * Fix longstanding regression on old (pre-G33) hardware with tiled buffer

[PULL] drm-intel-fixes (drm/i915 driver)

2011-07-12 Thread Keith Packard
What have we got here: * A list of DP fixes from Jesse to make the code conform more closely to the specification. * Making Ivybridge use the Sandybridge GPU reset path. * Recover from i915 load failure without causing a later panic when the shrinker ran. * Revert the RC6 enable

[PULL] drm-intel-fixes (drm/i915 driver)

2011-07-12 Thread Keith Packard
What have we got here: * A list of DP fixes from Jesse to make the code conform more closely to the specification. * Making Ivybridge use the Sandybridge GPU reset path. * Recover from i915 load failure without causing a later panic when the shrinker ran. * Revert the RC6 enable

[PULL] drm-intel-fixes (drm/i915 driver)

2011-07-01 Thread Keith Packard
Another forcewake fix, a NULL pointer oops, some error-path cleanups, a UMS for IRL fix and another IVB fix. The UMS for IRL fix (from Jesse) contains a bunch of code motion, hence the fairly large diffstat. Otherwise, these are all tiny fixes. The following changes since commit

[PULL] drm-intel-fixes (drm/i915 driver)

2011-07-01 Thread Keith Packard
Another forcewake fix, a NULL pointer oops, some error-path cleanups, a UMS for IRL fix and another IVB fix. The UMS for IRL fix (from Jesse) contains a bunch of code motion, hence the fairly large diffstat. Otherwise, these are all tiny fixes. The following changes since commit

[PULL] drm-intel-fixes (drm/i915 driver)

2011-06-28 Thread Keith Packard
A couple of forcewake fixes and and a patch to make page flip work on IVB. Sorry for the large diffstat; the IVB fix first splits out page flipping into per-generation functions and then applies the IVB-specific version, so the bulk of the change is just shuffling code around. The following

[PULL] drm-intel-fixes (drm/i915 driver)

2011-06-28 Thread Keith Packard
A couple of forcewake fixes and and a patch to make page flip work on IVB. Sorry for the large diffstat; the IVB fix first splits out page flipping into per-generation functions and then applies the IVB-specific version, so the bulk of the change is just shuffling code around. The following

[PULL] drm-intel-fixes (drm/i915 driver)

2011-06-24 Thread Keith Packard
Here's a few minor fixes for the intel drm driver. This should fix: * Lost interrupts on Sandybridge from the BSD ring * Sandybridge forcewake error during suspend/resume * Performance regression due to discarding GTT mappings * Broken 9xx display at startup due to lost call to

[PULL] drm-intel-fixes (drm/i915 driver)

2011-06-24 Thread Keith Packard
Here's a few minor fixes for the intel drm driver. This should fix: * Lost interrupts on Sandybridge from the BSD ring * Sandybridge forcewake error during suspend/resume * Performance regression due to discarding GTT mappings * Broken 9xx display at startup due to lost call to