[PATCH 2/2] drm/i915: move panel connectors to the front

2012-11-01 Thread Daniel Vetter
On Wed, Oct 31, 2012 at 04:05:33PM -0400, Adam Jackson wrote: > On 10/27/12 9:52 AM, Daniel Vetter wrote: > >This essentially reverts > > > >commit cb0953d734348e8862d6d7edc666cfb3bf6d8fae > >Author: Adam Jackson > >Date: Fri Jul 16 14:46:29 2010 -0400 > > > > drm/i915: Initialize LVDS and

[PATCH v7 3/8] of: add generic videomode description

2012-11-01 Thread Thierry Reding
rg/archives/dri-devel/attachments/20121101/2d9c3a8c/attachment.pgp>

[PATCH v7 2/8] of: add helper to parse display timings

2012-11-01 Thread Thierry Reding
836 bytes Desc: not available URL: <http://lists.freedesktop.org/archives/dri-devel/attachments/20121101/a8c7eb33/attachment.pgp>

[PATCH v7 1/8] video: add display_timing struct and helpers

2012-11-01 Thread Thierry Reding
as scrubbed... Name: not available Type: application/pgp-signature Size: 836 bytes Desc: not available URL: <http://lists.freedesktop.org/archives/dri-devel/attachments/20121101/ca4e700d/attachment.pgp>

[Bug 51787] performance regression with llvm shader compiler in ut2004

2012-11-01 Thread bugzilla-dae...@freedesktop.org
hives/dri-devel/attachments/20121101/a0964440/attachment.html>

[Bug 56634] r600g: fix abysmal performance in Reaction Quake : Huge slowdown

2012-11-01 Thread bugzilla-dae...@freedesktop.org
attachment was scrubbed... URL: <http://lists.freedesktop.org/archives/dri-devel/attachments/20121101/127a2d8a/attachment.html>

[PATCH 46/51] drm/i915: Add support for atomic modesetting completion events

2012-11-01 Thread Ville Syrjälä
On Thu, Nov 01, 2012 at 07:39:12AM -0700, Jesse Barnes wrote: > On Thu, 1 Nov 2012 12:12:35 +0100 > Daniel Vetter wrote: > > > On Thu, Oct 25, 2012 at 8:05 PM, wrote: > > > From: Ville Syrj?l? > > > > > > Send completion events when the atomic modesetting operations has > > > finished

[Bug 51787] performance regression with llvm shader compiler in ut2004

2012-11-01 Thread bugzilla-dae...@freedesktop.org
. -- next part -- An HTML attachment was scrubbed... URL: <http://lists.freedesktop.org/archives/dri-devel/attachments/20121101/53743e20/attachment.html>

[PATCH] drm: exynos: fix for mapping non contig dma buffers

2012-11-01 Thread Rahul Sharma
This patch fixes the problem of mapping gem objects which are non-contigous dma buffers. These buffers are described using SG table and SG lists. Each valid SG List is pointing to a single page or group of pages which are physically contigous. Current implementation just maps the first page of

[Bug 56405] Distorted graphics on Radeon HD 6620G

2012-11-01 Thread bugzilla-dae...@freedesktop.org
vel/attachments/20121101/1fde61c1/attachment.html>

[Bug 49051] nouveau driver send my laptop to power down

2012-11-01 Thread bugzilla-dae...@bugzilla.kernel.org
https://bugzilla.kernel.org/show_bug.cgi?id=49051 Reinhard Karcher changed: What|Removed |Added Status|NEW |RESOLVED Resolution|

[Bug 49051] nouveau driver send my laptop to power down

2012-11-01 Thread bugzilla-dae...@bugzilla.kernel.org
https://bugzilla.kernel.org/show_bug.cgi?id=49051 --- Comment #1 from Reinhard Karcher 2012-11-01 16:18:43 --- Using newest kernel from git (1e207eb1c3f0e8b690401f02fe08e7b53903f010), the problem is gone. The bug should be closed. Reinhard -- Configure bugmail:

[PATCH 2/4] drm/doc: integrate crtc helper api into docbook

