[next-20130204] nouveau: lockdep warning (not the same as the subdev lockdep warning)

2013-02-12 Thread Peter Hurley
Got this lockdep warning straightaway during boot: [7.435890] = [7.435891] [ INFO: possible recursive locking detected ] [7.435893] 3.8.0-next-20130204+pcipatch-xeon+lockdep #20130204+pcipatch Not tainted [7.435893] -

Multiple parents in device driver model and Common Display Framework (CDF)

2013-02-12 Thread Marcus Lorentzon
at can be use as inspiration? Was the discussion about handling one device from multiple drivers concluded/implemented? It sounds very much what we are trying to do? Or this was just some f2f discussion? BR Marcus Mobile -- next part -- An HTML attachment was scrubbed... URL:

compositing broken in -next (idr bug)

2013-02-12 Thread Jiri Slaby
On 02/12/2013 11:03 PM, Jiri Slaby wrote: > On 02/12/2013 10:55 PM, Jiri Slaby wrote: >> --- a/drivers/gpu/drm/drm_gem.c >> +++ b/drivers/gpu/drm/drm_gem.c >> @@ -453,7 +453,8 @@ drm_gem_flink_ioctl(struct drm_device *dev, void *data, >> spin_lock(&dev->object_name_lock); >> if (!ob

compositing broken in -next (idr bug)

2013-02-12 Thread Jiri Slaby
On 02/12/2013 10:55 PM, Jiri Slaby wrote: > --- a/drivers/gpu/drm/drm_gem.c > +++ b/drivers/gpu/drm/drm_gem.c > @@ -453,7 +453,8 @@ drm_gem_flink_ioctl(struct drm_device *dev, void *data, > spin_lock(&dev->object_name_lock); > if (!obj->name) { > ret = idr_alloc(&dev

[PATCH v2 1/2] [media] s5p-g2d: Add DT based discovery support

2013-02-12 Thread Sachin Kamat
tachment was scrubbed... URL: <http://lists.freedesktop.org/archives/dri-devel/attachments/20130212/a3c8cbaa/attachment-0001.html>

compositing broken in -next (idr bug)

2013-02-12 Thread Jiri Slaby
On 02/12/2013 10:58 PM, Tejun Heo wrote: > Hello, Jiri. > > On Tue, Feb 12, 2013 at 10:55:37PM +0100, Jiri Slaby wrote: >> this commit in -next causes my KDE to get stuck while starting. I see >> only the splash screen. If I disable effects by alt-shift-f12, it continues. >> >> I bisected it to th

[PATCH v2 2/2] drm/exynos: Add device tree based discovery support for G2D

2013-02-12 Thread Inki Dae
2013/2/12 Sylwester Nawrocki : > On 02/12/2013 02:17 PM, Inki Dae wrote: >> Applied and will go to -next. >> And please post the document(in >> Documentation/devicetree/bindings/gpu/) for it later. > > There is already some old patch applied in the devicetree/next tree: > > http://git.secretlab.ca/

compositing broken in -next (idr bug)

2013-02-12 Thread Jiri Slaby
Hi, this commit in -next causes my KDE to get stuck while starting. I see only the splash screen. If I disable effects by alt-shift-f12, it continues. I bisected it to this commit: commit 430440fce7da4ad52c2af06a04a5132e5d19faaf Author: Tejun Heo Date: Thu Feb 7 12:31:37 2013 +1100 drm: c

[PATCH 2/2] drm/exynos: Add device tree based discovery support for G2D

2013-02-12 Thread Sachin Kamat
next part -- An HTML attachment was scrubbed... URL: <http://lists.freedesktop.org/archives/dri-devel/attachments/20130212/d0eff0e3/attachment-0001.html>

[PATCH v2 2/2] drm/exynos: Add device tree based discovery support for G2D

2013-02-12 Thread Inki Dae
Applied and will go to -next. And please post the document(in Documentation/devicetree/bindings/gpu/) for it later. Thanks, Inki Dae 2013/2/6 Sachin Kamat : > From: Ajay Kumar > > This patch adds device tree match table for Exynos G2D controller. > > Signed-off-by: Ajay Kumar > Signed-off-by: S

[Bug 59592] Radeon HD 5670: reproducable GPU lockups with htile enabled

2013-02-12 Thread bugzilla-dae...@freedesktop.org
: You are the assignee for the bug. -- next part -- An HTML attachment was scrubbed... URL: <http://lists.freedesktop.org/archives/dri-devel/attachments/20130212/3fb92703/attachment.html>

[Bug 60073] [bisected] Bad rendering in Path of Exile

2013-02-12 Thread bugzilla-dae...@freedesktop.org
. -- next part -- An HTML attachment was scrubbed... URL: <http://lists.freedesktop.org/archives/dri-devel/attachments/20130212/b544dafb/attachment.html>

[Bug 53391] nouveau: wrong display output order

2013-02-12 Thread bugzilla-dae...@bugzilla.kernel.org
https://bugzilla.kernel.org/show_bug.cgi?id=53391 --- Comment #11 from Marcin Slusarz 2013-02-12 21:36:52 --- Created an attachment (id=93171) --> (https://bugzilla.kernel.org/attachment.cgi?id=93171) quirk v3 maybe this one? -- Configure bugmail: https://bugzilla.kernel.org/userprefs.c

[PATCH] drm/exynos: release resources properly when fb creation is failed.

2013-02-12 Thread Inki Dae
From: YoungJun Cho This patch releases allocated resources properly when exynos_user_fb_create() is failed. Signed-off-by: YoungJun Cho Signed-off-by: Inki Dae Signed-off-by: Kyungmin Park --- drivers/gpu/drm/exynos/exynos_drm_fb.c | 51 +--- 1 files changed, 27

[git pull] drm nouveau fixes.

2013-02-12 Thread Dave Airlie
> > just 3 nouveau fixes, all user visible issues, I have one radeon > regression fix I'm hoping to send tomorrow once I'm happy with it. Okay I've added the radeon regression fix on top as well The following changes since commit ff7c60c580d9722f820d85c9c58ca55ecc1ee7c4: drm/ttm: fix fence loc

[PATCH] drm/exynos: fix wrong pointer access at vm close.

2013-02-12 Thread Inki Dae
From: YoungJun Cho This patch fixes wrong pointer access issue to filp->f_op and filp->private_data. The exynos_drm_gem_mmap_ioctl() changes filp->f_op and filp->private_data temporarily and restore them to use original ones in exynos_drm_gem_mmap_buffer() but there was no lock between the chang

Multiple parents in device driver model and Common Display Framework (CDF)

2013-02-12 Thread Tomi Valkeinen
ote that I'm not trying to say that the full-bus approach doesn't work. My "brain just doesn't accept it" as you said above, which could be because I'm so accustomed to a certain way of seeing this whole display bus thing. So please continue with this approach, and prove my worries wrong =). Tomi -- next part -- A non-text attachment was scrubbed... Name: signature.asc Type: application/pgp-signature Size: 899 bytes Desc: OpenPGP digital signature URL: <http://lists.freedesktop.org/archives/dri-devel/attachments/20130212/46a819ca/attachment-0001.pgp>

Building DRM for i.MX fails with linux-next 20130212

2013-02-12 Thread Fabio Estevam
Dave/Bjorn, On Tue, Feb 12, 2013 at 3:50 PM, Fabio Estevam wrote: > Hi, > > Building imx_v6_v7_defconfig on linux-next 20130212 gives me the > following build error: > > CC drivers/gpu/drm/drm_pci.o > drivers/gpu/drm/drm_pci.c: In function ?drm_pcie_get_speed_cap_mas

[Bug 49981] [drm:radeon_cs_ioctl] *ERROR* Failed to parse relocation -12!

2013-02-12 Thread bugzilla-dae...@bugzilla.kernel.org
https://bugzilla.kernel.org/show_bug.cgi?id=49981 J?r?me Glisse changed: What|Removed |Added Status|NEW |RESOLVED Resolution|

[Bug 60236] corruption of text and bottom of screen in xonotic menus since 325422c49449acdd8df1eb2ca8ed81f7696c38cc

2013-02-12 Thread bugzilla-dae...@freedesktop.org
ttp://lists.freedesktop.org/archives/dri-devel/attachments/20130212/3c69df66/attachment.html>

[Bug 59592] Radeon HD 5670: reproducable GPU lockups with htile enabled

2013-02-12 Thread bugzilla-dae...@freedesktop.org
are the assignee for the bug. -- next part -- An HTML attachment was scrubbed... URL: <http://lists.freedesktop.org/archives/dri-devel/attachments/20130212/db891721/attachment.html>

Multiple parents in device driver model and Common Display Framework (CDF)

2013-02-12 Thread Marcus Lorentzon
On 02/12/2013 04:53 PM, Tomi Valkeinen wrote: > On 2013-02-12 17:04, Marcus Lorentzon wrote: > >> Now we have some different types of panels which are attached on a >> combination of busses: >> >> a) control:DBI, data:DBI >> b) control:I2C/SPI, data:I2C/SPI >> c) control:static setup, data:DPI >> d

Multiple parents in device driver model and Common Display Framework (CDF)

2013-02-12 Thread Tomi Valkeinen
on-text attachment was scrubbed... Name: signature.asc Type: application/pgp-signature Size: 899 bytes Desc: OpenPGP digital signature URL: <http://lists.freedesktop.org/archives/dri-devel/attachments/20130212/12f58e3d/attachment-0001.pgp>

[Bug 60503] [r300g] Unigine Heaven 3.0: all objects are black

2013-02-12 Thread bugzilla-dae...@freedesktop.org
Heaven is still black. -- 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/20130212/a8317e11/attachment.html>

[Bug 59592] Radeon HD 5670: reproducable GPU lockups with htile enabled

2013-02-12 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=59592 Jerome Glisse changed: What|Removed |Added Status|NEW |RESOLVED Resolution|---

[Bug 53391] nouveau: wrong display output order

2013-02-12 Thread bugzilla-daemon
https://bugzilla.kernel.org/show_bug.cgi?id=53391 --- Comment #12 from Stijn Tintel 2013-02-13 00:53:57 --- Still not good, the 2nd monitor is initialized first, both by nouveaufb and X. It is recognized as DVI-I-2 though. -- Configure bugmail: https://bugzilla.kernel.org/userprefs.cgi?ta

Re: Multiple parents in device driver model and Common Display Framework (CDF)

2013-02-12 Thread Arnd Bergmann
On Tuesday 12 February 2013, Greg KH wrote: > On Tue, Feb 12, 2013 at 11:20:04PM +0100, Marcus Lorentzon wrote: > > Den 12 feb 2013 23:02 skrev "Greg KH" : > > > > > > On Tue, Feb 12, 2013 at 04:04:53PM +0100, Marcus Lorentzon wrote: > > > > 3) Daniel V hinted that multiple parents (or multiple bus

Multiple parents in device driver model and Common Display Framework (CDF)

2013-02-12 Thread Marcus Lorentzon
Hi Greg, at FOSDEM we had a session on CDF (Common Display Framework). You can read more details about this in the posts from Laurent Pinchart on dridevel: http://lists.freedesktop.org/archives/dri-devel/2012-November/030888.html http://lists.freedesktop.org/archives/dri-devel/2013-February/034576

Re: CDF meeting @FOSDEM report

2013-02-12 Thread Stéphane Marchesin
On Tue, Feb 5, 2013 at 2:27 PM, Laurent Pinchart wrote: > Hello, > > We've hosted a CDF meeting at the FOSDEM on Sunday morning. Here's a summary > of the discussions. > > I would like to start with a big thank to UrLab, the ULB university hacker > space, for providing us with a meeting room. > >

[systemd-devel] Someone working on gui for multiseat?

2013-02-12 Thread poma
On 02/11/13 21:30, Lennart Poettering wrote: [?] > Of course, doing this via the command line is not user-frienldy, but > maybe this will one day get fixed and somebody writes a proper UI for > it... > Regarding 'loginctl attach seat0 ', the only thing really missing is the 'sys' path completion,

Building DRM for i.MX fails with linux-next 20130212

2013-02-12 Thread Fabio Estevam
Hi, Building imx_v6_v7_defconfig on linux-next 20130212 gives me the following build error: CC drivers/gpu/drm/drm_pci.o drivers/gpu/drm/drm_pci.c: In function ?drm_pcie_get_speed_cap_mask?: drivers/gpu/drm/drm_pci.c:485:2: error: implicit declaration of function

[Bug 60503] [r300g] Unigine Heaven 3.0: all objects are black

2013-02-12 Thread bugzilla-dae...@freedesktop.org
you apply the patches, run make check from src/gallium/drivers/r300 and make sure it passes and then re-test Heaven. -- You are receiving this mail because: You are the assignee for the bug. -- next part -- An HTML attachment was scrubbed... URL: <http://lists.freedesktop.or

[PATCH v3 4/4] modetest: Add a command line parameter to select the driver

2013-02-12 Thread Laurent Pinchart
If the -M parameter is specific, modetest will use the requested device name instead of trying its builtin list of device names. Signed-off-by: Laurent Pinchart Reviewed-by: Jani Nikula --- tests/modetest/modetest.c | 41 - 1 file changed, 28 insertions(+

[PATCH v3 3/4] modetest: Sort command line arguments

2013-02-12 Thread Laurent Pinchart
The current mostly random sort order hinders code readability. Sort the options alphabetically in the code, and by group in the help message. Signed-off-by: Laurent Pinchart Reviewed-by: Jani Nikula --- tests/modetest/modetest.c | 49 ++- 1 file chang

[PATCH v3 2/4] modetest: Remove extern declarations of opt(arg|ind|err|opt)

2013-02-12 Thread Laurent Pinchart
Those variables are declared in unistd.h, there's no need to redeclare them here. Signed-off-by: Laurent Pinchart Reviewed-by: Jani Nikula --- tests/modetest/modetest.c | 2 -- 1 file changed, 2 deletions(-) diff --git a/tests/modetest/modetest.c b/tests/modetest/modetest.c index 1081c78..92c7

[PATCH v3 1/4] modetest: Fix warnings

2013-02-12 Thread Laurent Pinchart
Enable all standard automake warnings except for -Wpointer-arith (as the test pattern generation code uses void pointer arithmetics) and fix them. Signed-off-by: Laurent Pinchart --- tests/modetest/Makefile.am | 4 +++- tests/modetest/buffers.c | 13 +++-- tests/modetest/buffers.h |

[PATCH v3 0/4] modetest enhancements

2013-02-12 Thread Laurent Pinchart
Hello, Here's the third version of a small patch set that adds an argument to the modetest command line to specify the driver name instead of using the builtin list of drivers. This is particularly handy during development of new DRM/KMS drivers. This version enables compiler warnings for modetes

Re: Multiple parents in device driver model and Common Display Framework (CDF)

2013-02-12 Thread Greg KH
On Tue, Feb 12, 2013 at 11:20:04PM +0100, Marcus Lorentzon wrote: > Den 12 feb 2013 23:02 skrev "Greg KH" : > > > > On Tue, Feb 12, 2013 at 04:04:53PM +0100, Marcus Lorentzon wrote: > > > 3) Daniel V hinted that multiple parents (or multiple busses) is > > > something that has been discussed as a l

Re: Multiple parents in device driver model and Common Display Framework (CDF)

2013-02-12 Thread Greg KH
On Tue, Feb 12, 2013 at 04:04:53PM +0100, Marcus Lorentzon wrote: > 3) Daniel V hinted that multiple parents (or multiple busses) is > something that has been discussed as a limitation of device driver > model before. And that maybe now was the time to fix that or at > least sort out how to handle

Re: Multiple parents in device driver model and Common Display Framework (CDF)

2013-02-12 Thread Tomi Valkeinen
On 2013-02-12 19:06, Marcus Lorentzon wrote: > Maybe in most cases, like a modern mobile phone. But for DBI and DSI you > can have many devices or endpoints on the same bus. On DSI you can even DBI supports two devices and DSI supports four, if I recall right. But for DSI you need an external hub

Re: [PATCH v2 1/2] [media] s5p-g2d: Add DT based discovery support

2013-02-12 Thread Sachin Kamat
Hi Sylwester, On Wednesday, 6 February 2013, Sachin Kamat wrote: > This patch adds device tree based discovery support to G2D driver > > Signed-off-by: Sachin Kamat > --- > Based on for_v3.9 branch of below tree: > git://linuxtv.org/snawrocki/samsung.git > > Changes since v1: > * Addressed revie

Re: [PATCH 2/2] drm/exynos: Add device tree based discovery support for G2D

2013-02-12 Thread Sachin Kamat
On Tuesday, 12 February 2013, Inki Dae wrote: > Applied and will go to -next. Thanks. > And please post the document(in > Documentation/devicetree/bindings/gpu/) for it later Already posted (1). (1) http://patches.linaro.org/14640/ -- With warm regards, Sachin ___

CDF meeting @FOSDEM report

2013-02-12 Thread Stéphane Marchesin
On Tue, Feb 5, 2013 at 2:27 PM, Laurent Pinchart wrote: > Hello, > > We've hosted a CDF meeting at the FOSDEM on Sunday morning. Here's a summary > of the discussions. > > I would like to start with a big thank to UrLab, the ULB university hacker > space, for providing us with a meeting room. > >

Re: linux-next: Tree for Feb 12 (drm_pci.c)

2013-02-12 Thread Randy Dunlap
On 02/11/13 21:09, Stephen Rothwell wrote: > Hi all, > > Changes since 20130211: > when CONFIG_PCI is not enabled (on x86_64): CC [M] drivers/gpu/drm/drm_pci.o drivers/gpu/drm/drm_pci.c: In function 'drm_pcie_get_speed_cap_mask': drivers/gpu/drm/drm_pci.c:485:2: error: implicit declaration

Re: Multiple parents in device driver model and Common Display Framework (CDF)

2013-02-12 Thread Tomi Valkeinen
Hi Marcus, On 2013-02-12 17:04, Marcus Lorentzon wrote: > Now we have some different types of panels which are attached on a > combination of busses: > > a) control:DBI, data:DBI > b) control:I2C/SPI, data:I2C/SPI > c) control:static setup, data:DPI > d) control:I2C/SPI, data:DPI > e) control:DS

