Re: [PATCH v3 1/4] drm: Add struct drm_rect and assorted utility functions

2013-04-05 Thread Ville Syrjälä
On Fri, Apr 05, 2013 at 01:51:24AM +0200, Laurent Pinchart wrote: > Hi Ville, > > On Thursday 04 April 2013 22:52:37 Ville Syrjälä wrote: > > On Thu, Apr 04, 2013 at 06:38:15PM +0200, Laurent Pinchart wrote: > > > On Wednesday 27 March 2013 17:46:22 ville.syrj...@linux.intel.com wrote: > > > > Fro

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

2013-04-05 Thread ville . syrjala
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 smaller funcs static inline, used 64bit maths in the scaled clipping function to avoid overflows (instead it w

[Bug 61182] r600g causes KWin crashes with kernel 3.8

2013-04-05 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=61182 --- Comment #27 from Knut Andre Tidemann --- I've bisected the issue to this commit: 35840ab189595b817fa8b1a1df8cc92474a7c38d st/dri: implement MSAA for GLX/DRI2 framebuffers The only thing that was recompiled was mesa, with the following optio

[Bug 62997] Crashes on ARUBA unless R600_DEBUG=nodma

2013-04-05 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=62997 udo changed: What|Removed |Added Summary|GPU fault unless|Crashes on ARUBA unless |R600_DE

[Bug 62997] Crashes on ARUBA unless R600_DEBUG=nodma

2013-04-05 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=62997 --- Comment #3 from udo --- With R600_DEBUG=nodma we get some mentions of GPU fault but not as often and no crashing the whole PC. -- You are receiving this mail because: You are the assignee for the bug. ___

[Bug 62997] Crashes on ARUBA unless R600_DEBUG=nodma

2013-04-05 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=62997 --- Comment #4 from udo --- I shttps://bugs.freedesktop.org/show_bug.cgi?id=58667 a related issue? -- You are receiving this mail because: You are the assignee for the bug. ___ dri-devel mailing list

Re: [PATCH v4 09/21] modetest: Allow specifying plane position

2013-04-05 Thread Ville Syrjälä
On Thu, Apr 04, 2013 at 06:24:24PM +0200, Laurent Pinchart wrote: > Hi Ville, > > On Wednesday 27 March 2013 19:15:31 Ville Syrjälä wrote: > > On Wed, Mar 27, 2013 at 05:57:20PM +0200, Ville Syrjälä wrote: > > > On Tue, Mar 19, 2013 at 03:55:50PM +0100, Laurent Pinchart wrote: > > > > Extend the -

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

2013-04-05 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=62756 --- Comment #9 from vincent --- Created attachment 77490 --> https://bugs.freedesktop.org/attachment.cgi?id=77490&action=edit Proposed patch Does this patch solve the big regression ? -- You are receiving this mail because: You are the assig

[PATCH 0/3] mgag200: bug fix, cleanup and managed devices

2013-04-05 Thread Christopher Harvey
Patch one is a simple bug fix for G200ER cards. Patch two doesn't change any code Patch three makes the mgag200 driver use managed devices where possible. I'm not too sure how to test this one properly, other than to just boot a bunch of boards and stare at the code changes for a long while. Any

[PATCH 1/3] drm/mgag200: Index 24 in extended CRTC registers is 24 in hex, not decimal.

2013-04-05 Thread Christopher Harvey
This change properly enables the "requester" in G200ER cards that is responsible for getting pixels out of memory and clocking them out to the screen. Signed-off-by: Christopher Harvey --- drivers/gpu/drm/mgag200/mgag200_mode.c | 13 +++-- 1 file changed, 3 insertions(+), 10 deletions(-)

[PATCH 2/3] drm: Misc comment cleanup

2013-04-05 Thread Christopher Harvey
Signed-off-by: Christopher Harvey --- drivers/gpu/drm/mgag200/mgag200_drv.h | 6 +++--- include/drm/drm_crtc.h| 2 +- include/uapi/drm/drm_mode.h | 6 +++--- 3 files changed, 7 insertions(+), 7 deletions(-) diff --git a/drivers/gpu/drm/mgag200/mgag200_drv.h b/drivers/

[PATCH 3/3] drm/mgag200: Convert to managed device resources where possible

2013-04-05 Thread Christopher Harvey
Signed-off-by: Christopher Harvey --- drivers/gpu/drm/mgag200/mgag200_fb.c | 9 +++-- drivers/gpu/drm/mgag200/mgag200_main.c | 29 + 2 files changed, 8 insertions(+), 30 deletions(-) diff --git a/drivers/gpu/drm/mgag200/mgag200_fb.c b/drivers/gpu/drm/mgag200/m

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

2013-04-05 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=62756 --- Comment #10 from Andy Furniss --- (In reply to comment #9) > Created attachment 77490 [details] [review] > Proposed patch > > Does this patch solve the big regression ? No, it's the same with that. -- You are receiving this mail because:

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

2013-04-05 Thread Daniel Vetter
On Thu, Apr 4, 2013 at 11:53 PM, George Amanakis wrote: > Compiled und run the kernel as you instructed. > Although the GPU did hang momentarily the dmesg showed no abnormalities. Can you please explain in more detail what you mean by "did hang momentarily"? If it's a real gpu hang it should be

[Bug 56437] LLVM ERROR: Cannot select: target intrinsic %llvm.AMDIL.mad when running Heaven

2013-04-05 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=56437 maxi...@free.fr changed: What|Removed |Added Status|NEW |RESOLVED Resolution|---

[Bug 58491] regression : r600g: work around ddx over alignment

2013-04-05 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=58491 --- Comment #10 from maxi...@free.fr --- Should this stay open for reference? -- You are receiving this mail because: You are the assignee for the bug. ___ dri-devel mailing list dri-devel@lists.freede

Re: [PATCH 1/3] drm/mgag200: Index 24 in extended CRTC registers is 24 in hex, not decimal.

2013-04-05 Thread Mathieu Larouche
On 05/04/2013 10:51 AM, Christopher Harvey wrote: This change properly enables the "requester" in G200ER cards that is responsible for getting pixels out of memory and clocking them out to the screen. Signed-off-by: Christopher Harvey Signed-off-by: Mathieu Larouche --- drivers/gpu/drm/

[PATCH] drm/radeon: add si tile mode array query v2

2013-04-05 Thread j . glisse
From: Jerome Glisse Allow userspace to query for the tile mode array so userspace can properly compute surface pitch and alignment requirement depending on tiling. v2: Make strict aliasing safer by casting to char when copying Signed-off-by: Jerome Glisse --- drivers/gpu/drm/radeon/radeon.h

[PATCH] radeon: add si tiling support v3

2013-04-05 Thread j . glisse
From: Jerome Glisse v2: Only writte tile index if flags for it is set v3: Remove useless allow2d scanout flags Signed-off-by: Jerome Glisse --- include/drm/radeon_drm.h | 61 + radeon/radeon_surface.c | 658 +++ radeon/radeon_surface.h | 31 +

[Bug 62959] r600g (HD 6950 Cayman) fails piglit tests and hangs system

2013-04-05 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=62959 --- Comment #13 from Marek Olšák --- This kernel patch fixes everything: diff --git a/drivers/gpu/drm/radeon/radeon_cs.c b/drivers/gpu/drm/radeon/radeon_cs.c index 70d3824..748a933 100644 --- a/drivers/gpu/drm/radeon/radeon_cs.c +++ b/drivers/gp

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

2013-04-05 Thread Laurent Pinchart
Hi Ville, Thanks for the patch. On Friday 05 April 2013 16:19:36 ville.syrj...@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 sm

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

2013-04-05 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=63192 Priority: medium Bug ID: 63192 Assignee: dri-devel@lists.freedesktop.org Summary: [nouveau] drmModeSetCursor->nouveau_bo_rd32->ioread32 provides high cpu load when using weston

Graphics and Display Microconference @LPC2013

2013-04-05 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 61182] r600g causes KWin crashes with kernel 3.8

