Re: [PATCH] drm/exynos: Fix potential NULL pointer dereference

2012-09-20 Thread Inki Dae
Applied. Thanks, Inki Dae 2012/9/18 Sachin Kamat : > drm_mode_create() returns NULL if it fails to create > a new display mode. Check the value returned to avoid NULL > pointer deferencing later. > > Signed-off-by: Sachin Kamat > --- > drivers/gpu/drm/exynos/exynos_drm_connector.c |6 +-

[PATCH v4] of: Add videomode helper

2012-09-20 Thread Laurent Pinchart
Hi, (CC'ing the linux-media mailing list, as video modes are of interest there as well) On Wednesday 19 September 2012 12:19:22 Tomi Valkeinen wrote: > On Wed, 2012-09-19 at 10:20 +0200, Steffen Trumtrar wrote: > > This patch adds a helper function for parsing videomodes from the > > devicetree.

[PATCH V6 2/2] video: drm: exynos: Add device tree support

2012-09-20 Thread Stephen Warren
On 09/21/2012 05:22 AM, Leela Krishna Amudala wrote: > This patch adds device tree based discovery support for exynos DRM-FIMD > driver which includes driver modification to handle platform data in > both the cases with DT and non-DT, Also adds the documentation for bindings. > diff --git a/Docume

[Bug 49817] radeon: The kernel rejected CS when running shader example from SFML library

2012-09-20 Thread bugzilla-dae...@freedesktop.org
https://bugs.freedesktop.org/show_bug.cgi?id=49817 C?dric Legrand changed: What|Removed |Added Status|REOPENED|RESOLVED Resolution|

[Bug 55172] New: Skybox misrendering (Unvanquished, texture compression enabled)

2012-09-20 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=55172 Bug #: 55172 Summary: Skybox misrendering (Unvanquished, texture compression enabled) Classification: Unclassified Product: Mesa Version: git Platform: x86-64 (AMD64)

[PATCH 2/2] drm/dp: Make sink count DP 1.2 aware

2012-09-20 Thread Paulo Zanoni
2012/9/20 Adam Jackson : > Signed-off-by: Adam Jackson Reviewed-by: Paulo Zanoni > --- > drivers/gpu/drm/i915/intel_dp.c |9 - > include/drm/drm_dp_helper.h |3 ++- > 2 files changed, 6 insertions(+), 6 deletions(-) > > diff --git a/drivers/gpu/drm/i915/intel_dp.c b/drivers

[Bug 38554] Hibernate broken when KMS enabled on Radeon Mobility M6 LY

2012-09-20 Thread bugzilla-dae...@freedesktop.org
https://bugs.freedesktop.org/show_bug.cgi?id=38554 --- Comment #3 from manuel.jander at gmail.com 2012-09-20 18:24:23 UTC --- Hi, I own A IBM Thinkpad X31, AFAIK the video controller is the same (ATI RV100 LY [Mobility Radeon 7000]). Since KMS, I have to disable it in order to be able to use hibe

[Bug 38554] Hibernate broken when KMS enabled on Radeon Mobility M6 LY

2012-09-20 Thread bugzilla-dae...@freedesktop.org
https://bugs.freedesktop.org/show_bug.cgi?id=38554 --- Comment #2 from manuel.jander at gmail.com 2012-09-20 18:22:11 UTC --- Hi, I own A IBM Thinkpad X31, AFAIK the video controller is the same (ATI RV100 LY [Mobility Radeon 7000]). Since KMS, I have to disable it in order to be able to use hibe

[PATCH] drm: Destroy the planes prior to destroying the associated CRTC

2012-09-20 Thread Joonyoung Shim
On 09/20/2012 04:49 PM, Chris Wilson wrote: > On Thu, 20 Sep 2012 15:10:39 +0900, Joonyoung Shim samsung.com> wrote: >> On 09/20/2012 02:38 PM, Rob Clark wrote: >>> On Wed, Sep 19, 2012 at 9:52 PM, Joonyoung Shim >> samsung.com> wrote: On 09/17/2012 06:38 PM, Chris Wilson wrote: > As duri

[PATCH 2/2] drm/dp: Make sink count DP 1.2 aware

2012-09-20 Thread Adam Jackson
Signed-off-by: Adam Jackson --- drivers/gpu/drm/i915/intel_dp.c |9 - include/drm/drm_dp_helper.h |3 ++- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/drivers/gpu/drm/i915/intel_dp.c b/drivers/gpu/drm/i915/intel_dp.c index 813b771..00f99e5 100644 --- a/driver

[PATCH 1/2] drm/dp: Document DP spec versions for various DPCD registers

2012-09-20 Thread Adam Jackson
Note with a comment anything newer than DP 1.1a. Obviously this needs some work still... Signed-off-by: Adam Jackson --- include/drm/drm_dp_helper.h | 52 ++ 1 files changed, 32 insertions(+), 20 deletions(-) diff --git a/include/drm/drm_dp_helper.h b/

Updated -testing

2012-09-20 Thread Daniel Vetter
Hi all, New code to beat on! Highlights: - rework of the gem backing pages handling (preps for stolen mem handling) from Chris - cpu freq interface in sysfs from Ben - cpu edp fixes and some related cleanups - write-combining ptes for pre-gen6 (Chris) - basic CADL support (Peter Wu) - some more

[PATCH V4 2/2] video: drm: exynos: Add device tree support

2012-09-20 Thread Inki Dae
Hi, I had merged this patch set but I realizes this patch has no descriptions enough so please add the descriptions what is this patch. 2012/9/6 Leela Krishna Amudala : > Add device tree based discovery support for DRM-FIMD driver. > > Signed-off-by: Leela Krishna Amudala > --- > Documentation

[Intel-gfx] [PATCH 3/4] drm/i915/dp: Fetch downstream port info if needed during DPCD fetch

2012-09-20 Thread Jani Nikula
On Tue, 18 Sep 2012, Adam Jackson wrote: > v2: Fix parenthesis mismatch, spotted by Jani Nikula > > Tested-by: Takashi Iwai > Signed-off-by: Adam Jackson > --- > drivers/gpu/drm/i915/intel_dp.c | 25 - > 1 files changed, 20 insertions(+), 5 deletions(-) > > diff --git

[Bug 49817] radeon: The kernel rejected CS when running shader example from SFML library

2012-09-20 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=49817 Cédric Legrand changed: What|Removed |Added Status|REOPENED|RESOLVED Resolution|

[PATCH] drm: Destroy the planes prior to destroying the associated CRTC

2012-09-20 Thread Joonyoung Shim
On 09/20/2012 02:38 PM, Rob Clark wrote: > On Wed, Sep 19, 2012 at 9:52 PM, Joonyoung Shim > wrote: >> On 09/17/2012 06:38 PM, Chris Wilson wrote: >>> As during the plane cleanup, we wish to disable the hardware and >>> so may modify state on the associated CRTC, that CRTC must continue to >>> ex

[PATCH V4 2/2] video: drm: exynos: Add device tree support

2012-09-20 Thread Leela Krishna Amudala
Hello Inki Dae, On Thu, Sep 20, 2012 at 11:59 AM, Inki Dae wrote: > Hi, > > I had merged this patch set but I realizes this patch has no > descriptions enough so please add the descriptions what is this patch. > Will give more description and post the next version. > > 2012/9/6 Leela Krishna Am

Re: [PATCH 2/2] drm/dp: Make sink count DP 1.2 aware

2012-09-20 Thread Paulo Zanoni
2012/9/20 Adam Jackson : > Signed-off-by: Adam Jackson Reviewed-by: Paulo Zanoni > --- > drivers/gpu/drm/i915/intel_dp.c |9 - > include/drm/drm_dp_helper.h |3 ++- > 2 files changed, 6 insertions(+), 6 deletions(-) > > diff --git a/drivers/gpu/drm/i915/intel_dp.c b/drivers

Re: [PATCH v4] of: Add videomode helper

2012-09-20 Thread Laurent Pinchart
Hi, (CC'ing the linux-media mailing list, as video modes are of interest there as well) On Wednesday 19 September 2012 12:19:22 Tomi Valkeinen wrote: > On Wed, 2012-09-19 at 10:20 +0200, Steffen Trumtrar wrote: > > This patch adds a helper function for parsing videomodes from the > > devicetree.

[PATCH] drm/i915: Fix !CONFIG_PM sysfs for real this time

2012-09-20 Thread Daniel Vetter
On Wed, Sep 19, 2012 at 10:50:19AM -0700, Ben Widawsky wrote: > Somehow this hunk got dropped from my last patch. We do not have the > rc6_attrs when there is no CONFIG_PM so this causes a compilation error. > > Reported-by: Fengguang Wu > Signed-off-by: Ben Widawsky Queued for -next, thanks for

[PATCH 2/2] drm/dp: Make sink count DP 1.2 aware

2012-09-20 Thread Adam Jackson
Signed-off-by: Adam Jackson --- drivers/gpu/drm/i915/intel_dp.c |9 - include/drm/drm_dp_helper.h |3 ++- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/drivers/gpu/drm/i915/intel_dp.c b/drivers/gpu/drm/i915/intel_dp.c index 813b771..00f99e5 100644 --- a/driver

[PATCH 1/2] drm/dp: Document DP spec versions for various DPCD registers

2012-09-20 Thread Adam Jackson
Note with a comment anything newer than DP 1.1a. Obviously this needs some work still... Signed-off-by: Adam Jackson --- include/drm/drm_dp_helper.h | 52 ++ 1 files changed, 32 insertions(+), 20 deletions(-) diff --git a/include/drm/drm_dp_helper.h b/

is airlied's git tree broken ?

2012-09-20 Thread Dave Airlie
On Thu, Sep 20, 2012 at 1:18 PM, Ilija Hadzic wrote: > I am getting this kind of error when I try to do 'git fetch' from > git://people.freedesktop.org/~airlied/linux.git > > remote: error: Could not read ec862f894f7870430e4ff5a9249eaa94d368d220 > remote: fatal: bad tree object ec862f894f7870430e4

[pull] radeon drm-fixes-3.6

2012-09-20 Thread Alex Deucher
If it's not too late, there's one more patch that fixes a resume regression on pre-r6xx asics. commit 16c58081eb95e35f284421176f355eccfc773bbe Author: Simon Kitching Date: Thu Sep 20 12:59:16 2012 -0400 drm/radeon: Prevent leak of scratch register on resume from suspend Cards typicall

[PATCH] Prevent leak of scratch register on resume from suspend.

2012-09-20 Thread Alex Deucher
Thanks! I've added this to my -fixes branch. Alex On Thu, Sep 20, 2012 at 5:37 AM, Simon Kitching wrote: > Cards typically have 5-7 scratch registers; one of these is reserved for > rdev->rptr_save_reg. Unfortunately the reservation is done in function > r100_cp_init, which is called by all dri

[PATCH] drm: micro optimise cache flushing

2012-09-20 Thread Jani Nikula
On Wed, 19 Sep 2012, Chris Wilson wrote: > On Wed, 19 Sep 2012 11:12:41 +1000, Dave Airlie wrote: >> From: Dave Airlie >> >> We hit this a lot with i915 and although we'd like to engineer things to hit >> it a lot less, this commit at least makes it consume a few less cycles. >> >> from someth

[PATCH] drm: Destroy the planes prior to destroying the associated CRTC

2012-09-20 Thread Joonyoung Shim
On 09/17/2012 06:38 PM, Chris Wilson wrote: > As during the plane cleanup, we wish to disable the hardware and > so may modify state on the associated CRTC, that CRTC must continue to > exist until we are finished. A similar issue can occur in the drm_framebuffer_cleanup(). If crtc and plane use s

[PATCH] Prevent leak of scratch register on resume from suspend.

2012-09-20 Thread Simon Kitching
Cards typically have 5-7 scratch registers; one of these is reserved for rdev->rptr_save_reg. Unfortunately the reservation is done in function r100_cp_init, which is called by all drivers except r600 - and this function is also invoked on resume from suspend. After several resumes, no scratch regi

[Bug 38554] Hibernate broken when KMS enabled on Radeon Mobility M6 LY

2012-09-20 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=38554 --- Comment #3 from manuel.jan...@gmail.com 2012-09-20 18:24:23 UTC --- Hi, I own A IBM Thinkpad X31, AFAIK the video controller is the same (ATI RV100 LY [Mobility Radeon 7000]). Since KMS, I have to disable it in order to be able to use hiberna

[Bug 38554] Hibernate broken when KMS enabled on Radeon Mobility M6 LY

2012-09-20 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=38554 --- Comment #2 from manuel.jan...@gmail.com 2012-09-20 18:22:11 UTC --- Hi, I own A IBM Thinkpad X31, AFAIK the video controller is the same (ATI RV100 LY [Mobility Radeon 7000]). Since KMS, I have to disable it in order to be able to use hiberna

[Intel-gfx] [PATCH 2/4] drm/dp: Update DPCD defines

2012-09-20 Thread Paulo Zanoni
Hi See below: 2012/9/18 Adam Jackson : > Sources: DP, eDP, and DP interop specs, and a VESA slideshow about DP > 1.2 for the MST bits. All I needed to review every bit was DP spec version 1.2. > > Tested-by: Takashi Iwai > Signed-off-by: Adam Jackson > --- > include/drm/drm_dp_helper.h | 6

radeon error on resume: "cp failed to get scratch reg" - anyone interested?

2012-09-20 Thread Michel Dänzer
On Don, 2012-09-20 at 08:54 +0200, Simon Kitching wrote: > On 19/09/12 11:12, Michel D?nzer wrote: > > On Mon, 2012-09-17 at 15:06 +0200, Simon Kitching wrote: > >> Hi, > >> > >> I've noticed that on resume from suspend, dmesg reports: > >> > >> [21895.997536] [drm] radeon: 1 quad pipes, 2 z pipes

[PATCH] drm/radeon: make 64bit fences more robust v3 (3.5 stable)

2012-09-20 Thread alexdeuc...@gmail.com
From: Christian K?nig Only increase the higher 32bits if we really detect a wrap around. v2: instead of increasing the higher 32bits just use the higher 32bits from the last emitted fence. v3: also use last emitted fence value as upper limit. The intention of this patch is to make fences as

[Intel-gfx] [PATCH 2/4] drm/dp: Update DPCD defines

2012-09-20 Thread Adam Jackson
On 9/20/12 10:10 AM, Paulo Zanoni wrote: > 2012/9/18 Adam Jackson : >> Sources: DP, eDP, and DP interop specs, and a VESA slideshow about DP >> 1.2 for the MST bits. > > All I needed to review every bit was DP spec version 1.2. Lucky you! I don't have a copy. >> +#define DP_SINK_COUNT

[PATCH] drm/radeon: Fix scratch register leak in IB test.

2012-09-20 Thread Michel Dänzer
From: Michel D?nzer Restructure the code to jump out via labels instead of directly returning early. Also make error reporting consistent across all hardware generations. Signed-off-by: Michel D?nzer Reviewed-by: Simon Kitching Reviewed-by: Christian K?nig --- drivers/gpu/drm/radeon/r100.c |

radeon error on resume: "cp failed to get scratch reg" - anyoneinterested?

2012-09-20 Thread deathsim...@vodafone.de
-- From: "Simon Kitching" To: "Michel D?nzer" Date: Thu, 20 Sep 2012 09:38:56 +0200 Subject: Re: radeon error on resume: "cp failed to get scratch reg" - anyoneinterested? > On 19/09/12 11:12, Michel D?nzer wrote: > > On Mon,

Re: [pull] radeon drm-fixes-3.6

2012-09-20 Thread Alex Deucher
If it's not too late, there's one more patch that fixes a resume regression on pre-r6xx asics. commit 16c58081eb95e35f284421176f355eccfc773bbe Author: Simon Kitching Date: Thu Sep 20 12:59:16 2012 -0400 drm/radeon: Prevent leak of scratch register on resume from suspend Cards typicall

Re: [PATCH] Prevent leak of scratch register on resume from suspend.

2012-09-20 Thread Alex Deucher
Thanks! I've added this to my -fixes branch. Alex On Thu, Sep 20, 2012 at 5:37 AM, Simon Kitching wrote: > Cards typically have 5-7 scratch registers; one of these is reserved for > rdev->rptr_save_reg. Unfortunately the reservation is done in function > r100_cp_init, which is called by all dri

[PATCH] drm/radeon: Fix scratch register leak in IB test.

2012-09-20 Thread Alex Deucher
On Thu, Sep 20, 2012 at 4:31 AM, Michel D?nzer wrote: > From: Michel D?nzer > > Restructure the code to jump out via labels instead of directly returning > early. Also make error reporting consistent across all hardware generations. > > Signed-off-by: Michel D?nzer > Reviewed-by: Simon Kitching

[PATCH] Prevent leak of scratch register on resume from suspend.

2012-09-20 Thread Simon Kitching
Cards typically have 5-7 scratch registers; one of these is reserved for rdev->rptr_save_reg. Unfortunately the reservation is done in function r100_cp_init, which is called by all drivers except r600 - and this function is also invoked on resume from suspend. After several resumes, no scratch reg

radeon error on resume: "cp failed to get scratch reg" - anyone interested?

2012-09-20 Thread Simon Kitching
On 19/09/12 11:12, Michel D?nzer wrote: > On Mon, 2012-09-17 at 15:06 +0200, Simon Kitching wrote: >> Hi, >> >> I've noticed that on resume from suspend, dmesg reports: >> >> [21895.997536] [drm] radeon: 1 quad pipes, 2 z pipes initialized. >> [21896.012072] [drm] PCIE GART of 512M enabled (table a

[PATCH] drm: Destroy the planes prior to destroying the associated CRTC

2012-09-20 Thread Chris Wilson
On Thu, 20 Sep 2012 15:10:39 +0900, Joonyoung Shim wrote: > On 09/20/2012 02:38 PM, Rob Clark wrote: > > On Wed, Sep 19, 2012 at 9:52 PM, Joonyoung Shim > samsung.com> wrote: > >> On 09/17/2012 06:38 PM, Chris Wilson wrote: > >>> As during the plane cleanup, we wish to disable the hardware and >

[PATCH] drm/radeon: make 64bit fences more robust v3 (3.5 stable)

2012-09-20 Thread alexdeucher
From: Christian König Only increase the higher 32bits if we really detect a wrap around. v2: instead of increasing the higher 32bits just use the higher 32bits from the last emitted fence. v3: also use last emitted fence value as upper limit. The intention of this patch is to make fences as

Re: [Intel-gfx] [PATCH 2/4] drm/dp: Update DPCD defines

2012-09-20 Thread Adam Jackson
On 9/20/12 10:10 AM, Paulo Zanoni wrote: 2012/9/18 Adam Jackson : Sources: DP, eDP, and DP interop specs, and a VESA slideshow about DP 1.2 for the MST bits. All I needed to review every bit was DP spec version 1.2. Lucky you! I don't have a copy. +#define DP_SINK_COUNT

[Bug 49198] glxinfo SIGSEGV in pthread_detach under radeon_drm_cs_destroy under dri2_destroy_context

2012-09-20 Thread bugzilla-dae...@freedesktop.org
https://bugs.freedesktop.org/show_bug.cgi?id=49198 m.b.lankhorst at gmail.com changed: What|Removed |Added Status|RESOLVED|CLOSED --- Comment #13 from

Re: [Intel-gfx] [PATCH 2/4] drm/dp: Update DPCD defines

2012-09-20 Thread Paulo Zanoni
Hi See below: 2012/9/18 Adam Jackson : > Sources: DP, eDP, and DP interop specs, and a VESA slideshow about DP > 1.2 for the MST bits. All I needed to review every bit was DP spec version 1.2. > > Tested-by: Takashi Iwai > Signed-off-by: Adam Jackson > --- > include/drm/drm_dp_helper.h | 6

Updated -testing

2012-09-20 Thread Daniel Vetter
Hi all, New code to beat on! Highlights: - rework of the gem backing pages handling (preps for stolen mem handling) from Chris - cpu freq interface in sysfs from Ben - cpu edp fixes and some related cleanups - write-combining ptes for pre-gen6 (Chris) - basic CADL support (Peter Wu) - some more

Re: [PATCH] drm/radeon: Fix scratch register leak in IB test.

2012-09-20 Thread Alex Deucher
On Thu, Sep 20, 2012 at 4:31 AM, Michel Dänzer wrote: > From: Michel Dänzer > > Restructure the code to jump out via labels instead of directly returning > early. Also make error reporting consistent across all hardware generations. > > Signed-off-by: Michel Dänzer > Reviewed-by: Simon Kitching

Re: [Intel-gfx] [PATCH 3/4] drm/i915/dp: Fetch downstream port info if needed during DPCD fetch

2012-09-20 Thread Jani Nikula
On Tue, 18 Sep 2012, Adam Jackson wrote: > v2: Fix parenthesis mismatch, spotted by Jani Nikula > > Tested-by: Takashi Iwai > Signed-off-by: Adam Jackson > --- > drivers/gpu/drm/i915/intel_dp.c | 25 - > 1 files changed, 20 insertions(+), 5 deletions(-) > > diff --git

Re: [PATCH] drm/i915: Fix !CONFIG_PM sysfs for real this time

2012-09-20 Thread Daniel Vetter
On Wed, Sep 19, 2012 at 10:50:19AM -0700, Ben Widawsky wrote: > Somehow this hunk got dropped from my last patch. We do not have the > rc6_attrs when there is no CONFIG_PM so this causes a compilation error. > > Reported-by: Fengguang Wu > Signed-off-by: Ben Widawsky Queued for -next, thanks for

Re: [PATCH] drm: micro optimise cache flushing

2012-09-20 Thread Jani Nikula
On Wed, 19 Sep 2012, Chris Wilson wrote: > On Wed, 19 Sep 2012 11:12:41 +1000, Dave Airlie wrote: >> From: Dave Airlie >> >> We hit this a lot with i915 and although we'd like to engineer things to hit >> it a lot less, this commit at least makes it consume a few less cycles. >> >> from someth

Re: [PATCH V4 2/2] video: drm: exynos: Add device tree support

2012-09-20 Thread Leela Krishna Amudala
Hello Inki Dae, On Thu, Sep 20, 2012 at 11:59 AM, Inki Dae wrote: > Hi, > > I had merged this patch set but I realizes this patch has no > descriptions enough so please add the descriptions what is this patch. > Will give more description and post the next version. > > 2012/9/6 Leela Krishna Am

Re: radeon error on resume: "cp failed to get scratch reg" - anyone interested?

2012-09-20 Thread Michel Dänzer
On Don, 2012-09-20 at 08:54 +0200, Simon Kitching wrote: > On 19/09/12 11:12, Michel Dänzer wrote: > > On Mon, 2012-09-17 at 15:06 +0200, Simon Kitching wrote: > >> Hi, > >> > >> I've noticed that on resume from suspend, dmesg reports: > >> > >> [21895.997536] [drm] radeon: 1 quad pipes, 2 z pipes

[PATCH] drm/radeon: Fix scratch register leak in IB test.

2012-09-20 Thread Michel Dänzer
From: Michel Dänzer Restructure the code to jump out via labels instead of directly returning early. Also make error reporting consistent across all hardware generations. Signed-off-by: Michel Dänzer Reviewed-by: Simon Kitching Reviewed-by: Christian König --- drivers/gpu/drm/radeon/r100.c |

Re: Re: radeon error on resume: "cp failed to get scratch reg" - anyoneinterested?

2012-09-20 Thread deathsimple
-- From: "Simon Kitching" To: "Michel Dänzer" Date: Thu, 20 Sep 2012 09:38:56 +0200 Subject: Re: radeon error on resume: "cp failed to get scratch reg" - anyoneinterested? > On 19/09/12 11:12, Michel Dänzer wrote: > > On Mon,

Re: [PATCH] drm: Destroy the planes prior to destroying the associated CRTC

2012-09-20 Thread Joonyoung Shim
On 09/20/2012 04:49 PM, Chris Wilson wrote: On Thu, 20 Sep 2012 15:10:39 +0900, Joonyoung Shim wrote: On 09/20/2012 02:38 PM, Rob Clark wrote: On Wed, Sep 19, 2012 at 9:52 PM, Joonyoung Shim wrote: On 09/17/2012 06:38 PM, Chris Wilson wrote: As during the plane cleanup, we wish to disable

Re: [PATCH] drm: Destroy the planes prior to destroying the associated CRTC

2012-09-20 Thread Chris Wilson
On Thu, 20 Sep 2012 15:10:39 +0900, Joonyoung Shim wrote: > On 09/20/2012 02:38 PM, Rob Clark wrote: > > On Wed, Sep 19, 2012 at 9:52 PM, Joonyoung Shim > > wrote: > >> On 09/17/2012 06:38 PM, Chris Wilson wrote: > >>> As during the plane cleanup, we wish to disable the hardware and > >>> so ma

Re: radeon error on resume: "cp failed to get scratch reg" - anyone interested?

2012-09-20 Thread Simon Kitching
On 19/09/12 11:12, Michel Dänzer wrote: On Mon, 2012-09-17 at 15:06 +0200, Simon Kitching wrote: Hi, I've noticed that on resume from suspend, dmesg reports: [21895.997536] [drm] radeon: 1 quad pipes, 2 z pipes initialized. [21896.012072] [drm] PCIE GART of 512M enabled (table at 0x000

Re: [PATCH 5/6] staging: drm/imx: Add devicetree binding documentation

2012-09-20 Thread Eric Nelson
On 09/18/2012 11:52 PM, Sascha Hauer wrote: On Tue, Sep 18, 2012 at 03:06:36PM -0700, Eric Nelson wrote: Hi Sascha, On 09/12/2012 03:31 AM, Sascha Hauer wrote: From: Philipp Zabel Signed-off-by: Philipp Zabel Signed-off-by: Sascha Hauer --- .../bindings/staging/imx-drm/fsl-imx-drm.txt

[PATCH] drm: Destroy the planes prior to destroying the associated CRTC

2012-09-20 Thread Rob Clark
On Wed, Sep 19, 2012 at 9:52 PM, Joonyoung Shim wrote: > On 09/17/2012 06:38 PM, Chris Wilson wrote: >> >> As during the plane cleanup, we wish to disable the hardware and >> so may modify state on the associated CRTC, that CRTC must continue to >> exist until we are finished. > > > A similar iss

[PATCH v4] of: Add videomode helper

2012-09-20 Thread Steffen Trumtrar
This patch adds a helper function for parsing videomodes from the devicetree. The videomode can be either converted to a struct drm_display_mode or a struct fb_videomode. Signed-off-by: Sascha Hauer Signed-off-by: Steffen Trumtrar --- Hi! changes since v3: - print error messages

Re: [PATCH 6/6] staging: drm/imx: Add TODO

2012-09-20 Thread Greg Kroah-Hartman
On Wed, Sep 19, 2012 at 09:18:03AM +0200, Sascha Hauer wrote: > On Wed, Sep 19, 2012 at 01:53:25PM +0800, Shawn Guo wrote: > > On Wed, Sep 12, 2012 at 12:31:14PM +0200, Sascha Hauer wrote: > > > Signed-off-by: Sascha Hauer > > > --- > > > drivers/staging/imx-drm/TODO | 22 ++

[Bug 49198] glxinfo SIGSEGV in pthread_detach under radeon_drm_cs_destroy under dri2_destroy_context

2012-09-20 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=49198 m.b.lankho...@gmail.com changed: What|Removed |Added Status|RESOLVED|CLOSED --- Comment #13 from m.b