[PATCH] drm: Fix error message in drmWaitVBlank

2013-03-28 Thread Daniel Kurtz
If clock_gettime did fail, it would return -1 and set errno. What we really want to strerror() is the errno. Signed-off-by: Daniel Kurtz --- xf86drm.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/xf86drm.c b/xf86drm.c index 2a74c80..4791a05 100644 --- a/xf86drm.c +++ b/xf8

[Bug 42373] Radeon HD 6450 (NI CAICOS) screen corruption on boot

2013-03-28 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=42373 --- Comment #42 from Alexandre Demers --- Was attachment 64759 ever applied to kernel's git? While I don't know if the current bug is still happening for radeon HD 6450 cards, it was fixing bug 43655 (which was considered as a duplicate, but it

[Bug 9379] drmCommandNone( fd, DRM_R128_CCE_IDLE ) - gives errno 22

2013-03-28 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=9379 Miroslav Šustek changed: What|Removed |Added Status|NEW |RESOLVED Resolution|---

[pull] drm-intel-fixes

2013-03-28 Thread Daniel Vetter
Hi Dave, I've figured I'll flush my -fixes queue before I head off to an extended w/e. All just really small stuff: 3 small regression fixes plus a build fix for especially dense gcc versions. Cheers, Daniel The following changes since commit b1289371fcd580b4c412e6d05c4cb8ac8d277239: Revert "

Re: [PATCH] drm: don't unlock in the addfb error paths

2013-03-28 Thread Ville Syrjälä
On Wed, Mar 27, 2013 at 09:45:35PM +0100, Daniel Vetter wrote: > We don't grab the modeset locks any more since > > commit 468174f748603497e73dba9b5c6d1d9f71121486 > Author: Daniel Vetter > Date: Tue Dec 11 00:09:12 2012 +0100 > > drm: push modeset_lock_all into ->fb_create driver callback

Re: [PATCH v4 09/21] modetest: Allow specifying plane position

2013-03-28 Thread Ville Syrjälä
On Thu, Mar 28, 2013 at 01:16:09AM +0100, Laurent Pinchart wrote: > Hi Ville, > > On Wednesday 27 March 2013 19:15:31 Ville Syrjälä wrote: > > On Wed, Mar 27, 2013 at 05:57:20PM +0200, Ville Syrjälä wrote: > > > On Tue, Mar 19, 2013 at 03:55:50PM +0100, Laurent Pinchart wrote: > > > > Extend the -

Re: [PATCH 0/1] drm/i915: Allow specifying a minimum brightness level for sysfs control.

2013-03-28 Thread Danny Baumann
Hi, Well, the ACPI spec says this (section B.5.2): " The OEM may define the number 0 as "Zero brightness" that can mean to turn off the lighting (e.g. LCD panel backlight) in the device. This may be useful in the case of an output device that can still be viewed using only ambient light, for ex

[PATCH] compat/compat-drivers/linux-next: fb skip_vt_switch

2013-03-28 Thread Luis R. Rodriguez
From: "Luis R. Rodriguez" I maintain the the compat-drivers project [0] which aims at backporting the Linux kernel drivers down to older kernels, automatically [1]. Thanks to Ozan Caglayan as a GSoC project we now backport DRM drivers. The initial framework we had set up to help with the automat

[PATCH 1/4] compat-drivers: backport fb_info->skip_vt_switch using ifdefs

2013-03-28 Thread Luis R. Rodriguez
From: "Luis R. Rodriguez" Commit 3cf2667 as of next-20130301 extended the struct fb_info with a skip_vt_switch to allow drivers to skip the VT switch at suspend/resume time. For older kernels we can skip this as all this switch does is call pm_vt_switch_required() with true or false depending on

[PATCH 2/4] compat: backport fb_info->skip_vt_switch using a static inline

2013-03-28 Thread Luis R. Rodriguez
From: "Luis R. Rodriguez" Commit 3cf2667 as of next-20130301 extended the struct fb_info with a skip_vt_switch to allow drivers to skip the VT switch at suspend/resume time. For older kernels we can skip this as all this switch does is call pm_vt_switch_required() with true or false depending on

[PATCH 3/4] compat-drivers: simplify backport fb_info->skip_vt_switch CE

