Re: [Intel-gfx] Television turns greenish after stand-by

2012-02-13 Thread Angela Schmid
> -Original Message- > From: Daniel Vetter [mailto:daniel.vet...@ffwll.ch] On Behalf Of Daniel Vetter > Sent: 13 February 2012 09:32 > > All interlaced patches including the TRANSCONF patch from Paulo have been > merged to drm-intel-next-queued in my official drm-intel repo at: > > http:/

Re: [Intel-gfx] [PATCH 2/2] drm/i915: enable plain RC6 on Sandy Bridge by default

2012-02-13 Thread Keith Packard
<#part sign=pgpmime> On Sun, 12 Feb 2012 22:34:48 -0200, Eugeni Dodonov wrote: > what if we pick only the 1st patch in this series for -fixes? It won't > change the defaults in any way, but it will allow the ones willing to > enable it manually on SNB to prevent issues. That seems like too big a

Re: [Intel-gfx] [PATCH] drm/i915: add a "force-dvi" HDMI audio mode

2012-02-13 Thread Wu Fengguang
On Mon, Feb 13, 2012 at 08:22:01PM +0100, Daniel Vetter wrote: > On Wed, Feb 08, 2012 at 10:48:20AM +0800, Wu Fengguang wrote: > > When HDMI-DVI converter is used, it's not only necessary to turn off > > audio, but also to disable HDMI_MODE_SELECT and video infoframe. Since > > the DVI mode is main

Re: [Intel-gfx] WG: Interlaced mode on intel Clarkdale only colored stripes

2012-02-13 Thread Rodrigo Vivi
I'm glad that it is working for you now! Yes, the drm-intel-next-queued has all the interlaced patches that were in remotes/origin/interlaced. I don't think your tv doesn't report the interlaced modes, but the modes it reports are the CEA modes we aren't supporting yet. It is on my todo list take

[Intel-gfx] WG: Interlaced mode on intel Clarkdale only colored stripes

2012-02-13 Thread Atechsystem
Hello, > Von: Paulo Zanoni [mailto:przan...@gmail.com] Maybe the best tree to >test is this: >http://cgit.freedesktop.org/~danvet/drm-intel/log/?h=drm-intel-next-queued Thanks, compiling from this repro solved my problem. With my TV I have to use the xorg modeline, without it I can't select the

Re: [Intel-gfx] nasty suspend resume problem with sandybridge

2012-02-13 Thread Oleksij Rempel (Alexey Fisher)
Am 13.02.2012 19:52, schrieb Daniel Vetter: > On Mon, Feb 13, 2012 at 07:42:03PM +0100, Oleksij Rempel (Alexey > Fisher) wrote: >> Am 13.02.2012 18:06, schrieb Daniel Vetter: >>> Well, if you've checked that none of the i915, drm and >>> intel-agp modules are loaded with lsmod there really shouldn'

Re: [Intel-gfx] [PATCH] drm/i915: add a "force-dvi" HDMI audio mode

2012-02-13 Thread Daniel Vetter
On Wed, Feb 08, 2012 at 10:48:20AM +0800, Wu Fengguang wrote: > When HDMI-DVI converter is used, it's not only necessary to turn off > audio, but also to disable HDMI_MODE_SELECT and video infoframe. Since > the DVI mode is mainly tied to audio functionality from end user POV, > add a new "force-dv

Re: [Intel-gfx] Interlaced mode on intel Clarkdale only colored stripes

2012-02-13 Thread Atechsystem
> Von: Paulo Zanoni [mailto:przan...@gmail.com] >Maybe the best tree to test is this: >http://cgit.freedesktop.org/~danvet/drm-intel/log/?h=drm-intel-next-queued I will compile it now. Before I used the drm-intel-next branch. I downloaded the latest tar.gz file and didn't use git to checkout the b

Re: [Intel-gfx] [PATCH] drm/i915: fix up locking inconsistency around gem_do_init

2012-02-13 Thread Daniel Vetter
On Thu, Jan 26, 2012 at 01:42:02PM +, Chris Wilson wrote: > On Thu, 26 Jan 2012 11:41:11 +0100, Daniel Vetter > wrote: > > The locking in our setup and teardown paths is rather arbitrary, but > > generally we try to protect gem stuff with dev->struct_mutex. Further, > > the ums/gem ioctl to s

Re: [Intel-gfx] [PATCH] drm/i915: Don't lock panel registers when downclocking

2012-02-13 Thread Jesse Barnes
On Mon, 13 Feb 2012 13:14:51 -0500 Sean Paul wrote: > This patch replaces the locking from the downclock routines with an assert > to ensure the registers are indeed unlocked. Without this patch, pre-SNB > devices would lock the registers when downclocking which would cause a > WARNING on suspend

Re: [Intel-gfx] Interlaced mode on intel Clarkdale only colored stripes

2012-02-13 Thread Paulo Zanoni
2012/2/13 Atechsystem : > I compiled it from here: git://people.freedesktop.org/~danvet/drm Did you change to the "interlaced" branch? Maybe the best tree to test is this: http://cgit.freedesktop.org/~danvet/drm-intel/log/?h=drm-intel-next-queued (repository is drm-intel and branch is drm-intel-

