[Bug 62997] Crashes on ARUBA unless R600_DEBUG=nodma

2013-04-06 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=62997 --- Comment #5 from udo --- It does crash, but without reboot. Gui disappears. Pure text mode screne is shown of first few seconds of boot. No network. Kernel alive. Apr 7 07:59:47 surfplank2 dbus[3118]: [system] Rejected send message, 2 matche

Re: [PATCH] drivers/gpu/drm/nouveau: remove erroneous semicolon

2013-04-06 Thread Joe Perches
On Sun, 2013-04-07 at 11:57 +0800, Chen Gang wrote: > On 2013年04月07日 11:49, Greg KH wrote: > > On Sun, Apr 07, 2013 at 09:03:55AM +0800, Chen Gang wrote: > >> Hello Greg KH: > >> when you have time, can you help to check this patch whether OK ? > > No. > Why ? does it also need a test ?? Greg's

[PATCH] drivers/gpu/drm/nouveau: remove erroneous semicolon

2013-04-06 Thread Joe Perches
On Sun, 2013-04-07 at 11:57 +0800, Chen Gang wrote: > On 2013?04?07? 11:49, Greg KH wrote: > > On Sun, Apr 07, 2013 at 09:03:55AM +0800, Chen Gang wrote: > >> Hello Greg KH: > >> when you have time, can you help to check this patch whether OK ? > > No. > Why ? does it also need a test ?? Greg's

[PATCH] drivers/gpu/drm/nouveau: remove erroneous semicolon

2013-04-06 Thread Greg KH
On Sun, Apr 07, 2013 at 09:03:55AM +0800, Chen Gang wrote: > Hello Greg KH: > > when you have time, can you help to check this patch whether OK ? No.

drm/nouveau: Possible hardware corruption of older GeForce card

2013-04-06 Thread Calvin Owens
On Sat Mar 23 11:40:32 +1000, Ben Skeggs wrote: > On Fri, 2013-03-22 at 14:54 -0500, Calvin Owens wrote: > > On 03/21/13 02:56, Calvin Owens wrote: > > > On 03/21/13 02:24, Calvin Owens wrote: > > >> On 03/21/13 01:59, Ben Skeggs wrote: > > >>> On Thu, 2013-03-21 at 01:34 -0500, Calvin Owens wrote:

[Bug 62756] Rendering errors on rv790 with llvm and unigine heaven 3.0

2013-04-06 Thread bugzilla-dae...@freedesktop.org
or the bug. -- next part -- An HTML attachment was scrubbed... URL: <http://lists.freedesktop.org/archives/dri-devel/attachments/20130406/40760153/attachment-0001.html>

BUG: kworker hangs the GPU on drm and i915 since 3.8.x under X11

2013-04-06 Thread Georgios Amanakis
Thanks for all your efforts. It is really fun to see such an immediate response. Daniel Vetter wrote: >On Sat, Apr 6, 2013 at 6:24 PM, George Amanakis >wrote: >> Indeed, I set explicitly drm_kms_helper.poll=0 since 2.35.x. See here: >> http://souriguha.wordpress.com/2011/03/08/how-to-solve-pro

BUG: kworker hangs the GPU on drm and i915 since 3.8.x under X11

2013-04-06 Thread Daniel Vetter
On Sat, Apr 6, 2013 at 6:24 PM, George Amanakis wrote: > Indeed, I set explicitly drm_kms_helper.poll=0 since 2.35.x. See here: > http://souriguha.wordpress.com/2011/03/08/how-to-solve-problem-with-thinkpadkslowd-kworker-on-linux-kernel-2-35-2-36/ > > Mouse and keyboard freezes intermittently some

[PATCH] drm/kms-helper: disable hpd_irq handling when poll=0

2013-04-06 Thread Daniel Vetter
When inlining the actual hpd output probing in commit 69787f7da6b2adc4054357a661aaa1701a9ca76f Author: Daniel Vetter Date: Tue Oct 23 18:23:34 2012 + drm: run the hpd irq event code directly the check for the drm_kms_hlper.poll module option was lost. This regressed systems where this

[PATCH 1/1] drm: Add 1600x1200 (UXGA) screen resolution to the built-in EDIDs

2013-04-06 Thread Carsten Emde
An embedded and charset-unspecified text was scrubbed... Name: drivers-gpu-drm-edid-load-firmware-add-1600x1200.patch URL: <http://lists.freedesktop.org/archives/dri-devel/attachments/20130406/e630e059/attachment.ksh>

