[git pull] drm fixes

2012-10-16 Thread Dave Airlie
Hi Linus, fixes for i915, nouveau and radeon i915: haswell stability, modeset rework fallout, ums fix nouveau: misc fixes from code rework radeon: pll rework fixes, more 2 level PTE cleanups. core: warning fixes on 32-bit. Dave. The following changes since commit

Re: [PATCH] radeon: fix tile_split of 128-bit surface formats with 8x MSAA

2012-10-16 Thread Paul Menzel
Dear Marek, Am Dienstag, den 16.10.2012, 02:21 +0200 schrieb Marek Olšák: The calculation led to the number 8192, which is too high. what is the reason it is limited to 4096? Hardware limitation? What are the ramifications? GPU hangs, rendering errors? --- radeon/radeon_surface.c |2

Re: [drm-intel:drm-intel-next-queued 42/44] drivers/gpu/drm/i915/intel_pm.c:2506:2: error: 'ret' undeclared

2012-10-16 Thread Daniel Vetter
On Tue, Oct 16, 2012 at 08:59:51AM +0800, Fengguang Wu wrote: Hi Ben, FYI, kernel build failed on tree: git://people.freedesktop.org/~danvet/drm-intel.git drm-intel-next-queued head: 861b675336a1f686f480d92990251e99a3ec0956 commit: 686279dbcbc69f71ce86efdccaa8cad762cba2ea [42/44]

[PATCH] drm/radeon: fix PFP sync in vm_flush

2012-10-16 Thread Christian König
Otherwise the next IB might start reading commands with the page table still invalid. Signed-off-by: Christian König deathsim...@vodafone.de --- drivers/gpu/drm/radeon/ni.c |4 drivers/gpu/drm/radeon/nid.h |1 + drivers/gpu/drm/radeon/si.c |4 3 files changed, 9

Re: [PATCHv10 23/26] v4l: vb2-dma-contig: align buffer size to PAGE_SIZE

2012-10-16 Thread Laurent Pinchart
Hi Tomasz, On Friday 12 October 2012 10:24:34 Tomasz Stanislawski wrote: On 10/11/2012 11:31 PM, Laurent Pinchart wrote: On Wednesday 10 October 2012 16:46:42 Tomasz Stanislawski wrote: Most operations on DMA and DMABUF framework need page aligned buffers. The comment is a bit

Re: [PATCH 1/2] uapi: update includes for drm content when no kernel API exists

2012-10-16 Thread Laurent Pinchart
Hi Luis, On Saturday 13 October 2012 10:00:42 Luis R. Rodriguez wrote: On Sat, Oct 13, 2012 at 3:33 AM, Laurent Pinchart wrote: On Friday 12 October 2012 16:49:31 Luis R. Rodriguez wrote: From: Luis R. Rodriguez mcg...@do-not-panic.com The UAPI changes split kernel API and userspace API

Re: [PATCH] drm/radeon: fix PFP sync in vm_flush

2012-10-16 Thread Alex Deucher
On Tue, Oct 16, 2012 at 5:02 AM, Christian König deathsim...@vodafone.de wrote: Otherwise the next IB might start reading commands with the page table still invalid. Signed-off-by: Christian König deathsim...@vodafone.de Looks good to me. I'll add it to my -fixes queue. Reviewed-by: Alex

[Bug 43829] Resuming my AMD A4-3300 based laptop leaves the screen black

2012-10-16 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=43829 --- Comment #16 from Helge Bahmann h...@chaoticmind.net --- (In reply to comment #15) A patch referencing this bug report has been merged in Linux v3.7-rc1: commit bced76f27165ca7733437715185c3a1aa526f7a1 Author: Alex Deucher

Re: [PATCH] radeon: fix tile_split of 128-bit surface formats with 8x MSAA

2012-10-16 Thread Alex Deucher
On Tue, Oct 16, 2012 at 2:50 AM, Paul Menzel paulepan...@users.sourceforge.net wrote: Dear Marek, Am Dienstag, den 16.10.2012, 02:21 +0200 schrieb Marek Olšák: The calculation led to the number 8192, which is too high. what is the reason it is limited to 4096? Hardware limitation? hw

