Hi Dave,
New feature pile for 3.12! Highlights:
- Stereo/3d support for hdmi from Damien, both the drm core bits and
the i915 integration.
- Manual boost/deboost logic for gpu turbo (Chris)
- Fixed up clock readout support for vlv (Chris).
- Tons of little fixes and improvements for vlv in gener
Summary
We covered the platform: Baytrail-M, Haswell mobile, HSW desktop, HSW ULT,
IvyBridge, SandyBridge, IronLake.
In this circle, 1 new bugs are filed, 37 bugs are still opened, no WONTFIX
bugs, no NOTABUG bugs, no NOTOURBUG bugs, 2 Duplicated bugs, no REOPENED bugs,
3 bugs are fixed, 9 bugs
Hi Daniel,
finally had access again to the Fujitsu laptop with the 835GM chipset.
This time, I checked up the nightly-built branch based on the 3.12.rc4
kernel. Similar to the 3.11 kernel, I get a blank screen during login,
i.e. gdm does not render its graphics. The boot console, even after
l
At the moment we have 3 paths that lead to actually_set_backlight(),
from modesetting, ACPI/OpRegion requests and our very own
intel_backlight interface, and we have no way of distinguishing them in
the debug log. So add a debug breadcrumb to explain the source of the
backlight changes.
Signed-off
On Sun, Oct 13, 2013 at 05:49:04AM +0200, Bas Wijnen wrote:
> On Sat, Oct 12, 2013 at 09:46:14PM +0100, Chris Wilson wrote:
> > On Fri, Oct 11, 2013 at 09:24:54PM +0200, Bas Wijnen wrote:
> > > Hello,
> > >
> > > My X server was crashing when playing video, and I wrote a patch to fix
> > > it. Pl