Re: [PATCH 1/5] DRM: add i.MX IPUv3 base driver

2011-06-07 Thread Fabio Estevam
Hi Sascha, On Tue, Jun 7, 2011 at 7:45 AM, Sascha Hauer s.ha...@pengutronix.de wrote: ... +static int __init imx_ipu_init(void) +{ +       int32_t ret; + +       ret = platform_driver_register(imx_ipu_driver); +       return 0; Did you intend to return ret here instead? Regards, Fabio

[Bug 37028] Amnesia/HPL2 Demo: Strange graphical bugs on r600g

2011-06-07 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=37028 --- Comment #13 from Maggioni Marcello haya...@gmail.com 2011-06-07 10:12:20 PDT --- Created an attachment (id=47669) -- (https://bugs.freedesktop.org/attachment.cgi?id=47669) Correct test Ups sorry, I completely botched the test application

[Bug 37028] Amnesia/HPL2 Demo: Strange graphical bugs on r600g

2011-06-07 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=37028 Maggioni Marcello haya...@gmail.com changed: What|Removed |Added Attachment #47666|0 |1 is

[Bug 37168] Regression: Kernel hard-lock when running Second Life

2011-06-07 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=37168 --- Comment #4 from Sean McNamara gm.potato...@gmail.com 2011-06-07 10:13:26 PDT --- (In reply to comment #3) Followup: I also get the following messages spewed to dmesg every single frame, regardless if I'm using Mesa 7.10.2 or git master

[PATCH] drm/radeon/kms: correctness fixes for evergreen/cayman tiling

2011-06-07 Thread Alex Deucher
We don't actually use the tiling setup in the CS checker for evergreen/cayman yet, but we might as well set it up properly in case we ever enable it. Signed-off-by: Alex Deucher alexdeuc...@gmail.com --- drivers/gpu/drm/radeon/evergreen.c| 15 ---

[PATCH] ttm: Fix spelling mistakes and remove unused #ifdef

2011-06-07 Thread Konrad Rzeszutek Wilk
. and some comments to make it easier to understand. Signed-off-by: Konrad Rzeszutek Wilk konrad.w...@oracle.com --- drivers/gpu/drm/ttm/ttm_page_alloc.c | 14 +++--- include/drm/ttm/ttm_bo_api.h |3 --- include/drm/ttm/ttm_bo_driver.h |6 +++---

[PATCH] fix spelling mistakes and clear up some wording.

2011-06-07 Thread Konrad Rzeszutek Wilk
While working on the DMA pool concept in the TTM code I re-read everything once more to make sure I was not missing anything. Whilst doing that I found some spelling mistakes and some wording that could be improved a bit. So fixed it up and please consider this patch for 3.1.

[Bug 37028] Amnesia/HPL2 Demo: Strange graphical bugs on r600g

2011-06-07 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=37028 --- Comment #15 from Maggioni Marcello haya...@gmail.com 2011-06-07 11:46:29 PDT --- Yes, you are perfectly right, I looked better to the application and you are right, but considering that you don't set the random seed value with srand the

[PATCH] drm/radeon: fix GUI idle IH debug statements

2011-06-07 Thread Ilija Hadzic
debug statement for GUI idle interrupt is wrong and incorrectly reports CP EOP interrupt; trivial issue, but confusing for someone trying to distinguish interrupt sources while debugging ... fixed Signed-off-by: Ilija Hadzic ihad...@research.bell-labs.com --- drivers/gpu/drm/radeon/evergreen.c |

Re: [RFC PATCH] KMS support for i.MX51/53

2011-06-07 Thread Sascha Hauer
On Tue, Jun 07, 2011 at 12:17:01PM +0100, Alan Cox wrote: Currently I don't use any sophisticated memory allocater like GEM or similar. I helped myself with simple dma_alloc where needed. At GEM is actually pretty sane when you get your head around it a spot. The main thing it took me a

[Bug 37028] Amnesia/HPL2 Demo: Strange graphical bugs on r600g

2011-06-07 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=37028 --- Comment #16 from Sven Arvidsson s...@whiz.se 2011-06-07 12:29:19 PDT --- I'm using a 5670 (Redwood) and the patch seems to solve the problems here. The test application works with the patch and asserts without it: query error : 2147483647

Re: [PATCH] drm/radeon: fix GUI idle IH debug statements

2011-06-07 Thread Alex Deucher
On Tue, Jun 7, 2011 at 2:54 PM, Ilija Hadzic ihad...@research.bell-labs.com wrote: debug statement for GUI idle interrupt is wrong and incorrectly reports CP EOP interrupt; trivial issue, but confusing for someone trying to distinguish interrupt sources while debugging ... fixed

Re: [PATCH] ttm: Fix spelling mistakes and remove unused #ifdef

2011-06-07 Thread Randy Dunlap
On Tue, 7 Jun 2011 14:35:52 -0400 Konrad Rzeszutek Wilk wrote: . and some comments to make it easier to understand. Signed-off-by: Konrad Rzeszutek Wilk konrad.w...@oracle.com --- drivers/gpu/drm/ttm/ttm_page_alloc.c | 14 +++--- include/drm/ttm/ttm_bo_api.h |3 ---

[PATCH 2/4] drm: add an fb creation ioctl that takes a pixel format

2011-06-07 Thread Jesse Barnes
To properly support the various plane formats supported by different hardware, the kernel must know the pixel format of a framebuffer object. So add a new ioctl taking a format argument corresponding to a fourcc name from videodev2.h. Signed-off-by: Jesse Barnes jbar...@virtuousgeek.org ---

<    1   2