Meh, I've again forgotten about all the cc's ...
/me needs coffee
On Tue, Aug 14, 2012 at 10:28 AM, Daniel Vetter daniel@ffwll.ch wrote:
Hi Dave,
A few important fixers:
- fix various lvds backlight issues, regressed in 3.6 (Takashi Iwai)
- make the retina mbp work (ignore bogus edp bpc value in vbt)
- fix a gmbus regression introduced in (iirc) 3.4 (Jani Nikula)
- fix an edp panel power sequence regression, fixes the new macbook air
- apply the tlb invalidate w/a
Otherwise we still have another gmbus regression (patches are awaiting tested-bys) and there's something odd going with some rare systems not entering rc6 often enough (and hence blowing through too much power). It seems to be a timing-related issue and can be mitigated by frobbing the magic tuning parameters. We're still working on that one. Also, we still have some fallout from the hw context support, but you can only hit that with mesa master.
Yours, Daniel
The following changes since commit 9830605d4c070b16ec5c24a75503877cc7698409:
drm/mgag200: fix G200ER pll picking algorithm (2012-08-10 20:31:37 +1000)
are available in the git repository at:
git://people.freedesktop.org/~danvet/drm-intel drm-intel-fixes
for you to fetch changes up to 7d54a904285b6e780291b91a518267bec5591913:
drm/i915: Apply post-sync write for pipe control invalidates (2012-08-14 09:47:45 +0200)
Chris Wilson (1): drm/i915: Apply post-sync write for pipe control invalidates
Daniel Vetter (2): drm/i915: ignore eDP bpc settings from vbt drm/i915: reorder edp disabling to fix ivb MacBook Air
Jani Nikula (1): drm/i915: ensure i2c adapter is all set before adding it
Takashi Iwai (1): drm/i915: Fix blank panel at reopening lid
drivers/gpu/drm/i915/intel_display.c | 11 --------- drivers/gpu/drm/i915/intel_dp.c | 14 +++++------ drivers/gpu/drm/i915/intel_i2c.c | 7 +++--- drivers/gpu/drm/i915/intel_panel.c | 13 +++++++--- drivers/gpu/drm/i915/intel_ringbuffer.c | 41 +++++++++++++++++-------------- 5 files changed, 43 insertions(+), 43 deletions(-) -- Daniel Vetter Mail: daniel@ffwll.ch Mobile: +41 (0)79 365 57 48
dri-devel@lists.freedesktop.org