2013-03-28 Thread Luis R. Rodriguez
From: "Luis R. Rodriguez" The collateral evolution (CE) on the fb_info data structure that added the skip_vt_switch element can be simplified further by replacing the #ifdef hell with a static inline. Furthermore, if the static inline is added upstream it'd mean we can get rid of all these stati

[PATCH 4/4] fb: add helpers to enable and test for the skip_vt_switch

2013-03-28 Thread Luis R. Rodriguez
From: "Luis R. Rodriguez" This adds helpers to enable and test for the skip_vt_switch. This gets us two things: 1) It allows us to require less collateral evolutions should we need changes on the fb_info data structure later (perhaps a bitmap flag). 2) Allows this feature to be backported

Re: [PATCH v4 08/21] modetest: Add a command line parameter to set properties

2013-03-28 Thread Laurent Pinchart
On Tuesday 19 March 2013 15:55:49 Laurent Pinchart wrote: > The -w parameter can be used to set a property value from the command > line, using the target object ID and the property name. > > Signed-off-by: Laurent Pinchart > --- > tests/modetest/modetest.c | 108

[PATCH] drm/nouveau: wait for vblank on page flipping

2013-03-28 Thread Maarten Lankhorst
AGHHhhh! Signed-off-by: Maarten Lankhorst --- diff --git a/drivers/gpu/drm/nouveau/core/core/event.c b/drivers/gpu/drm/nouveau/core/core/event.c index 6d01e0f..f56bd56 100644 --- a/drivers/gpu/drm/nouveau/core/core/

Re: [PATCH] drm/shmobile: Fix race condition between page flip request and handler

2013-03-28 Thread Laurent Pinchart
Hi Dave, Could you please pick this patch for v3.10 ? On Tuesday 12 March 2013 15:38:43 Laurent Pinchart wrote: > The page flip handler stores the page flip event pointer and then calls > drm_vblank_get() to enable the vblank interrupt. Due to the vblank off > delay, the vblank interrupt can be e

Re: [PATCH 0/2] GEM CMA DMA-BUF support

2013-03-28 Thread Laurent Pinchart
Hello, On Thursday 14 March 2013 15:05:29 Laurent Pinchart wrote: > On Tuesday 12 March 2013 15:45:36 Laurent Pinchart wrote: > > Hello, > > > > This two patches add support for GEM CMA objects import and export as > > dma-buf file handles. > > > > There's not much to be added about the patches

Re: [PATCH 0/2] Miscellaneous mode set and page flip fixes

2013-03-28 Thread Laurent Pinchart
On Thursday 23 August 2012 12:05:27 Laurent Pinchart wrote: > On Thursday 19 July 2012 13:55:37 Laurent Pinchart wrote: > > On Thursday 31 May 2012 18:26:14 Laurent Pinchart wrote: > > > Hi everybody, > > > > > > Here are two small fixes that disallow format changes in page flip > > > operations,

[PATCH v2] drm/nouveau: wait for vblank on page flipping

2013-03-28 Thread Maarten Lankhorst
Signed-off-by: Maarten Lankhorst --- Oops, fixed to apply this time.. diff --git a/drivers/gpu/drm/nouveau/nouveau_display.c b/drivers/gpu/drm/nouveau/nouveau_display.c index 4610c3a..020542e 100644 --- a/drivers/gpu/drm/nouveau/nouveau_display.c +++ b/drivers/gpu/drm/nouveau/nouveau_display.c @

Re: [PATCH] drm: Fix error message in drmWaitVBlank

2013-03-28 Thread Jesse Barnes
On Thu, 28 Mar 2013 14:05:40 +0800 Daniel Kurtz wrote: > If clock_gettime did fail, it would return -1 and set errno. > What we really want to strerror() is the errno. > > Signed-off-by: Daniel Kurtz > --- > xf86drm.c | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/xf

[Bug 43276] Resume fails after suspending Toshiba Satellite C675D-S7109 laptop

2013-03-28 Thread bugzilla-daemon
https://bugzilla.kernel.org/show_bug.cgi?id=43276 Lan Tianyu changed: What|Removed |Added Component|Power-Sleep-Wake|Video(DRI - non Intel) AssignedTo|t

Re: [PATCH] compat/compat-drivers/linux-next: fb skip_vt_switch