2013-04-05 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=61182 --- Comment #28 from Stan --- Here happens similar thing. KWin with desktop effects enabled crashes on login to KDE and after resume from suspend with 100% reproductibility. My config Fedora 18. - kernel-PAE-3.8.5-201.fc18.i686 - libdrm-2.4.4

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

2013-04-05 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=49981 --- Comment #32 from Benjamin Lee --- On my TURKS chip (HD 6750M) the radeon_pm_print_states() output shows that I should be using POWER_STATE_TYPE_POWERSAVE instead of POWER_STATE_TYPE_BATTERY. I don't know if this is true for all TURKS chips o

[Bug 61182] r600g causes KWin crashes with kernel 3.8

2013-04-05 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=61182 --- Comment #29 from Marek Olšák --- r600g crashes because it's mapping a MSAA resource in order to clear the CMASK to zeros. The problem is MSAA resources occupy a lot of memory and the system is failing to map the whole resource. The solution

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

2013-04-05 Thread bugzilla-daemon
https://bugzilla.kernel.org/show_bug.cgi?id=55941 laurent.deb...@gmail.com changed: What|Removed |Added CC||laurent.deb...@gmail.com --

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

2013-04-05 Thread bugzilla-daemon
https://bugzilla.kernel.org/show_bug.cgi?id=55941 --- Comment #5 from laurent.deb...@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 beca

