[Bug 57567] 3.7 radeonfb broken on efivga screens

2013-04-12 Thread bugzilla-dae...@freedesktop.org
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/20130412/669206a5/attachment-0001.html>

[Bug 57567] 3.7 radeonfb broken on efivga screens

2013-04-12 Thread bugzilla-dae...@freedesktop.org
ent was scrubbed... URL: <http://lists.freedesktop.org/archives/dri-devel/attachments/20130412/3b2c0e17/attachment.html>

[Bug 56541] Sony VAIO VPCZ23A4R: Oops or panic on radeon in error path

2013-04-12 Thread bugzilla-dae...@bugzilla.kernel.org
https://bugzilla.kernel.org/show_bug.cgi?id=56541 --- Comment #1 from Alex Deucher 2013-04-12 23:19:38 --- Created an attachment (id=98461) --> (https://bugzilla.kernel.org/attachment.cgi?id=98461) Possible fix This should fix the issue. -- Configure bugmail: https://bugzilla.kernel.org

[Bug 57567] 3.7 radeonfb broken on efivga screens

2013-04-12 Thread bugzilla-dae...@freedesktop.org
HTML attachment was scrubbed... URL: <http://lists.freedesktop.org/archives/dri-devel/attachments/20130412/1e410817/attachment.html>

[Bug 57567] 3.7 radeonfb broken on efivga screens

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

[Bug 57567] 3.7 radeonfb broken on efivga screens

2013-04-12 Thread bugzilla-dae...@freedesktop.org
h the four patches applied (77705, 77706, 77743, 77808). -- 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/20130412/c8ffcaf8/attachment.html>

[Bug 57567] 3.7 radeonfb broken on efivga screens

2013-04-12 Thread bugzilla-dae...@freedesktop.org
because: You are the assignee for the bug. -- next part -- An HTML attachment was scrubbed... URL: <http://lists.freedesktop.org/archives/dri-devel/attachments/20130412/4b2408b2/attachment.html>

[PATCH v3 1/3] drm: add prime helpers