2012-11-01 Thread Jakob Bornecrantz
On Thu, Nov 1, 2012 at 2:45 PM, Daniel Vetter wrote: > - Add the missing doc for drm_helper_move_panel_connectors_to_head. > - Fixup any outdated stuff in existing sections. I've only looked at > those kerneldoc headers that actually resulted in a complaint from > the kerneldoc parser tool. >

[PATCH 2/4] drm/doc: integrate crtc helper api into docbook

2012-11-01 Thread Chris Wilson
On Thu, 1 Nov 2012 15:49:16 +0100, Jakob Bornecrantz wrote: > On Thu, Nov 1, 2012 at 2:45 PM, Daniel Vetter > wrote: > > - Add the missing doc for drm_helper_move_panel_connectors_to_head. > > - Fixup any outdated stuff in existing sections. I've only looked at > > those kerneldoc headers

[PATCH 4/4] drm/doc: add new dp helpers into drm DocBook

2012-11-01 Thread Daniel Vetter
I didn't bother with documenting the really trivial new "extract something from dpcd" helpers, but the i2c over aux ch is now documented a bit. v2: Clarify the comment for i2c_dp_aux_add_bus a bit. v3: Fix more spelling fail spotted by Laurent Pinchart. Acked-by: Laurent Pinchart

[PATCH 3/4] drm/doc: integrate fb helper reference into docs

2012-11-01 Thread Daniel Vetter
Again only minimal changes to make kerneldoc no longer shout. Plus a little introduction in the form of a inline DOC: section to quickly explain what this is all about. v2: Fixup spelling fail. Acked-by: Laurent Pinchart Signed-off-by: Daniel Vetter --- Documentation/DocBook/drm.tmpl | 5

[PATCH 2/4] drm/doc: integrate crtc helper api into docbook

2012-11-01 Thread Daniel Vetter
- Add the missing doc for drm_helper_move_panel_connectors_to_head. - Fixup any outdated stuff in existing sections. I've only looked at those kerneldoc headers that actually resulted in a complaint from the kerneldoc parser tool. v2: - Actually include the docbook snippet in the right patch.

[PATCH 1/4] drm/doc: Helpers are not a Midlayer!

2012-11-01 Thread Daniel Vetter
I'm devoting all my wrath to that fight, so don't misname it ;-) v2: Make it clear that this section talks about kms helpers. Acked-by: Laurent Pinchart Signed-off-by: Daniel Vetter --- Documentation/DocBook/drm.tmpl | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git

[PATCH] drm/udl: fix stride issues scanning out stride != width*bpp

2012-11-01 Thread Dave Airlie
From: Dave Airlie When buffer sharing with the i915 and using a 1680x1050 monitor, the i915 gives is a 6912 buffer for the 6720 width, the code doesn't render this properly as it uses one value to set the base address for reading from the vmap and for where to start on the

[PATCH 4/4] drm/doc: add new dp helpers into drm DocBook

2012-11-01 Thread Laurent Pinchart
Hi Daniel, Thanks for the patch. On Wednesday 31 October 2012 10:11:50 Daniel Vetter wrote: > I didn't bother with documenting the really trivial new "extract > something from dpcd" helpers, but the i2c over aux ch is now > documented a bit. > > Signed-off-by: Daniel Vetter > --- >

[PATCH 3/4] drm/doc: integrate fb helper reference into docs

2012-11-01 Thread Laurent Pinchart
Hi Daniel, Thanks for the patch. On Wednesday 31 October 2012 10:11:49 Daniel Vetter wrote: > Again only minimal changes to make kerneldoc no longer shout. Plus a > little introduction in the form of a inline DOC: section to quickly > explain what this is all about. > > Signed-off-by: Daniel

[git pull] updated exynos-drm-fixes

2012-11-01 Thread Inki Dae
Hi Dave, The below patch, "add support for ARCH_MULTIPLATFORM", makes exynos drm driver to be complied for testing on different ARM DRM devices without having to switch configs. For this, you can refer to below link. http://www.spinics.net/lists/dri-devel/msg29365.html And