[PATCH v3 1/4] drm: Add struct drm_rect and assorted utility functions

2013-04-05 Thread Laurent Pinchart
Hi Ville, On Thursday 04 April 2013 22:52:37 Ville Syrj?l? wrote: > On Thu, Apr 04, 2013 at 06:38:15PM +0200, Laurent Pinchart wrote: > > On Wednesday 27 March 2013 17:46:22 ville.syrjala at linux.intel.com wrote: > > > From: Ville Syrj?l? > > > > > > struct drm_rect represents a simple rectangl

[Bug 43655] Latest radeon dri driver on HD6950 with GRUB set "GRUB_GFXPAYLOAD_LINUX=keep" put the display in a flickering state

2013-04-05 Thread bugzilla-dae...@freedesktop.org
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/20130405/19c48e2b/attachment.html>

[PATCH v3 1/4] drm: Add struct drm_rect and assorted utility functions

2013-04-05 Thread Ville Syrjälä
On Fri, Apr 05, 2013 at 01:51:24AM +0200, Laurent Pinchart wrote: > Hi Ville, > > On Thursday 04 April 2013 22:52:37 Ville Syrj?l? wrote: > > On Thu, Apr 04, 2013 at 06:38:15PM +0200, Laurent Pinchart wrote: > > > On Wednesday 27 March 2013 17:46:22 ville.syrjala at linux.intel.com > > > wrote: >

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