2013-03-28 Thread Jesse Barnes
On Thu, 28 Mar 2013 05:04:26 -0700 "Luis R. Rodriguez" wrote: > The new commit by Jesse that extended the fb_info with a skip_vt_switch > element is the simplest example of a data structure expansion. We'd backport > this by adding a static inline to compat so that new kernels muck with the > new

Re: [PATCH] compat/compat-drivers/linux-next: fb skip_vt_switch

2013-03-28 Thread Julia Lawall
On Thu, 28 Mar 2013, Jesse Barnes wrote: > On Thu, 28 Mar 2013 05:04:26 -0700 > "Luis R. Rodriguez" wrote: > > > The new commit by Jesse that extended the fb_info with a skip_vt_switch > > element is the simplest example of a data structure expansion. We'd backport > > this by adding a static inl

[Bug 42373] Radeon HD 6450 (NI CAICOS) screen corruption on boot

2013-03-28 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=42373 --- Comment #43 from Jonathan Hamilton --- I do not know if this is relevant, but I recently purchased a radeon 6450 and had similar issues - corruption when KMS is started and lockups when X starts. I did not get these issues in fglrx or the win

[Bug 62882] New: Lockup after attempt to enable discrete Radeon GPU on Linux 3.9rc4

2013-03-28 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=62882 Priority: medium Bug ID: 62882 Assignee: dri-devel@lists.freedesktop.org Summary: Lockup after attempt to enable discrete Radeon GPU on Linux 3.9rc4 Severity: normal Clas

[Bug 62882] Lockup after attempt to enable discrete Radeon GPU on Linux 3.9rc4

2013-03-28 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=62882 --- Comment #1 from Alex Deucher --- Your dGPU is not powering up for some reason. -- You are receiving this mail because: You are the assignee for the bug. ___ dri-devel mailing list dri-devel@lists.

[Bug 57919] Visual glitches in unity with Radeon HD 7600M

2013-03-28 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=57919 --- Comment #8 from Thilo Cestonaro --- Finally I found some time do reinstall Ubuntu and compile the kernel with the patch. Sadly it doesn't fix the issue. :( Greetings Thilo -- You are receiving this mail because: You are the assignee for th

[Bug 42373] Radeon HD 6450 (NI CAICOS) screen corruption on boot

2013-03-28 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=42373 --- Comment #44 from Alexandre Demers --- (In reply to comment #43) > I do not know if this is relevant, but I recently purchased a radeon 6450 > and had similar issues - corruption when KMS is started and lockups when X > starts. I did not get t

Re: [Nouveau] [PATCH v2] drm/nouveau: wait for vblank on page flipping

2013-03-28 Thread Ben Skeggs
On Fri, Mar 29, 2013 at 7:33 AM, Peter Hurley wrote: > On Thu, 2013-03-28 at 16:16 +0100, Maarten Lankhorst wrote: >> Signed-off-by: Maarten Lankhorst >> --- >> Oops, fixed to apply this time.. >> >> diff --git a/drivers/gpu/drm/nouveau/nouveau_display.c >> b/drivers/gpu/drm/nouveau/nouveau_disp

[Bug 43655] Latest radeon dri driver on HD6950 with GRUB set gfxpayload=$linux_gfx_mode put the display in a flickering state

2013-03-28 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=43655 Alexandre Demers changed: What|Removed |Added Status|RESOLVED|REOPENED Resolution|DUPLICATE

[Bug 62889] New: ColorTiling results in glitches on Radeon HD 7970 + Glamor

2013-03-28 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=62889 Priority: medium Bug ID: 62889 Assignee: dri-devel@lists.freedesktop.org Summary: ColorTiling results in glitches on Radeon HD 7970 + Glamor Severity: normal Classificati

[Bug 62889] ColorTiling results in glitches on Radeon HD 7970 + Glamor

2013-03-28 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=62889 --- Comment #1 from Alexander von Gluck --- Created attachment 77180 --> https://bugs.freedesktop.org/attachment.cgi?id=77180&action=edit xorglog wcolortile stable software version -- You are receiving this mail because: You are the assigne

[Bug 62889] ColorTiling results in glitches on Radeon HD 7970 + Glamor