linux-next: Tree for Feb 12 (drm_pci.c)

2013-02-12 Thread Bjorn Helgaas
On Tue, Feb 12, 2013 at 08:06:00AM -0800, Randy Dunlap wrote: > On 02/11/13 21:09, Stephen Rothwell wrote: > > Hi all, > > > > Changes since 20130211: > > > > > when CONFIG_PCI is not enabled (on x86_64): > > CC [M] drivers/gpu/drm/drm_pci.o > drivers/gpu/drm/drm_pci.c: In function 'drm_pci

Building DRM for i.MX fails with linux-next 20130212

2013-02-12 Thread Bjorn Helgaas
On Tue, Feb 12, 2013 at 07:20:30PM -0200, Fabio Estevam wrote: > Dave/Bjorn, > > On Tue, Feb 12, 2013 at 3:50 PM, Fabio Estevam wrote: > > Hi, > > > > Building imx_v6_v7_defconfig on linux-next 20130212 gives me the > > following build error: > >

[PATCH v2 2/2] drm/exynos: Add device tree based discovery support for G2D

2013-02-12 Thread Sylwester Nawrocki
On 02/12/2013 02:17 PM, Inki Dae wrote: > Applied and will go to -next. > And please post the document(in > Documentation/devicetree/bindings/gpu/) for it later. There is already some old patch applied in the devicetree/next tree: http://git.secretlab.ca/?p=linux.git;a=commitdiff;h=09495dda6a62c7

