[Intel-gfx] [pull] drm-intel-fixes

2012-09-10 Thread Daniel Vetter
Hi Dave, You're pull just reminded me that I've been sitting on a few small -fixes, too. Nothing really major at all: - fixup edp setup sequence (Dave) - disable sdvo hotplug for real, this is a fixup for a messed-up regression fixer (Jani) - don't expose dysfunctional backlight driver (Jani) -

Re: [Intel-gfx] Fighting tearing

2012-09-10 Thread Roberth Sjonøy
With the WM I use (xfce WM 4.10.0) with it's compositor, the tearing is much less, but the little tearing who exist is very noticable. On Sun, Sep 9, 2012 at 8:00 PM, Chris Wilson ch...@chris-wilson.co.uk wrote: On Sun, 09 Sep 2012 10:55:46 -0700, Ben Widawsky b...@bwidawsk.net wrote: On

Re: [Intel-gfx] [PATCH] drm/i915: rip out edp special case from dp_link_down

2012-09-10 Thread Adam Jackson
On 9/9/12 1:58 PM, Daniel Vetter wrote: The really interesting question is how this special cases survived this long in the code. The first step is declaring the pch port D as eDP if it's used for an internal panel: commit b329530ca7cdf6bf014f2124efd983e01265d623 Author: Adam Jackson

Re: [Intel-gfx] Fighting tearing

2012-09-10 Thread Adam Jackson
On 9/9/12 11:48 AM, Roberth Sjonøy wrote: WIth UXA, rendering of the windows in my XFCE4-desktop goes just fines, good performance, windows (exspecially GTK+) doesn't hang after if I drag them over the screen, but there is lot of small tearing. And I want this to go away, I do not use any kind

Re: [Intel-gfx] [PATCH 05/24] drm/i915: Replace the array of pages with a scatterlist

2012-09-10 Thread Chris Wilson
On Thu, 6 Sep 2012 18:49:24 -0700, Ben Widawsky b...@bwidawsk.net wrote: On Tue, 4 Sep 2012 21:02:57 +0100 Chris Wilson ch...@chris-wilson.co.uk wrote: Rather than have multiple data structures for describing our page layout in conjunction with the array of pages, we can migrate all users

Re: [Intel-gfx] Fighting tearing

2012-09-10 Thread Roberth Sjonøy
Well The tearing is so noticable that even my friends notice it, without compositor, only I notice it, but it's very annoying and distracting to my workflow when moving windows quickly. On Mon, Sep 10, 2012 at 6:17 PM, Adam Jackson a...@redhat.com wrote: On 9/9/12 11:48 AM, Roberth Sjonøy wrote:

Re: [Intel-gfx] [PATCH] drm/i915: set the right gen3 flip_done mode also at resume

2012-09-10 Thread Daniel Vetter
On Sun, Sep 09, 2012 at 12:23:05PM +0100, Chris Wilson wrote: On Sun, 9 Sep 2012 11:54:16 +0200, Daniel Vetter daniel.vet...@ffwll.ch wrote: Currently we've only frobbed this bit at irq_init time, but did not restore it at resume time. Move it to the gen3 clock gating function to fix

Re: [Intel-gfx] [pull] drm-intel-fixes

2012-09-10 Thread Daniel Vetter
On Mon, Sep 10, 2012 at 09:28:17AM +0200, Daniel Vetter wrote: Hi Dave, You're pull just reminded me that I've been sitting on a few small -fixes, too. Nothing really major at all: - fixup edp setup sequence (Dave) - disable sdvo hotplug for real, this is a fixup for a messed-up

[Intel-gfx] [PATCH 0/3] Some more modeset fallout

2012-09-10 Thread Daniel Vetter
Hi all, A few fixes. Insights for patch 3 especially highly welcome, patches 1-2 are just normal fixes begging for a bit of review. Cheers, Daniel Daniel Vetter (3): drm/i915: fix up the IBX transcoder B check drm/i915: correctly update crtc-x/y in set_base [HACK] fix ilk/gm45 dp dpms

[Intel-gfx] [PATCH 1/3] drm/i915: fix up the IBX transcoder B check

2012-09-10 Thread Daniel Vetter
This has been added in commit de9a35abb3b343a25065449234e47a76c4f3454a Author: Daniel Vetter daniel.vet...@ffwll.ch Date: Tue Jun 5 11:03:40 2012 +0200 drm/i915: assert that the IBX port transcoder select w/a is implemented Unfortunately I've failed to notice that these checks are not

[Intel-gfx] [PATCH 2/3] drm/i915: correctly update crtc-x/y in set_base

2012-09-10 Thread Daniel Vetter
While reworking the modeset sequence, this got lost in commit 25c5b2665fe4cc5a93edd29b62e7c05c1526 Author: Daniel Vetter daniel.vet...@ffwll.ch Date: Sun Jul 8 22:08:04 2012 +0200 drm/i915: implement new set_mode code flow I've noticed this because some Xorg versions seem to set up a

[Intel-gfx] [PATCH 3/3] [HACK] fix ilk/gm45 dp dpms off/on cycles

2012-09-10 Thread Daniel Vetter
Without this we have link train fail. Still need to figure out what exactly we seem to lose, but without this dp on gm45 and pch dp on ilk utterly fails in link retrainig at dpms on. The only way to fix this is to do a full modeset (i.e. eseentially what this patch here does). Not-Signed-Off-by: