Prev: [PATCH] x86: use __ASSEMBLY__ rather than __ASSEMBLER__
Next: [PATCH 7/7] Fixup compile warnings on x86-64.
From: Linus Torvalds on 5 Jun 2010 12:10 Eric - I want to do an -rc2 later today, and the current intel graphics code has the known problems with cursors not changing right. Can you send me the patch/pull request so that we can get that particular regression fixed before I release -rc2? Linus -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo(a)vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/
From: Linus Torvalds on 6 Jun 2010 00:00 On Sat, 5 Jun 2010, Linus Torvalds wrote: > > Eric - I want to do an -rc2 later today, and the current intel graphics > code has the known problems with cursors not changing right. Can you send > me the patch/pull request so that we can get that particular regression > fixed before I release -rc2? Oh well. I didn't hear back, so I just took the patch from the bugzilla entry, since I see (saw) the problem myself, and refuse to do an -rc that has some bug that affects me and that I can verify personally. It's commit e7b526bb85. Linus -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo(a)vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/
From: Eric Anholt on 6 Jun 2010 19:00
On Sat, 5 Jun 2010 20:49:53 -0700 (PDT), Linus Torvalds <torvalds(a)linux-foundation.org> wrote: > > > On Sat, 5 Jun 2010, Linus Torvalds wrote: > > > > Eric - I want to do an -rc2 later today, and the current intel graphics > > code has the known problems with cursors not changing right. Can you send > > me the patch/pull request so that we can get that particular regression > > fixed before I release -rc2? > > Oh well. I didn't hear back, so I just took the patch from the bugzilla > entry, since I see (saw) the problem myself, and refuse to do an -rc that > has some bug that affects me and that I can verify personally. > > It's commit e7b526bb85. Sorry about that, I was offline yesterday, and had been intending to pull-request on Monday. Here's 3 more changes I had queued: The following changes since commit aef4b9aaae1decc775778903922bd0075cce7a88: Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/benh/powerpc (2010-06-01 14:13:14 -0700) are available in the git repository at: git://git.kernel.org/pub/scm/linux/kernel/git/anholt/drm-intel for-linus Adam Jackson (1): drm/i915/gen4: Fix interrupt setup ordering Carl Worth (1): Revert "drm/i915: Don't enable pipe/plane/VCO early (wait for DPMS on)." Chris Wilson (1): drm/i915: Move non-phys cursors into the GTT Dave Müller (1): drm/i915: Use RSEN instead of HTPLG for tfp410 monitor detection. drivers/gpu/drm/i915/dvo_tfp410.c | 2 +- drivers/gpu/drm/i915/i915_irq.c | 50 +++++++++++++++------------------ drivers/gpu/drm/i915/intel_display.c | 14 +++++++++ 3 files changed, 38 insertions(+), 28 deletions(-) |