[PATCH 0/1] drm: Add built-in EDID set of another common screen resolution

2013-04-06 Thread Carsten Emde
Several users were complaining that 1600x1200 screen resolution was lacking. Here is it. -Carsten.

Re: [PATCH 1/1] drm: Add 1600x1200 (UXGA) screen resolution to the built-in EDIDs

2013-04-06 Thread Paul Menzel
Dear Carsten, thank you for the patch. Am Samstag, den 06.04.2013, 18:01 +0200 schrieb Carsten Emde: > The 1600x1200 (UXGA) screen resolution was lacking in the set of > built-in selectable EDID screen resolutions that can be used to > repair misbehaving monitor firmware. > > This patch adds

BUG: kworker hangs the GPU on drm and i915 since 3.8.x under X11

2013-04-06 Thread Daniel Vetter
On Sat, Apr 6, 2013 at 12:01 AM, George Amanakis wrote: > I mean that I can type, move the mouse pointer, open new windows but there > is a lag until these changes are displayed. Stuttering like. > > I ended up not reverting the aforementioned commit but modifying it. This > also solves the issue

Re: [PATCH 0/1] drm: Add built-in EDID set of another common screen resolution

2013-04-06 Thread Jacobo Pantoja
Wow!!! I have been awaiting for this! I'm now working with my monitor at 1600x1200 flawlessly. Thank you so much, Carsten! I hope that everything goes fine and will finally arrive to the mainstream. There is a bunch of users with vintage CRTs and pre-wide-era TFTs for whom this patch may be useful

[Bug 62756] Rendering errors on rv790 with llvm and unigine heaven 3.0

2013-04-06 Thread bugzilla-dae...@freedesktop.org
.freedesktop.org/archives/dri-devel/attachments/20130406/9a201d01/attachment.html>

[PATCH 02/11] drm/radeon: rework fallback handling

2013-04-06 Thread Christian König
Am 06.04.2013 15:24, schrieb Christian K?nig: > From: Christian K?nig > > Let the CS module decide if we can fall back to VRAM or not. > > Signed-off-by: Christian K?nig Crap, just seen another typo in this patch. Going to resend a v2 of it soon. Christian. > --- > drivers/gpu/drm/radeon/ra

[Bug 56311] New: radeon crashing xorg at radeon_drv.so on kernel 3.8.4

2013-04-06 Thread bugzilla-dae...@bugzilla.kernel.org
https://bugzilla.kernel.org/show_bug.cgi?id=56311 Summary: radeon crashing xorg at radeon_drv.so on kernel 3.8.4 Product: Drivers Version: 2.5 Platform: All OS/Version: Linux Tree: Mainline Status: NEW Severity:

[PATCH 11/11] drm/radeon: add UVD tiling addr config v2

2013-04-06 Thread Christian König
v2: set UVD tiling config for rv730 Signed-off-by: Christian K?nig Signed-off-by: Alex Deucher Reviewed-by: Jerome Glisse --- drivers/gpu/drm/radeon/evergreen.c |3 +++ drivers/gpu/drm/radeon/evergreend.h |3 +++ drivers/gpu/drm/radeon/ni.c |3 +++ drivers/gpu/drm/radeon/n

[PATCH 10/11] drm/radeon: init UVD clocks to sane defaults

2013-04-06 Thread Christian König
Just until we get proper DPM for that. Signed-off-by: Christian K?nig Reviewed-by: Jerome Glisse --- drivers/gpu/drm/radeon/radeon_uvd.c |2 ++ 1 file changed, 2 insertions(+) diff --git a/drivers/gpu/drm/radeon/radeon_uvd.c b/drivers/gpu/drm/radeon/radeon_uvd.c index 05a192e..30a9460 100

[PATCH 09/11] drm/radeon: add set_uvd_clocks callback for r7xx v3

2013-04-06 Thread Christian König
v2: avoid 64bit divide v3: rv740 uses the evegreen upll configuration Signed-off-by: Christian K?nig Signed-off-by: Alex Deucher Reviewed-by: Jerome Glisse --- drivers/gpu/drm/radeon/radeon_asic.c |1 + drivers/gpu/drm/radeon/radeon_asic.h |1 + drivers/gpu/drm/radeon/rv770.c |

[PATCH 08/11] drm/radeon: add set_uvd_clocks callback for SI

2013-04-06 Thread Christian König
Signed-off-by: Christian K?nig Reviewed-by: Jerome Glisse --- drivers/gpu/drm/radeon/radeon_asic.c |1 + drivers/gpu/drm/radeon/radeon_asic.h |1 + drivers/gpu/drm/radeon/si.c | 167 ++ drivers/gpu/drm/radeon/sid.h | 29 ++ 4 files

