Re: [Intel-gfx] [PATCH] drm/i915: Hold struct_mutex during hotplug processing

2011-07-27 Thread Keith Packard
On Tue, 26 Jul 2011 12:12:25 -0700, Jesse Barnes jbar...@virtuousgeek.org wrote: I'd like to amend my reviewed by and say the lock shouldn't be held around the call to the drm helper function. It queues some work that also takes the mode config lock, which will break. So you can drop it

[Intel-gfx] SNB LVDS goes all stripy at times with rc6 enabled

2011-07-27 Thread Keith Packard
Ok, that took all evening. And, I don't have a fix, but I do know a lot more about the problem. To recap: On Sandybridge, sometimes, when you simultaneously change two outputs, one of them turns into stripes, or as solid color. Here's how I reproduce it: First, connect

[Intel-gfx] Enable GPU clock scaling

2011-07-27 Thread ario shahbani
Hi Guys, I have: Ubuntu 11.04 Update Asus 1015px netbook Intel Atom n570 CPU Intel GMA 3150 GPU Due to high power consumption and thermal issues on linux only, I need to know: How to enable GPU clock scaling for my graphic chip. Other information: Temperature of GPU and CPU is 70C on

[Intel-gfx] [PATCH] drm/i915: Add quirk to disable SSC on Sony Vaio Y2

2011-07-27 Thread Michel Alexandre Salim
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Using the new quirk added to support disabling SSC on Lenovo U160 (#36656, commit 435793dfb8aec7b2e19f72d5bce8a22fd0b57839), also register the Vaio as a special case and disable SSC for it. This patch fixes #34437 on fdo bugzilla:

Re: [Intel-gfx] SNB LVDS goes all stripy at times with rc6 enabled

2011-07-27 Thread Jesse Barnes
On Wed, 27 Jul 2011 02:29:19 -0700 Keith Packard kei...@keithp.com wrote: Ok, that took all evening. And, I don't have a fix, but I do know a lot more about the problem. To recap: On Sandybridge, sometimes, when you simultaneously change two outputs, one of them turns

[Intel-gfx] [PATCH] drm/i915: add GPU frequency control file

2011-07-27 Thread Jesse Barnes
Mainly for use in debugging and benchmarking, this file allows the user to control the max frequency used by the GPU. Frequency may still vary based on workload (if the frequency is set to higher than the minimum) but won't go over the newly set value. Signed-off-by: Jesse Barnes

Re: [Intel-gfx] [PATCH] drm/i915: Set crtc DPMS mode to ON in intel_crtc_mode_set

2011-07-27 Thread Jesse Barnes
On Wed, 27 Jul 2011 01:33:36 -0700 Keith Packard kei...@keithp.com wrote: This corrects the DPMS mode tracking so that the DPMS code will actually turn the CRTC off the next time the screen saves. Signed-off-by: Keith Packard kei...@keithp.com --- drivers/gpu/drm/i915/intel_display.c |

Re: [Intel-gfx] [PATCH] drm/i915: add GPU frequency control file

2011-07-27 Thread Andrew Lutomirski
On Wed, Jul 27, 2011 at 1:17 PM, Jesse Barnes jbar...@virtuousgeek.org wrote: Mainly for use in debugging and benchmarking, this file allows the user to control the max frequency used by the GPU.  Frequency may still vary based on workload (if the frequency is set to higher than the minimum)

[Intel-gfx] [PATCH 1/2] drm/i915: apply timing generator bug workaround on CPT and PPT

2011-07-27 Thread Jesse Barnes
On CougarPoint and PantherPoint PCH chips, the timing generator may fail to start after DP training completes. This is due to a bug in the FDI autotraining detect logic (which will stall the timing generator and re-enable it once training completes), so disable it to avoid silent DP mode setting

[Intel-gfx] [PATCH] drm/i915: add GPU max frequency control file

2011-07-27 Thread Jesse Barnes
Mainly for use in debugging and benchmarking, this file allows the user to control the max frequency used by the GPU. Frequency may still vary based on workload (if the frequency is set to higher than the minimum) but won't go over the newly set value. Signed-off-by: Jesse Barnes

Re: [Intel-gfx] Enable GPU clock scaling

2011-07-27 Thread ario shahbani
Can you guys please answer me? This problem make linux a power consuming operating system. Because GPU frequency is always maximum! - Original Message - From: ario shahbani Sent: 07/27/11 02:01 PM To: intel-gfx@lists.freedesktop.org Subject: [Intel-gfx] Enable GPU clock scaling Hi Guys,