[PATCH 2/4] drm/doc: integrate crtc helper api into docbook

2012-11-01 Thread Laurent Pinchart
Hi Daniel, Thanks for the patch. (text reflowed for review purpose to fit the e-mail line length limit) On Wednesday 31 October 2012 10:11:48 Daniel Vetter wrote: > - Add the missing doc for drm_helper_move_panel_connectors_to_head. > - Fixup any outdated stuff in existing sections. I've only

[PATCH 1/4] drm/doc: Helpers are not a Midlayer!

2012-11-01 Thread Laurent Pinchart
Hi Daniel, Thanks for the patch. On Wednesday 31 October 2012 10:11:47 Daniel Vetter wrote: > I'm devoting all my wrath to that fight, so don't misname it ;-) Right, my bad :-) > Signed-off-by: Daniel Vetter > --- > Documentation/DocBook/drm.tmpl | 4 ++-- > 1 file changed, 2 insertions(+),

[PATCH 46/51] drm/i915: Add support for atomic modesetting completion events

2012-11-01 Thread Daniel Vetter
On Thu, Oct 25, 2012 at 8:05 PM, wrote: > From: Ville Syrj?l? > > Send completion events when the atomic modesetting operations has > finished succesfully. > > Signed-off-by: Ville Syrj?l? I have to admit I'm not on top of the latest ioctl/interface discussion, but one new requirement for the

[PATCH v7 2/8] of: add helper to parse display timings

2012-11-01 Thread Stephen Warren
On 10/31/2012 03:28 AM, Steffen Trumtrar wrote: Patch description? The patch defines the DT binding as well, which isn't mentioned in the patch subject. > new file mode 100644 > index 000..04c94a3 > --- /dev/null > +++ b/Documentation/devicetree/bindings/video/display-timings.txt > +Usage

[PATCH 2/2] drm/i915: lock event_lock for drm_vblank_off()

2012-11-01 Thread Imre Deak
On Wed, 2012-10-31 at 23:46 +0100, Daniel Vetter wrote: > On Thu, Nov 01, 2012 at 12:03:39AM +0200, Imre Deak wrote: > > drm_vblank_off() requires callers to hold the event_lock. > > > > Signed-off-by: Imre Deak > > Hm, do we put this code through its paces already in flip_test by > scheduling

[PATCH 1/2] drm: fix order of event_lock wrt. vblank_time_clock

2012-11-01 Thread Imre Deak
On Thu, 2012-11-01 at 00:03 +0200, Imre Deak wrote: > drm_vblank_off() requires callers to hold the event_lock, while itself > locking vbl_time and vblank_time_lock. This defines a dependency chain > that conflicts with the one in drm_handle_vblank() where we first lock > vblank_time_lock and then

[pull] radeon drm-fixes-3.7

2012-11-01 Thread alexdeuc...@gmail.com
From: Alex Deucher Hi Dave, This request is mostly load detection fixes from Egbert and me. The following changes since commit 4936b172d699434547addbe452c2d600ea6a4baf: Merge branch 'drm-nouveau-fixes' of git://people.freedesktop.org/git/nouveau/linux-2.6 into

[PATCH] kms: Make libkms.h usable in C++

2012-11-01 Thread Laurent Pinchart
Wrap the header in extern "C" { ... };. Signed-off-by: Laurent Pinchart --- libkms/libkms.h |8 1 files changed, 8 insertions(+), 0 deletions(-) diff --git a/libkms/libkms.h b/libkms/libkms.h index 4664442..c00b159 100644 --- a/libkms/libkms.h +++ b/libkms/libkms.h @@ -29,6 +29,10

[Bug 56634] New: r600g: fix abysmal performance in Reaction Quake : Huge slowdown

2012-11-01 Thread bugzilla-dae...@freedesktop.org
vel/attachments/20121101/2ea29ba3/attachment.html>

[PATCH] kms: Return a negative error code in kms_bo_create()

2012-11-01 Thread Laurent Pinchart
The function returns returns 0 on success or a negative value in case of an error, except when given invalid attributes in which case it returns the positive EINVAL value. Replace that with -EINVAL to allow the caller to detect errors with a < 0 check. Signed-off-by: Laurent Pinchart ---