[PATCH 07/11] drm/radeon: add set_uvd_clocks callback for evergreen

2013-04-06 Thread Christian König
From: Alex Deucher v2: remove unneeded register definitions Signed-off-by: Alex Deucher Signed-off-by: Christian K?nig Reviewed-by: Jerome Glisse --- drivers/gpu/drm/radeon/evergreen.c | 164 ++ drivers/gpu/drm/radeon/evergreend.h | 27 ++ drivers/gp

[PATCH 06/11] drm/radeon: add set_uvd_clocks callback for ON/LN/TN (v4)

2013-04-06 Thread Christian König
From: Alex Deucher v2: write clk registers only once! v3: update cg scratch register properly v4: add TN support Signed-off-by: Alex Deucher Signed-off-by: Christian K?nig Reviewed-by: Jerome Glisse --- drivers/gpu/drm/radeon/evergreen.c | 47 ++ drivers/g

[PATCH 05/11] drm/radeon: add radeon_atom_get_clock_dividers helper

2013-04-06 Thread Christian König
Signed-off-by: Christian K?nig Reviewed-by: Jerome Glisse --- drivers/gpu/drm/radeon/radeon.h |5 ++ drivers/gpu/drm/radeon/radeon_atombios.c | 107 ++ drivers/gpu/drm/radeon/radeon_mode.h | 23 +++ 3 files changed, 135 insertions(+) diff --gi

[PATCH 04/11] drm/radeon: add pm callback for setting uvd clocks

2013-04-06 Thread Christian König
From: Alex Deucher Signed-off-by: Alex Deucher Signed-off-by: Christian K?nig Reviewed-by: Jerome Glisse --- drivers/gpu/drm/radeon/radeon.h |2 ++ 1 file changed, 2 insertions(+) diff --git a/drivers/gpu/drm/radeon/radeon.h b/drivers/gpu/drm/radeon/radeon.h index 051b8fd..8c5b7e8 100644

[PATCH 03/11] drm/radeon: UVD bringup v8

2013-04-06 Thread Christian König
Just everything needed to decode videos using UVD. v6: just all the bugfixes and support for R7xx-SI merged in one patch v7: UVD_CGC_GATE is a write only register, lockup detection fix v8: split out VRAM fallback changes, remove support for RV770, add support for HEMLOCK, add buffer sizes chec

[PATCH 02/11] drm/radeon: rework fallback handling

2013-04-06 Thread Christian König
From: Christian K?nig Let the CS module decide if we can fall back to VRAM or not. Signed-off-by: Christian K?nig --- drivers/gpu/drm/radeon/radeon.h|5 ++-- drivers/gpu/drm/radeon/radeon_cs.c | 51 ++-- drivers/gpu/drm/radeon/radeon_object.c |

[PATCH 01/11] drm/radeon: UVD doesn't needs VM on SI v2

2013-04-06 Thread Christian König
v2: update error message and comment Signed-off-by: Christian K?nig --- drivers/gpu/drm/radeon/radeon_cs.c | 12 ++-- 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/drivers/gpu/drm/radeon/radeon_cs.c b/drivers/gpu/drm/radeon/radeon_cs.c index 70d3824..a3dd04d 100644 ---

[PATCH 00/11] drm/radeon: basic UVD support v2

2013-04-06 Thread Christian König
Hello everyone, This is the second round of this patchset. Do to public demand I uploaded this patchset as branch uvd-3.9 to git://people.freedesktop.org/~deathsimple/linux. Compared to the first round I changed the error message in patch #1, patch #2 was split out of patch #3 and patch #3 itse

Is there IGP DCE5?

2013-04-06 Thread Rafał Miłecki
I was surprised that my BARTS in a Samsung notebook doesn't have a RADEON_IS_IGP flag. Are there any DCE5 devices that are IGP? Btw. who does set that "flags" anyway? Flags are passed to the radeon_driver_load_kms function from drm_pci.c: dev->driver->load(dev, ent->driver_data); (so driver_data

[Bug 62756] Rendering errors on rv790 with llvm and unigine heaven 3.0

2013-04-06 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=62756 --- Comment #12 from Andy Furniss --- (In reply to comment #11) > Created attachment 77534 [details] [review] > native inst support for mesa > > Sorry, I didn't notice that mesa didn't translate native instruction for > r700. > You'll need this