Re: [Intel-gfx] Interlaced mode on intel Clarkdale only colored stripes

2012-02-13 Thread Rodrigo Vivi
The git repo is right, but are you sure you are using the remotes/origin/interlaced branch? It is strange that you couldn't see any interlace mode without using the handmade modeline. On Mon, Feb 13, 2012 at 4:44 PM, Atechsystem wrote: > > > -Ursprüngliche Nachricht- > Von: Atechsystem [

Re: [Intel-gfx] nasty suspend resume problem with sandybridge

2012-02-13 Thread Daniel Vetter
On Mon, Feb 13, 2012 at 07:42:03PM +0100, Oleksij Rempel (Alexey Fisher) wrote: > Am 13.02.2012 18:06, schrieb Daniel Vetter: > > Well, if you've checked that none of the i915, drm and intel-agp > > modules are loaded with lsmod there really shouldn't be any difference > > cause by modeset or nomod

[Intel-gfx] Interlaced mode on intel Clarkdale only colored stripes

2012-02-13 Thread Atechsystem
-Ursprüngliche Nachricht- Von: Atechsystem [mailto:atechsys...@freenet.de] Gesendet: Montag, 13. Februar 2012 19:44 An: 'Paulo Zanoni' Betreff: AW: [Intel-gfx] Interlaced mode on intel Clarkdale only colored stripes Hi, thanks for your quick reply. >Paulo Zanoni [mailto:przan...@gmail

Re: [Intel-gfx] nasty suspend resume problem with sandybridge

2012-02-13 Thread Oleksij Rempel (Alexey Fisher)
Am 13.02.2012 18:06, schrieb Daniel Vetter: > On Mon, Feb 13, 2012 at 17:53, Oleksij Rempel (fishor) > wrote: >> Am 13.02.2012 17:41, schrieb Daniel Vetter: >>> On Mon, Feb 13, 2012 at 11:44:00AM +0100, Oleksij Rempel (Alexey Fisher) >>> wrote: -BEGIN PGP SIGNED MESSAGE- Hash: S

[Intel-gfx] [PATCH] drm/i915: Don't lock panel registers when downclocking

2012-02-13 Thread Sean Paul
This patch replaces the locking from the downclock routines with an assert to ensure the registers are indeed unlocked. Without this patch, pre-SNB devices would lock the registers when downclocking which would cause a WARNING on suspend/resume with downclocking enabled. Note: To hit this bug, you

Re: [Intel-gfx] Interlaced mode on intel Clarkdale only colored stripes

2012-02-13 Thread Paulo Zanoni
Hi 2012/2/13 Atechsystem : > I compiled the kernel from your git repro to test interlaced output with my > Clarkdale (H55) Chipset. Which git repo and which branch exactly? You may have a repo without the patches that fix interlaced modes. > After installing and reboot I put the interlaced > lin

[Intel-gfx] Interlaced mode on intel Clarkdale only colored stripes

2012-02-13 Thread Atechsystem
Hi, I compiled the kernel from your git repro to test interlaced output with my Clarkdale (H55) Chipset. After installing and reboot I put the interlaced line to my xorg.conf and activate them (first by xorg.conf and after that by lxdm resolution set tool). I only get a screen full of colored

Re: [Intel-gfx] nasty suspend resume problem with sandybridge

2012-02-13 Thread Daniel Vetter
On Mon, Feb 13, 2012 at 17:53, Oleksij Rempel (fishor) wrote: > Am 13.02.2012 17:41, schrieb Daniel Vetter: >> On Mon, Feb 13, 2012 at 11:44:00AM +0100, Oleksij Rempel (Alexey Fisher) >> wrote: >>> -BEGIN PGP SIGNED MESSAGE- >>> Hash: SHA1 >>> >>> Am 13.02.2012 11:18, schrieb Daniel Vette

Re: [Intel-gfx] nasty suspend resume problem with sandybridge

2012-02-13 Thread Oleksij Rempel (fishor)
Am 13.02.2012 17:41, schrieb Daniel Vetter: > On Mon, Feb 13, 2012 at 11:44:00AM +0100, Oleksij Rempel (Alexey Fisher) > wrote: >> -BEGIN PGP SIGNED MESSAGE- >> Hash: SHA1 >> >> Am 13.02.2012 11:18, schrieb Daniel Vetter: >>> On Sat, Feb 04, 2012 at 07:17:01PM +0100, Oleksij Rempel (fishor

Re: [Intel-gfx] nasty suspend resume problem with sandybridge

2012-02-13 Thread Daniel Vetter
On Mon, Feb 13, 2012 at 11:44:00AM +0100, Oleksij Rempel (Alexey Fisher) wrote: > -BEGIN PGP SIGNED MESSAGE- > Hash: SHA1 > > Am 13.02.2012 11:18, schrieb Daniel Vetter: > > On Sat, Feb 04, 2012 at 07:17:01PM +0100, Oleksij Rempel (fishor) > > wrote: > >> i do not know if this is really gr

Re: [Intel-gfx] [PATCH] drm/i915: Don't lock panel registers when downclocking

2012-02-13 Thread Daniel Vetter
On Mon, Feb 13, 2012 at 10:13:02AM -0500, Sean Paul wrote: > On Mon, Feb 13, 2012 at 5:08 AM, Daniel Vetter wrote: > > On Wed, Feb 01, 2012 at 05:31:30PM -0500, Sean Paul wrote: > >> This patch removes the locking from the downclock routines since we are no > >> longer locking the registers at all

Re: [Intel-gfx] [PATCH] drm/i915: Don't lock panel registers when downclocking

2012-02-13 Thread Sean Paul
On Mon, Feb 13, 2012 at 5:08 AM, Daniel Vetter wrote: > On Wed, Feb 01, 2012 at 05:31:30PM -0500, Sean Paul wrote: >> This patch removes the locking from the downclock routines since we are no >> longer locking the registers at all. See ed10fca9 for the original commit >> changing this philosophy.

Re: [Intel-gfx] [PATCH 1/1] drm/i915: allow to select rc6 modes via kernel parameter

2012-02-13 Thread Eugeni Dodonov
On Mon, Feb 13, 2012 at 06:33, Ben Widawsky wrote: > > We checked with Jesse, and these states are independent.. So it should > > be possible to have RC6p and not plain RC6. > > I'm sure it's possible, the question was, does it ever make sense? > One theory we had in mind for this is that the i

Re: [Intel-gfx] nasty suspend resume problem with sandybridge

2012-02-13 Thread Oleksij Rempel (Alexey Fisher)
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Am 13.02.2012 11:18, schrieb Daniel Vetter: > On Sat, Feb 04, 2012 at 07:17:01PM +0100, Oleksij Rempel (fishor) > wrote: >> i do not know if this is really graphic related problem, so i >> need your help. even excluding some thing will help. >> >> Ple

Re: [Intel-gfx] nasty suspend resume problem with sandybridge

2012-02-13 Thread Daniel Vetter
On Sat, Feb 04, 2012 at 07:17:01PM +0100, Oleksij Rempel (fishor) wrote: > i do not know if this is really graphic related problem, so i need > your help. even excluding some thing will help. > > Please take look at this bug: > https://bugzilla.kernel.org/show_bug.cgi?id=42728 Judging from your e

Re: [Intel-gfx] Problems with Intel HD Graphics 3000 in Squeeze-based distro

2012-02-13 Thread Daniel Vetter
On Sat, Feb 04, 2012 at 08:03:20PM +0400, Vitaliy Dovgan wrote: > I have some problems with Intel HD Graphics 3000 video subsystem. I have > found that video fails to display (while video's audio track goes on ok) > in all the players I have (Totem, Xine, VLC and (S)Mplayer), leaving > video area b

Re: [Intel-gfx] [PATCH] drm/i915: Don't lock panel registers when downclocking

2012-02-13 Thread Daniel Vetter
On Wed, Feb 01, 2012 at 05:31:30PM -0500, Sean Paul wrote: > This patch removes the locking from the downclock routines since we are no > longer locking the registers at all. See ed10fca9 for the original commit > changing this philosophy. > > Signed-off-by: Sean Paul I've thought this was due t

Re: [Intel-gfx] [PATCH 4/4] drm/i915: enable forcewake voodoo also for gen6

2012-02-13 Thread Daniel Vetter
On Wed, Feb 08, 2012 at 10:00:54AM +, Chris Wilson wrote: > On Wed, 25 Jan 2012 14:04:00 +0100, Daniel Vetter > wrote: > > We still have reports of missed irqs even on Sandybridge with the > > HWSTAM workaround in place. Testing by the bug reporter gets rid of > > them with the forcewake vood

Re: [Intel-gfx] [PATCH 3.3-rc3] drm/i915: Fixes distorted external screen image on HP 2730p

2012-02-13 Thread Daniel Vetter
On Sun, Feb 12, 2012 at 11:10:32AM +0100, p...@haerkules.de wrote: > From: Philipp Grete > > Fixes LP: #796030 by removing forced pipe A on HP 2730p. > Quirk has previously been introduced to fix a sleep mode problem that does > not exist any more. > > Signed-off-by: Philipp Grete > --- > Fix

Re: [Intel-gfx] [PATCH 1/1] drm/i915: allow to select rc6 modes via kernel parameter

2012-02-13 Thread Ben Widawsky
On 02/13/2012 12:16 AM, Eugeni Dodonov wrote: > On Feb 12, 2012 6:53 PM, "Ben Widawsky" > wrote: >> >> On 02/11/2012 08:23 PM, Eugeni Dodonov wrote: >> > This allows to select which rc6 modes are to be used via kernel > parameter, >> > via a bitmask parameter. E.g.: >> >

Re: [Intel-gfx] Television turns greenish after stand-by

2012-02-13 Thread Daniel Vetter
On Mon, Feb 13, 2012 at 08:33:22AM +0100, Angela Schmid wrote: > There is no difference with intel_reg_dumper. I took a probe during correct > display (1080i), after 2 days, when I moved the > television out of stand-by (display is green) and after a shutdown/start > during a correct display. See