[PATCH 46/51] drm/i915: Add support for atomic modesetting completion events

2012-11-01 Thread Jesse Barnes
On Thu, 1 Nov 2012 19:07:02 +0200 Ville Syrj?l? wrote: > On Thu, Nov 01, 2012 at 07:39:12AM -0700, Jesse Barnes wrote: > > On Thu, 1 Nov 2012 12:12:35 +0100 > > Daniel Vetter wrote: > > > > > On Thu, Oct 25, 2012 at 8:05 PM, > > > wrote: > > > > From: Ville Syrj?l? > > > > > > > > Send

[pull] drm-intel-fixes

2012-11-01 Thread Daniel Vetter
Hi Dave, Nothing big at all for -fixes, just small stuff: - Two patches to fix bugs on i830M - ums regression fixer due to kicking firmeware fbs (Chris) - tune down a too loud warning (Jani) - be more careful with sdvo infoframes, which fixes a long-standing sdvo-hdmi regression Cheers, Daniel

[Bug 56620] r600g: ETQW renders garbage with --enable-r600-llvm-compiler

2012-11-01 Thread bugzilla-dae...@freedesktop.org
was scrubbed... URL: <http://lists.freedesktop.org/archives/dri-devel/attachments/20121101/c49ac3e5/attachment.html>

[PATCH 46/51] drm/i915: Add support for atomic modesetting completion events

2012-11-01 Thread Jesse Barnes
On Thu, 1 Nov 2012 12:12:35 +0100 Daniel Vetter wrote: > On Thu, Oct 25, 2012 at 8:05 PM, wrote: > > From: Ville Syrj?l? > > > > Send completion events when the atomic modesetting operations has > > finished succesfully. > > > > Signed-off-by: Ville Syrj?l? > > I have to admit I'm not on

[Bug 56139] [bisected] kernel 3.7.0-rc1 breaks 6950 (CAYMAN)

2012-11-01 Thread bugzilla-dae...@freedesktop.org
part -- An HTML attachment was scrubbed... URL: <http://lists.freedesktop.org/archives/dri-devel/attachments/20121101/97755e74/attachment.html>

[Bug 56139] [bisected] kernel 3.7.0-rc1 breaks 6950 (CAYMAN)

2012-11-01 Thread bugzilla-dae...@freedesktop.org
g 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/20121101/ce7d3797/attachment-0001.html>

[PATCH 2/2] drm/i915: lock event_lock for drm_vblank_off()

2012-11-01 Thread Imre Deak
drm_vblank_off() requires callers to hold the event_lock. Signed-off-by: Imre Deak --- drivers/gpu/drm/i915/intel_display.c | 15 +++ 1 file changed, 15 insertions(+) diff --git a/drivers/gpu/drm/i915/intel_display.c b/drivers/gpu/drm/i915/intel_display.c index b453901..56f1119

[PATCH 1/2] drm: fix order of event_lock wrt. vblank_time_clock

2012-11-01 Thread Imre Deak
drm_vblank_off() requires callers to hold the event_lock, while itself locking vbl_time and vblank_time_lock. This defines a dependency chain that conflicts with the one in drm_handle_vblank() where we first lock vblank_time_lock and then the event_lock. Fix this by reversing the locking order in

[PATCH 2/2] drm/i915: lock event_lock for drm_vblank_off()

2012-11-01 Thread Daniel Vetter
On Thu, Nov 01, 2012 at 12:03:39AM +0200, Imre Deak wrote: > drm_vblank_off() requires callers to hold the event_lock. > > Signed-off-by: Imre Deak Hm, do we put this code through its paces already in flip_test by scheduling a vblank wait in the future (a second or so), and then disabling the

Re: [git pull] updated exynos-drm-fixes

2012-11-01 Thread Inki Dae
Hi Dave, The below patch, add support for ARCH_MULTIPLATFORM, makes exynos drm driver to be complied for testing on different ARM DRM devices without having to switch configs. For this, you can refer to below link. http://www.spinics.net/lists/dri-devel/msg29365.html And this