Re: BUG: kworker hangs the GPU on drm and i915 since 3.8.x under X11

2013-04-06 Thread Daniel Vetter
On Sat, Apr 6, 2013 at 6:24 PM, George Amanakis wrote: > Indeed, I set explicitly drm_kms_helper.poll=0 since 2.35.x. See here: > http://souriguha.wordpress.com/2011/03/08/how-to-solve-problem-with-thinkpadkslowd-kworker-on-linux-kernel-2-35-2-36/ > > Mouse and keyboard freezes intermittently some

BUG: kworker hangs the GPU on drm and i915 since 3.8.x under X11

2013-04-06 Thread George Amanakis
amp;dev->mode_config.mutex); > -- Daniel Vetter Software Engineer, Intel Corporation +41 (0) 79 365 57 48 - http://blog.ffwll.ch -- next part -- An HTML attachment was scrubbed... URL: <http://lists.freedesktop.org/archives/dri-devel/attachments/20130406/5fb4d304/attachment-0001.html>

[PATCH 1/1] drm: Add 1600x1200 (UXGA) screen resolution to the built-in EDIDs

2013-04-06 Thread Carsten Emde
The 1600x1200 (UXGA) screen resolution was lacking in the set of built-in selectable EDID screen resolutions that can be used to repair misbehaving monitor firmware. This patch adds the related data set and expands the documentation. Signed-off-by: Carsten Emde --- Documentation/EDID/1600x120

[PATCH 0/1] drm: Add built-in EDID set of another common screen resolution

2013-04-06 Thread Carsten Emde
Several users were complaining that 1600x1200 screen resolution was lacking. Here is it. -Carsten. ___ dri-devel mailing list dri-devel@lists.freedesktop.org http://lists.freedesktop.org/mailman/listinfo/dri-devel

[Bug 62756] Rendering errors on rv790 with llvm and unigine heaven 3.0

2013-04-06 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=62756 --- Comment #11 from vincent --- Created attachment 77534 --> https://bugs.freedesktop.org/attachment.cgi?id=77534&action=edit native inst support for mesa Sorry, I didn't notice that mesa didn't translate native instruction for r700. You'll n

[PATCH] drm/kms-helper: disable hpd_irq handling when poll=0

2013-04-06 Thread Daniel Vetter
When inlining the actual hpd output probing in commit 69787f7da6b2adc4054357a661aaa1701a9ca76f Author: Daniel Vetter Date: Tue Oct 23 18:23:34 2012 + drm: run the hpd irq event code directly the check for the drm_kms_hlper.poll module option was lost. This regressed systems where this

[Bug 56311] New: radeon crashing xorg at radeon_drv.so on kernel 3.8.4

2013-04-06 Thread bugzilla-daemon
https://bugzilla.kernel.org/show_bug.cgi?id=56311 Summary: radeon crashing xorg at radeon_drv.so on kernel 3.8.4 Product: Drivers Version: 2.5 Platform: All OS/Version: Linux Tree: Mainline Status: NEW Severity:

Re: BUG: kworker hangs the GPU on drm and i915 since 3.8.x under X11

2013-04-06 Thread Daniel Vetter
On Sat, Apr 6, 2013 at 12:01 AM, George Amanakis wrote: > I mean that I can type, move the mouse pointer, open new windows but there > is a lag until these changes are displayed. Stuttering like. > > I ended up not reverting the aforementioned commit but modifying it. This > also solves the issue.

Re: [PATCH 02/11] drm/radeon: rework fallback handling

2013-04-06 Thread Christian König
Am 06.04.2013 15:24, schrieb Christian König: From: Christian König Let the CS module decide if we can fall back to VRAM or not. Signed-off-by: Christian König Crap, just seen another typo in this patch. Going to resend a v2 of it soon. Christian. --- drivers/gpu/drm/radeon/radeon.h

[PATCH 11/11] drm/radeon: add UVD tiling addr config v2

2013-04-06 Thread Christian König
v2: set UVD tiling config for rv730 Signed-off-by: Christian König Signed-off-by: Alex Deucher Reviewed-by: Jerome Glisse --- drivers/gpu/drm/radeon/evergreen.c |3 +++ drivers/gpu/drm/radeon/evergreend.h |3 +++ drivers/gpu/drm/radeon/ni.c |3 +++ drivers/gpu/drm/radeon/n

[PATCH 10/11] drm/radeon: init UVD clocks to sane defaults

