Re: [Intel-gfx] [PATCH] drm/i915/i2c: Track users of GMBUS force-bit

2012-11-11 Thread Jani Nikula
On Sat, 10 Nov 2012, Chris Wilson wrote: > This fixes a regression for SDVO from > > commit fbfcc4f3a0cf8bbde87646b74241faa8e37426bf > Author: Jani Nikula > Date: Mon Oct 22 16:12:18 2012 +0300 > > drm/i915/sdvo: restore i2c adapter config on intel_sdvo_init() failures > > As SDVOB and SDVO

Re: [Intel-gfx] [RFC] Async flips

2012-11-11 Thread Mario Kleiner
On 02.11.12 10:29, Ville Syrjälä wrote: On Fri, Nov 02, 2012 at 05:45:29AM +0100, Mario Kleiner wrote: On 31.10.12 19:51, Ville Syrjälä wrote: On Wed, Oct 31, 2012 at 10:44:47AM -0700, Eric Anholt wrote: Ville Syrjälä writes: On Tue, Oct 30, 2012 at 01:33:47PM -0500, Jesse Barnes wrote:

[Intel-gfx] Updated -testing

2012-11-11 Thread Daniel Vetter
Hi all, New testing with neat new stuff. Highlights: - fdi B/C workarounds for ivb, improving fdi link training reliability - some sprite/plane offset fixes from Damien for hsw - unified ddi encoder for DP+HDMI on hsw (Paulo), this finally gives up DP support for hsw - GTT handling cleanups from

Re: [Intel-gfx] [PATCH] drm/i915: Report amount of usable graphics memory in MiB

2012-11-11 Thread Ben Widawsky
On Sun, 11 Nov 2012 18:48:55 +0100 Daniel Vetter wrote: > On Sun, Nov 11, 2012 at 09:34:06AM -0800, Ben Widawsky wrote: > > On Sun, 11 Nov 2012 09:34:45 + > > Chris Wilson wrote: > > > > > ...rather than kilo-PTE. > > > > > > Signed-off-by: Chris Wilson > > > --- > > > drivers/gpu/drm/i9

Re: [Intel-gfx] [PATCH] drm/i915: Report amount of usable graphics memory in MiB

2012-11-11 Thread Daniel Vetter
On Sun, Nov 11, 2012 at 09:34:06AM -0800, Ben Widawsky wrote: > On Sun, 11 Nov 2012 09:34:45 + > Chris Wilson wrote: > > > ...rather than kilo-PTE. > > > > Signed-off-by: Chris Wilson > > --- > > drivers/gpu/drm/i915/i915_gem_gtt.c |2 +- > > 1 file changed, 1 insertion(+), 1 deletion(

Re: [Intel-gfx] [PATCH] drm/i915: Report amount of usable graphics memory in MiB

2012-11-11 Thread Ben Widawsky
On Sun, 11 Nov 2012 09:34:45 + Chris Wilson wrote: > ...rather than kilo-PTE. > > Signed-off-by: Chris Wilson > --- > drivers/gpu/drm/i915/i915_gem_gtt.c |2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/drivers/gpu/drm/i915/i915_gem_gtt.c > b/drivers/gpu/drm/i9

Re: [Intel-gfx] [PATCH] intel: Fix missing ETIME on BSD operating systems

2012-11-11 Thread Ben Widawsky
On Sat, 10 Nov 2012 16:36:26 -0500 Richard Yao wrote: > On 11/10/2012 03:12 PM, Eric Anholt wrote: > > Richard Yao writes: > > > >> From: David Shao > >> > >> Originally posted to Free Desktop bug #52549 by David Shao. > >> Resolves Gentoo Bug #433403. > >> Commit message by Richard Yao. > >

[Intel-gfx] [ANNOUNCE] xf86-video-intel 2.20.13

2012-11-11 Thread Chris Wilson
Nothing but bug fixes. Many thanks to everyone who took the time to report their issues, and for their help in improving the driver. * Sanity check the platform probe points to our expected i915 device https://bugs.launchpad.net/ubuntu/+source/xserver-xorg-video-intel/+bug/1069031 * Prevent

Re: [Intel-gfx] [PATCH 3/4] drm/i915: Allow userspace to hint that the relocations were known

2012-11-11 Thread Daniel Vetter
On Sun, Nov 11, 2012 at 1:10 PM, Chris Wilson wrote: > On Sat, 10 Nov 2012 21:17:05 +0100, Daniel Vetter wrote: >> Hm, I've thought we could get away for the gpu activity tracking by >> unconditionally assuming that any passed-in object is in is in all >> read domains. For cache flushing it doesn

Re: [Intel-gfx] [PATCH 3/4] drm/i915: Allow userspace to hint that the relocations were known

2012-11-11 Thread Chris Wilson
On Sat, 10 Nov 2012 21:17:05 +0100, Daniel Vetter wrote: > Hm, I've thought we could get away for the gpu activity tracking by > unconditionally assuming that any passed-in object is in is in all > read domains. For cache flushing it doesn't matter what we set anyway > since we invalidate/flush un

[Intel-gfx] [PATCH] drm/i915: Report amount of usable graphics memory in MiB

2012-11-11 Thread Chris Wilson
...rather than kilo-PTE. Signed-off-by: Chris Wilson --- drivers/gpu/drm/i915/i915_gem_gtt.c |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/gpu/drm/i915/i915_gem_gtt.c b/drivers/gpu/drm/i915/i915_gem_gtt.c index e7515e8..938710a 100644 --- a/drivers/gpu/drm/i915/