Re: [PATCH] radeon: fix tile_split of 128-bit surface formats with 8x MSAA

2012-10-16 Thread Alex Deucher
On Mon, Oct 15, 2012 at 8:21 PM, Marek Olšák mar...@gmail.com wrote: The calculation led to the number 8192, which is too high. Looks good. Reviewed-by: Alex Deucher alexander.deuc...@amd.com --- radeon/radeon_surface.c |2 ++ 1 file changed, 2 insertions(+) diff --git

Re: [PATCH 01/11] drm: add drm_send_vblank_event() helper

2012-10-16 Thread Laurent Pinchart
Hi Mario, On Saturday 13 October 2012 02:28:03 Mario Kleiner wrote: On 11.10.12 16:19, Laurent Pinchart wrote: On Monday 08 October 2012 14:50:39 Rob Clark wrote: From: Rob Clark r...@ti.com ... Do you know why some drivers don't call drm_vblank_count_and_time() ? For instance

Re: [PATCH] radeon: fix tile_split of 128-bit surface formats with 8x MSAA

2012-10-16 Thread Marek Olšák
In this specific case, the eg_surface_sanity function (or something like that, I don't remember its name) returns an error. Then the cascade of perfectly working fail codepaths propagate the error to the OpenGL user as an unsupported framebuffer object setup. Marek On Tue, Oct 16, 2012 at 8:50

Re: [PATCH 0/11] drm: add drm_send_vblank_event() helper (v4)

2012-10-16 Thread Laurent Pinchart
Hi Rob, Thanks for the patch (0/11 looks a bit weird BTW). On Friday 12 October 2012 18:57:12 Rob Clark wrote: From: Rob Clark r...@ti.com A helper that drivers can use to send vblank event after a pageflip. If the driver doesn't support proper vblank irq based time/seqn then just pass -1

[Bug 55692] [KMS][Cayman] Garbled screen and oops with 6950 with linus git from 20121006 (3.7-rc0)

2012-10-16 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=55692 --- Comment #23 from Christian König deathsim...@vodafone.de --- Created attachment 68623 -- https://bugs.freedesktop.org/attachment.cgi?id=68623action=edit Test patch. VM is definitely enabled, otherwise you won't got that error in the first

[BUG 3.7-rc1] nouveau cli-mutex possible recursive locking detected

2012-10-16 Thread Stanislaw Gruszka
I have this lockdep warning on wireless-testing tree based on 3.7-rc1 (no other patches except wireless bits). = Restarting tasks ... done. [ INFO: possible recursive locking detected ] 3.7.0-rc1-wl+ #2 Not tainted

Re: [PATCH 1/2] uapi: update includes for drm content when no kernel API exists

2012-10-16 Thread Luis R. Rodriguez
On Tue, Oct 16, 2012 at 5:34 AM, Laurent Pinchart laurent.pinch...@ideasonboard.com wrote: Hi Luis, On Saturday 13 October 2012 10:00:42 Luis R. Rodriguez wrote: On Sat, Oct 13, 2012 at 3:33 AM, Laurent Pinchart wrote: On Friday 12 October 2012 16:49:31 Luis R. Rodriguez wrote: From: Luis

Re: [PATCH 0/11] drm: add drm_send_vblank_event() helper (v4)

2012-10-16 Thread Rob Clark
On Tue, Oct 16, 2012 at 9:14 AM, Laurent Pinchart laurent.pinch...@ideasonboard.com wrote: Hi Rob, Thanks for the patch (0/11 looks a bit weird BTW). opps, that was *supposed* to be 01/11 :-P On Friday 12 October 2012 18:57:12 Rob Clark wrote: From: Rob Clark r...@ti.com A helper that

[PATCH] drm/radeon: add some new SI PCI ids

2012-10-16 Thread alexdeucher
From: Alex Deucher alexander.deuc...@amd.com Signed-off-by: Alex Deucher alexander.deuc...@amd.com Cc: sta...@vger.kernel.org --- include/drm/drm_pciids.h |3 +++ 1 files changed, 3 insertions(+), 0 deletions(-) diff --git a/include/drm/drm_pciids.h b/include/drm/drm_pciids.h index

[Bug 56038] New: r100_ring_test] *ERROR* messages sometimes on boot with ati radeon 9000 AGP ( r200 driver, dri2 KMS enabled )