2013-04-06 Thread Christian König
Just until we get proper DPM for that. Signed-off-by: Christian König Reviewed-by: Jerome Glisse --- drivers/gpu/drm/radeon/radeon_uvd.c |2 ++ 1 file changed, 2 insertions(+) diff --git a/drivers/gpu/drm/radeon/radeon_uvd.c b/drivers/gpu/drm/radeon/radeon_uvd.c index 05a192e..30a9460 100

[PATCH 09/11] drm/radeon: add set_uvd_clocks callback for r7xx v3

2013-04-06 Thread Christian König
v2: avoid 64bit divide v3: rv740 uses the evegreen upll configuration Signed-off-by: Christian König Signed-off-by: Alex Deucher Reviewed-by: Jerome Glisse --- drivers/gpu/drm/radeon/radeon_asic.c |1 + drivers/gpu/drm/radeon/radeon_asic.h |1 + drivers/gpu/drm/radeon/rv770.c |

[PATCH 08/11] drm/radeon: add set_uvd_clocks callback for SI

2013-04-06 Thread Christian König
Signed-off-by: Christian König Reviewed-by: Jerome Glisse --- drivers/gpu/drm/radeon/radeon_asic.c |1 + drivers/gpu/drm/radeon/radeon_asic.h |1 + drivers/gpu/drm/radeon/si.c | 167 ++ drivers/gpu/drm/radeon/sid.h | 29 ++ 4 files

[PATCH 07/11] drm/radeon: add set_uvd_clocks callback for evergreen

2013-04-06 Thread Christian König
From: Alex Deucher v2: remove unneeded register definitions Signed-off-by: Alex Deucher Signed-off-by: Christian König Reviewed-by: Jerome Glisse --- drivers/gpu/drm/radeon/evergreen.c | 164 ++ drivers/gpu/drm/radeon/evergreend.h | 27 ++ drivers/gp

[PATCH 06/11] drm/radeon: add set_uvd_clocks callback for ON/LN/TN (v4)

2013-04-06 Thread Christian König
From: Alex Deucher v2: write clk registers only once! v3: update cg scratch register properly v4: add TN support Signed-off-by: Alex Deucher Signed-off-by: Christian König Reviewed-by: Jerome Glisse --- drivers/gpu/drm/radeon/evergreen.c | 47 ++ drivers/g

[PATCH 05/11] drm/radeon: add radeon_atom_get_clock_dividers helper

2013-04-06 Thread Christian König
Signed-off-by: Christian König Reviewed-by: Jerome Glisse --- drivers/gpu/drm/radeon/radeon.h |5 ++ drivers/gpu/drm/radeon/radeon_atombios.c | 107 ++ drivers/gpu/drm/radeon/radeon_mode.h | 23 +++ 3 files changed, 135 insertions(+) diff --gi

[PATCH 04/11] drm/radeon: add pm callback for setting uvd clocks

2013-04-06 Thread Christian König
From: Alex Deucher Signed-off-by: Alex Deucher Signed-off-by: Christian König Reviewed-by: Jerome Glisse --- drivers/gpu/drm/radeon/radeon.h |2 ++ 1 file changed, 2 insertions(+) diff --git a/drivers/gpu/drm/radeon/radeon.h b/drivers/gpu/drm/radeon/radeon.h index 051b8fd..8c5b7e8 100644

[PATCH 02/11] drm/radeon: rework fallback handling

2013-04-06 Thread Christian König
From: Christian König Let the CS module decide if we can fall back to VRAM or not. Signed-off-by: Christian König --- drivers/gpu/drm/radeon/radeon.h|5 ++-- drivers/gpu/drm/radeon/radeon_cs.c | 51 ++-- drivers/gpu/drm/radeon/radeon_object.c |

[PATCH 00/11] drm/radeon: basic UVD support v2

2013-04-06 Thread Christian König
Hello everyone, This is the second round of this patchset. Do to public demand I uploaded this patchset as branch uvd-3.9 to git://people.freedesktop.org/~deathsimple/linux. Compared to the first round I changed the error message in patch #1, patch #2 was split out of patch #3 and patch #3 itse

[PATCH 01/11] drm/radeon: UVD doesn't needs VM on SI v2

2013-04-06 Thread Christian König
v2: update error message and comment Signed-off-by: Christian König --- drivers/gpu/drm/radeon/radeon_cs.c | 12 ++-- 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/drivers/gpu/drm/radeon/radeon_cs.c b/drivers/gpu/drm/radeon/radeon_cs.c index 70d3824..a3dd04d 100644 ---

system death under oom - 3.7.9

