[git pull] drm/exynos: updated exynos-drm-fixes

2012-03-14 Thread Inki Dae
Hi Dave. Please pull from git://git.infradead.org/users/kmpark/linux-samsung exynos-drm-fixes this patch set is just miner fixes and had already been posted last week for review and another one included in this patch set also already been posted by Sascha Hauer last month. for this you

[PATCH] RFC: dma-buf: userspace mmap support

2012-03-14 Thread Rob Clark
From: Rob Clark Enable optional userspace access to dma-buf buffers via mmap() on the dma-buf file descriptor. Userspace access to the buffer should be bracketed with DMA_BUF_IOCTL_{PREPARE,FINISH}_ACCESS ioctl calls to give the exporting driver a chance to deal with cache synchronization and su

Re: [V2 PATCH 2/2] drivers-gpu-drm-i915-invert-backlight-brightness

2012-03-14 Thread Keith Packard
<#part sign=pgpmime> On Thu, 15 Mar 2012 00:35:46 +0100, Carsten Emde wrote: > This patch adds a module parameter to invert the backlight brightness > value before writing and after reading which makes the affected notebook > usable again. You should add a quirk for this and set things up so tha

[V2 PATCH 2/2] drivers-gpu-drm-i915-invert-backlight-brightness

2012-03-14 Thread Keith Packard
<#part sign=pgpmime> On Thu, 15 Mar 2012 00:35:46 +0100, Carsten Emde wrote: > This patch adds a module parameter to invert the backlight brightness > value before writing and after reading which makes the affected notebook > usable again. You should add a quirk for this and set things up so tha

[PATCH] RFC: dma-buf: userspace mmap support

2012-03-14 Thread Rob Clark
From: Rob Clark Enable optional userspace access to dma-buf buffers via mmap() on the dma-buf file descriptor. Userspace access to the buffer should be bracketed with DMA_BUF_IOCTL_{PREPARE,FINISH}_ACCESS ioctl calls to give the exporting driver a chance to deal with cache synchronization and su

[V2 PATCH 1/2] drivers-gpu-drm-allow-to-load-edid-firmware.patch

2012-03-14 Thread Carsten Emde
Broken monitors and/or broken graphic boards may send erroneous or no EDID data. This also applies to broken KVM devices that are unable to correctly forward the EDID data of the connected monitor but invent their own fantasy data. This patch allows to specify an EDID data set to be used instead o

[V2 PATCH 2/2] drivers-gpu-drm-i915-invert-backlight-brightness