2013-03-28 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=62889 --- Comment #2 from Alexander von Gluck --- Created attachment 77181 --> https://bugs.freedesktop.org/attachment.cgi?id=77181&action=edit xorgconf wcolortile stable software version -- You are receiving this mail because: You are the assign

[Bug 62889] ColorTiling results in glitches on Radeon HD 7970 + Glamor

2013-03-28 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=62889 --- Comment #3 from Alexander von Gluck --- Created attachment 77182 --> https://bugs.freedesktop.org/attachment.cgi?id=77182&action=edit dmesg wcolortile stable software version -- You are receiving this mail because: You are the assignee

[Bug 62889] ColorTiling results in glitches on Radeon HD 7970 + Glamor

2013-03-28 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=62889 --- Comment #4 from Alexander von Gluck --- Created attachment 77183 --> https://bugs.freedesktop.org/attachment.cgi?id=77183&action=edit Example of corruption -- You are receiving this mail because: You are the assignee for the bug.

[Bug 62889] ColorTiling results in glitches on Radeon HD 7970 + Glamor

2013-03-28 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=62889 --- Comment #5 from Alexander von Gluck --- If I disable ColorTiling, Gnome doesn't load completely only showing the desktop wallpaper Errors about unable to find displaybuffer (or something like that... not sure of exact error) While the displa

[PATCH v4 09/21] modetest: Allow specifying plane position

2013-03-28 Thread Laurent Pinchart
Hi Ville, On Wednesday 27 March 2013 19:15:31 Ville Syrj?l? wrote: > On Wed, Mar 27, 2013 at 05:57:20PM +0200, Ville Syrj?l? wrote: > > On Tue, Mar 19, 2013 at 03:55:50PM +0100, Laurent Pinchart wrote: > > > Extend the -P option to allow specifying the plane x and y offsets. The > > > position is

[PATCH v4 09/21] modetest: Allow specifying plane position

2013-03-28 Thread Laurent Pinchart
Hi Ville, On Wednesday 27 March 2013 17:57:20 Ville Syrj?l? wrote: > On Tue, Mar 19, 2013 at 03:55:50PM +0100, Laurent Pinchart wrote: > > Extend the -P option to allow specifying the plane x and y offsets. The > > position is optional, if not specified the plane will be positioned at > > the cent

[PATCH] drm: Fix error message in drmWaitVBlank

2013-03-28 Thread Daniel Kurtz
If clock_gettime did fail, it would return -1 and set errno. What we really want to strerror() is the errno. Signed-off-by: Daniel Kurtz --- xf86drm.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/xf86drm.c b/xf86drm.c index 2a74c80..4791a05 100644 --- a/xf86drm.c +++ b/xf8

[Bug 42373] Radeon HD 6450 (NI CAICOS) screen corruption on boot

2013-03-28 Thread bugzilla-dae...@freedesktop.org
e about 3.8, definitively not on 3.9). -- You are receiving this mail because: You are the assignee for the bug. -- next part -- An HTML attachment was scrubbed... URL: <http://lists.freedesktop.org/archives/dri-devel/attachments/20130328/de95b8dc/attachment.html>

[Bug 9379] drmCommandNone( fd, DRM_R128_CCE_IDLE ) - gives errno 22

2013-03-28 Thread bugzilla-dae...@freedesktop.org
tear *** -- You are receiving this mail because: You are the assignee for the bug. -- next part -- An HTML attachment was scrubbed... URL: <http://lists.freedesktop.org/archives/dri-devel/attachments/20130328/1a6dce02/attachment.html>

[pull] drm-intel-fixes

2013-03-28 Thread Daniel Vetter
Hi Dave, I've figured I'll flush my -fixes queue before I head off to an extended w/e. All just really small stuff: 3 small regression fixes plus a build fix for especially dense gcc versions. Cheers, Daniel The following changes since commit b1289371fcd580b4c412e6d05c4cb8ac8d277239: Revert "

[PATCH] drm: don't unlock in the addfb error paths

2013-03-28 Thread Ville Syrjälä
On Wed, Mar 27, 2013 at 09:45:35PM +0100, Daniel Vetter wrote: > We don't grab the modeset locks any more since > > commit 468174f748603497e73dba9b5c6d1d9f71121486 > Author: Daniel Vetter > Date: Tue Dec 11 00:09:12 2012 +0100 > > drm: push modeset_lock_all into ->fb_create driver callback

