Re: [PATCH] dma-buf: Use EXPORT_SYMBOL

2012-01-18 Thread Robert Morell
On Wed, Jan 18, 2012 at 06:00:54AM -0800, Dave Airlie wrote: > On Wed, Jan 18, 2012 at 1:55 PM, Ilija Hadzic > wrote: > > On Wed, 18 Jan 2012, Dave Airlie wrote: > >> The problem is the x86 nvidia binary driver does sit outside of > >> subsystems, and I forsee wanting to share buffers with it from

Re: [PATCH] dma-buf: Use EXPORT_SYMBOL

2012-01-18 Thread Dave Airlie
On Wed, Jan 18, 2012 at 12:23 PM, Mauro Carvalho Chehab wrote: > Em 18-01-2012 10:14, Arnd Bergmann escreveu: >> On Wednesday 18 January 2012, Semwal, Sumit wrote: >>> On Wed, Jan 18, 2012 at 5:38 AM, Robert Morell wrote: EXPORT_SYMBOL_GPL is intended to be used for "an internal implementati

Re: Expanding the use of DMA buffers in 3.3

2012-01-18 Thread Pekka Enberg
On Wed, Jan 18, 2012 at 2:08 AM, Robert Morell wrote: > The DMA buffer infrastructure (dma-buf) currently exposes its interface > with EXPORT_SYMBOL_GPL.  The documentation for EXPORT_SYMBOL_GPL says: >    "It implies that the function is considered an internal >    implementation issue, and not r

[Bug 42603] New: Watching video with radeon oss driver sometimes leads to kernel panic

2012-01-18 Thread bugzilla-dae...@bugzilla.kernel.org
https://bugzilla.kernel.org/show_bug.cgi?id=42603 Summary: Watching video with radeon oss driver sometimes leads to kernel panic Product: Drivers Version: 2.5 Kernel Version: 3.0.17 Platform: All OS/Version: Linux

[Bug 27314] displayport link training fails on certain panels (channel equalization fails)

2012-01-18 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=27314 --- Comment #65 from Rafael Ávila de Espíndola 2012-01-18 21:27:43 PST --- (In reply to comment #64) > FYI, linux 3.2-rc7 on iMac12,2 (27" 2011 model) has radeon kms running without > any glitch, and even with pretty good performance ! I'm EFI-b

[Bug 43858] DVI of ATI RADEON 9200 AGP don't work

2012-01-18 Thread bugzilla-dae...@freedesktop.org
https://bugs.freedesktop.org/show_bug.cgi?id=43858 --- Comment #24 from Alex Deucher 2012-01-18 11:52:47 PST --- (In reply to comment #22) > I came across this bug by an accident when searching for something else, > however when reading through there seems to be some misunderstanding. > > If I

[Bug 44919] Wayland clients segfault

2012-01-18 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=44919 --- Comment #1 from Scott Moreau 2012-01-18 19:47:46 PST --- Additionally, I've built mesa with the following configuration: --with-egl-platforms=wayland,drm,x11 --disable-gallium-egl --with-dri-drivers="" --enable-gles1 --enable-gles2 --with-ga

[Bug 44919] New: Wayland clients segfault

2012-01-18 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=44919 Bug #: 44919 Summary: Wayland clients segfault Classification: Unclassified Product: Mesa Version: git Platform: x86 (IA32) OS/Version: Linux (All) Status: NEW

[Bug 43858] DVI of ATI RADEON 9200 AGP don't work

2012-01-18 Thread bugzilla-dae...@freedesktop.org
https://bugs.freedesktop.org/show_bug.cgi?id=43858 --- Comment #23 from Alex Deucher 2012-01-18 11:41:46 PST --- (In reply to comment #21) > Which applications use Xv? movie players mostly (totem, mplayer, vlc, etc.) > > and more importantly: What is Xv? It's an X extension for accelerated c

[Bug 43858] DVI of ATI RADEON 9200 AGP don't work

2012-01-18 Thread bugzilla-dae...@freedesktop.org
https://bugs.freedesktop.org/show_bug.cgi?id=43858 --- Comment #22 from Pavel Ondra?ka 2012-01-18 10:53:00 PST --- I came across this bug by an accident when searching for something else, however when reading through there seems to be some misunderstanding. If I understand correctly, Valter ha

[PATCH] drm/omap: fix locking issue

2012-01-18 Thread Rob Clark
From: Rob Clark The create/free mmap offset code must be synchronized. Yet only some callers of omap_gem_mmap_offset() held struct_mutex. Leading to various crashes around drm_mm_insert_helper_range(). (In the free-object path, which is currently the only place we drm_gem_free_mmap_offset(), s

[Linaro-mm-sig] [PATCH] MAINTAINERS: Add dma-buf sharing framework maintainer

2012-01-18 Thread Sumit Semwal
On 18 January 2012 17:16, Daniel Vetter wrote: > On Wed, Jan 18, 2012 at 03:46:59PM +0530, Sumit Semwal wrote: >> Adding maintainer info for dma-buf DMA buffer sharing framework. >> >> Signed-off-by: Sumit Semwal >> --- >> ?MAINTAINERS | ? ?8 >> ?1 files changed, 8 insertions(+), 0 delet

[Bug 43858] DVI of ATI RADEON 9200 AGP don't work

2012-01-18 Thread bugzilla-dae...@freedesktop.org
https://bugs.freedesktop.org/show_bug.cgi?id=43858 --- Comment #21 from Valter 2012-01-18 09:20:22 PST --- " This should probably be tracked as a separate bug. " Also in this section? "Does running an application that uses Xv also fix the issue?" Eh? O.o I'm lost! Which applications

[PATCH] dma-buf: Use EXPORT_SYMBOL

2012-01-18 Thread Robert Morell
On Wed, Jan 18, 2012 at 06:00:54AM -0800, Dave Airlie wrote: > On Wed, Jan 18, 2012 at 1:55 PM, Ilija Hadzic > wrote: > > On Wed, 18 Jan 2012, Dave Airlie wrote: > >> The problem is the x86 nvidia binary driver does sit outside of > >> subsystems, and I forsee wanting to share buffers with it from

[Bug 43858] DVI of ATI RADEON 9200 AGP don't work

2012-01-18 Thread bugzilla-dae...@freedesktop.org
https://bugs.freedesktop.org/show_bug.cgi?id=43858 --- Comment #20 from Alex Deucher 2012-01-18 08:39:43 PST --- (In reply to comment #19) > Hello everyone. > I think I have solved! > Just simply unplug the VGA cable and now the monitor works perfectly with the > settings suggested by Alex! > >

[PATCH] drm/omap: fix locking issue

2012-01-18 Thread Rob Clark
From: Rob Clark The create/free mmap offset code must be synchronized. Yet only some callers of omap_gem_mmap_offset() held struct_mutex. Leading to various crashes around drm_mm_insert_helper_range(). (In the free-object path, which is currently the only place we drm_gem_free_mmap_offset(), s

[Bug 43858] DVI of ATI RADEON 9200 AGP don't work

2012-01-18 Thread bugzilla-dae...@freedesktop.org
https://bugs.freedesktop.org/show_bug.cgi?id=43858 --- Comment #19 from Valter 2012-01-18 08:32:56 PST --- Hello everyone. I think I have solved! Just simply unplug the VGA cable and now the monitor works perfectly with the settings suggested by Alex! Thank you all for your precious help! One

[PATCH] MAINTAINERS: Add dma-buf sharing framework maintainer

2012-01-18 Thread Sumit Semwal
Adding maintainer info for dma-buf DMA buffer sharing framework. Signed-off-by: Sumit Semwal --- MAINTAINERS |8 1 files changed, 8 insertions(+), 0 deletions(-) diff --git a/MAINTAINERS b/MAINTAINERS index fa3f5e6..620119e 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -2246,6 +224

[PATCH] dma-buf: Use EXPORT_SYMBOL

2012-01-18 Thread Semwal, Sumit
On Wed, Jan 18, 2012 at 5:38 AM, Robert Morell wrote: > EXPORT_SYMBOL_GPL is intended to be used for "an internal implementation > issue, and not really an interface". ?The dma-buf infrastructure is > explicitly intended as an interface between modules/drivers, so it > should use EXPORT_SYMBOL ins

[PATCH] dma-buf: Use EXPORT_SYMBOL

2012-01-18 Thread Arnd Bergmann
On Wednesday 18 January 2012, Ilija Hadzic wrote: > On Wed, 18 Jan 2012, Dave Airlie wrote: > > > > > The problem is the x86 nvidia binary driver does sit outside of > > subsystems, and I forsee wanting to share buffers with it from the > > Intel driver in light of the optimus hardware. Although n

[PATCH] dma-buf: Use EXPORT_SYMBOL

2012-01-18 Thread Dave Airlie
On Wed, Jan 18, 2012 at 1:55 PM, Ilija Hadzic wrote: > > > > On Wed, 18 Jan 2012, Dave Airlie wrote: > >> >> The problem is the x86 nvidia binary driver does sit outside of >> subsystems, and I forsee wanting to share buffers with it from the >> Intel driver in light of the optimus hardware. Altho

[Bug 42603] New: Watching video with radeon oss driver sometimes leads to kernel panic

2012-01-18 Thread bugzilla-daemon
https://bugzilla.kernel.org/show_bug.cgi?id=42603 Summary: Watching video with radeon oss driver sometimes leads to kernel panic Product: Drivers Version: 2.5 Kernel Version: 3.0.17 Platform: All OS/Version: Linux

Re: [Linaro-mm-sig] [PATCH] MAINTAINERS: Add dma-buf sharing framework maintainer

2012-01-18 Thread Sumit Semwal
On 18 January 2012 17:16, Daniel Vetter wrote: > On Wed, Jan 18, 2012 at 03:46:59PM +0530, Sumit Semwal wrote: >> Adding maintainer info for dma-buf DMA buffer sharing framework. >> >> Signed-off-by: Sumit Semwal >> --- >>  MAINTAINERS |    8 >>  1 files changed, 8 insertions(+), 0 delet

Re: [PATCH] dma-buf: Use EXPORT_SYMBOL

2012-01-18 Thread Mauro Carvalho Chehab
Em 18-01-2012 10:14, Arnd Bergmann escreveu: > On Wednesday 18 January 2012, Semwal, Sumit wrote: >> On Wed, Jan 18, 2012 at 5:38 AM, Robert Morell wrote: >>> EXPORT_SYMBOL_GPL is intended to be used for "an internal implementation >>> issue, and not really an interface". The dma-buf infrastructu

No subject

2012-01-18 Thread
symbol is exported without explicit consent of the original author (regardless of what we think about GPL/proprietary modules covtroversy). So if NVidia needs to link DMA buffer sharing against their proprietary driver, they should have explicit permission from the original author to turn its s

[Linaro-mm-sig] [PATCH] MAINTAINERS: Add dma-buf sharing framework maintainer

2012-01-18 Thread Daniel Vetter
On Wed, Jan 18, 2012 at 03:46:59PM +0530, Sumit Semwal wrote: > Adding maintainer info for dma-buf DMA buffer sharing framework. > > Signed-off-by: Sumit Semwal > --- > MAINTAINERS |8 > 1 files changed, 8 insertions(+), 0 deletions(-) > > diff --git a/MAINTAINERS b/MAINTAINERS > i

g33: GPU hangs

2012-01-18 Thread Daniel Vetter
On Wed, Jan 18, 2012 at 10:31:42AM +0100, Jiri Slaby wrote: > On 12/01/2011 01:47 PM, Chris Wilson wrote: > > On Thu, 01 Dec 2011 13:30:18 +0100, Jiri Slaby wrote: > >> Hi, > >> > >> both yesterday and today, my GPU hung. Both happened when I opened > >> google front page in firefox. > >> > >> I'm

[PATCH] dma-buf: Use EXPORT_SYMBOL

2012-01-18 Thread Dave Airlie
On Wed, Jan 18, 2012 at 12:14 PM, Arnd Bergmann wrote: > On Wednesday 18 January 2012, Semwal, Sumit wrote: >> On Wed, Jan 18, 2012 at 5:38 AM, Robert Morell wrote: >> > EXPORT_SYMBOL_GPL is intended to be used for "an internal implementation >> > issue, and not really an interface". ?The dma-buf

[PATCH] dma-buf: Use EXPORT_SYMBOL

2012-01-18 Thread Arnd Bergmann
On Wednesday 18 January 2012, Semwal, Sumit wrote: > On Wed, Jan 18, 2012 at 5:38 AM, Robert Morell wrote: > > EXPORT_SYMBOL_GPL is intended to be used for "an internal implementation > > issue, and not really an interface". The dma-buf infrastructure is > > explicitly intended as an interface be

No subject

2012-01-18 Thread
this sort of thing, nouveau is a good solution its just not going to beat the binary driver in a lot of ways, just not sure whether I care enough yet. Dave.

[PATCH] MAINTAINERS: Add dma-buf sharing framework maintainer

2012-01-18 Thread Arnd Bergmann
On Wednesday 18 January 2012, Sumit Semwal wrote: > Adding maintainer info for dma-buf DMA buffer sharing framework. > > Signed-off-by: Sumit Semwal Acked-by: Arnd Bergmann

Expanding the use of DMA buffers in 3.3

2012-01-18 Thread Alan Cox
> in mind. It would be unfortunate if restricting its use to only > GPL-licensed modules caused dma-buf adoption to be limited. You appear confused. I'll say this again is my lawyer advises me that for the benefit of any future enforcement actions I should remind people each time it comes up. Fo

[Bug 43858] DVI of ATI RADEON 9200 AGP don't work

2012-01-18 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=43858 --- Comment #24 from Alex Deucher 2012-01-18 11:52:47 PST --- (In reply to comment #22) > I came across this bug by an accident when searching for something else, > however when reading through there seems to be some misunderstanding. > > If I

[PATCH] dma-buf: Use EXPORT_SYMBOL

2012-01-18 Thread Alan Cox
On Tue, 17 Jan 2012 16:08:17 -0800 Robert Morell wrote: > EXPORT_SYMBOL_GPL is intended to be used for "an internal implementation > issue, and not really an interface". The dma-buf infrastructure is > explicitly intended as an interface between modules/drivers, so it > should use EXPORT_SYMBOL

[Bug 43858] DVI of ATI RADEON 9200 AGP don't work

2012-01-18 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=43858 --- Comment #23 from Alex Deucher 2012-01-18 11:41:46 PST --- (In reply to comment #21) > Which applications use Xv? movie players mostly (totem, mplayer, vlc, etc.) > > and more importantly: What is Xv? It's an X extension for accelerated co

[Bug 43858] DVI of ATI RADEON 9200 AGP don't work

2012-01-18 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=43858 --- Comment #22 from Pavel Ondračka 2012-01-18 10:53:00 PST --- I came across this bug by an accident when searching for something else, however when reading through there seems to be some misunderstanding. If I understand correctly, Valter ha

[Bug 25356] Segmentation fault occurs on running cd

2012-01-18 Thread bugzilla-dae...@freedesktop.org
https://bugs.freedesktop.org/show_bug.cgi?id=25356 --- Comment #9 from Michel D?nzer 2012-01-18 02:37:12 PST --- This report should either be reassigned to r300g if it still happens with that, or resolved as WONTFIX, as r300c is dead. -- Configure bugmail: https://bugs.freedesktop.org/userpref

g33: GPU hangs

2012-01-18 Thread Jiri Slaby
On 12/01/2011 01:47 PM, Chris Wilson wrote: > On Thu, 01 Dec 2011 13:30:18 +0100, Jiri Slaby wrote: >> Hi, >> >> both yesterday and today, my GPU hung. Both happened when I opened >> google front page in firefox. >> >> I'm running 3.2.0-rc3-next-2030. Given it happened twice in the past >> 24

[Bug 24572] Can't compile git drm/linux-core/drm_memory.c

2012-01-18 Thread bugzilla-dae...@freedesktop.org
https://bugs.freedesktop.org/show_bug.cgi?id=24572 Michel D?nzer changed: What|Removed |Added AssignedTo|mesa-dev at lists.freedesktop. |dri-devel at lists.freedesktop

[PATCH] dma-buf: Use EXPORT_SYMBOL

2012-01-18 Thread Mauro Carvalho Chehab
Em 18-01-2012 10:14, Arnd Bergmann escreveu: > On Wednesday 18 January 2012, Semwal, Sumit wrote: >> On Wed, Jan 18, 2012 at 5:38 AM, Robert Morell wrote: >>> EXPORT_SYMBOL_GPL is intended to be used for "an internal implementation >>> issue, and not really an interface". The dma-buf infrastructu

[Bug 25672] System unable to recover from suspend to disk

2012-01-18 Thread bugzilla-dae...@freedesktop.org
https://bugs.freedesktop.org/show_bug.cgi?id=25672 Michel D?nzer changed: What|Removed |Added Product|Mesa|DRI Version|git

[Bug 28223] Screen Blanks on launching racing game Vdrift

2012-01-18 Thread bugzilla-dae...@freedesktop.org
https://bugs.freedesktop.org/show_bug.cgi?id=28223 --- Comment #2 from Michel D?nzer 2012-01-18 02:16:59 PST --- Does this still happen with a current driver stack? -- Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?tab=email --- You are receiving this mail because: --- Y

[Bug 38491] [S-Video]: Corruption observed in Application Window on resizing the desktop.

2012-01-18 Thread bugzilla-dae...@freedesktop.org
https://bugs.freedesktop.org/show_bug.cgi?id=38491 Michel D?nzer changed: What|Removed |Added AssignedTo|dri-devel at lists.freedesktop |xorg-driver-ati at lists.x.org

[PATCH] drm: Add downclock quirk for Samsung LTN121AT10-301

2012-01-18 Thread Sean Paul
Add a quirk which adds a new downclocked mode to the EDID of Samsung LTN121AT10-301 panels. This allows the intel driver to apply downclocking and save power. Signed-off-by: Sean Paul --- drivers/gpu/drm/drm_edid.c | 47 1 files changed, 47 insertio

[Bug 42056] Desktop corruption observed on running x11perf

2012-01-18 Thread bugzilla-dae...@freedesktop.org
https://bugs.freedesktop.org/show_bug.cgi?id=42056 Michel D?nzer changed: What|Removed |Added Status|NEW |RESOLVED Resolution|

[Bug 42058] Desktop corruption observed on running Java Graphics test jgfxbat

2012-01-18 Thread bugzilla-dae...@freedesktop.org
https://bugs.freedesktop.org/show_bug.cgi?id=42058 Michel D?nzer changed: What|Removed |Added Status|NEW |RESOLVED Resolution|

[Bug 43016] DVI is wrongly detected as Display Port

2012-01-18 Thread bugzilla-dae...@freedesktop.org
https://bugs.freedesktop.org/show_bug.cgi?id=43016 Michel D?nzer changed: What|Removed |Added Product|Mesa|DRI Component|Drivers/Gallium/r

[Bug 43858] DVI of ATI RADEON 9200 AGP don't work

2012-01-18 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=43858 --- Comment #21 from Valter 2012-01-18 09:20:22 PST --- " This should probably be tracked as a separate bug. " Also in this section? "Does running an application that uses Xv also fix the issue?" Eh? O.o I'm lost! Which applications

[Bug 43858] DVI of ATI RADEON 9200 AGP don't work

2012-01-18 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=43858 --- Comment #20 from Alex Deucher 2012-01-18 08:39:43 PST --- (In reply to comment #19) > Hello everyone. > I think I have solved! > Just simply unplug the VGA cable and now the monitor works perfectly with the > settings suggested by Alex! > >

[Bug 43858] DVI of ATI RADEON 9200 AGP don't work

2012-01-18 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=43858 --- Comment #19 from Valter 2012-01-18 08:32:56 PST --- Hello everyone. I think I have solved! Just simply unplug the VGA cable and now the monitor works perfectly with the settings suggested by Alex! Thank you all for your precious help! One

[PATCH] dma-buf: Use EXPORT_SYMBOL

2012-01-18 Thread Ilija Hadzic
On Wed, 18 Jan 2012, Dave Airlie wrote: > > The problem is the x86 nvidia binary driver does sit outside of > subsystems, and I forsee wanting to share buffers with it from the > Intel driver in light of the optimus hardware. Although nouveau exists > and I'd much rather nvidia get behind that

[PATCH] drm: Add downclock quirk for Samsung LTN121AT10-301

2012-01-18 Thread Sean Paul
Add a quirk which adds a new downclocked mode to the EDID of Samsung LTN121AT10-301 panels. This allows the intel driver to apply downclocking and save power. Signed-off-by: Sean Paul --- drivers/gpu/drm/drm_edid.c | 47 1 files changed, 47 insertio

Re: [PATCH] dma-buf: Use EXPORT_SYMBOL

2012-01-18 Thread Arnd Bergmann
On Wednesday 18 January 2012, Ilija Hadzic wrote: > On Wed, 18 Jan 2012, Dave Airlie wrote: > > > > > The problem is the x86 nvidia binary driver does sit outside of > > subsystems, and I forsee wanting to share buffers with it from the > > Intel driver in light of the optimus hardware. Although n

Re: [PATCH] dma-buf: Use EXPORT_SYMBOL

2012-01-18 Thread Dave Airlie
On Wed, Jan 18, 2012 at 1:55 PM, Ilija Hadzic wrote: > > > > On Wed, 18 Jan 2012, Dave Airlie wrote: > >> >> The problem is the x86 nvidia binary driver does sit outside of >> subsystems, and I forsee wanting to share buffers with it from the >> Intel driver in light of the optimus hardware. Altho

Re: [PATCH] dma-buf: Use EXPORT_SYMBOL

2012-01-18 Thread Ilija Hadzic
On Wed, 18 Jan 2012, Dave Airlie wrote: The problem is the x86 nvidia binary driver does sit outside of subsystems, and I forsee wanting to share buffers with it from the Intel driver in light of the optimus hardware. Although nouveau exists and I'd much rather nvidia get behind that wrt the

Re: [PATCH] dma-buf: Use EXPORT_SYMBOL

2012-01-18 Thread Dave Airlie
On Wed, Jan 18, 2012 at 12:14 PM, Arnd Bergmann wrote: > On Wednesday 18 January 2012, Semwal, Sumit wrote: >> On Wed, Jan 18, 2012 at 5:38 AM, Robert Morell wrote: >> > EXPORT_SYMBOL_GPL is intended to be used for "an internal implementation >> > issue, and not really an interface".  The dma-buf

Re: [PATCH] dma-buf: Use EXPORT_SYMBOL

2012-01-18 Thread Arnd Bergmann
On Wednesday 18 January 2012, Semwal, Sumit wrote: > On Wed, Jan 18, 2012 at 5:38 AM, Robert Morell wrote: > > EXPORT_SYMBOL_GPL is intended to be used for "an internal implementation > > issue, and not really an interface". The dma-buf infrastructure is > > explicitly intended as an interface be

Re: [PATCH] MAINTAINERS: Add dma-buf sharing framework maintainer

2012-01-18 Thread Arnd Bergmann
On Wednesday 18 January 2012, Sumit Semwal wrote: > Adding maintainer info for dma-buf DMA buffer sharing framework. > > Signed-off-by: Sumit Semwal Acked-by: Arnd Bergmann ___ dri-devel mailing list dri-devel@lists.freedesktop.org http://lists.freede

Re: Expanding the use of DMA buffers in 3.3

2012-01-18 Thread Alan Cox
> in mind. It would be unfortunate if restricting its use to only > GPL-licensed modules caused dma-buf adoption to be limited. You appear confused. I'll say this again is my lawyer advises me that for the benefit of any future enforcement actions I should remind people each time it comes up. Fo

Re: [PATCH] dma-buf: Use EXPORT_SYMBOL

2012-01-18 Thread Alan Cox
On Tue, 17 Jan 2012 16:08:17 -0800 Robert Morell wrote: > EXPORT_SYMBOL_GPL is intended to be used for "an internal implementation > issue, and not really an interface". The dma-buf infrastructure is > explicitly intended as an interface between modules/drivers, so it > should use EXPORT_SYMBOL

Re: [Linaro-mm-sig] [PATCH] MAINTAINERS: Add dma-buf sharing framework maintainer

2012-01-18 Thread Daniel Vetter
On Wed, Jan 18, 2012 at 03:46:59PM +0530, Sumit Semwal wrote: > Adding maintainer info for dma-buf DMA buffer sharing framework. > > Signed-off-by: Sumit Semwal > --- > MAINTAINERS |8 > 1 files changed, 8 insertions(+), 0 deletions(-) > > diff --git a/MAINTAINERS b/MAINTAINERS > i

Re: g33: GPU hangs

2012-01-18 Thread Daniel Vetter
On Wed, Jan 18, 2012 at 10:31:42AM +0100, Jiri Slaby wrote: > On 12/01/2011 01:47 PM, Chris Wilson wrote: > > On Thu, 01 Dec 2011 13:30:18 +0100, Jiri Slaby wrote: > >> Hi, > >> > >> both yesterday and today, my GPU hung. Both happened when I opened > >> google front page in firefox. > >> > >> I'm

[Bug 25356] Segmentation fault occurs on running cd

2012-01-18 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=25356 --- Comment #9 from Michel Dänzer 2012-01-18 02:37:12 PST --- This report should either be reassigned to r300g if it still happens with that, or resolved as WONTFIX, as r300c is dead. -- Configure bugmail: https://bugs.freedesktop.org/userpref

[Bug 24572] Can't compile git drm/linux-core/drm_memory.c

2012-01-18 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=24572 Michel Dänzer changed: What|Removed |Added AssignedTo|mesa-dev@lists.freedesktop. |dri-devel@lists.freedesktop

[Bug 25672] System unable to recover from suspend to disk

2012-01-18 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=25672 Michel Dänzer changed: What|Removed |Added Product|Mesa|DRI Version|git

[PATCH] MAINTAINERS: Add dma-buf sharing framework maintainer

2012-01-18 Thread Sumit Semwal
Adding maintainer info for dma-buf DMA buffer sharing framework. Signed-off-by: Sumit Semwal --- MAINTAINERS |8 1 files changed, 8 insertions(+), 0 deletions(-) diff --git a/MAINTAINERS b/MAINTAINERS index fa3f5e6..620119e 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -2246,6 +224

[Bug 28223] Screen Blanks on launching racing game Vdrift

2012-01-18 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=28223 --- Comment #2 from Michel Dänzer 2012-01-18 02:16:59 PST --- Does this still happen with a current driver stack? -- Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?tab=email --- You are receiving this mail because: --- Y

[Bug 38491] [S-Video]: Corruption observed in Application Window on resizing the desktop.

2012-01-18 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=38491 Michel Dänzer changed: What|Removed |Added AssignedTo|dri-devel@lists.freedesktop |xorg-driver-...@lists.x.org

[Bug 42056] Desktop corruption observed on running x11perf

2012-01-18 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=42056 Michel Dänzer changed: What|Removed |Added Status|NEW |RESOLVED Resolution|

[Bug 42058] Desktop corruption observed on running Java Graphics test jgfxbat

2012-01-18 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=42058 Michel Dänzer changed: What|Removed |Added Status|NEW |RESOLVED Resolution|

[Bug 43016] DVI is wrongly detected as Display Port

2012-01-18 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=43016 Michel Dänzer changed: What|Removed |Added Product|Mesa|DRI Component|Drivers/Gallium/r

Re: g33: GPU hangs

2012-01-18 Thread Jiri Slaby
On 12/01/2011 01:47 PM, Chris Wilson wrote: > On Thu, 01 Dec 2011 13:30:18 +0100, Jiri Slaby wrote: >> Hi, >> >> both yesterday and today, my GPU hung. Both happened when I opened >> google front page in firefox. >> >> I'm running 3.2.0-rc3-next-2030. Given it happened twice in the past >> 24

Re: [PATCH] dma-buf: Use EXPORT_SYMBOL

2012-01-18 Thread Semwal, Sumit
On Wed, Jan 18, 2012 at 5:38 AM, Robert Morell wrote: > EXPORT_SYMBOL_GPL is intended to be used for "an internal implementation > issue, and not really an interface".  The dma-buf infrastructure is > explicitly intended as an interface between modules/drivers, so it > should use EXPORT_SYMBOL ins

[PATCH] intel, gma500, lvds: Fix use after free and mem leak in psb_intel_lvds_init()

2012-01-18 Thread Jesper Juhl
On Tue, 17 Jan 2012, Patrik Jakobsson wrote: > On Sat, Jan 14, 2012 at 10:15 PM, Jesper Juhl wrote: > > In psb_intel_lvds_init(), if we fail to allocate memory for > > 'psb_intel_connector' we free the memory we previously allocated for > > 'psb_intel_encoder', but we then proceed to use that free