2013-04-12 Thread Daniel Vetter
On Fri, Apr 12, 2013 at 5:13 PM, Aaron Plattner wrote: >>> @@ -117,6 +249,58 @@ int drm_gem_prime_handle_to_fd(struct drm_device >>> *dev, >>> } >>> EXPORT_SYMBOL(drm_gem_prime_handle_to_fd); >>> >>> +struct drm_gem_object *drm_gem_prime_import(struct drm_device *dev, >>> +

[Bug 57567] 3.7 radeonfb broken on efivga screens

2013-04-12 Thread bugzilla-dae...@freedesktop.org
-- An HTML attachment was scrubbed... URL: <http://lists.freedesktop.org/archives/dri-devel/attachments/20130412/f6741a2a/attachment.html>

[RFC PATCH] drm.h: Fix DRM compilation with bare-metal toolchain.

2013-04-12 Thread Nishanth Menon
From: Paul Sokolovsky An ifdef in drm.h expects to be compiled with full-fledged Linux toolchain, but it's common to compile kernel with just bare-metal toolchain which doesn't define __linux__. So, also add __KERNEL__ check. [nm at ti.com: port forward to 3.9-rc6 and post to dri devel for feedb

[PATCH Resend 1/1] Revert "of/exynos_g2d: Add Bindings for exynos G2D driver"

2013-04-12 Thread Inki Dae
interrupts = <0 91 0>; > - }; > -- > 1.7.9.5 > > ___ > dri-devel mailing list > dri-devel at lists.freedesktop.org > http://lists.freedesktop.org/mailman/listinfo/dri-devel > -- next part -- An HTML attachment was scrubbed... URL: <http://lists.freedesktop.org/archives/dri-devel/attachments/20130412/bce90370/attachment.html>

[Bug 57567] 3.7 radeonfb broken on efivga screens

2013-04-12 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=57567 --- Comment #57 from Alexandre Demers --- (In reply to comment #55) > (In reply to comment #54) > > Just tested with 6970, still fine, no AMD-Vi messages in dmesg. > > > > I have gfxmode/gfxpayload commented out from grub.cfg, maybe that's the >

[Bug 57567] 3.7 radeonfb broken on efivga screens

2013-04-12 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=57567 --- Comment #56 from Vladimir --- I have a panic back on reboot tho, same as in https://bugs.freedesktop.org/attachment.cgi?id=77625 -- You are receiving this mail because: You are the assignee for the bug. _

[PATCH] drm/prime: keep a reference from the handle to exported dma-buf (v2.1)

2013-04-12 Thread Daniel Vetter
On Wed, Apr 10, 2013 at 10:56:43AM +1000, Dave Airlie wrote: > Currently we have a problem with this: > 1. i915: create gem object > 2. i915: export gem object to prime > 3. radeon: import gem object > 4. close prime fd > 5. radeon: unref object > 6. i915: unref object > > i915 has an imported obj

[3.4.y, 3.5.y] drm/i915: Use the correct size of the GTT for placing the per-process entries

2013-04-12 Thread Luis Henriques
On Fri, Apr 12, 2013 at 12:31:53AM -0700, Jonathan Nieder wrote: > Hi Greg, > > Please consider > > 9a0f938bde74 drm/i915: Use the correct size of the GTT for placing > the per-process entries, 2012-08-24 > > for application to the 3.4.y tree. Thanks, I'll queue this for 3.5 kern

[Bug 57567] 3.7 radeonfb broken on efivga screens

2013-04-12 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=57567 --- Comment #55 from Alexandre Demers --- (In reply to comment #54) > Just tested with 6970, still fine, no AMD-Vi messages in dmesg. > > I have gfxmode/gfxpayload commented out from grub.cfg, maybe that's the > difference between your and mine

[PATCH v3 1/3] drm: add prime helpers

2013-04-12 Thread Daniel Vetter
On Tue, Jan 15, 2013 at 12:47:42PM -0800, Aaron Plattner wrote: > Instead of reimplementing all of the dma_buf functionality in every driver, > create helpers drm_prime_import and drm_prime_export that implement them in > terms of new, lower-level hook functions: > > gem_prime_pin: callback when

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

2013-04-12 Thread bugzilla-dae...@freedesktop.org
scrubbed... URL: <http://lists.freedesktop.org/archives/dri-devel/attachments/20130412/bc9f3a9e/attachment.html>

[Bug 57567] 3.7 radeonfb broken on efivga screens

2013-04-12 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=57567 --- Comment #54 from Vladimir --- Just tested with 6970, still fine, no AMD-Vi messages in dmesg. I have gfxmode/gfxpayload commented out from grub.cfg, maybe that's the difference between your and mine setups. -- You are receiving this mail b

[PATCH] kms: Allow compiling libkms without Intel support

2013-04-12 Thread Jakob Bornecrantz
ret = vmwgfx_create(fd, out); > -- > Regards, > > Laurent Pinchart > > ___ > dri-devel mailing list > dri-devel at lists.freedesktop.org > http://lists.freedesktop.org/mailman/listinfo/dri-devel > -- next part -- An HTML attachment was scrubbed... URL: <http://lists.freedesktop.org/archives/dri-devel/attachments/20130412/a49d7826/attachment.html>

[Bug 57567] 3.7 radeonfb broken on efivga screens

2013-04-12 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=57567 --- Comment #53 from Alexandre Demers --- (In reply to comment #51) > (In reply to comment #49) > > > > Alex, is this expected for the workaround? > > No. So it appears turning off the displays doesn't help either :/ Well, it does help: the s

[Bug 56541] Sony VAIO VPCZ23A4R: Oops or panic on radeon in error path

2013-04-12 Thread bugzilla-daemon
https://bugzilla.kernel.org/show_bug.cgi?id=56541 --- Comment #1 from Alex Deucher 2013-04-12 23:19:38 --- Created an attachment (id=98461) --> (https://bugzilla.kernel.org/attachment.cgi?id=98461) Possible fix This should fix the issue. -- Configure bugmail: https://bugzilla.kernel.org

[Bug 57567] 3.7 radeonfb broken on efivga screens

2013-04-12 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=57567 --- Comment #52 from Vladimir --- I don't have these messages, all is quiet here with 3.9-rc5 + 4 patches. 6870 -- You are receiving this mail because: You are the assignee for the bug. ___ dri-devel

[PATCH] kms: Allow compiling libkms without Intel support

2013-04-12 Thread Laurent Pinchart
Signed-off-by: Laurent Pinchart --- libkms/Makefile.am | 5 - libkms/linux.c | 6 +- 2 files changed, 9 insertions(+), 2 deletions(-) diff --git a/libkms/Makefile.am b/libkms/Makefile.am index 215450a..518021f 100644 --- a/libkms/Makefile.am +++ b/libkms/Makefile.am @@ -15,10 +15,13

libdrm release next week ?

2013-04-12 Thread Laurent Pinchart
Hi Jerome, On Friday 12 April 2013 09:51:04 Jerome Glisse wrote: > Hi, > > I would like to make a libdrm release sometime next week, does anybody have > anything they want to include ? kms: Return a negative error code in kms_bo_create() kms: Make libkms.h usable in C++ would be nice. -- Rega

[Bug 63396] Xorg crashes in radeon_get_pixmap_bo on exporting graph at 1200 dpi in Mathematica

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

[Bug 57567] 3.7 radeonfb broken on efivga screens

2013-04-12 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=57567 --- Comment #51 from Alex Deucher --- (In reply to comment #49) > > Alex, is this expected for the workaround? No. So it appears turning off the displays doesn't help either :/ -- You are receiving this mail because: You are the assignee for

[Bug 57567] 3.7 radeonfb broken on efivga screens

2013-04-12 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=57567 --- Comment #50 from Alexandre Demers --- Created attachment 77915 --> https://bugs.freedesktop.org/attachment.cgi?id=77915&action=edit Page Fault with four patches applied AMD-Vi -> IO PAGE FAULTS in dmesg when using 3.9-rc6 with the four pat

[Bug 57567] 3.7 radeonfb broken on efivga screens

2013-04-12 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=57567 --- Comment #49 from Alexandre Demers --- Vladimir, do you see a page fault in your dmesg after applying the four patches? Something that would look like: [8.727726] AMD-Vi: Event logged [IO_PAGE_FAULT device=01:00.0 domain=0x0016 address=0x0

[Bug 56541] New: Sony VAIO VPCZ23A4R: Oops or panic on radeon in error path

2013-04-12 Thread bugzilla-dae...@bugzilla.kernel.org
https://bugzilla.kernel.org/show_bug.cgi?id=56541 Summary: Sony VAIO VPCZ23A4R: Oops or panic on radeon in error path Product: Drivers Version: 2.5 Platform: All OS/Version: Linux Tree: Mainline Status

[Bug 63396] Xorg crashes in radeon_get_pixmap_bo on exporting graph at 1200 dpi in Mathematica

2013-04-12 Thread bugzilla-dae...@freedesktop.org
for the high resolution graph, the best we can do is fail more gracefully. -- 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/20130

[PATCH] drm/i915: no lvds quirk for hp t5740

2013-04-12 Thread Ben Mesman
Last year, a patch was made for the "HP t5740e Thin Client" (see http://lists.freedesktop.org/archives/dri-devel/2012-May/023245.html). This device reports an lvds panel, but does not really have one. The predecessor of this device is the "hp t5740", which also does not have an lvds panel. This pa

[PATCH 2/2] radeon: add si tiling support v5

2013-04-12 Thread Michel Dänzer
On Mit, 2013-04-10 at 18:20 -0400, j.glisse at gmail.com wrote: > From: Jerome Glisse > > v2: Only writte tile index if flags for it is set > v3: Remove useless allow2d scanout flags > v4: Split radeon_drm.h update to its own patch > v5: update against lastest next tree for radeon > > Signed-of

[PATCH] drm/i915: no lvds quirk for hp t5740

2013-04-12 Thread Chris Wilson
On Fri, Apr 12, 2013 at 02:24:43PM +0200, Ben Mesman wrote: > Last year, a patch was made for the "HP t5740e Thin Client" (see > http://lists.freedesktop.org/archives/dri-devel/2012-May/023245.html). > This device reports an lvds panel, but does not really have one. > > The predecessor of this dev

[Bug 57567] 3.7 radeonfb broken on efivga screens

2013-04-12 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=57567 --- Comment #48 from Alex Deucher --- (In reply to comment #47) > That works. > > Will any of these four patches land in 3.9 kernel ? Possibly. I'm hoping to get hear back from the hw guys early next week to see if I can get teh existing code

[RFCv2,libdrm 2/2] tests: tegra: Add stream library test

2013-04-12 Thread Arto Merilainen
This patch adds a minimal test set for the stream library and host1x kernel interface. The test verifies that the driver (or library) is able to: - Increment, read and wait for syncpoint values - Use a host1x channel to do host1x operations - Handle submit timeout correctly - Do relocations to buf

[RFCv2,libdrm 1/2] tegra: Add stream library

2013-04-12 Thread Arto Merilainen
This patch introduces tegra stream library. The library is used for buffer management, command stream construction and work synchronization. Signed-off-by: Arto Merilainen --- Makefile.am|6 +- configure.ac | 13 + tegra/Makefile.am | 25 ++ tegra/c

[RFCv2,libdrm 0/2] NVIDIA Tegra support

2013-04-12 Thread Arto Merilainen
This patch series adds application level support for host1x hardware on Tegra SoCs. This set of patches can be used in combination with host1x kernel patches. The most recent version of the kernel patch series is available at [0]. An example of using 2d hardware acceleration with this library is a

[PATCH] udl: handle EDID failure properly.

2013-04-12 Thread Dave Airlie
Don't oops seems proper. Cc: stable at vger.kernel.org Signed-off-by: Dave Airlie --- drivers/gpu/drm/udl/udl_connector.c | 4 1 file changed, 4 insertions(+) diff --git a/drivers/gpu/drm/udl/udl_connector.c b/drivers/gpu/drm/udl/udl_connector.c index fe5cdbc..b44d548 100644 --- a/drivers

[Bug 62997] Crashes on ARUBA unless R600_DEBUG=nodma

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

[Bug 62997] Crashes on ARUBA unless R600_DEBUG=nodma

2013-04-12 Thread bugzilla-dae...@freedesktop.org
scrubbed... URL: <http://lists.freedesktop.org/archives/dri-devel/attachments/20130412/97c7ae6b/attachment.html>

[Bug 62997] Crashes on ARUBA unless R600_DEBUG=nodma

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

[3.4.y, 3.5.y] drm/i915: Use the correct size of the GTT for placing the per-process entries

2013-04-12 Thread Greg KH
On Fri, Apr 12, 2013 at 12:31:53AM -0700, Jonathan Nieder wrote: > Hi Greg, > > Please consider > > 9a0f938bde74 drm/i915: Use the correct size of the GTT for placing > the per-process entries, 2012-08-24 > > for application to the 3.4.y tree. > > Without this patch, Geoff Crompt

Re: [PATCH v3 1/3] drm: add prime helpers

2013-04-12 Thread Daniel Vetter
On Fri, Apr 12, 2013 at 5:13 PM, Aaron Plattner wrote: >>> @@ -117,6 +249,58 @@ int drm_gem_prime_handle_to_fd(struct drm_device >>> *dev, >>> } >>> EXPORT_SYMBOL(drm_gem_prime_handle_to_fd); >>> >>> +struct drm_gem_object *drm_gem_prime_import(struct drm_device *dev, >>> +

[PATCH Resend 1/1] Revert "of/exynos_g2d: Add Bindings for exynos G2D driver"

2013-04-12 Thread Sachin Kamat
This reverts commit 09495dda6a62c74b13412a63528093910ef80edd. The description is incomplete and the location of this file is incorrect. Based on discussion with the Samsung media and DRM subsystem maintainers, the documentaion of Samsung G2D bindings has been placed at: Documentation/devicetree/bin

[Bug 62997] Crashes on ARUBA unless R600_DEBUG=nodma

2013-04-12 Thread bugzilla-dae...@freedesktop.org
be sure. -- 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/20130412/4aface01/attachment-0001.html>

repost fix for a real prime issue

2013-04-12 Thread Daniel Vetter
On Wed, Apr 10, 2013 at 10:56:42AM +1000, Dave Airlie wrote: > Please don't bikeshed this with requirements to fix problems that > are there now anyways. This is the simplest patch to fix an obvious > problem, it doesn't fix all the other problems. > > I should have merged this months ago, but peo

[PATCH] drm: Perform ioctl command validation on the stored kernel values

2013-04-12 Thread Chris Wilson
Userspace is free to pass in any command bits it feels like through the ioctl cmd, and for example trinity likes to fuzz those bits to create conflicting commands. So instead of relying upon userspace to pass along the correct IN/OUT flags for the ioctl, use the flags as expected by the kernel. Th

[PATCH] drm/i915: no lvds quirk for hp t5740

2013-04-12 Thread Daniel Vetter
On Fri, Apr 12, 2013 at 9:23 AM, Ben Mesman (Bossers & Cnossen BV) wrote: > Hi, > > Last year, a patch was made for the "HP t5740e Thin Client" (see > http://lists.freedesktop.org/archives/dri-devel/2012-May/023245.html). This > device reports an lvds panel, but does not really have one. > > The

[PATCHv3 2/2] radeon: use max_bus_speed to activate gen2 speeds

2013-04-12 Thread Bjorn Helgaas
On Thu, Apr 11, 2013 at 7:13 AM, Lucas Kannebley Tavares wrote: > radeon currently uses a drm function to get the speed capabilities for > the bus. However, this is a non-standard method of performing this > detection and this patch changes it to use the max_bus_speed attribute. > --- > drivers/g

[PATCHv3 0/2] Speed Cap fixes for ppc64

2013-04-12 Thread Jerome Glisse
u/drm/radeon/rv770.c |8 + > 7 files changed, 69 insertions(+), 21 deletions(-) > > -- > 1.7.4.4 > > ___ > dri-devel mailing list > dri-devel at lists.freedesktop.org > http://lists.freedesktop.org/mailman/listinfo/dri-devel >

libdrm release next week ?

2013-04-12 Thread Jerome Glisse
Hi, I would like to make a libdrm release sometime next week, does anybody have anything they want to include ? Cheers, Jerome -- next part -- An HTML attachment was scrubbed... URL: <http://lists.freedesktop.org/archives/dri-devel/attachments/20130412/6ebf3

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

2013-04-12 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=60503 Tom Stellard changed: What|Removed |Added Status|NEW |RESOLVED Resolution|---

Re: [PATCHv3 2/2] radeon: use max_bus_speed to activate gen2 speeds

2013-04-12 Thread Bjorn Helgaas
On Thu, Apr 11, 2013 at 7:13 AM, Lucas Kannebley Tavares wrote: > radeon currently uses a drm function to get the speed capabilities for > the bus. However, this is a non-standard method of performing this > detection and this patch changes it to use the max_bus_speed attribute. > --- > drivers/g

[PATCH] udl: handle EDID failure properly.

2013-04-12 Thread Alex Deucher
On Thu, Apr 11, 2013 at 11:25 PM, Dave Airlie wrote: > Don't oops seems proper. > > Cc: stable at vger.kernel.org > Signed-off-by: Dave Airlie Reviewed-by: Alex Deucher > --- > drivers/gpu/drm/udl/udl_connector.c | 4 > 1 file changed, 4 insertions(+) > > diff --git a/drivers/gpu/drm/udl

[Bug 63396] Xorg crashes in radeon_get_pixmap_bo on exporting graph at 1200 dpi in Mathematica

2013-04-12 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=63396 --- Comment #4 from aux...@gmail.com --- xf86-ati-7.1 fixes this, I apologize for wasting your time. Xorg uses about 1GB RAM, then returns to normal, and the image is exported as expected. -- You are receiving this mail because: You are the assi

[Intel-gfx] [PATCH] drm/i915: don't check inconsistent modeset state when force-restoring

2013-04-12 Thread Richard Cochran
On Thu, Apr 11, 2013 at 08:14:10PM +0200, Daniel Vetter wrote: > > I've just tracked down and fixed an bug which can lead to a hard-hang > in the crtc restore code (which is used both in the lid handler when > opening and on resume). If you could please test this patch (on top of > drm-intel-night

[Bug 56541] New: Sony VAIO VPCZ23A4R: Oops or panic on radeon in error path

2013-04-12 Thread bugzilla-daemon
https://bugzilla.kernel.org/show_bug.cgi?id=56541 Summary: Sony VAIO VPCZ23A4R: Oops or panic on radeon in error path Product: Drivers Version: 2.5 Platform: All OS/Version: Linux Tree: Mainline Status

Re: [PATCH v3 1/3] drm: add prime helpers

2013-04-12 Thread Aaron Plattner
On 04/12/13 07:58, Daniel Vetter wrote: On Tue, Jan 15, 2013 at 12:47:42PM -0800, Aaron Plattner wrote: Instead of reimplementing all of the dma_buf functionality in every driver, create helpers drm_prime_import and drm_prime_export that implement them in terms of new, lower-level hook functions

Re: [PATCH] drm/prime: keep a reference from the handle to exported dma-buf (v2.1)

2013-04-12 Thread Daniel Vetter
On Wed, Apr 10, 2013 at 10:56:43AM +1000, Dave Airlie wrote: > Currently we have a problem with this: > 1. i915: create gem object > 2. i915: export gem object to prime > 3. radeon: import gem object > 4. close prime fd > 5. radeon: unref object > 6. i915: unref object > > i915 has an imported obj

[PATCH v3 1/3] drm: add prime helpers

2013-04-12 Thread Aaron Plattner
On 04/12/13 07:58, Daniel Vetter wrote: > On Tue, Jan 15, 2013 at 12:47:42PM -0800, Aaron Plattner wrote: >> Instead of reimplementing all of the dma_buf functionality in every driver, >> create helpers drm_prime_import and drm_prime_export that implement them in >> terms of new, lower-level hook f

Re: [PATCH v3 1/3] drm: add prime helpers

2013-04-12 Thread Daniel Vetter
On Tue, Jan 15, 2013 at 12:47:42PM -0800, Aaron Plattner wrote: > Instead of reimplementing all of the dma_buf functionality in every driver, > create helpers drm_prime_import and drm_prime_export that implement them in > terms of new, lower-level hook functions: > > gem_prime_pin: callback when

[Bug 63396] Xorg crashes in radeon_get_pixmap_bo on exporting graph at 1200 dpi in Mathematica

2013-04-12 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=63396 --- Comment #3 from Michel Dänzer --- Does this still happen with xf86-video-ati 7.1? I think Git commit 53af6aa99dfb67b5223c28d5129a79694165048d might have fixed it. Note that this probably happens because there is not enough graphics memory fo

Re: [PATCH] kms: Allow compiling libkms without Intel support

2013-04-12 Thread Jakob Bornecrantz
Oh, how very x86 centric of me, the changes are Reviewed-by Jakob Bornecrantz Cheers, Jakob. On Fri, Apr 12, 2013 at 4:07 PM, Laurent Pinchart < laurent.pinch...@ideasonboard.com> wrote: > Signed-off-by: Laurent Pinchart > --- > libkms/Makefile.am | 5 - > libkms/linux.c | 6 +- >

[PATCH] drm/i915: no lvds quirk for hp t5740

2013-04-12 Thread Ben Mesman (Bossers & Cnossen BV)
Hi, Last year, a patch was made for the "HP t5740e Thin Client" (see http://lists.freedesktop.org/archives/dri-devel/2012-May/023245.html). This device reports an lvds panel, but does not really have one. The predecessor of this device is the "hp t5740", which also does not have an lvds panel.

[PATCH] kms: Allow compiling libkms without Intel support

2013-04-12 Thread Laurent Pinchart
Signed-off-by: Laurent Pinchart --- libkms/Makefile.am | 5 - libkms/linux.c | 6 +- 2 files changed, 9 insertions(+), 2 deletions(-) diff --git a/libkms/Makefile.am b/libkms/Makefile.am index 215450a..518021f 100644 --- a/libkms/Makefile.am +++ b/libkms/Makefile.am @@ -15,10 +15,13

Re: libdrm release next week ?

2013-04-12 Thread Laurent Pinchart
Hi Jerome, On Friday 12 April 2013 09:51:04 Jerome Glisse wrote: > Hi, > > I would like to make a libdrm release sometime next week, does anybody have > anything they want to include ? kms: Return a negative error code in kms_bo_create() kms: Make libkms.h usable in C++ would be nice. -- Rega

Re: [PATCHv3 0/2] Speed Cap fixes for ppc64

2013-04-12 Thread Jerome Glisse
On Thu, Apr 11, 2013 at 9:13 AM, Lucas Kannebley Tavares < luca...@linux.vnet.ibm.com> wrote: > After all the comments in the last patch series, I did a refactoring of > what I was proposing and came up with this. Basically, now: > 1. max_bus_speed is used to set the device to gen2 speeds > 2.

libdrm release next week ?

2013-04-12 Thread Jerome Glisse
Hi, I would like to make a libdrm release sometime next week, does anybody have anything they want to include ? Cheers, Jerome ___ dri-devel mailing list dri-devel@lists.freedesktop.org http://lists.freedesktop.org/mailman/listinfo/dri-devel

Re: [PATCH] udl: handle EDID failure properly.

2013-04-12 Thread Alex Deucher
On Thu, Apr 11, 2013 at 11:25 PM, Dave Airlie wrote: > Don't oops seems proper. > > Cc: sta...@vger.kernel.org > Signed-off-by: Dave Airlie Reviewed-by: Alex Deucher > --- > drivers/gpu/drm/udl/udl_connector.c | 4 > 1 file changed, 4 insertions(+) > > diff --git a/drivers/gpu/drm/udl/ud

[Bug 62997] Crashes on ARUBA unless R600_DEBUG=nodma

2013-04-12 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=62997 --- Comment #13 from Alex Deucher --- (In reply to comment #12) > So I undo the previous patch and try this new one? > (Or try them combined?) Try them separately, not combined. -- You are receiving this mail because: You are the assignee for

[Bug 62997] Crashes on ARUBA unless R600_DEBUG=nodma

2013-04-12 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=62997 --- Comment #12 from udo --- So I undo the previous patch and try this new one? (Or try them combined?) -- You are receiving this mail because: You are the assignee for the bug. ___ dri-devel mailing

[Bug 62997] Crashes on ARUBA unless R600_DEBUG=nodma

2013-04-12 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=62997 --- Comment #11 from Alex Deucher --- This is starting to look like a duplicate of bug 62959. Can you try attachment 77608? That seems to fix 62959, hopefully it will fix this one as well. -- You are receiving this mail because: You are the a

Re: [PATCH] drm/i915: no lvds quirk for hp t5740

2013-04-12 Thread Chris Wilson
On Fri, Apr 12, 2013 at 02:24:43PM +0200, Ben Mesman wrote: > Last year, a patch was made for the "HP t5740e Thin Client" (see > http://lists.freedesktop.org/archives/dri-devel/2012-May/023245.html). > This device reports an lvds panel, but does not really have one. > > The predecessor of this dev

[PATCH] drm/i915: no lvds quirk for hp t5740

2013-04-12 Thread Ben Mesman
Last year, a patch was made for the "HP t5740e Thin Client" (see http://lists.freedesktop.org/archives/dri-devel/2012-May/023245.html). This device reports an lvds panel, but does not really have one. The predecessor of this device is the "hp t5740", which also does not have an lvds panel. This pa

Re: [PATCH 2/2] radeon: add si tiling support v5

2013-04-12 Thread Michel Dänzer
On Mit, 2013-04-10 at 18:20 -0400, j.gli...@gmail.com wrote: > From: Jerome Glisse > > v2: Only writte tile index if flags for it is set > v3: Remove useless allow2d scanout flags > v4: Split radeon_drm.h update to its own patch > v5: update against lastest next tree for radeon > > Signed-off-b

[Bug 62997] Crashes on ARUBA unless R600_DEBUG=nodma

2013-04-12 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=62997 --- Comment #10 from udo --- Despite crashes for other reasons (ARUBA (Cayman) not yet ready for OpenCL) I saw no GPU faults etc in the logs since booting into 3.8.5 with the patch. I want to give it a few more days without OpenCL disruptions to

[RFCv2,libdrm 2/2] tests: tegra: Add stream library test

2013-04-12 Thread Arto Merilainen
This patch adds a minimal test set for the stream library and host1x kernel interface. The test verifies that the driver (or library) is able to: - Increment, read and wait for syncpoint values - Use a host1x channel to do host1x operations - Handle submit timeout correctly - Do relocations to buf

[RFCv2,libdrm 1/2] tegra: Add stream library

2013-04-12 Thread Arto Merilainen
This patch introduces tegra stream library. The library is used for buffer management, command stream construction and work synchronization. Signed-off-by: Arto Merilainen --- Makefile.am|6 +- configure.ac | 13 + tegra/Makefile.am | 25 ++ tegra/c

[RFCv2,libdrm 0/2] NVIDIA Tegra support

2013-04-12 Thread Arto Merilainen
This patch series adds application level support for host1x hardware on Tegra SoCs. This set of patches can be used in combination with host1x kernel patches. The most recent version of the kernel patch series is available at [0]. An example of using 2d hardware acceleration with this library is a

[Bug 56041] Disabling LCD on ARUBA causes hotplug loop

2013-04-12 Thread bugzilla-dae...@bugzilla.kernel.org
https://bugzilla.kernel.org/show_bug.cgi?id=56041 --- Comment #3 from Thomas J. Moore 2013-04-12 03:43:14 --- Yes, that seems to have fixed it. Thanks. -- Configure bugmail: https://bugzilla.kernel.org/userprefs.cgi?tab=email --- You are receiving this mail because: --- You are w

[PATCH] drm: Perform ioctl command validation on the stored kernel values

2013-04-12 Thread Chris Wilson
Userspace is free to pass in any command bits it feels like through the ioctl cmd, and for example trinity likes to fuzz those bits to create conflicting commands. So instead of relying upon userspace to pass along the correct IN/OUT flags for the ioctl, use the flags as expected by the kernel. Th

Re: repost fix for a real prime issue

2013-04-12 Thread Daniel Vetter
On Wed, Apr 10, 2013 at 10:56:42AM +1000, Dave Airlie wrote: > Please don't bikeshed this with requirements to fix problems that > are there now anyways. This is the simplest patch to fix an obvious > problem, it doesn't fix all the other problems. > > I should have merged this months ago, but peo

[Bug 26891] Radeon KMS fails with inaccessible AtomBIOS on systems with (U)EFI boot

2013-04-12 Thread bugzilla-dae...@freedesktop.org
. URL: <http://lists.freedesktop.org/archives/dri-devel/attachments/20130412/a5f7a5d9/attachment.html>

Re: [PATCH Resend 1/1] Revert "of/exynos_g2d: Add Bindings for exynos G2D driver"

2013-04-12 Thread Inki Dae
Applied. Thanks, Inki Dae 2013/4/12 Sachin Kamat > This reverts commit 09495dda6a62c74b13412a63528093910ef80edd. > The description is incomplete and the location of this file > is incorrect. Based on discussion with the Samsung media and DRM subsystem > maintainers, the documentaion of Samsung

Re: [PATCH] drm/i915: no lvds quirk for hp t5740

2013-04-12 Thread Daniel Vetter
On Fri, Apr 12, 2013 at 9:23 AM, Ben Mesman (Bossers & Cnossen BV) wrote: > Hi, > > Last year, a patch was made for the "HP t5740e Thin Client" (see > http://lists.freedesktop.org/archives/dri-devel/2012-May/023245.html). This > device reports an lvds panel, but does not really have one. > > The

[3.4.y, 3.5.y] drm/i915: Use the correct size of the GTT for placing the per-process entries

2013-04-12 Thread Jonathan Nieder
Hi Greg, Please consider 9a0f938bde74 drm/i915: Use the correct size of the GTT for placing the per-process entries, 2012-08-24 for application to the 3.4.y tree. Without this patch, Geoff Crompton's iMac hits a BUG during bootup. The problem is reproducible on * Debian's 3.2.y

[PATCH] drm/i915: no lvds quirk for hp t5740

2013-04-12 Thread Ben Mesman (Bossers & Cnossen BV)
Hi, Last year, a patch was made for the "HP t5740e Thin Client" (see http://lists.freedesktop.org/archives/dri-devel/2012-May/023245.html). This device reports an lvds panel, but does not really have one. The predecessor of this device is the "hp t5740", which also does not have an lvds panel.