2013-04-05 Thread ville.syrj...@linux.intel.com
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 smaller funcs static inline, used 64bit maths in the scaled clipping function to avoid overflows (instead it w

[Bug 61182] r600g causes KWin crashes with kernel 3.8

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

[Bug 62997] Crashes on ARUBA unless R600_DEBUG=nodma

2013-04-05 Thread bugzilla-dae...@freedesktop.org
|R600_DEBUG=nodma|R600_DEBUG=nodma -- 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/20130405/548d9ad2/attachment.html>

[Bug 62997] Crashes on ARUBA unless R600_DEBUG=nodma

2013-04-05 Thread bugzilla-dae...@freedesktop.org
-- An HTML attachment was scrubbed... URL: <http://lists.freedesktop.org/archives/dri-devel/attachments/20130405/e5ea01a5/attachment-0001.html>

[Bug 62997] Crashes on ARUBA unless R600_DEBUG=nodma

2013-04-05 Thread bugzilla-dae...@freedesktop.org
scrubbed... URL: <http://lists.freedesktop.org/archives/dri-devel/attachments/20130405/5a36f3f1/attachment.html>

[PATCH v4 09/21] modetest: Allow specifying plane position

2013-04-05 Thread Ville Syrjälä
On Thu, Apr 04, 2013 at 06:24:24PM +0200, Laurent Pinchart wrote: > Hi Ville, > > On Wednesday 27 March 2013 19:15:31 Ville Syrj?l? wrote: > > On Wed, Mar 27, 2013 at 05:57:20PM +0200, Ville Syrj?l? wrote: > > > On Tue, Mar 19, 2013 at 03:55:50PM +0100, Laurent Pinchart wrote: > > > > Extend the -

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

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

[PATCH 0/3] mgag200: bug fix, cleanup and managed devices

2013-04-05 Thread Christopher Harvey
Patch one is a simple bug fix for G200ER cards. Patch two doesn't change any code Patch three makes the mgag200 driver use managed devices where possible. I'm not too sure how to test this one properly, other than to just boot a bunch of boards and stare at the code changes for a long while. Any

[PATCH 1/3] drm/mgag200: Index 24 in extended CRTC registers is 24 in hex, not decimal.

2013-04-05 Thread Christopher Harvey
This change properly enables the "requester" in G200ER cards that is responsible for getting pixels out of memory and clocking them out to the screen. Signed-off-by: Christopher Harvey --- drivers/gpu/drm/mgag200/mgag200_mode.c | 13 +++-- 1 file changed, 3 insertions(+), 10 deletions(-)

[PATCH 2/3] drm: Misc comment cleanup

2013-04-05 Thread Christopher Harvey
Signed-off-by: Christopher Harvey --- drivers/gpu/drm/mgag200/mgag200_drv.h | 6 +++--- include/drm/drm_crtc.h| 2 +- include/uapi/drm/drm_mode.h | 6 +++--- 3 files changed, 7 insertions(+), 7 deletions(-) diff --git a/drivers/gpu/drm/mgag200/mgag200_drv.h b/drivers/

[PATCH 3/3] drm/mgag200: Convert to managed device resources where possible

2013-04-05 Thread Christopher Harvey
Signed-off-by: Christopher Harvey --- drivers/gpu/drm/mgag200/mgag200_fb.c | 9 +++-- drivers/gpu/drm/mgag200/mgag200_main.c | 29 + 2 files changed, 8 insertions(+), 30 deletions(-) diff --git a/drivers/gpu/drm/mgag200/mgag200_fb.c b/drivers/gpu/drm/mgag200/m

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

2013-04-05 Thread bugzilla-dae...@freedesktop.org
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/20130405/9af1eb70/attachment.html>

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

2013-04-05 Thread Daniel Vetter
On Thu, Apr 4, 2013 at 11:53 PM, George Amanakis wrote: > Compiled und run the kernel as you instructed. > Although the GPU did hang momentarily the dmesg showed no abnormalities. Can you please explain in more detail what you mean by "did hang momentarily"? If it's a real gpu hang it should be

[Bug 56437] LLVM ERROR: Cannot select: target intrinsic %llvm.AMDIL.mad when running Heaven

2013-04-05 Thread bugzilla-dae...@freedesktop.org
ttp://lists.freedesktop.org/archives/dri-devel/attachments/20130405/3459a2b8/attachment.html>

[Bug 58491] regression : r600g: work around ddx over alignment

2013-04-05 Thread bugzilla-dae...@freedesktop.org
ttp://lists.freedesktop.org/archives/dri-devel/attachments/20130405/2393e987/attachment.html>

[PATCH 1/3] drm/mgag200: Index 24 in extended CRTC registers is 24 in hex, not decimal.

2013-04-05 Thread Mathieu Larouche
On 05/04/2013 10:51 AM, Christopher Harvey wrote: > This change properly enables the "requester" in G200ER cards that is > responsible for getting pixels out of memory and clocking them out to > the screen. > > Signed-off-by: Christopher Harvey Signed-off-by: Mathieu Larouche > --- > drivers

[PATCH] drm/radeon: add si tile mode array query v2

2013-04-05 Thread j.gli...@gmail.com
From: Jerome Glisse Allow userspace to query for the tile mode array so userspace can properly compute surface pitch and alignment requirement depending on tiling. v2: Make strict aliasing safer by casting to char when copying Signed-off-by: Jerome Glisse --- drivers/gpu/drm/radeon/radeon.h

[PATCH] radeon: add si tiling support v3

2013-04-05 Thread j.gli...@gmail.com
From: Jerome Glisse v2: Only writte tile index if flags for it is set v3: Remove useless allow2d scanout flags Signed-off-by: Jerome Glisse --- include/drm/radeon_drm.h | 61 + radeon/radeon_surface.c | 658 +++ radeon/radeon_surface.h | 31 +

[Bug 62959] r600g (HD 6950 Cayman) fails piglit tests and hangs system

2013-04-05 Thread bugzilla-dae...@freedesktop.org
p://lists.freedesktop.org/archives/dri-devel/attachments/20130405/be7e7e8e/attachment.html>

Radeon lockup on 3.8.5-201.fc18.x86_64

2013-04-05 Thread Andy Lutomirski
Every day or so, I'll click something and my screens go blank for a second or two. dmesg complains about a lockup, and afterwards everything is painfully slow. (Even switching focus to other emacs windows takes a second or two.) Once this happens, if I restart X, I get a blank screen, although t

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

2013-04-05 Thread George Amanakis
. URL: <http://lists.freedesktop.org/archives/dri-devel/attachments/20130405/413397de/attachment-0001.html>