[Intel-gfx] GM45 TV DVI output

2011-10-20 Thread Ouellet, Sylvain
Hello, I'm trying to get the TV output working on my platform. So far, I have been unable to obtain a signal. The TV is detected and reported in xrandr. intel_stepping reports: Vendor: 0x8086, Device: 0x2a42, Revision: 0x07 (B3) core clock: 533 Mhz Also, the VGA output works fine, but the DVI

Re: [Intel-gfx] [PATCH] Enable FBC on IVB architecture.

2011-10-20 Thread Eugeni Dodonov
On Thu, Oct 20, 2011 at 14:28, Eugeni Dodonov eugeni.dodo...@intel.comwrote: This is mostly similar to Ironlake, with some register changes and additional tricks. Jesse mentioned that it would make more sense to move those bits into ivb-specific functions instead of making this work within

[Intel-gfx] [PATCH] Enable FBC on IVB architecture.

2011-10-20 Thread Eugeni Dodonov
This is mostly similar to Ironlake, with some register changes and additional tricks. Jesse mentioned that it would make more sense to move those bits into ivb-specific functions instead of making this work within ironlake ones, so I added the corresponding functions and setup their pointers

Re: [Intel-gfx] [PATCH] Enable FBC on IVB architecture.

2011-10-20 Thread Chris Wilson
On Thu, 20 Oct 2011 10:39:00 -0700, Keith Packard kei...@keithp.com wrote: Have you managed to verify that this actually does anything yet? The only way we've managed in the past is to stick a watt meter on a machine and watch it go down when FBC kicks in... Or up as the case may be. ;-)

Re: [Intel-gfx] [PATCH] Enable FBC on IVB architecture.

2011-10-20 Thread Eugeni Dodonov
On Thu, Oct 20, 2011 at 15:41, Chris Wilson ch...@chris-wilson.co.ukwrote: On Thu, 20 Oct 2011 10:39:00 -0700, Keith Packard kei...@keithp.com wrote: Have you managed to verify that this actually does anything yet? The only way we've managed in the past is to stick a watt meter on a machine

Re: [Intel-gfx] [PATCH 4/6] drm/i915: Try harder on multifunction SDVO DDC

2011-10-20 Thread Keith Packard
On Thu, 16 Jun 2011 21:58:42 +0100, Chris Wilson ch...@chris-wilson.co.uk wrote: Rolf, This looks to be the missing ingredient for your board. Can you please give it a test? I haven't seen a tested-by, reviewed-by or even acked-by for this patch yet. -- keith.pack...@intel.com

Re: [Intel-gfx] [PATCH 0/5] Fixup pwrite/pread with gtt mmapped user addresses

2011-10-20 Thread Keith Packard
On Sat, 17 Sep 2011 20:55:44 +0200, Daniel Vetter daniel.vet...@ffwll.ch wrote: io-mapping: ensure io_mapping_map_atomic _is_ atomic drm/i915: drop KM_USER0 argument to k(un)map_atomic These have been merged. drm/i915: fall through pwrite_gtt_slow to the shmem slow path drm/i915: