Re: [PATCH v2] drm/i915/panel: Alwyas record the backlight level again (but cleverly)

2011-10-14 Thread Keith Packard
This looks good to me, Reviewed-by: Keith Packard -- keith.pack...@intel.com pgpBkOypSSs6U.pgp Description: PGP signature ___ dri-devel mailing list dri-devel@lists.freedesktop.org http://lists.freedesktop.org/mailman/listinfo/dri-devel

[PATCH v2] drm/i915/panel: Alwyas record the backlight level again (but cleverly)

2011-10-14 Thread Keith Packard
ves/dri-devel/attachments/20111014/c3a9a108/attachment.pgp>

[Bug 25490] kernel crash with 2.6.32, drm and kms enabled.

2011-10-14 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=25490 dagg changed: What|Removed |Added Status|NEW |RESOLVED Resolution|

[Bug 25490] kernel crash with 2.6.32, drm and kms enabled.

2011-10-14 Thread bugzilla-dae...@freedesktop.org
https://bugs.freedesktop.org/show_bug.cgi?id=25490 dagg changed: What|Removed |Added Status|NEW |RESOLVED Resolution|

[Bug 25489] distortion in screen.

2011-10-14 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=25489 dagg changed: What|Removed |Added Status|NEW |RESOLVED Resolution|

[Bug 25489] distortion in screen.

2011-10-14 Thread bugzilla-dae...@freedesktop.org
https://bugs.freedesktop.org/show_bug.cgi?id=25489 dagg changed: What|Removed |Added Status|NEW |RESOLVED Resolution|

[PATCH] drm/radeon/kms: make r600-NI blit suspend code common

2011-10-14 Thread Ilija Hadzic
On Fri, 14 Oct 2011 alexdeucher at gmail.com wrote: > From: Alex Deucher > > r600-NI shared the same blit suspend code. Clean it up > and make it a shared function. > > Signed-off-by: Alex Deucher > Cc: Ilija Hadzic Thanks, this one slipped my eye in my cleanup. Correctness should be obvio

Re: [PATCH] drm/radeon/kms: make r600-NI blit suspend code common

2011-10-14 Thread Ilija Hadzic
On Fri, 14 Oct 2011 alexdeuc...@gmail.com wrote: From: Alex Deucher r600-NI shared the same blit suspend code. Clean it up and make it a shared function. Signed-off-by: Alex Deucher Cc: Ilija Hadzic Thanks, this one slipped my eye in my cleanup. Correctness should be obvious, so as mu

[RFC 1/2] dma-buf: Introduce dma buffer sharing mechanism

2011-10-14 Thread Sumit Semwal
On 14 October 2011 15:30, Tomasz Stanislawski wrote: > Hi Mr. Sumit Semwal, Hello Mr. Tomasz Stanislawski :), > Thank you for taking care of the framework for buffer sharing. > The support of buffer sharing in V4L2, both exporting and importing was > posted in shrbuf proof-of-concept patch. It s

[Bug 34218] [r300g] Unigine: some surfaces are reflecting too much light

2011-10-14 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=34218 --- Comment #11 from Tom Stellard 2011-10-14 18:41:51 PDT --- The reg rename pass has be re-enabled, can you try again with the latest code from git. -- Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?tab=email --- You are re

[Bug 34218] [r300g] Unigine: some surfaces are reflecting too much light

2011-10-14 Thread bugzilla-dae...@freedesktop.org
https://bugs.freedesktop.org/show_bug.cgi?id=34218 --- Comment #11 from Tom Stellard 2011-10-14 18:41:51 PDT --- The reg rename pass has be re-enabled, can you try again with the latest code from git. -- Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?tab=email --- You are re

Question on S3 on evergreen

2011-10-14 Thread Huang, FrankR
> -Original Message- > From: dri-devel-bounces+frankr.huang=amd.com at lists.freedesktop.org > [mailto:dri-devel-bounces+frankr.huang=amd.com at lists.freedesktop.org] On > Behalf Of Alex Deucher > Sent: 2011?10?13? 21:06 > To: Huang, FrankR > Cc: dri-devel at lists.freedesktop.org > Subj