[PATCH] drm/udl: fix stride issues scanning out stride != width*bpp

2012-11-01 Thread Dave Airlie
From: Dave Airlie airl...@redhat.com When buffer sharing with the i915 and using a 1680x1050 monitor, the i915 gives is a 6912 buffer for the 6720 width, the code doesn't render this properly as it uses one value to set the base address for reading from the vmap and for where to start on the

RE: [PATCH v7 5/8] fbmon: add videomode helpers

2012-11-01 Thread Manjunathappa, Prakash
Hi Steffen, On Wed, Oct 31, 2012 at 14:58:05, Steffen Trumtrar wrote: Add a function to convert from the generic videomode to a fb_videomode. Signed-off-by: Steffen Trumtrar s.trumt...@pengutronix.de --- drivers/video/fbmon.c | 36 include/linux/fb.h

[Bug 56139] [bisected] kernel 3.7.0-rc1 breaks 6950 (CAYMAN)

2012-11-01 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=56139 --- Comment #10 from Alexandre Demers alexandre.f.dem...@gmail.com --- The good news is: the code under resume() is not to be blamed for the lock after coming back from suspend. -- You are receiving this mail because: You are the assignee for

[Bug 56620] r600g: ETQW renders garbage with --enable-r600-llvm-compiler

2012-11-01 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=56620 --- Comment #5 from Laurent carlier lordhea...@gmail.com --- [lordh@archMain ~]$ /usr/bin/llvm-config32 --version 3.1 -- You are receiving this mail because: You are the assignee for the bug. ___

[pull] drm-intel-fixes

2012-11-01 Thread Daniel Vetter
Hi Dave, Nothing big at all for -fixes, just small stuff: - Two patches to fix bugs on i830M - ums regression fixer due to kicking firmeware fbs (Chris) - tune down a too loud warning (Jani) - be more careful with sdvo infoframes, which fixes a long-standing sdvo-hdmi regression Cheers, Daniel

Re: [PATCH 1/2] drm: fix order of event_lock wrt. vblank_time_clock

2012-11-01 Thread Imre Deak
On Thu, 2012-11-01 at 00:03 +0200, Imre Deak wrote: drm_vblank_off() requires callers to hold the event_lock, while itself locking vbl_time and vblank_time_lock. This defines a dependency chain that conflicts with the one in drm_handle_vblank() where we first lock vblank_time_lock and then the

Re: [PATCH 2/2] drm/i915: lock event_lock for drm_vblank_off()

2012-11-01 Thread Imre Deak
On Wed, 2012-10-31 at 23:46 +0100, Daniel Vetter wrote: On Thu, Nov 01, 2012 at 12:03:39AM +0200, Imre Deak wrote: drm_vblank_off() requires callers to hold the event_lock. Signed-off-by: Imre Deak imre.d...@intel.com Hm, do we put this code through its paces already in flip_test by

[PATCH] kms: Return a negative error code in kms_bo_create()

2012-11-01 Thread Laurent Pinchart
The function returns returns 0 on success or a negative value in case of an error, except when given invalid attributes in which case it returns the positive EINVAL value. Replace that with -EINVAL to allow the caller to detect errors with a 0 check. Signed-off-by: Laurent Pinchart

[PATCH] kms: Make libkms.h usable in C++

2012-11-01 Thread Laurent Pinchart
Wrap the header in extern C { ... };. Signed-off-by: Laurent Pinchart laurent.pinch...@ideasonboard.com --- libkms/libkms.h |8 1 files changed, 8 insertions(+), 0 deletions(-) diff --git a/libkms/libkms.h b/libkms/libkms.h index 4664442..c00b159 100644 --- a/libkms/libkms.h +++

[Bug 56634] New: r600g: fix abysmal performance in Reaction Quake : Huge slowdown

2012-11-01 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=56634 Priority: medium Bug ID: 56634 Assignee: dri-devel@lists.freedesktop.org Summary: r600g: fix abysmal performance in Reaction Quake : Huge slowdown Severity: normal

