Re: [Intel-gfx] [PATCH] Support for the ns2501 dvo

2012-06-17 Thread Paul Menzel
Dear Thomas, thank you for your patch and patience. Am Sonntag, den 17.06.2012, 00:22 +0200 schrieb Thomas Richter: unfortunately the patch I submitted last week for supporting the ns2501 has never been picked up, so I'm trying again. This version here improves the patch considerably,

Re: [Intel-gfx] [PATCH] Support for the ns2501 dvo

2012-06-17 Thread Thomas Richter
On 17.06.2012 14:28, Paul Menzel wrote: Dear Thomas, thank you for your patch and patience. Since this patch is not only a resend but also an improvement please mark it with »[PATCH vX]« where X is the iteration next time. Also your patch is not created with the Git tool and therefore (not

Re: [Intel-gfx] [PATCH] Support for the ns2501 dvo

2012-06-17 Thread Daniel Vetter
On Sun, Jun 17, 2012 at 08:07:15PM +0200, Thomas Richter wrote: On 17.06.2012 14:28, Paul Menzel wrote: Dear Thomas, thank you for your patch and patience. Since this patch is not only a resend but also an improvement please mark it with »[PATCH vX]« where X is the iteration next time.

[Intel-gfx] [PATCH v3] Support for ns2501 DVO.

2012-06-17 Thread Thomas Richter
Includes now proper DPMS support. Includes switching between resolutions - from 640x480 to 1024x768. Currently assumes that the native display resolution is 1024x768. The ns2501 seems to be rather critical - if the output PLL is not running, the chip doesn't seem to be clocked and then

Re: [Intel-gfx] [PATCH] Support for the ns2501 dvo

2012-06-17 Thread Paul Menzel
Am Sonntag, den 17.06.2012, 20:36 +0200 schrieb Daniel Vetter: On Sun, Jun 17, 2012 at 08:07:15PM +0200, Thomas Richter wrote: On 17.06.2012 14:28, Paul Menzel wrote: thank you for your patch and patience. Since this patch is not only a resend but also an improvement please mark it

Re: [Intel-gfx] [PATCH v3] Support for ns2501 DVO.

2012-06-17 Thread Paul Menzel
Dear Thomas, you put Daniel address twice into the CC field. Am Sonntag, den 17.06.2012, 20:59 +0200 schrieb Thomas Richter: Includes now proper DPMS support. Includes switching between resolutions - from 640x480 to 1024x768. Currently assumes that the native display resolution is

Re: [Intel-gfx] [PATCH v3] Support for ns2501 DVO.

2012-06-17 Thread Daniel Vetter
On Sun, Jun 17, 2012 at 09:18:56PM +0200, Paul Menzel wrote: Dear Thomas, you put Daniel address twice into the CC field. Am Sonntag, den 17.06.2012, 20:59 +0200 schrieb Thomas Richter: Includes now proper DPMS support. Includes switching between resolutions - from 640x480 to

Re: [Intel-gfx] [PATCH v3] Support for ns2501 DVO.

2012-06-17 Thread Paul Menzel
Am Sonntag, den 17.06.2012, 21:42 +0200 schrieb Daniel Vetter: On Sun, Jun 17, 2012 at 09:18:56PM +0200, Paul Menzel wrote: you put Daniel address twice into the CC field. Am Sonntag, den 17.06.2012, 20:59 +0200 schrieb Thomas Richter: Includes now proper DPMS support. Includes

[Intel-gfx] [PATCH] drm/i915: disable contexts on old HW

2012-06-17 Thread Ben Widawsky
This got dropped as a result of the last round of comments. I didn't test it on unsupported HW (which this is likely the case). Signed-off-by: Ben Widawsky b...@bwidawsk.net --- drivers/gpu/drm/i915/i915_gem_context.c |4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git