[RFC 1/2] dma-buf: Introduce dma buffer sharing mechanism

2011-10-14 Thread Daniel Vetter
On Fri, Oct 14, 2011 at 12:00:58PM +0200, Tomasz Stanislawski wrote: > >+/** > >+ * struct dma_buf_ops - operations possible on struct dma_buf > >+ * @create: creates a struct dma_buf of a fixed size. Actual allocation > >+ * does not happen here. > > The 'create' ops is not present in dma_bu

[RESEND][PATCH 7/7] drm/exynos: fixed build warnings and comments.

2011-10-14 Thread Inki Dae
Signed-off-by: Inki Dae Signed-off-by: Kyungmin Park --- drivers/gpu/drm/exynos/exynos_drm_drv.h |2 +- drivers/gpu/drm/exynos/exynos_drm_fimd.c | 13 + 2 files changed, 2 insertions(+), 13 deletions(-) diff --git a/drivers/gpu/drm/exynos/exynos_drm_drv.h b/drivers/gpu/drm/e

[RESEND][PATCH 6/7] drm/exynos: fixed page flip bug.

2011-10-14 Thread Inki Dae
in case of using two drivers such as fimd and hdmi controller that they have their own hardware interrupt, drm framework doesn't provide pipe number corresponding to it. so the pipe should be set to event's from specific crtc. Signed-off-by: Seung-Woo Kim Signed-off-by: Inki Dae Signed-off-by: K

[RESEND][PATCH 5/7] drm/exynos: added comments and code clean.

2011-10-14 Thread Inki Dae
this patch adds the following comments and code clean. - add comment of exynos_drm_crtc_apply() call at page flip time. - add comment that when exynos_drm_fbdev_reinit() is called, why num_connector is 0 and also the framebuffers should be destroyed. - remove buf_off member from struct exynos_drm

[RESEND][PATCH 4/7] drm/exynos: fixed bug to exynos_drm_fb_dev_reinit().

2011-10-14 Thread Inki Dae
this patch solves the problem that fb_helper is released when exynos_drm_fbdev_reinit() was called. if this function call is ok then just return. Signed-off-by: Inki Dae Signed-off-by: Kyungmin Park --- drivers/gpu/drm/exynos/exynos_drm_fbdev.c |2 ++ 1 files changed, 2 insertions(+), 0 del

[RESEND][PATCH 3/7] drm/exynos: added device object as argument of subdrv_probe().

2011-10-14 Thread Inki Dae
sub drivers should refer to its own device object to access its own context. Signed-off-by: Inki Dae Signed-off-by: Kyungmin Park --- drivers/gpu/drm/exynos/exynos_drm_core.c |2 +- drivers/gpu/drm/exynos/exynos_drm_drv.h |2 +- drivers/gpu/drm/exynos/exynos_drm_fimd.c |2 +- 3 fil

[RESEND][PATCH 2/7] drm/exynos: fixed overlay updating time at page flip.

2011-10-14 Thread Inki Dae
buffer addess is set to shadow register and then applied to real register at vsync front porch time. Signed-off-by: Joonyoung Shim Signed-off-by: Kyungmin Park --- drivers/gpu/drm/exynos/exynos_drm_crtc.c |4 +++- drivers/gpu/drm/exynos/exynos_drm_crtc.h |1 - drivers/gpu/drm/exynos/exy

[RESEND][PATCH 1/7] drm/exynos: fixed overlay data updating.

2011-10-14 Thread Inki Dae
this patch adds common members to overlay structure and makes each driver such as fimd or hdmi driver set them to its own structure. Signed-off-by: Inki Dae Signed-off-by: Kyungmin Park --- drivers/gpu/drm/exynos/exynos_drm_buf.h |3 + drivers/gpu/drm/exynos/exynos_drm_crtc.c | 101

[RESEND][PATCH 0/7] drm/exynos: add two devices support.

2011-10-14 Thread Inki Dae
I am sending patch sets again because of some conflicts. I am sorry for that. the patch sets are as the following. - updated common overlay structure to support hdmi. - fixed page flip feature for two devices to be supported. - fixed a bug that fbdev reinitialization is failed. - added comments an

[PATCH 7/7] drm/exynos: fixed build warnings and comments.

2011-10-14 Thread Inki Dae
Signed-off-by: Inki Dae Signed-off-by: Kyungmin Park --- drivers/gpu/drm/exynos/exynos_drm_drv.h |2 +- drivers/gpu/drm/exynos/exynos_drm_fimd.c | 13 + 2 files changed, 2 insertions(+), 13 deletions(-) diff --git a/drivers/gpu/drm/exynos/exynos_drm_drv.h b/drivers/gpu/drm/e

[PATCH 6/7] drm/exynos: fixed page flip bug.

2011-10-14 Thread Inki Dae
in case of using two drivers such as fimd and hdmi controller that they have their own hardware interrupt, drm framework doesn't provide pipe number corresponding to it. so the pipe should be set to event's from specific crtc. Signed-off-by: Seung-Woo Kim Signed-off-by: Inki Dae Signed-off-by: K

[PATCH 5/7] drm/exynos: added comments and code clean.

2011-10-14 Thread Inki Dae
this patch adds the following comments and code clean. - add comment of exynos_drm_crtc_apply() call at page flip time. - add comment that when exynos_drm_fbdev_reinit() is called, why num_connector is 0 and also the framebuffers should be destroyed. - remove buf_off member from struct exynos_drm

[PATCH 4/7] drm/exynos: fixed bug to exynos_drm_fb_dev_reinit().

2011-10-14 Thread Inki Dae
this patch solves the problem that fb_helper is released when exynos_drm_fbdev_reinit() was called. if this function call is ok then just return. Signed-off-by: Inki Dae Signed-off-by: Kyungmin Park --- drivers/gpu/drm/exynos/exynos_drm_fbdev.c |2 ++ 1 files changed, 2 insertions(+), 0 del

[PATCH 3/7] drm/exynos: added device object as argument of subdrv_probe().

2011-10-14 Thread Inki Dae
sub drivers should refer to its own device object to access its own context. Signed-off-by: Inki Dae Signed-off-by: Kyungmin Park --- drivers/gpu/drm/exynos/exynos_drm_core.c |2 +- drivers/gpu/drm/exynos/exynos_drm_drv.h |2 +- drivers/gpu/drm/exynos/exynos_drm_fimd.c |2 +- 3 fil

[PATCH 2/7] drm/exynos: fixed overlay updating time at page flip.

2011-10-14 Thread Inki Dae
buffer addess is set to shadow register and then applied to real register at vsync front porch time. Signed-off-by: Joonyoung Shim Signed-off-by: Kyungmin Park --- drivers/gpu/drm/exynos/exynos_drm_crtc.c |4 +++- drivers/gpu/drm/exynos/exynos_drm_crtc.h |1 - drivers/gpu/drm/exynos/exy

[PATCH 1/7] drm/exynos: fixed overlay data updating.

2011-10-14 Thread Inki Dae
this patch adds common members to overlay structure and makes each driver such as fimd or hdmi driver set them to its own structure. Signed-off-by: Inki Dae Signed-off-by: Kyungmin Park --- drivers/gpu/drm/exynos/exynos_drm_buf.h |3 + drivers/gpu/drm/exynos/exynos_drm_crtc.c | 101

[PATCH 0/7] drm/exynos: add two devices support.

2011-10-14 Thread Inki Dae
the patch sets are as the following. - updated common overlay structure to support hdmi. - fixed page flip feature for two devices to be supported. - fixed a bug that fbdev reinitialization is failed. - added comments and code clean. this patch is based on git repository below: git://people.freede

[PATCH] drm/radeon/kms: consolidate GART code, fix memory fault after GPU lockup

2011-10-14 Thread Jerome Glisse
On Fri, Oct 14, 2011 at 10:14:54AM +0200, Michel D?nzer wrote: > [ Dropping stable at kernel.org from CC, it'll get picked up for stable > once it hits mainline ] > > On Don, 2011-10-13 at 16:38 -0400, j.glisse at gmail.com wrote: > > From: Jerome Glisse > > > > After GPU lockup VRAM gart table

[RFC 1/2] dma-buf: Introduce dma buffer sharing mechanism

2011-10-14 Thread Tomasz Stanislawski
Hi Mr. Sumit Semwal, Thank you for taking care of the framework for buffer sharing. The support of buffer sharing in V4L2, both exporting and importing was posted in shrbuf proof-of-concept patch. It should be easy to port it to dmabuf. http://lists.linaro.org/pipermail/linaro-mm-sig/2011-August

[PATCH v2] drm/i915/panel: Alwyas record the backlight level again (but cleverly)

2011-10-14 Thread Takashi Iwai
The commit 47356eb67285014527a5ab87543ba1fae3d1e10a introduced a mechanism to record the backlight level only at disabling time, but it also introduced a regression. Since intel_lvds_enable() may be called without disabling (e.g. intel_lvds_commit() calls it unconditionally), the backlight gets ba

[PATCH] drm/radeon/kms: make r600-NI blit suspend code common

2011-10-14 Thread alexdeuc...@gmail.com
From: Alex Deucher r600-NI shared the same blit suspend code. Clean it up and make it a shared function. Signed-off-by: Alex Deucher Cc: Ilija Hadzic --- drivers/gpu/drm/radeon/evergreen.c | 10 +- drivers/gpu/drm/radeon/ni.c| 10 +- drivers/gpu/drm/radeon/r600.c

[PATCH] DRM: omapdrm DRM/KMS driver for TI OMAP platforms

2011-10-14 Thread Rob Clark
From: Rob Clark A DRM display driver for TI OMAP platform. Similar to omapfb (fbdev) and omap_vout (v4l2 display) drivers in the past, this driver uses the DSS2 driver to access the display hardware, including support for HDMI, DVI, and various types of LCD panels. And it implements GEM support

[RFC 1/2] dma-buf: Introduce dma buffer sharing mechanism

2011-10-14 Thread Rob Clark
On Fri, Oct 14, 2011 at 5:00 AM, Tomasz Stanislawski wrote: >> + * @attach: allows different devices to 'attach' themselves to the given >> + * ? ? ? ? buffer. It might return -EBUSY to signal that backing storage >> + * ? ? ? ? is already allocated and incompatible with the requirements >> + * ?

Question on S3 on evergreen

2011-10-14 Thread Alex Deucher
On Fri, Oct 14, 2011 at 6:13 AM, Huang, FrankR wrote: > > >> -Original Message- >> From: dri-devel-bounces+frankr.huang=amd.com at lists.freedesktop.org >> [mailto:dri-devel-bounces+frankr.huang=amd.com at lists.freedesktop.org] On >> Behalf Of Alex Deucher >> Sent: 2011?10?13? 21:06 >> To

[PATCH] drm/radeon/kms: consolidate GART code, fix memory fault after GPU lockup

2011-10-14 Thread Michel Dänzer
[ Dropping stable at kernel.org from CC, it'll get picked up for stable once it hits mainline ] On Don, 2011-10-13 at 16:38 -0400, j.glisse at gmail.com wrote: > From: Jerome Glisse > > After GPU lockup VRAM gart table is unpinned and thus its pointer > becomes unvalid. This patch move the unpi

Question on S3 on evergreen

2011-10-14 Thread Huang, FrankR
> -Original Message- > From: dri-devel-bounces+frankr.huang=amd.com at lists.freedesktop.org > [mailto:dri-devel-bounces+frankr.huang=amd.com at lists.freedesktop.org] On > Behalf Of Alex Deucher > Sent: 2011?10?13? 21:06 > To: Huang, FrankR > Cc: dri-devel at lists.freedesktop.org > Subjec

Re: [PATCH] drm/radeon/kms: consolidate GART code, fix memory fault after GPU lockup

2011-10-14 Thread Jerome Glisse
On Fri, Oct 14, 2011 at 10:14:54AM +0200, Michel Dänzer wrote: > [ Dropping sta...@kernel.org from CC, it'll get picked up for stable > once it hits mainline ] > > On Don, 2011-10-13 at 16:38 -0400, j.gli...@gmail.com wrote: > > From: Jerome Glisse > > > > After GPU lockup VRAM gart table is un

Reply: Question on S3 on evergreen

2011-10-14 Thread Huang, FrankR
Ilija, Your suggestion is very very important for us. Before we released the driver, we will check each file of what we used from linux community(Including KMS and DDX driver). As you said, there is no guarantee that some patches from other developers contain GPL's code. So we must be ve

[Bug 41791] Civilization V + Wine = Bug

2011-10-14 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=41791 Michel Dänzer changed: What|Removed |Added Component|Drivers/Gallium/r600|Mesa core AssignedTo|dri-devel@l

[Bug 41791] Civilization V + Wine = Bug

2011-10-14 Thread bugzilla-dae...@freedesktop.org
https://bugs.freedesktop.org/show_bug.cgi?id=41791 Michel D?nzer changed: What|Removed |Added Component|Drivers/Gallium/r600|Mesa core AssignedTo|dri-devel a

Reply: Question on S3 on evergreen

2011-10-14 Thread Huang, FrankR
> -Original Message- > From: David Airlie [mailto:airlied at redhat.com] > Sent: 2011?10?13? 22:24 > To: Huang, FrankR > Cc: dri-devel at lists.freedesktop.org; Xavier Bestel; Dave Airlie > Subject: Re: Reply: Question on S3 on evergreen > > > > - Original Message - > > From: "

[PATCH] RFCv2: omapdrm DRM/KMS driver for TI OMAP platforms

2011-10-14 Thread Rob Clark
On Mon, Sep 26, 2011 at 8:55 AM, Konrad Rzeszutek Wilk wrote: >> I'm a bit undecided on some of this error handling at startup.. ?I >> guess ENOMEM is clear enough. ?But some of the other parts, like >> connector initialization, could fail just because some hw is not >> present/populated. ?Like mi

Re: [RFC 1/2] dma-buf: Introduce dma buffer sharing mechanism

2011-10-14 Thread Rob Clark
On Fri, Oct 14, 2011 at 5:00 AM, Tomasz Stanislawski wrote: >> + * @attach: allows different devices to 'attach' themselves to the given >> + *         buffer. It might return -EBUSY to signal that backing storage >> + *         is already allocated and incompatible with the requirements >> + *  

Re: [RFC 1/2] dma-buf: Introduce dma buffer sharing mechanism

2011-10-14 Thread Daniel Vetter
On Fri, Oct 14, 2011 at 12:00:58PM +0200, Tomasz Stanislawski wrote: > >+/** > >+ * struct dma_buf_ops - operations possible on struct dma_buf > >+ * @create: creates a struct dma_buf of a fixed size. Actual allocation > >+ * does not happen here. > > The 'create' ops is not present in dma_bu

Re: [RFC 1/2] dma-buf: Introduce dma buffer sharing mechanism

2011-10-14 Thread Sumit Semwal
On 14 October 2011 15:30, Tomasz Stanislawski wrote: > Hi Mr. Sumit Semwal, Hello Mr. Tomasz Stanislawski :), > Thank you for taking care of the framework for buffer sharing. > The support of buffer sharing in V4L2, both exporting and importing was > posted in shrbuf proof-of-concept patch. It sh

Re: [RFC 1/2] dma-buf: Introduce dma buffer sharing mechanism

2011-10-14 Thread Tomasz Stanislawski
Hi Mr. Sumit Semwal, Thank you for taking care of the framework for buffer sharing. The support of buffer sharing in V4L2, both exporting and importing was posted in shrbuf proof-of-concept patch. It should be easy to port it to dmabuf. http://lists.linaro.org/pipermail/linaro-mm-sig/2011-Augu

[PATCH] drm/radeon/kms: make r600-NI blit suspend code common

2011-10-14 Thread alexdeucher
From: Alex Deucher r600-NI shared the same blit suspend code. Clean it up and make it a shared function. Signed-off-by: Alex Deucher Cc: Ilija Hadzic --- drivers/gpu/drm/radeon/evergreen.c | 10 +- drivers/gpu/drm/radeon/ni.c| 10 +- drivers/gpu/drm/radeon/r600.c

Re: Question on S3 on evergreen

2011-10-14 Thread Alex Deucher
On Fri, Oct 14, 2011 at 6:13 AM, Huang, FrankR wrote: > > >> -Original Message- >> From: dri-devel-bounces+frankr.huang=amd@lists.freedesktop.org >> [mailto:dri-devel-bounces+frankr.huang=amd@lists.freedesktop.org] On >> Behalf Of Alex Deucher >> Sent: 2011?10?13? 21:06 >> To: Huan

[Bug 41791] New: Civilization V + Wine = Bug

2011-10-14 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=41791 Summary: Civilization V + Wine = Bug Product: Mesa Version: 7.11 Platform: x86-64 (AMD64) OS/Version: Linux (All) Status: NEW Severity: normal Priority: medium

[Bug 41791] New: Civilization V + Wine = Bug

2011-10-14 Thread bugzilla-dae...@freedesktop.org
https://bugs.freedesktop.org/show_bug.cgi?id=41791 Summary: Civilization V + Wine = Bug Product: Mesa Version: 7.11 Platform: x86-64 (AMD64) OS/Version: Linux (All) Status: NEW Severity: normal Priority: medium

Re: [PATCH] RFCv2: omapdrm DRM/KMS driver for TI OMAP platforms

2011-10-14 Thread Rob Clark
On Mon, Sep 26, 2011 at 8:55 AM, Konrad Rzeszutek Wilk wrote: >> I'm a bit undecided on some of this error handling at startup..  I >> guess ENOMEM is clear enough.  But some of the other parts, like >> connector initialization, could fail just because some hw is not >> present/populated.  Like mi

RE: Question on S3 on evergreen

2011-10-14 Thread Huang, FrankR
> -Original Message- > From: dri-devel-bounces+frankr.huang=amd@lists.freedesktop.org > [mailto:dri-devel-bounces+frankr.huang=amd@lists.freedesktop.org] On > Behalf Of Alex Deucher > Sent: 2011?10?13? 21:06 > To: Huang, FrankR > Cc: dri-devel@lists.freedesktop.org > Subject: Re:

[PATCH v2] drm/i915/panel: Alwyas record the backlight level again (but cleverly)

2011-10-14 Thread Takashi Iwai
The commit 47356eb67285014527a5ab87543ba1fae3d1e10a introduced a mechanism to record the backlight level only at disabling time, but it also introduced a regression. Since intel_lvds_enable() may be called without disabling (e.g. intel_lvds_commit() calls it unconditionally), the backlight gets ba

Re: [PATCH] drm/radeon/kms: consolidate GART code, fix memory fault after GPU lockup

2011-10-14 Thread Michel Dänzer
[ Dropping sta...@kernel.org from CC, it'll get picked up for stable once it hits mainline ] On Don, 2011-10-13 at 16:38 -0400, j.gli...@gmail.com wrote: > From: Jerome Glisse > > After GPU lockup VRAM gart table is unpinned and thus its pointer > becomes unvalid. This patch move the unpin code