Re: [PATCH 46/51] drm/i915: Add support for atomic modesetting completion events

2012-11-01 Thread Daniel Vetter
On Thu, Oct 25, 2012 at 8:05 PM, ville.syrj...@linux.intel.com wrote: From: Ville Syrjälä ville.syrj...@linux.intel.com Send completion events when the atomic modesetting operations has finished succesfully. Signed-off-by: Ville Syrjälä ville.syrj...@linux.intel.com I have to admit I'm not

Re: [PATCH 1/4] drm/doc: Helpers are not a Midlayer!

2012-11-01 Thread Laurent Pinchart
Hi Daniel, Thanks for the patch. On Wednesday 31 October 2012 10:11:47 Daniel Vetter wrote: I'm devoting all my wrath to that fight, so don't misname it ;-) Right, my bad :-) Signed-off-by: Daniel Vetter daniel.vet...@ffwll.ch --- Documentation/DocBook/drm.tmpl | 4 ++-- 1 file changed,

Re: [PATCH 2/4] drm/doc: integrate crtc helper api into docbook

2012-11-01 Thread Laurent Pinchart
Hi Daniel, Thanks for the patch. (text reflowed for review purpose to fit the e-mail line length limit) On Wednesday 31 October 2012 10:11:48 Daniel Vetter wrote: - Add the missing doc for drm_helper_move_panel_connectors_to_head. - Fixup any outdated stuff in existing sections. I've only

Re: [PATCH 3/4] drm/doc: integrate fb helper reference into docs

2012-11-01 Thread Laurent Pinchart
Hi Daniel, Thanks for the patch. On Wednesday 31 October 2012 10:11:49 Daniel Vetter wrote: Again only minimal changes to make kerneldoc no longer shout. Plus a little introduction in the form of a inline DOC: section to quickly explain what this is all about. Signed-off-by: Daniel Vetter

Re: [PATCH 4/4] drm/doc: add new dp helpers into drm DocBook

2012-11-01 Thread Laurent Pinchart
Hi Daniel, Thanks for the patch. On Wednesday 31 October 2012 10:11:50 Daniel Vetter wrote: I didn't bother with documenting the really trivial new extract something from dpcd helpers, but the i2c over aux ch is now documented a bit. Signed-off-by: Daniel Vetter daniel.vet...@ffwll.ch ---

[PATCH 1/4] drm/doc: Helpers are not a Midlayer!

2012-11-01 Thread Daniel Vetter
I'm devoting all my wrath to that fight, so don't misname it ;-) v2: Make it clear that this section talks about kms helpers. Acked-by: Laurent Pinchart laurent.pinch...@ideasonboard.com Signed-off-by: Daniel Vetter daniel.vet...@ffwll.ch --- Documentation/DocBook/drm.tmpl | 4 ++-- 1 file

[PATCH 2/4] drm/doc: integrate crtc helper api into docbook

2012-11-01 Thread Daniel Vetter
- Add the missing doc for drm_helper_move_panel_connectors_to_head. - Fixup any outdated stuff in existing sections. I've only looked at those kerneldoc headers that actually resulted in a complaint from the kerneldoc parser tool. v2: - Actually include the docbook snippet in the right patch.

[PATCH 3/4] drm/doc: integrate fb helper reference into docs

2012-11-01 Thread Daniel Vetter
Again only minimal changes to make kerneldoc no longer shout. Plus a little introduction in the form of a inline DOC: section to quickly explain what this is all about. v2: Fixup spelling fail. Acked-by: Laurent Pinchart laurent.pinch...@ideasonboard.com Signed-off-by: Daniel Vetter

[PATCH 4/4] drm/doc: add new dp helpers into drm DocBook

2012-11-01 Thread Daniel Vetter
I didn't bother with documenting the really trivial new extract something from dpcd helpers, but the i2c over aux ch is now documented a bit. v2: Clarify the comment for i2c_dp_aux_add_bus a bit. v3: Fix more spelling fail spotted by Laurent Pinchart. Acked-by: Laurent Pinchart