Multiple parents in device driver model and Common Display Framework (CDF)

2013-02-12 Thread Greg KH
On Tue, Feb 12, 2013 at 11:20:04PM +0100, Marcus Lorentzon wrote: > Den 12 feb 2013 23:02 skrev "Greg KH" : > > > > On Tue, Feb 12, 2013 at 04:04:53PM +0100, Marcus Lorentzon wrote: > > > 3) Daniel V hinted that multiple parents (or multiple busses) is > > > something that has been discussed as a l

Re: Multiple parents in device driver model and Common Display Framework (CDF)

2013-02-12 Thread Marcus Lorentzon
Den 12 feb 2013 23:02 skrev "Greg KH" : > > On Tue, Feb 12, 2013 at 04:04:53PM +0100, Marcus Lorentzon wrote: > > 3) Daniel V hinted that multiple parents (or multiple busses) is > > something that has been discussed as a limitation of device driver > > model before. And that maybe now was the time

[PATCH] CHROMIUM: dma-buf: restore args on failure of dma_buf_mmap

2013-02-12 Thread Sumit Semwal
+dri-devel ML > > > On 12 February 2013 07:20, wrote: >> >> From: John Sheu >> >> Callers to dma_buf_mmap expect to fput() the vma struct's vm_file >> themselves on failure. Not restoring the struct's data on failure >> causes a double-decrement of the vm_file's refcount. >> >> Signed-off-by: Jo