2013-04-06 Thread Ilia Mirkin
On Sat, Apr 6, 2013 at 5:01 AM, Ilia Mirkin wrote: > On Mon, Apr 1, 2013 at 4:14 PM, Christoph Lameter wrote: >> On Wed, 27 Mar 2013, Ilia Mirkin wrote: >> >>> The GPF happens at +160, which is in the argument setup for the >>> cmpxchg in slab_alloc_node. I think it's the call to >>> get_freepoin

system death under oom - 3.7.9

2013-04-06 Thread Ilia Mirkin
On Mon, Apr 1, 2013 at 4:14 PM, Christoph Lameter wrote: > On Wed, 27 Mar 2013, Ilia Mirkin wrote: > >> The GPF happens at +160, which is in the argument setup for the >> cmpxchg in slab_alloc_node. I think it's the call to >> get_freepointer(). There was a similar bug report a while back, >> http

Re: system death under oom - 3.7.9

2013-04-06 Thread Ilia Mirkin
On Sat, Apr 6, 2013 at 5:01 AM, Ilia Mirkin wrote: > On Mon, Apr 1, 2013 at 4:14 PM, Christoph Lameter wrote: >> On Wed, 27 Mar 2013, Ilia Mirkin wrote: >> >>> The GPF happens at +160, which is in the argument setup for the >>> cmpxchg in slab_alloc_node. I think it's the call to >>> get_freepoin

Graphics and Display Microconference @LPC2013

2013-04-06 Thread Laurent Pinchart
Hello everybody, I've submitted a graphics and display microconference for the Linux Plumbers Conference 2013, and just realized that I haven't announced the proposal on the dri-devel and linux-fbdev mailing lists. The proposal is available at http://wiki.linuxplumbersconf.org/2013:graphics_an

[Bug 55941] Hybrid graphics i915/radeon. Switch to radeon results to black screen

2013-04-06 Thread bugzilla-dae...@bugzilla.kernel.org
https://bugzilla.kernel.org/show_bug.cgi?id=55941 --- Comment #5 from laurent.debian at gmail.com 2013-04-06 02:03:48 --- By the way this it should be the duplicated of Bug 55311. -- Configure bugmail: https://bugzilla.kernel.org/userprefs.cgi?tab=email --- You are receiving this mail b

Re: system death under oom - 3.7.9

2013-04-06 Thread Ilia Mirkin
On Mon, Apr 1, 2013 at 4:14 PM, Christoph Lameter wrote: > On Wed, 27 Mar 2013, Ilia Mirkin wrote: > >> The GPF happens at +160, which is in the argument setup for the >> cmpxchg in slab_alloc_node. I think it's the call to >> get_freepointer(). There was a similar bug report a while back, >> http

[PATCH v4] drm: Add struct drm_rect and assorted utility functions

2013-04-06 Thread Laurent Pinchart
Hi Ville, Thanks for the patch. On Friday 05 April 2013 16:19:36 ville.syrjala at linux.intel.com wrote: > From: Ville Syrj?l? > > struct drm_rect represents a simple rectangle. The utility > functions are there to help driver writers. > > v2: Moved the region stuff into its own file, made the

[Bug 55941] Hybrid graphics i915/radeon. Switch to radeon results to black screen

2013-04-06 Thread bugzilla-dae...@bugzilla.kernel.org
https://bugzilla.kernel.org/show_bug.cgi?id=55941 laurent.debian at gmail.com changed: What|Removed |Added CC||laurent.debian at gmail.com

[Bug 61182] r600g causes KWin crashes with kernel 3.8

2013-04-06 Thread bugzilla-dae...@freedesktop.org
ives/dri-devel/attachments/20130406/3d1640b5/attachment.html>

[Bug 49981] On HD6850, Power Profile doesn't change if 2 screen is attached.

2013-04-06 Thread bugzilla-dae...@freedesktop.org
ttp://lists.freedesktop.org/archives/dri-devel/attachments/20130406/2db48b4e/attachment.html>

[Bug 61182] r600g causes KWin crashes with kernel 3.8

2013-04-06 Thread bugzilla-dae...@freedesktop.org
//lists.freedesktop.org/archives/dri-devel/attachments/20130406/f41ff48c/attachment-0001.html>

[Bug 63192] New: [nouveau] drmModeSetCursor->nouveau_bo_rd32->ioread32 provides high cpu load when using weston drm-compositor

2013-04-06 Thread bugzilla-dae...@freedesktop.org
eiving 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/20130406/94746016/attachment.html>