Re: [PATCH 46/51] drm/i915: Add support for atomic modesetting completion events

2012-11-01 Thread Jesse Barnes
On Thu, 1 Nov 2012 12:12:35 +0100 Daniel Vetter dan...@ffwll.ch wrote: On Thu, Oct 25, 2012 at 8:05 PM, ville.syrj...@linux.intel.com wrote: From: Ville Syrjälä ville.syrj...@linux.intel.com Send completion events when the atomic modesetting operations has finished succesfully.

[pull] radeon drm-fixes-3.7

2012-11-01 Thread alexdeucher
From: Alex Deucher alexander.deuc...@amd.com Hi Dave, This request is mostly load detection fixes from Egbert and me. The following changes since commit 4936b172d699434547addbe452c2d600ea6a4baf: Merge branch 'drm-nouveau-fixes' of git://people.freedesktop.org/git/nouveau/linux-2.6 into

Re: [PATCH 2/4] drm/doc: integrate crtc helper api into docbook

2012-11-01 Thread Jakob Bornecrantz
On Thu, Nov 1, 2012 at 2:45 PM, Daniel Vetter daniel.vet...@ffwll.ch wrote: - Add the missing doc for drm_helper_move_panel_connectors_to_head. - Fixup any outdated stuff in existing sections. I've only looked at those kerneldoc headers that actually resulted in a complaint from the

Re: [PATCH 2/4] drm/doc: integrate crtc helper api into docbook

2012-11-01 Thread Chris Wilson
On Thu, 1 Nov 2012 15:49:16 +0100, Jakob Bornecrantz wallbra...@gmail.com wrote: On Thu, Nov 1, 2012 at 2:45 PM, Daniel Vetter daniel.vet...@ffwll.ch wrote: - Add the missing doc for drm_helper_move_panel_connectors_to_head. - Fixup any outdated stuff in existing sections. I've only looked

[Bug 49051] nouveau driver send my laptop to power down

2012-11-01 Thread bugzilla-daemon
https://bugzilla.kernel.org/show_bug.cgi?id=49051 --- Comment #1 from Reinhard Karcher reinhard.karc...@gmx.net 2012-11-01 16:18:43 --- Using newest kernel from git (1e207eb1c3f0e8b690401f02fe08e7b53903f010), the problem is gone. The bug should be closed. Reinhard -- Configure bugmail:

[Bug 49051] nouveau driver send my laptop to power down

2012-11-01 Thread bugzilla-daemon
https://bugzilla.kernel.org/show_bug.cgi?id=49051 Reinhard Karcher reinhard.karc...@gmx.net changed: What|Removed |Added Status|NEW |RESOLVED

Re: [PATCH 46/51] drm/i915: Add support for atomic modesetting completion events

2012-11-01 Thread Ville Syrjälä
On Thu, Nov 01, 2012 at 07:39:12AM -0700, Jesse Barnes wrote: On Thu, 1 Nov 2012 12:12:35 +0100 Daniel Vetter dan...@ffwll.ch wrote: On Thu, Oct 25, 2012 at 8:05 PM, ville.syrj...@linux.intel.com wrote: From: Ville Syrjälä ville.syrj...@linux.intel.com Send completion events when

Re: [PATCH 46/51] drm/i915: Add support for atomic modesetting completion events

2012-11-01 Thread Jesse Barnes
On Thu, 1 Nov 2012 19:07:02 +0200 Ville Syrjälä ville.syrj...@linux.intel.com wrote: On Thu, Nov 01, 2012 at 07:39:12AM -0700, Jesse Barnes wrote: On Thu, 1 Nov 2012 12:12:35 +0100 Daniel Vetter dan...@ffwll.ch wrote: On Thu, Oct 25, 2012 at 8:05 PM, ville.syrj...@linux.intel.com

[Bug 56405] Distorted graphics on Radeon HD 6620G

2012-11-01 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=56405 Alex Deucher ag...@yahoo.com changed: What|Removed |Added CC||klausenb...@hotmail.com

Re: [PATCH v7 2/8] of: add helper to parse display timings