2012-03-14 Thread Carsten Emde
Following the documentation of the Legacy Backlight Brightness (LBB) Register in the configuration space of some Intel PCI graphics adapters, setting the LBB register with the value 0x0 causes the backlight to be turned off, and 0xFF causes the backlight to be set to 100% intensity (http://download

[V2 PATCH 0/2] Provide workarounds to use DRM/KMS with broken graphics hardware

2012-03-14 Thread Carsten Emde
This is V2 of a patchset to use DRM/KMS with broken graphics hardware. As a major change from V1, generic EDID data are now built-in into the drm_kms_helper module as proposed by Alan. To help people building their own EDID data and to understand how the binary EDID blobs in drivers/gpu/drm/drm_ed

[PATCH 2/2] drm/radeon: Restrict offset for legacy display engine.

2012-03-14 Thread Michel Dänzer
From: Michel D?nzer The hardware only takes 27 bits for the offset, so larger offsets are truncated, and the display shows random bits other than the intended ones. Signed-off-by: Michel D?nzer --- drivers/gpu/drm/radeon/radeon_display.c |4 +++- drivers/gpu/drm/radeon/radeon_fb.c

[PATCH v2 1/2] drm/radeon: Restrict offset for legacy hardware cursor.

2012-03-14 Thread Michel Dänzer
From: Michel D?nzer The hardware only takes 27 bits for the offset, so larger offsets are truncated, and the hardware cursor shows random bits other than the intended ones. Bugzilla: https://bugs.freedesktop.org/show_bug.cgi?id=46796 Cc: stable at vger.kernel.org Signed-off-by: Michel D?nzer -

[PATCH] nouveau: kfree() gracefully handles NULL pointers, testing is redundant

2012-03-14 Thread Jesper Juhl
Remove redundant NULL checks before kfree() in drivers/gpu/drm/nouveau/nvc0_graph.c Signed-off-by: Jesper Juhl --- drivers/gpu/drm/nouveau/nvc0_graph.c |9 +++-- 1 file changed, 3 insertions(+), 6 deletions(-) diff --git a/drivers/gpu/drm/nouveau/nvc0_graph.c b/drivers/gpu/drm/nouveau/

[PATCH 1/2] drm/radeon: Restrict offset for legacy hardware cursor.

2012-03-14 Thread Michel Dänzer
On Mit, 2012-03-14 at 11:08 -0400, Alex Deucher wrote: > 2012/3/14 Michel D?nzer : > > From: Michel D?nzer > > > > The hardware only takes 27 bits for the offset, so larger offsets are > > truncated, and the hardware cursor shows random bits other than the intended > > ones. > > > > Bugzilla: htt

[Bug 42920] Radeon with KMS and UMA works only up to 128MB

2012-03-14 Thread bugzilla-dae...@bugzilla.kernel.org
https://bugzilla.kernel.org/show_bug.cgi?id=42920 --- Comment #6 from j.fikar at gmail.com 2012-03-14 15:49:41 --- vramlimit didn't work, it's in my first post; but I'll verify that. -- Configure bugmail: https://bugzilla.kernel.org/userprefs.cgi?tab=email --- You are receiving this mai

[PATCH] omap2+: add drm device

2012-03-14 Thread Tomi Valkeinen
On Wed, 2012-03-14 at 08:16 -0500, Rob Clark wrote: > On Wed, Mar 14, 2012 at 8:07 AM, Tomi Valkeinen > wrote: > > On Wed, 2012-03-14 at 07:55 -0500, Rob Clark wrote: > >> On Wed, Mar 14, 2012 at 7:38 AM, Tomi Valkeinen > >> wrote: > >> > Hi, > >> > > >> > On Tue, 2012-03-13 at 15:34 -0500, Rob

[PATCH 2/2] drm/radeon: Restrict offset for legacy display engine.

2012-03-14 Thread Alex Deucher
2012/3/14 Michel D?nzer : > From: Michel D?nzer > > The hardware only takes 27 bits for the offset, so larger offsets are > truncated, and the display shows random bits other than the intended ones. > > Signed-off-by: Michel D?nzer Reviewed-by: Alex Deucher This should probably go to stable as

[PATCH v2 1/2] drm/radeon: Restrict offset for legacy hardware cursor.

2012-03-14 Thread Alex Deucher
2012/3/14 Michel D?nzer : > From: Michel D?nzer > > The hardware only takes 27 bits for the offset, so larger offsets are > truncated, and the hardware cursor shows random bits other than the intended > ones. > > Bugzilla: https://bugs.freedesktop.org/show_bug.cgi?id=46796 > > Cc: stable at vger.k

[Bug 46713] HDMI audio played back at a wrong rate

2012-03-14 Thread bugzilla-dae...@freedesktop.org
https://bugs.freedesktop.org/show_bug.cgi?id=46713 Christian K?nig changed: What|Removed |Added Status|NEW |ASSIGNED CC|

[PATCH] omap2+: add drm device

2012-03-14 Thread Tomi Valkeinen
On Wed, 2012-03-14 at 07:55 -0500, Rob Clark wrote: > On Wed, Mar 14, 2012 at 7:38 AM, Tomi Valkeinen > wrote: > > Hi, > > > > On Tue, 2012-03-13 at 15:34 -0500, Rob Clark wrote: > >> From: Andy Gross > >> > >> Register OMAP DRM/KMS platform device, and reserve a CMA region for > >> the device t

[Bug 42920] Radeon with KMS and UMA works only up to 128MB

2012-03-14 Thread bugzilla-dae...@bugzilla.kernel.org
https://bugzilla.kernel.org/show_bug.cgi?id=42920 --- Comment #5 from Alex Deucher 2012-03-14 15:02:42 --- (In reply to comment #4) > for 256MB, 512MB and 1024MB I get > > [6.301475] [drm] CONFIG_MEMSIZE: 0x > > also I need a cold restart when changing UMA size in bios, otherw

[PATCH 2/2] drm/radeon: Drop radeon_gem_object_(un)pin.

2012-03-14 Thread Michel Dänzer
From: Michel D?nzer Only radeon_gem_object_unpin was used anymore, in only one place. Signed-off-by: Michel D?nzer --- drivers/gpu/drm/radeon/radeon.h|3 --- drivers/gpu/drm/radeon/radeon_cursor.c |7 ++- drivers/gpu/drm/radeon/radeon_gem.c| 26 ---

[PATCH 1/2] drm/radeon: Restrict offset for legacy hardware cursor.

2012-03-14 Thread Michel Dänzer
From: Michel D?nzer The hardware only takes 27 bits for the offset, so larger offsets are truncated, and the hardware cursor shows random bits other than the intended ones. Bugzilla: https://bugs.freedesktop.org/show_bug.cgi?id=46796 Cc: stable at vger.kernel.org Signed-off-by: Michel D?nzer -

[Bug 46796] [X800SE] Mouse cursor corruption when switching users

2012-03-14 Thread bugzilla-dae...@freedesktop.org
https://bugs.freedesktop.org/show_bug.cgi?id=46796 Michel D?nzer changed: What|Removed |Added Attachment #58312|0 |1 is obsolete|

[Bug 42920] Radeon with KMS and UMA works only up to 128MB

2012-03-14 Thread bugzilla-dae...@bugzilla.kernel.org
https://bugzilla.kernel.org/show_bug.cgi?id=42920 --- Comment #4 from j.fikar at gmail.com 2012-03-14 14:46:30 --- for 256MB, 512MB and 1024MB I get [6.301475] [drm] CONFIG_MEMSIZE: 0x also I need a cold restart when changing UMA size in bios, otherwise it's not changed. so is

[PATCH] omap2+: add drm device

2012-03-14 Thread Tomi Valkeinen
ext part -- A non-text attachment was scrubbed... Name: not available Type: application/pgp-signature Size: 836 bytes Desc: This is a digitally signed message part URL: <http://lists.freedesktop.org/archives/dri-devel/attachments/20120314/cd13204f/attachment.pgp>

[Bug 42876] System doesn't boot with GTX 550 Ti

2012-03-14 Thread bugzilla-dae...@bugzilla.kernel.org
https://bugzilla.kernel.org/show_bug.cgi?id=42876 legia changed: What|Removed |Added CC||legia at klikni.cz --- Comment #2 from legia

Re: [PATCH 2/2] drm/radeon: Restrict offset for legacy display engine.

2012-03-14 Thread Alex Deucher
2012/3/14 Michel Dänzer : > From: Michel Dänzer > > The hardware only takes 27 bits for the offset, so larger offsets are > truncated, and the display shows random bits other than the intended ones. > > Signed-off-by: Michel Dänzer Reviewed-by: Alex Deucher This should probably go to stable as

Re: [PATCH v2 1/2] drm/radeon: Restrict offset for legacy hardware cursor.

2012-03-14 Thread Alex Deucher
2012/3/14 Michel Dänzer : > From: Michel Dänzer > > The hardware only takes 27 bits for the offset, so larger offsets are > truncated, and the hardware cursor shows random bits other than the intended > ones. > > Bugzilla: https://bugs.freedesktop.org/show_bug.cgi?id=46796 > > Cc: sta...@vger.kern

[PATCH 2/2] gma500: suspend/resume support for Cedartrail

2012-03-14 Thread Alan Cox
From: Alan Cox Update our tree to match the current driver head. Signed-off-by: Alan Cox --- drivers/gpu/drm/gma500/cdv_device.c| 169 drivers/gpu/drm/gma500/power.c |3 - drivers/gpu/drm/gma500/psb_drv.h | 20 drivers/gpu/drm/gma

[PATCH 1/2] gma500: Fix resume paths

2012-03-14 Thread Alan Cox
From: Alan Cox We fall apart somewhat on resume because we don't invoke all the resume methods as we should. Fix the silly error in the logic. Signed-off-by: Alan Cox --- drivers/gpu/drm/gma500/power.c |3 --- 1 files changed, 0 insertions(+), 3 deletions(-) diff --git a/drivers/gpu/drm

[PULL] drm-intel-fixes

2012-03-14 Thread Keith Packard
Jesse sent me a couple of trivial sprite plane fixes. The following changes since commit 91982b58d35720b75b894c60e1e3133daa455b53: drm/gma500: Fix Cedarview boot failures in 3.3-rc (2012-03-05 14:08:31 +) are available in the git repository at: git://git.kernel.org/pub/scm/linux/kernel

[PULL] drm-intel-fixes

2012-03-14 Thread Keith Packard
(-) -- keith.packard at intel.com -- next part -- A non-text attachment was scrubbed... Name: not available Type: application/pgp-signature Size: 827 bytes Desc: not available URL: <http://lists.freedesktop.org/archives/dri-devel/attachments/20120314/ee924489/attachment.pgp>

[PATCH 2/2] drm/radeon: Drop radeon_gem_object_(un)pin.

2012-03-14 Thread Alex Deucher
2012/3/14 Michel D?nzer : > From: Michel D?nzer > > Only radeon_gem_object_unpin was used anymore, in only one place. > > Signed-off-by: Michel D?nzer Reviewed-by: Alex Deucher > --- > ?drivers/gpu/drm/radeon/radeon.h ? ? ? ?| ? ?3 --- > ?drivers/gpu/drm/radeon/radeon_cursor.c | ? ?7 ++- >

[PATCH 1/2] drm/radeon: Restrict offset for legacy hardware cursor.

2012-03-14 Thread Alex Deucher
2012/3/14 Michel D?nzer : > From: Michel D?nzer > > The hardware only takes 27 bits for the offset, so larger offsets are > truncated, and the hardware cursor shows random bits other than the intended > ones. > > Bugzilla: https://bugs.freedesktop.org/show_bug.cgi?id=46796 > > Cc: stable at vger.k

[DEBUG PATCH] Print a message when a spurious i2c SCL timeout occurs.

2012-03-14 Thread Ville Syrjälä
A quick hack to verify that the fix works as intended... Do not apply. --- drivers/i2c/algos/i2c-algo-bit.c |6 ++ 1 files changed, 6 insertions(+), 0 deletions(-) diff --git a/drivers/i2c/algos/i2c-algo-bit.c b/drivers/i2c/algos/i2c-algo-bit.c index d25112e..3f547b5 100644 --- a/driver

[PATCH] i2c-algo-bit: Fix spurious SCL timeouts under heavy load

2012-03-14 Thread Ville Syrjälä
When the system is under heavy load, there can be a significant delay between the getscl() and time_after() calls inside sclhi(). That delay may cause the time_after() check to trigger after SCL has gone high, causing sclhi() to return -ETIMEDOUT. To fix the problem, double check that SCL is still

[PATCH] omap2+: add drm device

2012-03-14 Thread Rob Clark
On Wed, Mar 14, 2012 at 8:43 AM, Tomi Valkeinen wrote: > On Wed, 2012-03-14 at 08:16 -0500, Rob Clark wrote: >> On Wed, Mar 14, 2012 at 8:07 AM, Tomi Valkeinen >> wrote: >> > On Wed, 2012-03-14 at 07:55 -0500, Rob Clark wrote: >> >> On Wed, Mar 14, 2012 at 7:38 AM, Tomi Valkeinen > >> ti.com> w

[PATCH 2/2] drm/radeon: Restrict offset for legacy display engine.

2012-03-14 Thread Michel Dänzer
From: Michel Dänzer The hardware only takes 27 bits for the offset, so larger offsets are truncated, and the display shows random bits other than the intended ones. Signed-off-by: Michel Dänzer --- drivers/gpu/drm/radeon/radeon_display.c |4 +++- drivers/gpu/drm/radeon/radeon_fb.c

[PATCH v2 1/2] drm/radeon: Restrict offset for legacy hardware cursor.

2012-03-14 Thread Michel Dänzer
From: Michel Dänzer The hardware only takes 27 bits for the offset, so larger offsets are truncated, and the hardware cursor shows random bits other than the intended ones. Bugzilla: https://bugs.freedesktop.org/show_bug.cgi?id=46796 Cc: sta...@vger.kernel.org Signed-off-by: Michel Dänzer ---

[Bug 42920] Radeon with KMS and UMA works only up to 128MB

2012-03-14 Thread bugzilla-daemon
https://bugzilla.kernel.org/show_bug.cgi?id=42920 --- Comment #6 from j.fi...@gmail.com 2012-03-14 15:49:41 --- vramlimit didn't work, it's in my first post; but I'll verify that. -- Configure bugmail: https://bugzilla.kernel.org/userprefs.cgi?tab=email --- You are receiving this mail b

Re: [PATCH 1/2] drm/radeon: Restrict offset for legacy hardware cursor.

2012-03-14 Thread Michel Dänzer
On Mit, 2012-03-14 at 11:08 -0400, Alex Deucher wrote: > 2012/3/14 Michel Dänzer : > > From: Michel Dänzer > > > > The hardware only takes 27 bits for the offset, so larger offsets are > > truncated, and the hardware cursor shows random bits other than the intended > > ones. > > > > Bugzilla: htt

[PATCH] omap2+: add drm device

2012-03-14 Thread Rob Clark
On Wed, Mar 14, 2012 at 8:07 AM, Tomi Valkeinen wrote: > On Wed, 2012-03-14 at 07:55 -0500, Rob Clark wrote: >> On Wed, Mar 14, 2012 at 7:38 AM, Tomi Valkeinen >> wrote: >> > Hi, >> > >> > On Tue, 2012-03-13 at 15:34 -0500, Rob Clark wrote: >> >> From: Andy Gross >> >> >> >> Register OMAP DRM/

Re: [PATCH 2/2] drm/radeon: Drop radeon_gem_object_(un)pin.

2012-03-14 Thread Alex Deucher
2012/3/14 Michel Dänzer : > From: Michel Dänzer > > Only radeon_gem_object_unpin was used anymore, in only one place. > > Signed-off-by: Michel Dänzer Reviewed-by: Alex Deucher > --- >  drivers/gpu/drm/radeon/radeon.h        |    3 --- >  drivers/gpu/drm/radeon/radeon_cursor.c |    7 ++- >

[Bug 46713] HDMI audio played back at a wrong rate

2012-03-14 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=46713 Christian König changed: What|Removed |Added Status|NEW |ASSIGNED CC|

Re: [PATCH 1/2] drm/radeon: Restrict offset for legacy hardware cursor.

2012-03-14 Thread Alex Deucher
2012/3/14 Michel Dänzer : > From: Michel Dänzer > > The hardware only takes 27 bits for the offset, so larger offsets are > truncated, and the hardware cursor shows random bits other than the intended > ones. > > Bugzilla: https://bugs.freedesktop.org/show_bug.cgi?id=46796 > > Cc: sta...@vger.kern

Re: [PATCH] omap2+: add drm device

2012-03-14 Thread Rob Clark
On Wed, Mar 14, 2012 at 8:43 AM, Tomi Valkeinen wrote: > On Wed, 2012-03-14 at 08:16 -0500, Rob Clark wrote: >> On Wed, Mar 14, 2012 at 8:07 AM, Tomi Valkeinen >> wrote: >> > On Wed, 2012-03-14 at 07:55 -0500, Rob Clark wrote: >> >> On Wed, Mar 14, 2012 at 7:38 AM, Tomi Valkeinen >> >> wrote:

[Bug 42920] Radeon with KMS and UMA works only up to 128MB

2012-03-14 Thread bugzilla-daemon
https://bugzilla.kernel.org/show_bug.cgi?id=42920 --- Comment #5 from Alex Deucher 2012-03-14 15:02:42 --- (In reply to comment #4) > for 256MB, 512MB and 1024MB I get > > [6.301475] [drm] CONFIG_MEMSIZE: 0x > > also I need a cold restart when changing UMA size in bios, otherw

[Bug 46796] [X800SE] Mouse cursor corruption when switching users

2012-03-14 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=46796 Michel Dänzer changed: What|Removed |Added Attachment #58312|0 |1 is obsolete|

[PATCH] omap2+: add drm device

2012-03-14 Thread Rob Clark
On Wed, Mar 14, 2012 at 7:38 AM, Tomi Valkeinen wrote: > Hi, > > On Tue, 2012-03-13 at 15:34 -0500, Rob Clark wrote: >> From: Andy Gross >> >> Register OMAP DRM/KMS platform device, and reserve a CMA region for >> the device to use for buffer allocation. ?DMM is split into a >> separate device u

[Bug 42920] Radeon with KMS and UMA works only up to 128MB

2012-03-14 Thread bugzilla-daemon
https://bugzilla.kernel.org/show_bug.cgi?id=42920 --- Comment #4 from j.fi...@gmail.com 2012-03-14 14:46:30 --- for 256MB, 512MB and 1024MB I get [6.301475] [drm] CONFIG_MEMSIZE: 0x also I need a cold restart when changing UMA size in bios, otherwise it's not changed. so is it

[PATCH 1/2] drm/radeon: Restrict offset for legacy hardware cursor.

2012-03-14 Thread Michel Dänzer
From: Michel Dänzer The hardware only takes 27 bits for the offset, so larger offsets are truncated, and the hardware cursor shows random bits other than the intended ones. Bugzilla: https://bugs.freedesktop.org/show_bug.cgi?id=46796 Cc: sta...@vger.kernel.org Signed-off-by: Michel Dänzer ---

[PATCH 2/2] drm/radeon: Drop radeon_gem_object_(un)pin.

2012-03-14 Thread Michel Dänzer
From: Michel Dänzer Only radeon_gem_object_unpin was used anymore, in only one place. Signed-off-by: Michel Dänzer --- drivers/gpu/drm/radeon/radeon.h|3 --- drivers/gpu/drm/radeon/radeon_cursor.c |7 ++- drivers/gpu/drm/radeon/radeon_gem.c| 26 ---

Re: [PATCH] omap2+: add drm device

2012-03-14 Thread Tomi Valkeinen
On Wed, 2012-03-14 at 08:16 -0500, Rob Clark wrote: > On Wed, Mar 14, 2012 at 8:07 AM, Tomi Valkeinen wrote: > > On Wed, 2012-03-14 at 07:55 -0500, Rob Clark wrote: > >> On Wed, Mar 14, 2012 at 7:38 AM, Tomi Valkeinen > >> wrote: > >> > Hi, > >> > > >> > On Tue, 2012-03-13 at 15:34 -0500, Rob Cl

Re: [PATCH] omap2+: add drm device

2012-03-14 Thread Rob Clark
On Wed, Mar 14, 2012 at 8:07 AM, Tomi Valkeinen wrote: > On Wed, 2012-03-14 at 07:55 -0500, Rob Clark wrote: >> On Wed, Mar 14, 2012 at 7:38 AM, Tomi Valkeinen >> wrote: >> > Hi, >> > >> > On Tue, 2012-03-13 at 15:34 -0500, Rob Clark wrote: >> >> From: Andy Gross >> >> >> >> Register OMAP DRM/K

Re: [PATCH] omap2+: add drm device

2012-03-14 Thread Tomi Valkeinen
On Wed, 2012-03-14 at 07:55 -0500, Rob Clark wrote: > On Wed, Mar 14, 2012 at 7:38 AM, Tomi Valkeinen wrote: > > Hi, > > > > On Tue, 2012-03-13 at 15:34 -0500, Rob Clark wrote: > >> From: Andy Gross > >> > >> Register OMAP DRM/KMS platform device, and reserve a CMA region for > >> the device to u

Re: [PATCH] omap2+: add drm device

2012-03-14 Thread Rob Clark
On Wed, Mar 14, 2012 at 7:38 AM, Tomi Valkeinen wrote: > Hi, > > On Tue, 2012-03-13 at 15:34 -0500, Rob Clark wrote: >> From: Andy Gross >> >> Register OMAP DRM/KMS platform device, and reserve a CMA region for >> the device to use for buffer allocation.  DMM is split into a >> separate device us

Re: [PATCH] omap2+: add drm device

2012-03-14 Thread Tomi Valkeinen
Hi, On Tue, 2012-03-13 at 15:34 -0500, Rob Clark wrote: > From: Andy Gross > > Register OMAP DRM/KMS platform device, and reserve a CMA region for > the device to use for buffer allocation. DMM is split into a > separate device using hwmod. What's the diff with this and the previous one? I se

[Bug 42876] System doesn't boot with GTX 550 Ti

2012-03-14 Thread bugzilla-daemon
https://bugzilla.kernel.org/show_bug.cgi?id=42876 legia changed: What|Removed |Added CC||le...@klikni.cz --- Comment #2 from legia 2

[PATCH 2/2] gma500: suspend/resume support for Cedartrail

2012-03-14 Thread Alan Cox
From: Alan Cox Update our tree to match the current driver head. Signed-off-by: Alan Cox --- drivers/gpu/drm/gma500/cdv_device.c| 169 drivers/gpu/drm/gma500/power.c |3 - drivers/gpu/drm/gma500/psb_drv.h | 20 drivers/gpu/drm/gma

[PATCH 1/2] gma500: Fix resume paths

2012-03-14 Thread Alan Cox
From: Alan Cox We fall apart somewhat on resume because we don't invoke all the resume methods as we should. Fix the silly error in the logic. Signed-off-by: Alan Cox --- drivers/gpu/drm/gma500/power.c |3 --- 1 files changed, 0 insertions(+), 3 deletions(-) diff --git a/drivers/gpu/drm

[PATCH] i2c-algo-bit: Fix spurious SCL timeouts under heavy load

2012-03-14 Thread Ville Syrjälä
When the system is under heavy load, there can be a significant delay between the getscl() and time_after() calls inside sclhi(). That delay may cause the time_after() check to trigger after SCL has gone high, causing sclhi() to return -ETIMEDOUT. To fix the problem, double check that SCL is still

[DEBUG PATCH] Print a message when a spurious i2c SCL timeout occurs.

2012-03-14 Thread Ville Syrjälä
A quick hack to verify that the fix works as intended... Do not apply. --- drivers/i2c/algos/i2c-algo-bit.c |6 ++ 1 files changed, 6 insertions(+), 0 deletions(-) diff --git a/drivers/i2c/algos/i2c-algo-bit.c b/drivers/i2c/algos/i2c-algo-bit.c index d25112e..3f547b5 100644 --- a/driver

[RESEND][PATCH 09/10] drm/exynos: add G2D driver

2012-03-14 Thread Inki Dae
From: Joonyoung Shim G2D is a 2D graphic accelerator that supports Bit Block Transfer. This G2D driver is exynos drm specific. This adds below three exynos specific ioctl and one event for G2D. - DRM_EXYNOS_G2D_GET_VER - DRM_EXYNOS_G2D_SET_CMDLIST - DRM_EXYNOS_G2D_EXEC - DRM_EXYNOS_G2D_EVENT

[RESEND][PATCH 01/10] drm/exynos: add HDMI version 1.4 support

2012-03-14 Thread Inki Dae
From: Joonyoung Shim Later Exynos series from Exynos4X12 support HDMI version 1.4. We will distinguish to use which version via platform data. Signed-off-by: Joonyoung Shim Signed-off-by: Inki Dae Signed-off-by: Kyungmin Park --- drivers/gpu/drm/exynos/exynos_hdmi.c | 1152 ++