Hi Dave,
I've quickly looked at the qa report and one bug seems to be a benign warning due to one of Adam's paranoia patches. The other is a modeset failure because the kernel detects more modes (and the new ones fail). Could be either due to the CEA patch or one of the dp bandwidth patches. The old modes still all work.
There's also a harmless dmesg splat issue on my i855, but I've already queued a fix for that and I'd like to send you the -next tree exactly as tested.
Highlights: - Random small patches that got lost (mostly from Adam) - kill i915_mem.c - Export a HAS_LLC flag to be able to correctly chose optimal upload/download paths. - Start of a i9xx_mode_set refactor from Jesse - I've dropped the last one, it was too big.
QA report below the pull request.
Cheers, Daniel
The following changes since commit 095f979a539245a46b9e5d600ec9c720b4d928e5:
drm/nouveau/pm: fix build with HWMON off (2012-01-10 10:13:16 +0000)
are available in the git repository at: git://people.freedesktop.org/~danvet/drm-intel for-airlied
Adam Jackson (7): drm/i915: Silence _DSM errors drm/i915: Implement plane-disabled assertion for PCH too drm/i915: Fix assert_pch_hdmi_disabled to mention HDMI (not DP) drm/i915: Remove a comment about PCH from the non-PCH path drm/i915/dp: Tweak auxch clock divider for PCH drm/i915/dp: Use auxch precharge value of 5 everywhere drm/i915/dp: Check for AUXCH error before checking for success
Ben Widawsky (1): agp/intel: Add pci id for hostbridge from has/qemu
Chris Wilson (1): drm/i915: Check that plane/pipe is disabled before removing the fb
Daniel Vetter (1): drm/i915: kill i915_mem.c
Eugeni Dodonov (3): drm/i915: there is no pipe CxSR on ironlake drm/i915: fix typo in function name drm/i915: add a LLC feature flag in device description
Jesse Barnes (2): drm/i915: split 9xx refclk & sdvo tv code out drm/i915: split out pll divider code
Sean Paul (1): drm/i915: Only look for matching clocks for LVDS downclock
Simon Que (1): drivers: i915: Fix BLC PWM register setup
Thomas Meyer (1): drm/i915: Use kcalloc instead of kzalloc to allocate array
drivers/char/agp/intel-agp.c | 1 + drivers/gpu/drm/drm_ioctl.c | 2 + drivers/gpu/drm/i915/Makefile | 2 +- drivers/gpu/drm/i915/i915_debugfs.c | 1 + drivers/gpu/drm/i915/i915_dma.c | 17 +- drivers/gpu/drm/i915/i915_drv.c | 8 +- drivers/gpu/drm/i915/i915_drv.h | 15 +-- drivers/gpu/drm/i915/i915_gem.c | 4 +- drivers/gpu/drm/i915/i915_mem.c | 387 ---------------------------------- drivers/gpu/drm/i915/intel_acpi.c | 2 +- drivers/gpu/drm/i915/intel_bios.c | 2 +- drivers/gpu/drm/i915/intel_display.c | 239 +++++++++++++-------- drivers/gpu/drm/i915/intel_dp.c | 13 +- drivers/gpu/drm/i915/intel_panel.c | 4 +- include/drm/i915_drm.h | 1 + 15 files changed, 180 insertions(+), 518 deletions(-) delete mode 100644 drivers/gpu/drm/i915/i915_mem.c
On Tue, Feb 07, 2012 at 10:09:56AM +0000, Sun, Yi wrote:
dri-devel@lists.freedesktop.org