2012-11-01 Thread Stephen Warren
On 10/31/2012 03:28 AM, Steffen Trumtrar wrote: Patch description? The patch defines the DT binding as well, which isn't mentioned in the patch subject. new file mode 100644 index 000..04c94a3 --- /dev/null +++ b/Documentation/devicetree/bindings/video/display-timings.txt +Usage in

Re: [PATCH v7 3/8] of: add generic videomode description

2012-11-01 Thread Thierry Reding
On Wed, Oct 31, 2012 at 10:28:03AM +0100, Steffen Trumtrar wrote: [...] +config OF_VIDEOMODE + def_bool y + depends on VIDEOMODE + help + helper to get videomodes from the devicetree + I think patches 3 and 4 need to be swapped, since patch 4 introduces the VIDEOMODE

Re: [PATCH 2/2] drm/i915: move panel connectors to the front

2012-11-01 Thread Daniel Vetter
On Wed, Oct 31, 2012 at 04:05:33PM -0400, Adam Jackson wrote: On 10/27/12 9:52 AM, Daniel Vetter wrote: This essentially reverts commit cb0953d734348e8862d6d7edc666cfb3bf6d8fae Author: Adam Jackson a...@redhat.com Date: Fri Jul 16 14:46:29 2010 -0400 drm/i915: Initialize LVDS and

Re: [PATCH 2/4] drm/doc: integrate crtc helper api into docbook

2012-11-01 Thread Daniel Vetter
On Thu, Nov 01, 2012 at 03:06:44PM +, Chris Wilson wrote: On Thu, 1 Nov 2012 15:49:16 +0100, Jakob Bornecrantz wallbra...@gmail.com wrote: On Thu, Nov 1, 2012 at 2:45 PM, Daniel Vetter daniel.vet...@ffwll.ch wrote: - Add the missing doc for drm_helper_move_panel_connectors_to_head.

Re: [PATCH 46/51] drm/i915: Add support for atomic modesetting completion events

2012-11-01 Thread Daniel Vetter
On Thu, Nov 01, 2012 at 10:12:21AM -0700, Jesse Barnes wrote: On Thu, 1 Nov 2012 19:07:02 +0200 Ville Syrjälä ville.syrj...@linux.intel.com wrote: On Thu, Nov 01, 2012 at 07:39:12AM -0700, Jesse Barnes wrote: On Thu, 1 Nov 2012 12:12:35 +0100 Daniel Vetter dan...@ffwll.ch wrote:

[Bug 52997] evergreen_cs_track_validate_cb:477 cb[0] bo too small when launching ds2 in wine

2012-11-01 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=52997 --- Comment #13 from mailbox@gmail.com --- (In reply to comment #12) If they are 32-bit games, you'll hit the same issue. Not meaning to question your expertise, but would you care to explain: if wine requires 32-bit 3D driver why virtual

[PATCH 1/2] drm/nouveau: Add interface to detect optimus and v1 support

2012-11-01 Thread Dave Airlie
From: Dave Airlie airl...@redhat.com This is required to decide if we can auto-powerdown and how to implement it. Signed-off-by: Dave Airlie airl...@redhat.com --- drivers/gpu/drm/nouveau/nouveau_acpi.c | 30 ++ drivers/gpu/drm/nouveau/nouveau_acpi.h | 4 2

[PATCH 2/2] drm/nouveau: convert to dev_pm_ops

2012-11-01 Thread Dave Airlie
From: Dave Airlie airl...@redhat.com This is a precursor to dynamic power management support for nouveau, we need to use pm ops for that, so first convert the driver to using pm ops interfaces. Signed-off-by: Dave Airlie airl...@redhat.com --- drivers/gpu/drm/nouveau/nouveau_drm.c | 93

[Bug 56634] r600g: fix abysmal performance in Reaction Quake : Huge slowdown

2012-11-01 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=56634 --- Comment #2 from Alexandre Demers alexandre.f.dem...@gmail.com --- Do you mean it's slower than without the commit or is it running mostly at the same speed when it's slowing down? -- You are receiving this mail because: You are the assignee