[PATCH v4 09/21] modetest: Allow specifying plane position

2013-03-28 Thread Ville Syrjälä
On Thu, Mar 28, 2013 at 01:16:09AM +0100, Laurent Pinchart wrote: > Hi Ville, > > On Wednesday 27 March 2013 19:15:31 Ville Syrj?l? wrote: > > On Wed, Mar 27, 2013 at 05:57:20PM +0200, Ville Syrj?l? wrote: > > > On Tue, Mar 19, 2013 at 03:55:50PM +0100, Laurent Pinchart wrote: > > > > Extend the -

[PATCH] compat/compat-drivers/linux-next: fb skip_vt_switch

2013-03-28 Thread Luis R. Rodriguez
From: "Luis R. Rodriguez" I maintain the the compat-drivers project [0] which aims at backporting the Linux kernel drivers down to older kernels, automatically [1]. Thanks to Ozan Caglayan as a GSoC project we now backport DRM drivers. The initial framework we had set up to help with the automat

[PATCH 1/4] compat-drivers: backport fb_info->skip_vt_switch using ifdefs

2013-03-28 Thread Luis R. Rodriguez
From: "Luis R. Rodriguez" Commit 3cf2667 as of next-20130301 extended the struct fb_info with a skip_vt_switch to allow drivers to skip the VT switch at suspend/resume time. For older kernels we can skip this as all this switch does is call pm_vt_switch_required() with true or false depending on

[PATCH 2/4] compat: backport fb_info->skip_vt_switch using a static inline

2013-03-28 Thread Luis R. Rodriguez
From: "Luis R. Rodriguez" Commit 3cf2667 as of next-20130301 extended the struct fb_info with a skip_vt_switch to allow drivers to skip the VT switch at suspend/resume time. For older kernels we can skip this as all this switch does is call pm_vt_switch_required() with true or false depending on

[PATCH 3/4] compat-drivers: simplify backport fb_info->skip_vt_switch CE

2013-03-28 Thread Luis R. Rodriguez
From: "Luis R. Rodriguez" The collateral evolution (CE) on the fb_info data structure that added the skip_vt_switch element can be simplified further by replacing the #ifdef hell with a static inline. Furthermore, if the static inline is added upstream it'd mean we can get rid of all these stati

[PATCH 4/4] fb: add helpers to enable and test for the skip_vt_switch

2013-03-28 Thread Luis R. Rodriguez
From: "Luis R. Rodriguez" This adds helpers to enable and test for the skip_vt_switch. This gets us two things: 1) It allows us to require less collateral evolutions should we need changes on the fb_info data structure later (perhaps a bitmap flag). 2) Allows this feature to be backported

[PATCH v4 08/21] modetest: Add a command line parameter to set properties

2013-03-28 Thread Laurent Pinchart
On Tuesday 19 March 2013 15:55:49 Laurent Pinchart wrote: > The -w parameter can be used to set a property value from the command > line, using the target object ID and the property name. > > Signed-off-by: Laurent Pinchart > --- > tests/modetest/modetest.c | 108

[PATCH] drm/nouveau: wait for vblank on page flipping

2013-03-28 Thread Maarten Lankhorst
AGHHhhh! Signed-off-by: Maarten Lankhorst --- diff --git a/drivers/gpu/drm/nouveau/core/core/event.c b/drivers/gpu/drm/nouveau/core/core/event.c index 6d01e0f..f56bd56 100644 --- a/drivers/gpu/drm/nouveau/core/core/

[PATCH] drm/shmobile: Fix race condition between page flip request and handler

2013-03-28 Thread Laurent Pinchart
Hi Dave, Could you please pick this patch for v3.10 ? On Tuesday 12 March 2013 15:38:43 Laurent Pinchart wrote: > The page flip handler stores the page flip event pointer and then calls > drm_vblank_get() to enable the vblank interrupt. Due to the vblank off > delay, the vblank interrupt can be e

[PATCH 0/2] GEM CMA DMA-BUF support

