[Bug 45018] [bisected] rendering regression since added support for virtual address space on cayman v11

2012-06-06 Thread bugzilla-dae...@freedesktop.org
https://bugs.freedesktop.org/show_bug.cgi?id=45018 --- Comment #62 from Alexandre Demers 2012-06-06 15:37:07 PDT --- (In reply to comment #61) > Please also try this patch: > http://lists.freedesktop.org/archives/dri-devel/2012-June/023735.html > > It doesn't fix anything rendering related,

[Bug 36602] Hierarchical Z support for R600

2012-06-06 Thread bugzilla-dae...@freedesktop.org
https://bugs.freedesktop.org/show_bug.cgi?id=36602 --- Comment #45 from darkbasic 2012-06-06 15:33:35 PDT --- Thanks Jerome -- Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?tab=email --- You are receiving this mail because: --- You are the assignee for the bug.

[Bug 36602] Hierarchical Z support for R600

2012-06-06 Thread bugzilla-dae...@freedesktop.org
https://bugs.freedesktop.org/show_bug.cgi?id=36602 --- Comment #44 from Jerome Glisse 2012-06-06 15:24:55 PDT --- Updated with more fixes (down to ~100 regression with piglit) http://people.freedesktop.org/~glisse/0001-r600g-add-htile-support-v6.patch To enable hyperz R600_HYPERZ=1 glxgears

[Bug 43346] New: BUG: unable to handle kernel NULL pointer dereference at 0000000000000018

2012-06-06 Thread bugzilla-dae...@bugzilla.kernel.org
https://bugzilla.kernel.org/show_bug.cgi?id=43346 Summary: BUG: unable to handle kernel NULL pointer dereference at 0018 Product: Drivers Version: 2.5 Kernel Version: 3.2.18 Platform: All OS/Version: Linux

[PATCH] drm/radeon/kms: attempt to fix rs690 issues.

2012-06-06 Thread Dave Airlie
From: Dave Airlie Since c9a1be96277b3b2d2e8aff2ba69d7817ea8e46c9, or at least since v3.2 we've had some regression reports, this is an attempt to fix them by putting back some volatiles that were removed in that commit. Signed-off-by: Dave Airlie ---

[Bug 49817] radeon: The kernel rejected CS when running shader example from SFML library

2012-06-06 Thread bugzilla-dae...@freedesktop.org
https://bugs.freedesktop.org/show_bug.cgi?id=49817 --- Comment #3 from C?dric Legrand 2012-06-06 11:49:29 PDT --- I'm sorry, forgot to say that the pointer is the cause of the bug. Directly accessing the Game class with a global variable works perfectly. I'm sorry for my english --

[PATCH 2/2 v4] intel: wait render timeout implementation

2012-06-06 Thread Ben Widawsky
int drm_intel_gem_bo_wait(drm_intel_bo *bo, uint64_t timeout_ns) This should bump the libdrm version. We're waiting for context support so we can do both features in one bump. v2: don't return remaining timeout amount use get param and fallback for older kernels v3: only doing getparam at init

[PATCH 1/2] drm: drmIoctl return -errno on failure conditions

2012-06-06 Thread Ben Widawsky
Anyone aware of what this will break? It seems to be a much nicer thing to do for callers. If people do not like it, I will probably just create a #define drmIoctl2 or some such thing. Cc: Daniel Vetter Cc: Keith Packard Signed-off-by: Ben Widawsky --- xf86drm.c |4 1 file changed, 4

[Linaro-mm-sig] [RFC] Synchronizing access to buffers shared with dma-buf between drivers/devices

2012-06-06 Thread John Reitan
Hi All, I'm the original designer of the KDS system that Tom posted while I was on paternity leave. Find my responses inline... > -Original Message- > From: linaro-mm-sig-bounces at lists.linaro.org [mailto:linaro-mm-sig- > bounces at lists.linaro.org] On Behalf Of Rob Clark > Sent:

[PATCH 3/3] drm/edid: Add csync parsing