[Bug 60723] Unable to compile Mesa 9.0.2 for radeon

2013-02-12 Thread bugzilla-dae...@freedesktop.org
ves/dri-devel/attachments/20130212/dfe19f90/attachment.html>

[PATCH] CHROMIUM: dma-buf: restore args on failure of dma_buf_mmap

2013-02-12 Thread Sumit Semwal
.linaro.org/>* **? *Open source software for ARM SoCs* *** Follow *Linaro: *Facebook <http://www.facebook.com/pages/Linaro> | Twitter<http://twitter.com/#!/linaroorg> | Blog <http://www.linaro.org/linaro-blog/> -- next part -- An HTML attachment was scrubbed... URL: <http://lists.freedesktop.org/archives/dri-devel/attachments/20130212/fe3d741f/attachment.html>

Re: compositing broken in -next (idr bug)

2013-02-12 Thread Tejun Heo
Hello, Jiri. On Tue, Feb 12, 2013 at 11:08:41PM +0100, Jiri Slaby wrote: > > Oh my, maybe: return ret < 0 ? ret : 0... Let's try. > > Bull's eye. Aieee > --- a/drivers/gpu/drm/drm_gem.c > +++ b/drivers/gpu/drm/drm_gem.c > @@ -459,6 +459,7 @@ drm_gem_flink_ioctl(struct drm_device *dev, void

compositing broken in -next (idr bug)

2013-02-12 Thread Tejun Heo
Hello, Jiri. On Tue, Feb 12, 2013 at 11:08:41PM +0100, Jiri Slaby wrote: > > Oh my, maybe: return ret < 0 ? ret : 0... Let's try. > > Bull's eye. Aieee > --- a/drivers/gpu/drm/drm_gem.c > +++ b/drivers/gpu/drm/drm_gem.c > @@ -459,6 +459,7 @@ drm_gem_flink_ioctl(struct drm_device *dev, void

Re: compositing broken in -next (idr bug)

2013-02-12 Thread Jiri Slaby
On 02/12/2013 11:03 PM, Jiri Slaby wrote: > On 02/12/2013 10:55 PM, Jiri Slaby wrote: >> --- a/drivers/gpu/drm/drm_gem.c >> +++ b/drivers/gpu/drm/drm_gem.c >> @@ -453,7 +453,8 @@ drm_gem_flink_ioctl(struct drm_device *dev, void *data, >> spin_lock(&dev->object_name_lock); >> if (!ob

[Bug 60723] Unable to compile Mesa 9.0.2 for radeon

2013-02-12 Thread bugzilla-dae...@freedesktop.org
ch the full output from configure and make. -- 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/20130212/1863f608/attachment-0001.html>

[Bug 60723] Unable to compile Mesa 9.0.2 for radeon

2013-02-12 Thread bugzilla-dae...@freedesktop.org
xt part -- An HTML attachment was scrubbed... URL: <http://lists.freedesktop.org/archives/dri-devel/attachments/20130212/eb306ccb/attachment.html>

[Bug 60723] Unable to compile Mesa 9.0.2 for radeon

2013-02-12 Thread bugzilla-dae...@freedesktop.org
-- next part -- An HTML attachment was scrubbed... URL: <http://lists.freedesktop.org/archives/dri-devel/attachments/20130212/a347e0fe/attachment.html>

[Bug 59592] Radeon HD 5670: reproducable GPU lockups with htile enabled

2013-02-12 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=59592 --- Comment #6 from n...@detonation.org --- The patch seems to fix the problem indeed. I've been trying more than half an hour to get the GPU to lock up without result. Thank you very very much! -- You are receiving this mail because: You are th

[Bug 60073] [bisected] Bad rendering in Path of Exile

2013-02-12 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=60073 --- Comment #5 from Jordan Justen --- Please retest with 496928a4, as this commit reverts this change for desktop GL. (The behavior is retained for GLES3.) -- You are receiving this mail because: You are the assignee for the bug. __

Re: compositing broken in -next (idr bug)

2013-02-12 Thread Jiri Slaby
On 02/12/2013 10:55 PM, Jiri Slaby wrote: > --- a/drivers/gpu/drm/drm_gem.c > +++ b/drivers/gpu/drm/drm_gem.c > @@ -453,7 +453,8 @@ drm_gem_flink_ioctl(struct drm_device *dev, void *data, > spin_lock(&dev->object_name_lock); > if (!obj->name) { > ret = idr_alloc(&dev

Multiple parents in device driver model and Common Display Framework (CDF)

2013-02-12 Thread Greg KH
On Tue, Feb 12, 2013 at 04:04:53PM +0100, Marcus Lorentzon wrote: > 3) Daniel V hinted that multiple parents (or multiple busses) is > something that has been discussed as a limitation of device driver > model before. And that maybe now was the time to fix that or at > least sort out how to handle

Re: compositing broken in -next (idr bug)

2013-02-12 Thread Jiri Slaby
On 02/12/2013 10:58 PM, Tejun Heo wrote: > Hello, Jiri. > > On Tue, Feb 12, 2013 at 10:55:37PM +0100, Jiri Slaby wrote: >> this commit in -next causes my KDE to get stuck while starting. I see >> only the splash screen. If I disable effects by alt-shift-f12, it continues. >> >> I bisected it to th

Re: compositing broken in -next (idr bug)

2013-02-12 Thread Tejun Heo
Hello, Jiri. On Tue, Feb 12, 2013 at 10:55:37PM +0100, Jiri Slaby wrote: > this commit in -next causes my KDE to get stuck while starting. I see > only the splash screen. If I disable effects by alt-shift-f12, it continues. > > I bisected it to this commit: > commit 430440fce7da4ad52c2af06a04a513

compositing broken in -next (idr bug)

2013-02-12 Thread Tejun Heo
Hello, Jiri. On Tue, Feb 12, 2013 at 10:55:37PM +0100, Jiri Slaby wrote: > this commit in -next causes my KDE to get stuck while starting. I see > only the splash screen. If I disable effects by alt-shift-f12, it continues. > > I bisected it to this commit: > commit 430440fce7da4ad52c2af06a04a513

compositing broken in -next (idr bug)

2013-02-12 Thread Jiri Slaby
Hi, this commit in -next causes my KDE to get stuck while starting. I see only the splash screen. If I disable effects by alt-shift-f12, it continues. I bisected it to this commit: commit 430440fce7da4ad52c2af06a04a5132e5d19faaf Author: Tejun Heo Date: Thu Feb 7 12:31:37 2013 +1100 drm: c

[Bug 60723] Unable to compile Mesa 9.0.2 for radeon

2013-02-12 Thread bugzilla-dae...@freedesktop.org
bug. -- next part -- An HTML attachment was scrubbed... URL: <http://lists.freedesktop.org/archives/dri-devel/attachments/20130212/700fbfb6/attachment.html>

Re: linux-next: Tree for Feb 12 (drm_pci.c)

2013-02-12 Thread Bjorn Helgaas
On Tue, Feb 12, 2013 at 08:06:00AM -0800, Randy Dunlap wrote: > On 02/11/13 21:09, Stephen Rothwell wrote: > > Hi all, > > > > Changes since 20130211: > > > > > when CONFIG_PCI is not enabled (on x86_64): > > CC [M] drivers/gpu/drm/drm_pci.o > drivers/gpu/drm/drm_pci.c: In function 'drm_pci

[Bug 44341] Radeon HD6990M: HDMI audio output works now! Kernel gives new warning

2013-02-12 Thread bugzilla-dae...@bugzilla.kernel.org
https://bugzilla.kernel.org/show_bug.cgi?id=44341 --- Comment #11 from Alex Deucher 2013-02-12 13:42:26 --- Created an attachment (id=93151) --> (https://bugzilla.kernel.org/attachment.cgi?id=93151) remove overzealous warning This patch should fix the issue. -- Configure bugmail: https:

[Bug 53391] nouveau: wrong display output order

2013-02-12 Thread bugzilla-daemon
https://bugzilla.kernel.org/show_bug.cgi?id=53391 --- Comment #11 from Marcin Slusarz 2013-02-12 21:36:52 --- Created an attachment (id=93171) --> (https://bugzilla.kernel.org/attachment.cgi?id=93171) quirk v3 maybe this one? -- Configure bugmail: https://bugzilla.kernel.org/userprefs.c

Re: Building DRM for i.MX fails with linux-next 20130212

2013-02-12 Thread Bjorn Helgaas
On Tue, Feb 12, 2013 at 07:20:30PM -0200, Fabio Estevam wrote: > Dave/Bjorn, > > On Tue, Feb 12, 2013 at 3:50 PM, Fabio Estevam wrote: > > Hi, > > > > Building imx_v6_v7_defconfig on linux-next 20130212 gives me the > > following build error: > >

Re: Building DRM for i.MX fails with linux-next 20130212

2013-02-12 Thread Fabio Estevam
Dave/Bjorn, On Tue, Feb 12, 2013 at 3:50 PM, Fabio Estevam wrote: > Hi, > > Building imx_v6_v7_defconfig on linux-next 20130212 gives me the > following build error: > > CC drivers/gpu/drm/drm_pci.o > drivers/gpu/drm/drm_pci.c: In function ‘drm_pcie_get_speed_cap_mas

[PATCH] drm/radeon: remove overzealous warning in hdmi handling

2013-02-12 Thread Jerome Glisse
On Tue, Feb 12, 2013 at 8:40 AM, wrote: > From: Alex Deucher > > hdmi audio works fine. The warning just confuses users. > > fixes: > https://bugzilla.kernel.org/show_bug.cgi?id=44341 > > Signed-off-by: Alex Deucher Reviewed-by: Jerome Glisse > Cc: stable at vger.kernel.org > --- > drivers/g

[Bug 53391] nouveau: wrong display output order

2013-02-12 Thread bugzilla-dae...@bugzilla.kernel.org
https://bugzilla.kernel.org/show_bug.cgi?id=53391 --- Comment #10 from Stijn Tintel 2013-02-12 12:54:22 --- Unfortunately with the first patch and #if 0 -> #if 1 nouveau and X start on the 2nd monitor again (with DVI cables). shall I test with vga cables again too ? -- Configure bugmail:

[PATCH] drm/fb-helper: improve kerneldoc

2013-02-12 Thread Laurent Pinchart
Hi Daniel, Thanks for the patch. Just one last small comment. On Tuesday 05 February 2013 22:43:48 Daniel Vetter wrote: > Now that the fbdev helper interface for drivers is trimmed down, > update the kerneldoc for all the remaining exported functions. > > I've tried to beat the DocBook a bit by

[Bug 60723] New: Unable to compile Mesa 9.0.2 for radeon

2013-02-12 Thread bugzilla-dae...@freedesktop.org
the assignee for the bug. -- next part -- An HTML attachment was scrubbed... URL: <http://lists.freedesktop.org/archives/dri-devel/attachments/20130212/f004115f/attachment.html>

[Bug 49981] On HD6850, Power Profile doesn't change if 2 screen is attached.

2013-02-12 Thread bugzilla-dae...@freedesktop.org
se: You are the assignee for the bug. -- next part -- An HTML attachment was scrubbed... URL: <http://lists.freedesktop.org/archives/dri-devel/attachments/20130212/209828d6/attachment.html>

[Bug 49981] [drm:radeon_cs_ioctl] *ERROR* Failed to parse relocation -12!

2013-02-12 Thread bugzilla-daemon
https://bugzilla.kernel.org/show_bug.cgi?id=49981 Jérôme Glisse changed: What|Removed |Added Status|NEW |RESOLVED Resolution|

[Bug 60236] corruption of text and bottom of screen in xonotic menus since 325422c49449acdd8df1eb2ca8ed81f7696c38cc

2013-02-12 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=60236 Jerome Glisse changed: What|Removed |Added Status|NEW |RESOLVED Resolution|---

[Bug 59592] Radeon HD 5670: reproducable GPU lockups with htile enabled

2013-02-12 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=59592 --- Comment #5 from Jerome Glisse --- Created attachment 74707 --> https://bugs.freedesktop.org/attachment.cgi?id=74707&action=edit Mesa fix Please try if attached mesa patch fix it -- You are receiving this mail because: You are the assigne

[PATCH RESEND] drm: fix drm_local_map allocation size

2013-02-12 Thread Jani Nikula
list->map is struct drm_local_map *, not struct drm_map_list *. Signed-off-by: Jani Nikula --- Found this small snippet laying around, I guess it fell between the cracks. --- drivers/gpu/drm/drm_gem.c |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/gpu/drm/drm_ge

Re: [PATCH] drm/radeon: remove overzealous warning in hdmi handling

2013-02-12 Thread Jerome Glisse
On Tue, Feb 12, 2013 at 8:40 AM, wrote: > From: Alex Deucher > > hdmi audio works fine. The warning just confuses users. > > fixes: > https://bugzilla.kernel.org/show_bug.cgi?id=44341 > > Signed-off-by: Alex Deucher Reviewed-by: Jerome Glisse > Cc: sta...@vger.kernel.org > --- > drivers/gpu/

Building DRM for i.MX fails with linux-next 20130212

2013-02-12 Thread Fabio Estevam
Hi, Building imx_v6_v7_defconfig on linux-next 20130212 gives me the following build error: CC drivers/gpu/drm/drm_pci.o drivers/gpu/drm/drm_pci.c: In function ‘drm_pcie_get_speed_cap_mask’: drivers/gpu/drm/drm_pci.c:485:2: error: implicit declaration of function

[PATCH v2 3/3] modetest: Add a command line parameter to select the driver

2013-02-12 Thread Jani Nikula
On Mon, 11 Feb 2013, Laurent Pinchart wrote: > On Monday 11 February 2013 21:13:45 Laurent Pinchart wrote: >> If the -M parameter is specific, modetest will use the requested device >> name instead of trying its builtin list of device names. >> >> Signed-off-by: Laurent Pinchart >> --- >> test

Re: [PATCH] drm: missing idr_preload_end in drm_gem_flink_ioctl

2013-02-12 Thread Tejun Heo
(cc'ing Andrew) Hello, On Sun, Feb 10, 2013 at 03:49:05PM +0400, Artem Savkov wrote: > Added missing idr_preload_end calls in drm_gem_flink_ioctl(). > Without those preemption stays disabled resulting in lots of "scheduling while > atomic" BUGs. > > Introduced in 4e486fae707d9a79c76f1be6dcacffc4

[Bug 60503] [r300g] Unigine Heaven 3.0: all objects are black

2013-02-12 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=60503 --- Comment #10 from Pavel Ondračka --- (In reply to comment #9) > (In reply to comment #8) > > Created attachment 74525 [details] > > RADEON_DEBUG=fp log with patch v2 applied > > > > (In reply to comment #7) > > > Created attachment 74520 [det

[PATCH] drm: missing idr_preload_end in drm_gem_flink_ioctl

2013-02-12 Thread Tejun Heo
(cc'ing Andrew) Hello, On Sun, Feb 10, 2013 at 03:49:05PM +0400, Artem Savkov wrote: > Added missing idr_preload_end calls in drm_gem_flink_ioctl(). > Without those preemption stays disabled resulting in lots of "scheduling while > atomic" BUGs. > > Introduced in 4e486fae707d9a79c76f1be6dcacffc4

[PATCH linux-next] drm/radeon: Avoid NULL pointer dereference from atom_index_iio() allocation failure

2013-02-12 Thread Alex Deucher
On Mon, Feb 11, 2013 at 4:34 PM, Tim Gardner wrote: > Smatch anlysis: > > drivers/gpu/drm/radeon/atom.c:1242 atom_index_iio() error: potential null > dereference 'ctx->iio'. (kzalloc returns null) > > Also cleaned up some checks before calls to kfree(). kfree(NULL) is OK. > > Cc: David Airlie

Re: Multiple parents in device driver model and Common Display Framework (CDF)

2013-02-12 Thread Marcus Lorentzon
On 02/12/2013 04:53 PM, Tomi Valkeinen wrote: On 2013-02-12 17:04, Marcus Lorentzon wrote: Now we have some different types of panels which are attached on a combination of busses: a) control:DBI, data:DBI b) control:I2C/SPI, data:I2C/SPI c) control:static setup, data:DPI d) control:I2C/SPI, d

[PATCH] drm/radeon: remove overzealous warning in hdmi handling

2013-02-12 Thread alexdeuc...@gmail.com
From: Alex Deucher hdmi audio works fine. The warning just confuses users. fixes: https://bugzilla.kernel.org/show_bug.cgi?id=44341 Signed-off-by: Alex Deucher Cc: stable at vger.kernel.org --- drivers/gpu/drm/radeon/r600_hdmi.c |1 - 1 files changed, 0 insertions(+), 1 deletions(-) dif

linux-next: Tree for Feb 12 (drm_pci.c)

2013-02-12 Thread Randy Dunlap
On 02/11/13 21:09, Stephen Rothwell wrote: > Hi all, > > Changes since 20130211: > when CONFIG_PCI is not enabled (on x86_64): CC [M] drivers/gpu/drm/drm_pci.o drivers/gpu/drm/drm_pci.c: In function 'drm_pcie_get_speed_cap_mask': drivers/gpu/drm/drm_pci.c:485:2: error: implicit declaration

[Bug 60503] [r300g] Unigine Heaven 3.0: all objects are black

2013-02-12 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=60503 --- Comment #9 from Tom Stellard --- (In reply to comment #8) > Created attachment 74525 [details] > RADEON_DEBUG=fp log with patch v2 applied > > (In reply to comment #7) > > Created attachment 74520 [details] > > Fix v2 > > > > This should fi

Multiple parents in device driver model and Common Display Framework (CDF)

2013-02-12 Thread Marcus Lorentzon
Hi Greg, at FOSDEM we had a session on CDF (Common Display Framework). You can read more details about this in the posts from Laurent Pinchart on dridevel: http://lists.freedesktop.org/archives/dri-devel/2012-November/030888.html http://lists.freedesktop.org/archives/dri-devel/2013-February/0345

Re: [systemd-devel] Someone working on gui for multiseat?

2013-02-12 Thread poma
On 02/11/13 21:30, Lennart Poettering wrote: […] > Of course, doing this via the command line is not user-frienldy, but > maybe this will one day get fixed and somebody writes a proper UI for > it... > Regarding 'loginctl attach seat0 ', the only thing really missing is the 'sys' path completion,

[Bug 60723] Unable to compile Mesa 9.0.2 for radeon

2013-02-12 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=60723 Michel Dänzer changed: What|Removed |Added Assignee|dri-devel@lists.freedesktop |mesa-dev@lists.freedesktop.

[Bug 60723] Unable to compile Mesa 9.0.2 for radeon

2013-02-12 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=60723 --- Comment #4 from Vincenzo Abate --- It didn't worked. I attached logs from configure and make as asked... (In reply to comment #1) > Does it work if you add --enable-shared-glapi to the configure arguments? If > not, please attach the full ou

[Bug 60723] Unable to compile Mesa 9.0.2 for radeon

2013-02-12 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=60723 --- Comment #3 from Vincenzo Abate --- Created attachment 74683 --> https://bugs.freedesktop.org/attachment.cgi?id=74683&action=edit make log -- You are receiving this mail because: You are the assignee for the bug. __

[Bug 60723] Unable to compile Mesa 9.0.2 for radeon

2013-02-12 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=60723 --- Comment #2 from Vincenzo Abate --- Created attachment 74682 --> https://bugs.freedesktop.org/attachment.cgi?id=74682&action=edit configure log -- You are receiving this mail because: You are the assignee for the bug. _

Re: [PATCH linux-next] drm/radeon: Avoid NULL pointer dereference from atom_index_iio() allocation failure

2013-02-12 Thread Alex Deucher
On Mon, Feb 11, 2013 at 4:34 PM, Tim Gardner wrote: > Smatch anlysis: > > drivers/gpu/drm/radeon/atom.c:1242 atom_index_iio() error: potential null > dereference 'ctx->iio'. (kzalloc returns null) > > Also cleaned up some checks before calls to kfree(). kfree(NULL) is OK. > > Cc: David Airlie >

  1   2   >