2013-03-28 Thread Laurent Pinchart
Hello, On Thursday 14 March 2013 15:05:29 Laurent Pinchart wrote: > On Tuesday 12 March 2013 15:45:36 Laurent Pinchart wrote: > > Hello, > > > > This two patches add support for GEM CMA objects import and export as > > dma-buf file handles. > > > > There's not much to be added about the patches

[PATCH 0/2] Miscellaneous mode set and page flip fixes

2013-03-28 Thread Laurent Pinchart
On Thursday 23 August 2012 12:05:27 Laurent Pinchart wrote: > On Thursday 19 July 2012 13:55:37 Laurent Pinchart wrote: > > On Thursday 31 May 2012 18:26:14 Laurent Pinchart wrote: > > > Hi everybody, > > > > > > Here are two small fixes that disallow format changes in page flip > > > operations,

[PATCH v2] drm/nouveau: wait for vblank on page flipping

2013-03-28 Thread Maarten Lankhorst
Signed-off-by: Maarten Lankhorst --- Oops, fixed to apply this time.. diff --git a/drivers/gpu/drm/nouveau/nouveau_display.c b/drivers/gpu/drm/nouveau/nouveau_display.c index 4610c3a..020542e 100644 --- a/drivers/gpu/drm/nouveau/nouveau_display.c +++ b/drivers/gpu/drm/nouveau/nouveau_display.c @

[PATCH] drm: Fix error message in drmWaitVBlank

2013-03-28 Thread Jesse Barnes
On Thu, 28 Mar 2013 14:05:40 +0800 Daniel Kurtz wrote: > If clock_gettime did fail, it would return -1 and set errno. > What we really want to strerror() is the errno. > > Signed-off-by: Daniel Kurtz > --- > xf86drm.c | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/xf

[Bug 43276] Resume fails after suspending Toshiba Satellite C675D-S7109 laptop

2013-03-28 Thread bugzilla-dae...@bugzilla.kernel.org
https://bugzilla.kernel.org/show_bug.cgi?id=43276 Lan Tianyu changed: What|Removed |Added Component|Power-Sleep-Wake|Video(DRI - non Intel) AssignedTo|t

[PATCH] compat/compat-drivers/linux-next: fb skip_vt_switch

2013-03-28 Thread Jesse Barnes
On Thu, 28 Mar 2013 05:04:26 -0700 "Luis R. Rodriguez" wrote: > The new commit by Jesse that extended the fb_info with a skip_vt_switch > element is the simplest example of a data structure expansion. We'd backport > this by adding a static inline to compat so that new kernels muck with the > new

[PATCH] compat/compat-drivers/linux-next: fb skip_vt_switch

2013-03-28 Thread Julia Lawall
On Thu, 28 Mar 2013, Jesse Barnes wrote: > On Thu, 28 Mar 2013 05:04:26 -0700 > "Luis R. Rodriguez" wrote: > > > The new commit by Jesse that extended the fb_info with a skip_vt_switch > > element is the simplest example of a data structure expansion. We'd backport > > this by adding a static inl

[Bug 42373] Radeon HD 6450 (NI CAICOS) screen corruption on boot