2012-10-16 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=56038 Priority: medium Bug ID: 56038 Assignee: dri-devel@lists.freedesktop.org Summary: r100_ring_test] *ERROR* messages sometimes on boot with ati radeon 9000 AGP ( r200 driver, dri2 KMS

[Bug 56042] New: [865G] BadAlloc (insufficient resources for operation)

2012-10-16 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=56042 Priority: medium Bug ID: 56042 Assignee: dri-devel@lists.freedesktop.org Summary: [865G] BadAlloc (insufficient resources for operation) Severity: normal Classification: Unclassified

[Bug 56042] [865G] BadAlloc (insufficient resources for operation)

2012-10-16 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=56042 --- Comment #1 from Götz goetzchr...@yahoo.es --- Created attachment 68638 -- https://bugs.freedesktop.org/attachment.cgi?id=68638action=edit Xorg.0.log -- You are receiving this mail because: You are the assignee for the bug.

Re: [PATCH] dma-buf: Use EXPORT_SYMBOL

2012-10-16 Thread Robert Morell
On Wed, Oct 10, 2012 at 11:57:15PM -0700, Hans Verkuil wrote: On Wed October 10 2012 23:02:06 Rob Clark wrote: On Wed, Oct 10, 2012 at 1:17 PM, Alan Cox a...@lxorguk.ukuu.org.uk wrote: On Wed, 10 Oct 2012 08:56:32 -0700 Robert Morell rmor...@nvidia.com wrote: EXPORT_SYMBOL_GPL is

[PATCH] drm/debugfs: remove redundant info from gem_names

2012-10-16 Thread Marcin Slusarz
It's a relic of drm: Convert proc files to seq_file and introduce debugfs, which wrongly converted DRM_INFO + sprintf to 2 seq_printfs. Signed-off-by: Marcin Slusarz marcin.slus...@gmail.com Cc: Ben Gamari bgam...@gmail.com Cc: Eric Anholt e...@anholt.net --- drivers/gpu/drm/drm_info.c | 2 -- 1

Re: linux-next: Tree for Oct 16 (readeon_legacy)

2012-10-16 Thread Alex Deucher
On Tue, Oct 16, 2012 at 4:05 PM, Randy Dunlap rdun...@xenotime.net wrote: On 10/15/2012 08:58 PM, Stephen Rothwell wrote: Hi all, The merge window has closed, feel free to add new stuff again. Changes since 201201015: patch already sent to Dave:

[PATCH 01/11] drm: add drm_send_vblank_event() helper (v5)

2012-10-16 Thread Rob Clark
From: Rob Clark r...@ti.com A helper that drivers can use to send vblank event after a pageflip. If the driver doesn't support proper vblank irq based time/seqn then just pass -1 for the pipe # to get do_gettimestamp() behavior (since there are a lot of drivers that don't use

[Bug 55692] [KMS][Cayman] Garbled screen and oops with 6950 with linus git from 20121006 (3.7-rc0)

2012-10-16 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=55692 --- Comment #24 from Serkan Hosca ser...@hosca.com --- (In reply to comment #23) Created attachment 68623 [details] [review] Test patch. VM is definitely enabled, otherwise you won't got that error in the first place. Ok let's try to

[Bug 55692] [KMS][Cayman] Garbled screen and oops with 6950 with linus git from 20121006 (3.7-rc0)

2012-10-16 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=55692 --- Comment #25 from Serkan Hosca ser...@hosca.com --- Created attachment 68655 -- https://bugs.freedesktop.org/attachment.cgi?id=68655action=edit dmesg.3.7-rc1 with test patch -- You are receiving this mail because: You are the assignee for

[Bug 48941] New: Error creating '/sys/class/backlight/radeon_bl' in radeon_atom_backlight_init()

2012-10-16 Thread bugzilla-daemon
https://bugzilla.kernel.org/show_bug.cgi?id=48941 Summary: Error creating '/sys/class/backlight/radeon_bl' in radeon_atom_backlight_init() Product: Drivers Version: 2.5 Kernel Version: 3.7.0-rc1 Platform: All OS/Version:

[Bug 48941] Error creating '/sys/class/backlight/radeon_bl' in radeon_atom_backlight_init()

2012-10-16 Thread bugzilla-daemon
https://bugzilla.kernel.org/show_bug.cgi?id=48941 --- Comment #1 from Igor Murzov e-m...@date.by 2012-10-17 00:35:56 --- Created an attachment (id=83701) -- (https://bugzilla.kernel.org/attachment.cgi?id=83701) lspci -vvv -- Configure bugmail:

[PATCH v2 0/2] add exynos-drm platform device registration to driver

2012-10-16 Thread Rahul Sharma
This patch adds drm-exynos and drm-exynos-hdmi device registration to the drm driver. It was happening in machine init code earlier which is not acceptable for dt enabled platforms. Patch which cleans the respective code from arch/arm is "arm: exynos: removing exynos-drm device registration from

[PATCH v2 1/2] drm: exynos: moved exynos drm device registration to drm driver

2012-10-16 Thread Rahul Sharma
This patch moved the exynos-drm platform device registration to the drm driver. When DT is enabled, platform devices needs to be registered within the driver code. This patch fits the requirement of both DT and Non DT based drm drivers. Signed-off-by: Rahul Sharma ---

[PATCH v2 2/2] drm: exynos: moved exynos drm hdmi device registration to drm driver

2012-10-16 Thread Rahul Sharma
This patch moved the exynos-drm-hdmi platform device registration to the drm driver. When DT is enabled, platform devices needs to be registered within the driver code. This patch fits the requirement of both DT and Non DT based drm drivers. Signed-off-by: Rahul Sharma ---

[PATCH] radeon: fix tile_split of 128-bit surface formats with 8x MSAA

2012-10-16 Thread Marek Olšák
The calculation led to the number 8192, which is too high. --- radeon/radeon_surface.c |2 ++ 1 file changed, 2 insertions(+) diff --git a/radeon/radeon_surface.c b/radeon/radeon_surface.c index 66c2444..eb587d2 100644 --- a/radeon/radeon_surface.c +++ b/radeon/radeon_surface.c @@ -939,6

[PATCH v2 0/2] add exynos-drm platform device registration to driver

2012-10-16 Thread Inki Dae
Applied. Thanks, Inki Dae 2012/10/16 Rahul Sharma : > This patch adds drm-exynos and drm-exynos-hdmi device registration to the > drm driver. It was happening in machine init code earlier which is not > acceptable for dt enabled platforms. > > Patch which cleans the respective code from arch/arm

[drm-intel:drm-intel-next-queued 42/44] drivers/gpu/drm/i915/intel_pm.c:2506:2: error: 'ret' undeclared

2012-10-16 Thread Fengguang Wu
Hi Ben, FYI, kernel build failed on tree: git://people.freedesktop.org/~danvet/drm-intel.git drm-intel-next-queued head: 861b675336a1f686f480d92990251e99a3ec0956 commit: 686279dbcbc69f71ce86efdccaa8cad762cba2ea [42/44] drm/i915: Extract PCU communication config: x86_64-allyesconfig # make

[Bug 55829] [Regression]Smokin-guns crash when change resolution

2012-10-16 Thread bugzilla-dae...@freedesktop.org
part -- An HTML attachment was scrubbed... URL: <http://lists.freedesktop.org/archives/dri-devel/attachments/20121016/b3a06db6/attachment.html>

[Bug 55829] [Regression]Smokin-guns crash when change resolution

2012-10-16 Thread bugzilla-dae...@freedesktop.org
art -- An HTML attachment was scrubbed... URL: <http://lists.freedesktop.org/archives/dri-devel/attachments/20121016/cfc4e2f4/attachment.html>

[Bug 55829] [Regression]Smokin-guns crash when change resolution

2012-10-16 Thread bugzilla-dae...@freedesktop.org
art -- An HTML attachment was scrubbed... URL: <http://lists.freedesktop.org/archives/dri-devel/attachments/20121016/82066e66/attachment.html>

[PATCH] drm/omap: Fix include error during make

2012-10-16 Thread Andy Gross
Fixed include error for drm_mode.h Signed-off-by: Andy Gross --- drivers/staging/omapdrm/omap_crtc.c |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/drivers/staging/omapdrm/omap_crtc.c b/drivers/staging/omapdrm/omap_crtc.c index 732f2ad..5249223 100644 ---

[git pull] drm fixes

2012-10-16 Thread Dave Airlie
Hi Linus, fixes for i915, nouveau and radeon i915: haswell stability, modeset rework fallout, ums fix nouveau: misc fixes from code rework radeon: pll rework fixes, more 2 level PTE cleanups. core: warning fixes on 32-bit. Dave. The following changes since commit

[PATCH] radeon: fix tile_split of 128-bit surface formats with 8x MSAA

2012-10-16 Thread Paul Menzel
lly signed message part URL: <http://lists.freedesktop.org/archives/dri-devel/attachments/20121016/c6df66b0/attachment-0001.pgp>

[drm-intel:drm-intel-next-queued 42/44] drivers/gpu/drm/i915/intel_pm.c:2506:2: error: 'ret' undeclared

2012-10-16 Thread Daniel Vetter
On Tue, Oct 16, 2012 at 08:59:51AM +0800, Fengguang Wu wrote: > Hi Ben, > > FYI, kernel build failed on > > tree: git://people.freedesktop.org/~danvet/drm-intel.git > drm-intel-next-queued > head: 861b675336a1f686f480d92990251e99a3ec0956 > commit: 686279dbcbc69f71ce86efdccaa8cad762cba2ea

[PATCH] drm/radeon: fix PFP sync in vm_flush

2012-10-16 Thread Christian König
Otherwise the next IB might start reading commands with the page table still invalid. Signed-off-by: Christian K?nig --- drivers/gpu/drm/radeon/ni.c |4 drivers/gpu/drm/radeon/nid.h |1 + drivers/gpu/drm/radeon/si.c |4 3 files changed, 9 insertions(+) diff --git

[PATCHv10 23/26] v4l: vb2-dma-contig: align buffer size to PAGE_SIZE

2012-10-16 Thread Laurent Pinchart
Hi Tomasz, On Friday 12 October 2012 10:24:34 Tomasz Stanislawski wrote: > On 10/11/2012 11:31 PM, Laurent Pinchart wrote: > > On Wednesday 10 October 2012 16:46:42 Tomasz Stanislawski wrote: > >> Most operations on DMA and DMABUF framework need page > >> aligned buffers. > > > > The comment is

[PATCH 1/2] uapi: update includes for drm content when no kernel API exists

2012-10-16 Thread Laurent Pinchart
Hi Luis, On Saturday 13 October 2012 10:00:42 Luis R. Rodriguez wrote: > On Sat, Oct 13, 2012 at 3:33 AM, Laurent Pinchart wrote: > > On Friday 12 October 2012 16:49:31 Luis R. Rodriguez wrote: > >> From: "Luis R. Rodriguez" > >> > >> The UAPI changes split kernel API and userspace API > >>

[PATCH] drm/radeon: fix PFP sync in vm_flush

2012-10-16 Thread Alex Deucher
On Tue, Oct 16, 2012 at 5:02 AM, Christian K?nig wrote: > Otherwise the next IB might start reading commands > with the page table still invalid. > > Signed-off-by: Christian K?nig Looks good to me. I'll add it to my -fixes queue. Reviewed-by: Alex Deucher > --- >

[Bug 43829] Resuming my AMD A4-3300 based laptop leaves the screen black

2012-10-16 Thread bugzilla-dae...@freedesktop.org
- An HTML attachment was scrubbed... URL: <http://lists.freedesktop.org/archives/dri-devel/attachments/20121016/135fffc3/attachment-0001.html>

[PATCH] radeon: fix tile_split of 128-bit surface formats with 8x MSAA

2012-10-16 Thread Alex Deucher
On Tue, Oct 16, 2012 at 2:50 AM, Paul Menzel wrote: > Dear Marek, > > > Am Dienstag, den 16.10.2012, 02:21 +0200 schrieb Marek Ol??k: >> The calculation led to the number 8192, which is too high. > > what is the reason it is limited to 4096? Hardware limitation? hw limit. > > What are the

[PATCH] radeon: fix tile_split of 128-bit surface formats with 8x MSAA

2012-10-16 Thread Alex Deucher
On Mon, Oct 15, 2012 at 8:21 PM, Marek Ol??k wrote: > The calculation led to the number 8192, which is too high. Looks good. Reviewed-by: Alex Deucher > --- > radeon/radeon_surface.c |2 ++ > 1 file changed, 2 insertions(+) > > diff --git a/radeon/radeon_surface.c

[PATCH 01/11] drm: add drm_send_vblank_event() helper

2012-10-16 Thread Laurent Pinchart
Hi Mario, On Saturday 13 October 2012 02:28:03 Mario Kleiner wrote: > On 11.10.12 16:19, Laurent Pinchart wrote: > > On Monday 08 October 2012 14:50:39 Rob Clark wrote: > >> From: Rob Clark > > ... > > > Do you know why some drivers don't call drm_vblank_count_and_time() ? For > > instance

[PATCH] radeon: fix tile_split of 128-bit surface formats with 8x MSAA

2012-10-16 Thread Marek Olšák
In this specific case, the eg_surface_sanity function (or something like that, I don't remember its name) returns an error. Then the cascade of perfectly working fail codepaths propagate the error to the OpenGL user as an unsupported framebuffer object setup. Marek On Tue, Oct 16, 2012 at 8:50

[PATCH 0/11] drm: add drm_send_vblank_event() helper (v4)

2012-10-16 Thread Laurent Pinchart
Hi Rob, Thanks for the patch (0/11 looks a bit weird BTW). On Friday 12 October 2012 18:57:12 Rob Clark wrote: > From: Rob Clark > > A helper that drivers can use to send vblank event after a pageflip. > If the driver doesn't support proper vblank irq based time/seqn then > just pass -1 for

[Bug 55692] [KMS][Cayman] Garbled screen and oops with 6950 with linus git from 20121006 (3.7-rc0)

2012-10-16 Thread bugzilla-dae...@freedesktop.org
TML attachment was scrubbed... URL: <http://lists.freedesktop.org/archives/dri-devel/attachments/20121016/7c032f32/attachment.html>

[BUG 3.7-rc1] nouveau cli->mutex possible recursive locking detected

2012-10-16 Thread Stanislaw Gruszka
I have this lockdep warning on wireless-testing tree based on 3.7-rc1 (no other patches except wireless bits). = Restarting tasks ... done. [ INFO: possible recursive locking detected ] 3.7.0-rc1-wl+ #2 Not tainted

[PATCH 1/2] uapi: update includes for drm content when no kernel API exists

2012-10-16 Thread Luis R. Rodriguez
On Tue, Oct 16, 2012 at 5:34 AM, Laurent Pinchart wrote: > Hi Luis, > > On Saturday 13 October 2012 10:00:42 Luis R. Rodriguez wrote: >> On Sat, Oct 13, 2012 at 3:33 AM, Laurent Pinchart wrote: >> > On Friday 12 October 2012 16:49:31 Luis R. Rodriguez wrote: >> >> From: "Luis R. Rodriguez" >> >>

[PATCH 0/11] drm: add drm_send_vblank_event() helper (v4)

2012-10-16 Thread Rob Clark
On Tue, Oct 16, 2012 at 9:14 AM, Laurent Pinchart wrote: > Hi Rob, > > Thanks for the patch (0/11 looks a bit weird BTW). opps, that was *supposed* to be 01/11 :-P > > On Friday 12 October 2012 18:57:12 Rob Clark wrote: >> From: Rob Clark >> >> A helper that drivers can use to send vblank

[PATCH] drm/radeon: add some new SI PCI ids

2012-10-16 Thread alexdeuc...@gmail.com
From: Alex Deucher Signed-off-by: Alex Deucher Cc: stable at vger.kernel.org --- include/drm/drm_pciids.h |3 +++ 1 files changed, 3 insertions(+), 0 deletions(-) diff --git a/include/drm/drm_pciids.h b/include/drm/drm_pciids.h index c78bb99..af1cbaf 100644 ---

[Bug 56038] New: "r100_ring_test] *ERROR*" messages sometimes on boot with ati radeon 9000 AGP ( r200 driver, dri2 KMS enabled )

2012-10-16 Thread bugzilla-dae...@freedesktop.org
e for the bug. -- next part -- An HTML attachment was scrubbed... URL: <http://lists.freedesktop.org/archives/dri-devel/attachments/20121016/4fcfff4e/attachment.html>

[Bug 56042] New: [865G] BadAlloc (insufficient resources for operation)

2012-10-16 Thread bugzilla-dae...@freedesktop.org
rovide. -- 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/20121016/47441ef5/attachment.html>

[Bug 56042] [865G] BadAlloc (insufficient resources for operation)

2012-10-16 Thread bugzilla-dae...@freedesktop.org
art -- An HTML attachment was scrubbed... URL: <http://lists.freedesktop.org/archives/dri-devel/attachments/20121016/2d389784/attachment.html>

linux-next: Tree for Oct 16 (readeon_legacy)

2012-10-16 Thread Randy Dunlap
-r8139 URL: <http://lists.freedesktop.org/archives/dri-devel/attachments/20121016/60d43107/attachment-0001.ksh>

[PATCH] dma-buf: Use EXPORT_SYMBOL

2012-10-16 Thread Robert Morell
On Wed, Oct 10, 2012 at 11:57:15PM -0700, Hans Verkuil wrote: > On Wed October 10 2012 23:02:06 Rob Clark wrote: > > On Wed, Oct 10, 2012 at 1:17 PM, Alan Cox > > wrote: > > > On Wed, 10 Oct 2012 08:56:32 -0700 > > > Robert Morell wrote: > > > > > >> EXPORT_SYMBOL_GPL is intended to be used for

linux-next: Tree for Oct 16 (readeon_legacy)

2012-10-16 Thread Alex Deucher
On Tue, Oct 16, 2012 at 4:05 PM, Randy Dunlap wrote: > On 10/15/2012 08:58 PM, Stephen Rothwell wrote: > >> Hi all, >> >> The merge window has closed, feel free to add new stuff again. >> >> Changes since 201201015: >> patch already sent to Dave:

[PATCH 01/11] drm: add drm_send_vblank_event() helper (v5)

2012-10-16 Thread Rob Clark
From: Rob Clark A helper that drivers can use to send vblank event after a pageflip. If the driver doesn't support proper vblank irq based time/seqn then just pass -1 for the pipe # to get do_gettimestamp() behavior (since there are a lot of drivers that don't use

[BUG] 3.7-rc1: nouveau: NULL pointer dereference at nouveau_channel_new

2012-10-16 Thread Ortwin Glück
This is a regression towards 3.6. Occurs when starting X. I had already reported this before -rc1, but nobody listened. -- next part -- Oct 16 18:27:04 localhost kernel: Initializing cgroup subsys cpu Oct 16 18:27:04 localhost kernel: Linux version 3.7.0-rc1 (root at