2012-06-06 Thread Adam Jackson
Just assume saying "this is csync" is enough for whatever the output type is. The xfree86 mode flags distinguish between positive and negative csync, but EDID doesn't encode that. No connector types set csync_allowed yet, so this is a no-op besides getting the message to shut up. Signed-off-by:

[PATCH 2/3] drm/edid: Pull mode sync flag setup out to its own function

2012-06-06 Thread Adam Jackson
For readability, since this is about to get more complicated. Signed-off-by: Adam Jackson --- drivers/gpu/drm/drm_edid.c | 15 +++ 1 files changed, 11 insertions(+), 4 deletions(-) diff --git a/drivers/gpu/drm/drm_edid.c b/drivers/gpu/drm/drm_edid.c index e7547e3..be21040 100644

[PATCH 1/3] drm/edid: Be stricter about stereo mode rejection

2012-06-06 Thread Adam Jackson
Either bit 5 or 6 of that byte may be set in a stereo mode. E-EDID v1.4, Table 3.22 Signed-off-by: Adam Jackson --- drivers/gpu/drm/drm_edid.c |5 +++-- include/drm/drm_edid.h |2 +- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/drivers/gpu/drm/drm_edid.c

[PATCH v3] scatterlist: add sg_alloc_table_from_pages function

2012-06-06 Thread Tomasz Stanislawski
On 05/22/2012 10:10 PM, Andrew Morton wrote: > On Mon, 21 May 2012 16:01:50 +0200 > Tomasz Stanislawski wrote: > +int sg_alloc_table_from_pages(struct sg_table *sgt, + struct page **pages, unsigned int n_pages, + unsigned long offset, unsigned long size, + gfp_t gfp_mask)

psb_gfx removal

2012-06-06 Thread Greg KH
On Tue, Jun 05, 2012 at 03:01:06PM +0200, Jan Engelhardt wrote: > [fixed up gregkh's address] > > Hi, > > > I have here a "Wortmann AG terra Pad 1051", which has a GMA500-like > device (PCI ID 8086:4102). Using Linux 3.1.x (openSUSE 12.1's default), > loading psb_gfx.ko crashed the machine. I

[PATCH] drm: Remove unused fields from drm_display_mode

2012-06-06 Thread Adam Jackson
% size drivers/gpu/drm/drm.o* textdata bss dec hex filename 1873718299 336 196006 2fda6 drivers/gpu/drm/drm.o 1912518299 336 199886 30cce drivers/gpu/drm/drm.o.orig Signed-off-by: Adam Jackson --- drivers/gpu/drm/drm_crtc.c|3

[PATCH 04/12] v4l: vb2-dma-contig: add setup of sglist for MMAP buffers

2012-06-06 Thread Tomasz Stanislawski
Hi Laurent, Thank your for your comments. On 06/06/2012 10:06 AM, Laurent Pinchart wrote: > Hi Tomasz, > > Thanks for the patch. > > On Wednesday 23 May 2012 15:07:27 Tomasz Stanislawski wrote: >> This patch adds the setup of sglist list for MMAP buffers. >> It is needed for buffer exporting

[Bug 43448] No native 3D acceleration with Radeon FirePro M7740 (m97 / rv740) -> llvm pipe

2012-06-06 Thread bugzilla-dae...@freedesktop.org
https://bugs.freedesktop.org/show_bug.cgi?id=43448 Alex Deucher changed: What|Removed |Added Attachment #62672|0 |1 is obsolete|

[Bug 43448] No native 3D acceleration with Radeon FirePro M7740 (m97 / rv740) -> llvm pipe

2012-06-06 Thread bugzilla-dae...@freedesktop.org
https://bugs.freedesktop.org/show_bug.cgi?id=43448 --- Comment #15 from Alex Deucher 2012-06-06 06:14:27 PDT --- Created attachment 62672 --> https://bugs.freedesktop.org/attachment.cgi?id=62672 libdrm fix This patch should do the trick. -- Configure bugmail:

[Bug 49817] radeon: The kernel rejected CS when running shader example from SFML library

2012-06-06 Thread bugzilla-dae...@freedesktop.org
https://bugs.freedesktop.org/show_bug.cgi?id=49817 --- Comment #2 from C?dric Legrand 2012-06-06 11:44:24 UTC --- Here is a piece of C++ code which may help in solving the bug : /// Class Game : Game::Game() :

[PATCH 3/3] intel: wait render timeout implementation

2012-06-06 Thread Daniel Vetter
On Tue, Jun 05, 2012 at 03:43:07PM -0700, Ben Widawsky wrote: > int drm_intel_gem_bo_wait(drm_intel_bo *bo, uint64_t timeout_ns) > > This should bump the libdrm version. We're waiting for context support > so we can do both features in one bump. > > v2: don't return remaining timeout amount >

[Bug 50616] glClear occasionally taking >60ms

2012-06-06 Thread bugzilla-dae...@freedesktop.org
https://bugs.freedesktop.org/show_bug.cgi?id=50616 Lauri Kasanen changed: What|Removed |Added Status|NEW |RESOLVED Resolution|

[PATCH v2] DRM: add drm gem cma helper

2012-06-06 Thread Sascha Hauer
On Tue, Jun 05, 2012 at 10:54:10PM +0900, InKi Dae wrote: > 2012/6/5 Sascha Hauer : > > On Fri, Jun 01, 2012 at 12:29:47AM +0900, InKi Dae wrote: > >> Hi Sascha, > >> > >> >> +struct drm_gem_cma_object *drm_gem_cma_create(struct drm_device *drm, > >> >> + ? ? ? ? ? ? unsigned int size) > >> >> +{

[Linaro-mm-sig] [PATCHv6 00/13] Integration of videobuf2 with dmabuf

2012-06-06 Thread Hans Verkuil
On Wed 6 June 2012 05:46:34 Laurent Pinchart wrote: > Hi Rebecca, > > On Monday 04 June 2012 12:34:23 Rebecca Schultz Zavin wrote: > > I have a system where the data is planar, but the kernel drivers > > expect to get one allocation with offsets for the planes. I can't > > figure out how to do

[PATCH 04/12] v4l: vb2-dma-contig: add setup of sglist for MMAP buffers

2012-06-06 Thread Laurent Pinchart
Hi Tomasz, Thanks for the patch. On Wednesday 23 May 2012 15:07:27 Tomasz Stanislawski wrote: > This patch adds the setup of sglist list for MMAP buffers. > It is needed for buffer exporting via DMABUF mechanism. > > Signed-off-by: Tomasz Stanislawski > Signed-off-by: Kyungmin Park > --- >

[PATCH 11/12] v4l: vb2-dma-contig: use sg_alloc_table_from_pages function

2012-06-06 Thread Laurent Pinchart
Hi Tomasz, Thanks for the patch. On Wednesday 23 May 2012 15:07:34 Tomasz Stanislawski wrote: > This patch makes use of sg_alloc_table_from_pages to simplify > handling of sg tables. Would you mind moving this patch before 04/12, to avoid introducing a vb2_dc_pages_to_sgt() user only to remove

[PATCH 02/12] v4l: add buffer exporting via dmabuf

2012-06-06 Thread Laurent Pinchart
Hi Tomasz, Thanks for the patch. On Wednesday 23 May 2012 15:07:25 Tomasz Stanislawski wrote: > This patch adds extension to V4L2 api. It allow to export a mmap buffer as > file descriptor. New ioctl VIDIOC_EXPBUF is added. It takes a buffer offset > used by mmap and return a file descriptor on

[PATCH 01/12] v4l: vb2-dma-contig: let mmap method to use dma_mmap_coherent call

2012-06-06 Thread Laurent Pinchart
Hi Tomasz, On Wednesday 23 May 2012 15:07:24 Tomasz Stanislawski wrote: > From: Marek Szyprowski > > Let mmap method to use dma_mmap_coherent call. This patch depends on DMA > mapping redesign patches because the usage of dma_mmap_coherent breaks > dma-contig allocator for architectures other

[PATCH 03/12] v4l: vb2: add buffer exporting via dmabuf

2012-06-06 Thread Laurent Pinchart
Hi Tomasz, Thanks for the patch. On Wednesday 23 May 2012 15:07:26 Tomasz Stanislawski wrote: > This patch adds extension to videobuf2-core. It allow to export a mmap s/allow/allows/ > buffer as a file descriptor. > > Signed-off-by: Tomasz Stanislawski > Signed-off-by: Kyungmin Park

[PATCH] radeon: fall back to 1D tiling only with broken kernels

2012-06-06 Thread alexdeuc...@gmail.com
From: Alex Deucher Certain cards report the the wrong bank setup which causes surface init to fail in the ddx and leads to no accel. If we hit an invalid tiling parameter, just set a default value and disable 2D tiling. Should fix:

[Bug 45018] [bisected] rendering regression since added support for virtual address space on cayman v11

2012-06-06 Thread bugzilla-dae...@freedesktop.org
https://bugs.freedesktop.org/show_bug.cgi?id=45018 --- Comment #61 from Christian K?nig 2012-06-06 02:15:10 PDT --- Please also try this patch: http://lists.freedesktop.org/archives/dri-devel/2012-June/023735.html It doesn't fix anything rendering related, but instead fixes a deadlock

[Bug 50616] glClear occasionally taking >60ms

2012-06-06 Thread bugzilla-dae...@freedesktop.org
https://bugs.freedesktop.org/show_bug.cgi?id=50616 --- Comment #6 from Michel D?nzer 2012-06-06 02:13:30 PDT --- (In reply to comment #5) > I suppose this means the card is just that slow? It means the time is spent for the actual rendering, not just for the clears. Maybe you can narrow it

[Bug 43448] No native 3D acceleration with Radeon FirePro M7740 (m97 / rv740) -> llvm pipe

2012-06-06 Thread bugzilla-dae...@freedesktop.org
https://bugs.freedesktop.org/show_bug.cgi?id=43448 --- Comment #14 from Michel D?nzer 2012-06-06 01:37:53 PDT --- Could libdrm_radeon also be made to deal gracefully with broken kernels? -- Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?tab=email --- You are receiving this

[Linaro-mm-sig] [RFC] Synchronizing access to buffers shared with dma-buf between drivers/devices

2012-06-06 Thread Erik Gilling
On Wed, Jun 6, 2012 at 6:33 AM, John Reitan wrote: >> But maybe instead of inventing something new, we can just use 'struct >> kthread_work' instead of 'struct kds_callback' plus the two 'void *'s? >> ?If the user needs some extra args they can embed 'struct >> kthread_work' in their own struct

[Linaro-mm-sig] [PATCHv6 00/13] Integration of videobuf2 with dmabuf

2012-06-06 Thread Laurent Pinchart
Hi Rebecca, On Monday 04 June 2012 12:34:23 Rebecca Schultz Zavin wrote: > I have a system where the data is planar, but the kernel drivers > expect to get one allocation with offsets for the planes. I can't > figure out how to do that with the current dma_buf implementation. I > thought I

[Bug 45018] [bisected] rendering regression since added support for virtual address space on cayman v11

2012-06-06 Thread bugzilla-dae...@freedesktop.org
https://bugs.freedesktop.org/show_bug.cgi?id=45018 --- Comment #60 from Alexandre Demers 2012-06-05 19:20:47 PDT --- Created attachment 62619 --> https://bugs.freedesktop.org/attachment.cgi?id=62619 snippet when gnome-shell is able to fall bak on its feet snippet when gnome-shell is able to

[Bug 45018] [bisected] rendering regression since added support for virtual address space on cayman v11

2012-06-06 Thread bugzilla-dae...@freedesktop.org
https://bugs.freedesktop.org/show_bug.cgi?id=45018 --- Comment #59 from Alexandre Demers 2012-06-05 19:19:18 PDT --- Created attachment 62618 --> https://bugs.freedesktop.org/attachment.cgi?id=62618 dmesg related to the xsession-error file This dmesg happened with the next attachment:

Re: psb_gfx removal

2012-06-06 Thread Greg KH
On Tue, Jun 05, 2012 at 03:01:06PM +0200, Jan Engelhardt wrote: [fixed up gregkh's address] Hi, I have here a Wortmann AG terra Pad 1051, which has a GMA500-like device (PCI ID 8086:4102). Using Linux 3.1.x (openSUSE 12.1's default), loading psb_gfx.ko crashed the machine. I therefore

Re: [PATCH 03/12] v4l: vb2: add buffer exporting via dmabuf

2012-06-06 Thread Laurent Pinchart
Hi Tomasz, Thanks for the patch. On Wednesday 23 May 2012 15:07:26 Tomasz Stanislawski wrote: This patch adds extension to videobuf2-core. It allow to export a mmap s/allow/allows/ buffer as a file descriptor. Signed-off-by: Tomasz Stanislawski t.stanisl...@samsung.com Signed-off-by:

Re: [PATCH 01/12] v4l: vb2-dma-contig: let mmap method to use dma_mmap_coherent call

2012-06-06 Thread Laurent Pinchart
Hi Tomasz, On Wednesday 23 May 2012 15:07:24 Tomasz Stanislawski wrote: From: Marek Szyprowski m.szyprow...@samsung.com Let mmap method to use dma_mmap_coherent call. This patch depends on DMA mapping redesign patches because the usage of dma_mmap_coherent breaks dma-contig allocator for

Re: [PATCH 02/12] v4l: add buffer exporting via dmabuf

2012-06-06 Thread Laurent Pinchart
Hi Tomasz, Thanks for the patch. On Wednesday 23 May 2012 15:07:25 Tomasz Stanislawski wrote: This patch adds extension to V4L2 api. It allow to export a mmap buffer as file descriptor. New ioctl VIDIOC_EXPBUF is added. It takes a buffer offset used by mmap and return a file descriptor on

Re: [PATCH 11/12] v4l: vb2-dma-contig: use sg_alloc_table_from_pages function

2012-06-06 Thread Laurent Pinchart
Hi Tomasz, Thanks for the patch. On Wednesday 23 May 2012 15:07:34 Tomasz Stanislawski wrote: This patch makes use of sg_alloc_table_from_pages to simplify handling of sg tables. Would you mind moving this patch before 04/12, to avoid introducing a vb2_dc_pages_to_sgt() user only to remove

Re: [PATCH v2] DRM: add drm gem cma helper

2012-06-06 Thread Sascha Hauer
On Tue, Jun 05, 2012 at 10:54:10PM +0900, InKi Dae wrote: 2012/6/5 Sascha Hauer s.ha...@pengutronix.de: On Fri, Jun 01, 2012 at 12:29:47AM +0900, InKi Dae wrote: Hi Sascha, +struct drm_gem_cma_object *drm_gem_cma_create(struct drm_device *drm, +             unsigned int size) +{

[Bug 43448] No native 3D acceleration with Radeon FirePro M7740 (m97 / rv740) - llvm pipe

2012-06-06 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=43448 --- Comment #14 from Michel Dänzer mic...@daenzer.net 2012-06-06 01:37:53 PDT --- Could libdrm_radeon also be made to deal gracefully with broken kernels? -- Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?tab=email --- You

[Bug 50616] glClear occasionally taking 60ms

2012-06-06 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=50616 --- Comment #6 from Michel Dänzer mic...@daenzer.net 2012-06-06 02:13:30 PDT --- (In reply to comment #5) I suppose this means the card is just that slow? It means the time is spent for the actual rendering, not just for the clears. Maybe you

[Bug 45018] [bisected] rendering regression since added support for virtual address space on cayman v11

2012-06-06 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=45018 --- Comment #61 from Christian König deathsim...@vodafone.de 2012-06-06 02:15:10 PDT --- Please also try this patch: http://lists.freedesktop.org/archives/dri-devel/2012-June/023735.html It doesn't fix anything rendering related, but instead

Re: [PATCH 3/3] intel: wait render timeout implementation

2012-06-06 Thread Daniel Vetter
On Tue, Jun 05, 2012 at 03:43:07PM -0700, Ben Widawsky wrote: int drm_intel_gem_bo_wait(drm_intel_bo *bo, uint64_t timeout_ns) This should bump the libdrm version. We're waiting for context support so we can do both features in one bump. v2: don't return remaining timeout amount use get

[Bug 50616] glClear occasionally taking 60ms

2012-06-06 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=50616 Lauri Kasanen cur...@operamail.com changed: What|Removed |Added Status|NEW |RESOLVED

Re: [PATCH 04/12] v4l: vb2-dma-contig: add setup of sglist for MMAP buffers

2012-06-06 Thread Tomasz Stanislawski
Hi Laurent, Thank your for your comments. On 06/06/2012 10:06 AM, Laurent Pinchart wrote: Hi Tomasz, Thanks for the patch. On Wednesday 23 May 2012 15:07:27 Tomasz Stanislawski wrote: This patch adds the setup of sglist list for MMAP buffers. It is needed for buffer exporting via DMABUF

Re: [PATCH v3] scatterlist: add sg_alloc_table_from_pages function

2012-06-06 Thread Tomasz Stanislawski
On 05/22/2012 10:10 PM, Andrew Morton wrote: On Mon, 21 May 2012 16:01:50 +0200 Tomasz Stanislawski t.stanisl...@samsung.com wrote: +int sg_alloc_table_from_pages(struct sg_table *sgt, + struct page **pages, unsigned int n_pages, + unsigned long offset, unsigned long size, + gfp_t

[Bug 43448] No native 3D acceleration with Radeon FirePro M7740 (m97 / rv740) - llvm pipe

2012-06-06 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=43448 --- Comment #15 from Alex Deucher ag...@yahoo.com 2012-06-06 06:14:27 PDT --- Created attachment 62672 -- https://bugs.freedesktop.org/attachment.cgi?id=62672 libdrm fix This patch should do the trick. -- Configure bugmail:

[PATCH] radeon: fall back to 1D tiling only with broken kernels

2012-06-06 Thread alexdeucher
From: Alex Deucher alexander.deuc...@amd.com Certain cards report the the wrong bank setup which causes surface init to fail in the ddx and leads to no accel. If we hit an invalid tiling parameter, just set a default value and disable 2D tiling. Should fix:

[Bug 43448] No native 3D acceleration with Radeon FirePro M7740 (m97 / rv740) - llvm pipe

2012-06-06 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=43448 Alex Deucher ag...@yahoo.com changed: What|Removed |Added Attachment #62672|0 |1 is obsolete|

[PATCH] drm: Remove unused fields from drm_display_mode

2012-06-06 Thread Adam Jackson
% size drivers/gpu/drm/drm.o* textdata bss dec hex filename 1873718299 336 196006 2fda6 drivers/gpu/drm/drm.o 1912518299 336 199886 30cce drivers/gpu/drm/drm.o.orig Signed-off-by: Adam Jackson a...@redhat.com --- drivers/gpu/drm/drm_crtc.c

[Bug 49817] radeon: The kernel rejected CS when running shader example from SFML library

2012-06-06 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=49817 --- Comment #2 from Cédric Legrand legrand.cedric...@gmail.com 2012-06-06 11:44:24 UTC --- Here is a piece of C++ code which may help in solving the bug : /// Class Game :

[PATCH 1/3] drm/edid: Be stricter about stereo mode rejection

2012-06-06 Thread Adam Jackson
Either bit 5 or 6 of that byte may be set in a stereo mode. E-EDID v1.4, Table 3.22 Signed-off-by: Adam Jackson a...@redhat.com --- drivers/gpu/drm/drm_edid.c |5 +++-- include/drm/drm_edid.h |2 +- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git

[PATCH 2/3] drm/edid: Pull mode sync flag setup out to its own function

2012-06-06 Thread Adam Jackson
For readability, since this is about to get more complicated. Signed-off-by: Adam Jackson a...@redhat.com --- drivers/gpu/drm/drm_edid.c | 15 +++ 1 files changed, 11 insertions(+), 4 deletions(-) diff --git a/drivers/gpu/drm/drm_edid.c b/drivers/gpu/drm/drm_edid.c index

[PATCH 3/3] drm/edid: Add csync parsing

2012-06-06 Thread Adam Jackson
Just assume saying this is csync is enough for whatever the output type is. The xfree86 mode flags distinguish between positive and negative csync, but EDID doesn't encode that. No connector types set csync_allowed yet, so this is a no-op besides getting the message to shut up. Signed-off-by:

[PATCH] drm/radeon/kms: attempt to fix rs690 issues.

2012-06-06 Thread Dave Airlie
From: Dave Airlie airl...@redhat.com Since c9a1be96277b3b2d2e8aff2ba69d7817ea8e46c9, or at least since v3.2 we've had some regression reports, this is an attempt to fix them by putting back some volatiles that were removed in that commit. Signed-off-by: Dave Airlie airl...@redhat.com ---

Re: [PATCH 2/3] intel: wait render header updates

2012-06-06 Thread Ben Widawsky
On Tue, 5 Jun 2012 15:42:39 -0700 Ben Widawsky b...@bwidawsk.net wrote: make headers_install in kernel. Copy to here. v2: signed ns_timeout Cc: Chris Wilson ch...@chris-wilson.co.uk Signed-off-by: Ben Widawsky b...@bwidawsk.net This has been pushed with IRC Acked-by Kenneth Graunke

Re: [PATCH 1/3] intel: sanitize i915_drm.h

2012-06-06 Thread Ben Widawsky
On Tue, 5 Jun 2012 11:58:11 -0700 Ben Widawsky b...@bwidawsk.net wrote: run make headers_isntall on d-i-n, copy to here Signed-off-by: Ben Widawsky b...@bwidawsk.net This has been pushed with IRC Acked-by Kenneth Graunke kenn...@whitecape.org --- include/drm/i915_drm.h |4 +++- 1

[Bug 43346] New: BUG: unable to handle kernel NULL pointer dereference at 0000000000000018

2012-06-06 Thread bugzilla-daemon
https://bugzilla.kernel.org/show_bug.cgi?id=43346 Summary: BUG: unable to handle kernel NULL pointer dereference at 0018 Product: Drivers Version: 2.5 Kernel Version: 3.2.18 Platform: All OS/Version: Linux

[Bug 36602] Hierarchical Z support for R600

2012-06-06 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=36602 --- Comment #44 from Jerome Glisse gli...@freedesktop.org 2012-06-06 15:24:55 PDT --- Updated with more fixes (down to ~100 regression with piglit) http://people.freedesktop.org/~glisse/0001-r600g-add-htile-support-v6.patch To enable hyperz

[Bug 36602] Hierarchical Z support for R600

2012-06-06 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=36602 --- Comment #45 from darkbasic darkba...@linuxsystems.it 2012-06-06 15:33:35 PDT --- Thanks Jerome -- Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?tab=email --- You are receiving this mail because: --- You are the

[Bug 45018] [bisected] rendering regression since added support for virtual address space on cayman v11

2012-06-06 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=45018 --- Comment #62 from Alexandre Demers alexandre.f.dem...@gmail.com 2012-06-06 15:37:07 PDT --- (In reply to comment #61) Please also try this patch: http://lists.freedesktop.org/archives/dri-devel/2012-June/023735.html It doesn't fix

[PATCH 1/2] drm: drmIoctl return -errno on failure conditions

2012-06-06 Thread Ben Widawsky
Anyone aware of what this will break? It seems to be a much nicer thing to do for callers. If people do not like it, I will probably just create a #define drmIoctl2 or some such thing. Cc: Daniel Vetter daniel.vet...@ffwll.ch Cc: Keith Packard kei...@keithp.com Signed-off-by: Ben Widawsky

Re: [PATCH 04/12] v4l: vb2-dma-contig: add setup of sglist for MMAP buffers

2012-06-06 Thread Laurent Pinchart
Hi Tomasz, On Wednesday 06 June 2012 13:56:42 Tomasz Stanislawski wrote: On 06/06/2012 10:06 AM, Laurent Pinchart wrote: On Wednesday 23 May 2012 15:07:27 Tomasz Stanislawski wrote: This patch adds the setup of sglist list for MMAP buffers. It is needed for buffer exporting via DMABUF

Re: [Linaro-mm-sig] [PATCHv6 00/13] Integration of videobuf2 with dmabuf

2012-06-06 Thread Laurent Pinchart
Hi Hans, On Wednesday 06 June 2012 10:17:03 Hans Verkuil wrote: On Wed 6 June 2012 05:46:34 Laurent Pinchart wrote: On Monday 04 June 2012 12:34:23 Rebecca Schultz Zavin wrote: I have a system where the data is planar, but the kernel drivers expect to get one allocation with offsets for

[Bug 17902] [830M missing dvo driver] need support for DVO-LVDS via na2501

2012-06-06 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=17902 --- Comment #83 from t...@math.tu-berlin.de 2012-06-06 18:21:06 PDT --- Finally, success! I'm not quite sure why, but for reasons unclear to me the DVO chip only wants to talk if the PLL is enabled and running and the screen resolution fits. In

[Bug 50805] New: radeon gpu driver bug on suspend/resume in 3.5-rc1

2012-06-06 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=50805 Bug #: 50805 Summary: radeon gpu driver bug on suspend/resume in 3.5-rc1 Classification: Unclassified Product: DRI Version: unspecified Platform: Other OS/Version: Linux (All)

[Bug 50655] ATI RV670 [Radeon HD 3870] Ioquake games causes GPU lockup (waiting for 0x00003039 last fence id 0x00003030)

2012-06-06 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=50655 --- Comment #9 from Bryan Quigley bryanquig...@ubuntu.com 2012-06-06 21:39:53 PDT --- I think I did everything right in this bisect (I didn't the first attempt). fbebd431ec4e2e461a0cbcd5f3a04a000b8f6bbf is the first bad commit commit

[Bug 50655] ATI RV670 [Radeon HD 3870] Ioquake games causes GPU lockup (waiting for 0x00003039 last fence id 0x00003030)

2012-06-06 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=50655 --- Comment #10 from Bryan Quigley bryanquig...@ubuntu.com 2012-06-06 21:42:42 PDT --- Created attachment 62689 -- https://bugs.freedesktop.org/attachment.cgi?id=62689 good+bad git bisects Both the good and bad git bisect logs, the good one

Re: [PATCH libdrm 8/8] proptest: support plane properties

2012-06-06 Thread Joonyoung Shim
Hi, Rob. On 06/06/2012 03:06 AM, Rob Clark wrote: From: Rob Clarkr...@ti.com Add support to display plane properties. Do you not support to set property for plane? Signed-off-by: Rob Clarkr...@ti.com --- tests/proptest/proptest.c | 32 1 file changed,

Re: [PATCH libdrm 3/8] tests: add proptest

2012-06-06 Thread Joonyoung Shim
Hi, Rob and Paulo. On 06/06/2012 03:06 AM, Rob Clark wrote: From: Paulo Zanonipaulo.r.zan...@intel.com A small program that allows us to see and modify properties. Reviewed-by: Rob Clarkr...@ti.com Signed-off-by: Paulo Zanonipaulo.r.zan...@intel.com --- configure.ac |1 +