2013-03-28 Thread bugzilla-dae...@freedesktop.org
s editor (http://www.techpowerup.com/rbe/) fixed these problems for me. -- You are receiving this mail because: You are the assignee for the bug. -- next part -- An HTML attachment was scrubbed... URL: <http://lists.freedesktop.org/archives/dri-devel/attachments/20130328/8fcc8880/attachment.html>

[Bug 62882] New: Lockup after attempt to enable discrete Radeon GPU on Linux 3.9rc4

2013-03-28 Thread bugzilla-dae...@freedesktop.org
uts: 0 associated providers: 1 name:radeon -- You are receiving this mail because: You are the assignee for the bug. -- next part -- An HTML attachment was scrubbed... URL: <http://lists.freedesktop.org/archives/dri-devel/attachments/20130328/278aee42/attachment.html>

[Bug 62882] Lockup after attempt to enable discrete Radeon GPU on Linux 3.9rc4

2013-03-28 Thread bugzilla-dae...@freedesktop.org
ttp://lists.freedesktop.org/archives/dri-devel/attachments/20130328/14bcc911/attachment.html>

[Bug 57919] Visual glitches in unity with Radeon HD 7600M

2013-03-28 Thread bugzilla-dae...@freedesktop.org
e for the bug. -- next part -- An HTML attachment was scrubbed... URL: <http://lists.freedesktop.org/archives/dri-devel/attachments/20130328/ab1eb2b6/attachment.html>

[Bug 42373] Radeon HD 6450 (NI CAICOS) screen corruption on boot

2013-03-28 Thread bugzilla-dae...@freedesktop.org
be Kunal could tell us more about some similar observations. -- You are receiving this mail because: You are the assignee for the bug. -- next part -- An HTML attachment was scrubbed... URL: <http://lists.freedesktop.org/archives/dri-devel/attachments/20130328/e54cfad6/attachment.html>

drm/tilcdc: LCD panels clocks initialization and earlier backlight initialization

2013-03-28 Thread Michal Bachraty
Hi, I'm trying to use tilcdc driver for KWH050TG08 LCD panel connected to AM335x processor (3.9 rc1 kernel). I have prepared DT bindings for that (listed bellow). I see fb0 device but I have no clocks going from cpu to LCD. My clocks for LCD seems not properly to be set ... virt_2500_ck

[PATCH] compat/compat-drivers/linux-next: fb skip_vt_switch

2013-03-28 Thread Luis R. Rodriguez
On Thu, Mar 28, 2013 at 9:19 AM, Julia Lawall wrote: > On Thu, 28 Mar 2013, Jesse Barnes wrote: >> > - info->skip_vt_switch = true; >> > + fb_enable_skip_vt_switch(info); >> > >> > So we'd then have to just add this static inline change for each new >> > driver... >> > There may

[PATCH] compat/compat-drivers/linux-next: fb skip_vt_switch

2013-03-28 Thread Julia Lawall
On Thu, 28 Mar 2013, Luis R. Rodriguez wrote: > On Thu, Mar 28, 2013 at 9:19 AM, Julia Lawall wrote: > > On Thu, 28 Mar 2013, Jesse Barnes wrote: > >> > - info->skip_vt_switch = true; > >> > + fb_enable_skip_vt_switch(info); > >> > > >> > So we'd then have to just add this sta

[PATCH] compat/compat-drivers/linux-next: fb skip_vt_switch

2013-03-28 Thread Luis R. Rodriguez
On Thu, Mar 28, 2013 at 11:10 AM, Julia Lawall wrote: > On Thu, 28 Mar 2013, Luis R. Rodriguez wrote: >> >> Thanks Julia! I'll be sure to try to add this to compat-drivers if the >> upstream fb patch is not accepted. If it is accepted we would not need >> this at all! >> >> > Then I guess there wo

[Nouveau] [PATCH v2] drm/nouveau: wait for vblank on page flipping

2013-03-28 Thread Peter Hurley
On Thu, 2013-03-28 at 16:16 +0100, Maarten Lankhorst wrote: > Signed-off-by: Maarten Lankhorst > --- > Oops, fixed to apply this time.. > > diff --git a/drivers/gpu/drm/nouveau/nouveau_display.c > b/drivers/gpu/drm/nouveau/nouveau_display.c > index 4610c3a..020542e 100644 > --- a/drivers/gpu/drm

[PATCH] compat/compat-drivers/linux-next: fb skip_vt_switch

2013-03-28 Thread Julia Lawall
On Thu, 28 Mar 2013, Luis R. Rodriguez wrote: > On Thu, Mar 28, 2013 at 11:10 AM, Julia Lawall > wrote: > > On Thu, 28 Mar 2013, Luis R. Rodriguez wrote: > >> > >> Thanks Julia! I'll be sure to try to add this to compat-drivers if the > >> upstream fb patch is not accepted. If it is accepted we

[PATCH] compat/compat-drivers/linux-next: fb skip_vt_switch

2013-03-28 Thread Luis R. Rodriguez
On Thu, Mar 28, 2013 at 3:29 PM, Julia Lawall wrote: > On Thu, 28 Mar 2013, Luis R. Rodriguez wrote: > >> On Thu, Mar 28, 2013 at 11:10 AM, Julia Lawall >> wrote: >> > On Thu, 28 Mar 2013, Luis R. Rodriguez wrote: >> >> >> >> Thanks Julia! I'll be sure to try to add this to compat-drivers if the