[PATCH 4/4] drm/i915: add SNB video sprite support

2011-06-07 Thread Chris Wilson
On Tue, 7 Jun 2011 13:07:42 -0700, Jesse Barnes wrote: > The video sprites support video surface formats natively and can handle > scaling well. So add support for them using the new DRM core overlay > support functions. > > Signed-off-by: Jesse Barnes > --- > drivers/gpu/drm/i915/Makefile

[Intel-gfx] [PATCH 3/4] drm/i915: rename existing overlay support to "legacy"

2011-06-07 Thread Chris Wilson
On Tue, 7 Jun 2011 13:07:41 -0700, Jesse Barnes wrote: > The old overlay block has all sorts of quirks and is very different than > ILK+ video sprites. So rename it to legacy to make that clear and clash > less with core overlay support. > > Signed-off-by: Jesse Barnes > --- > @@ -191,7

CPU and GPU cache-coherence

2011-06-07 Thread Donnie Fang
ves/dri-devel/attachments/20110607/9abbcb49/attachment.html> -- next part -- -- EditLive Enterprise is the world's most technically advanced content authoring tool. Experience the power of Track C

[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

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

2011-06-07 Thread Alan Cox
> I'm not sure I understand you correctly. I have no address space on the > card side since my 'card' just uses main memory. The memory I need must > be a physically contiguous portion of sdram. I'm afraid shmem backing > memory is not of much use for me. I hadn't realised you had that underlying

[Bug 37075] objview demo has messed up geometry with r300g

2011-06-07 Thread bugzilla-dae...@freedesktop.org
https://bugs.freedesktop.org/show_bug.cgi?id=37075 --- Comment #5 from Marek Ol??k 2011-06-07 16:25:27 PDT --- I can't reproduce this on r580. The bunny looks alright here. -- Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?tab=email --- You are receiving this mail because:

[Bug 37171] half-life 2 with -dxlevel 90 crashes system

2011-06-07 Thread bugzilla-dae...@freedesktop.org
https://bugs.freedesktop.org/show_bug.cgi?id=37171 --- Comment #8 from Marek Ol??k 2011-06-07 16:20:33 PDT --- Created an attachment (id=47694) View: https://bugs.freedesktop.org/attachment.cgi?id=47694 Review: https://bugs.freedesktop.org/review?bug=37171=47694 patch Could you post the log

[Bug 37171] half-life 2 with -dxlevel 90 crashes system

2011-06-07 Thread bugzilla-dae...@freedesktop.org
https://bugs.freedesktop.org/show_bug.cgi?id=37171 --- Comment #7 from Marek Ol??k 2011-06-07 16:16:37 PDT --- The messages like this: fixme:d3d:debug_d3dformat Unrecognized 0x36314644 (as fourcc: DF16) WINED3DFORMAT! fixme:d3d:wined3d_get_format Can't find format unrecognized (0x36314644) in

[PATCH/RFC] m68k/bitops: Make bitmap data pointer of atomic ops volatile

2011-06-07 Thread Arnd Bergmann
On Tuesday 07 June 2011, Ben Hutchings wrote: > On Tue, Jun 07, 2011 at 01:22:29PM +0200, Arnd Bergmann wrote: > > I guess what happened is that some variables are traditionally marked > > as volatile although they shouldn't be, and most architectures have > > adapted their bitops to make the

[Bug 37227] z-buffer errors in doom3 outside the airlock

2011-06-07 Thread bugzilla-dae...@freedesktop.org
https://bugs.freedesktop.org/show_bug.cgi?id=37227 --- Comment #1 from Marek Ol??k 2011-06-07 15:46:09 PDT --- Is this with HyperZ enabled? -- Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?tab=email --- You are receiving this mail because: --- You are the assignee for

[Bug 37274] Crash in draw_llvm_shader23 (r300g, rs690, in warzone2100)

2011-06-07 Thread bugzilla-dae...@freedesktop.org
https://bugs.freedesktop.org/show_bug.cgi?id=37274 Marek Ol??k changed: What|Removed |Added Summary|r300g: rs690, crash in |Crash in draw_llvm_shader23

[Bug 37470] OpenGL ES2 test, black screen and test crashes

2011-06-07 Thread bugzilla-dae...@freedesktop.org
https://bugs.freedesktop.org/show_bug.cgi?id=37470 Marek Ol??k changed: What|Removed |Added Component|Drivers/Gallium/r300|Mesa core AssignedTo|dri-devel at

[Bug 37911] supertuxkart crashes with r300g

2011-06-07 Thread bugzilla-dae...@freedesktop.org
https://bugs.freedesktop.org/show_bug.cgi?id=37911 Marek Ol??k changed: What|Removed |Added Status|NEW |RESOLVED Resolution|

[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 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 > > Signed-off-by: Ilija Hadzic

[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 --- drivers/gpu/drm/radeon/evergreen.c |2 +-

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

2011-06-07 Thread bugzilla-dae...@freedesktop.org
https://bugs.freedesktop.org/show_bug.cgi?id=37028 Alex Deucher changed: What|Removed |Added Status|NEW |RESOLVED Resolution|

[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 --- 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 +++--- include/drm/ttm/ttm_memory.h |

[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.

[PATCH/RFC] m68k/bitops: Make bitmap data pointer of atomic ops volatile

2011-06-07 Thread Ben Hutchings
On Tue, Jun 07, 2011 at 01:22:29PM +0200, Arnd Bergmann wrote: > On Tuesday 07 June 2011, Geert Uytterhoeven wrote: > > You mean the host_busy variable in the IDE code? > > That would also apply to context_flag in the DRM code: > > > > drivers/gpu/drm/drm_context.c:233: warning: passing argument

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

2011-06-07 Thread bugzilla-dae...@freedesktop.org
https://bugs.freedesktop.org/show_bug.cgi?id=37028 --- Comment #22 from Maggioni Marcello 2011-06-07 14:31:57 PDT --- IT WORKS! Yay! :D I kind of imagined that the problem was in the initialization of the memory somehow and this afternoon I was looking at that piece of cone in begin_query, but

[Bug 36892] page faults / general protection faults under heavy 3d load

2011-06-07 Thread bugzilla-dae...@bugzilla.kernel.org
https://bugzilla.kernel.org/show_bug.cgi?id=36892 Niels Ole Salscheider changed: What|Removed |Added CC||niels_ole at salscheider-onlin

[Bug 36892] page faults / general protection faults under heavy 3d load

2011-06-07 Thread bugzilla-dae...@bugzilla.kernel.org
https://bugzilla.kernel.org/show_bug.cgi?id=36892 --- Comment #5 from Niels Ole Salscheider 2011-06-07 14:18:17 --- btw: I do not know why it was out of memory in the first error message. I have 8GB of ram but usually less than 4GB are used (most of it for virtuoso-t and nepomukservices)

[PATCH] gem: RFC: add support for private objects

2011-06-07 Thread Alan Cox
These small changes should allow GEM to be used with non shmem objects as well as shmem objects. In the GMA500 case it allows the base framebuffer to appear as a GEM object and thus acquire a handle and work with KMS. For i915 it ought to be trivial to get back the wasted memory but putting the

[Bug 36892] page faults / general protection faults under heavy 3d load

2011-06-07 Thread bugzilla-dae...@bugzilla.kernel.org
https://bugzilla.kernel.org/show_bug.cgi?id=36892 --- Comment #3 from Niels Ole Salscheider 2011-06-07 14:14:41 --- Created an attachment (id=61072) --> (https://bugzilla.kernel.org/attachment.cgi?id=61072) kernel message 3 -- Configure bugmail:

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

2011-06-07 Thread bugzilla-dae...@freedesktop.org
https://bugs.freedesktop.org/show_bug.cgi?id=37028 --- Comment #21 from Pierre-Eric Pelloux-Prayer 2011-06-07 14:14:30 PDT --- Could you please update your git repo ? agd5f pushed a patch (r600g: always clear query memory) which could correct the problem (you still need to apply the first one

[Bug 36892] page faults / general protection faults under heavy 3d load

2011-06-07 Thread bugzilla-dae...@bugzilla.kernel.org
https://bugzilla.kernel.org/show_bug.cgi?id=36892 --- Comment #2 from Niels Ole Salscheider 2011-06-07 14:14:24 --- Created an attachment (id=61062) --> (https://bugzilla.kernel.org/attachment.cgi?id=61062) kernel message 2 -- Configure bugmail:

[Bug 36892] page faults / general protection faults under heavy 3d load

2011-06-07 Thread bugzilla-dae...@bugzilla.kernel.org
https://bugzilla.kernel.org/show_bug.cgi?id=36892 --- Comment #1 from Niels Ole Salscheider 2011-06-07 14:13:59 --- Created an attachment (id=61052) --> (https://bugzilla.kernel.org/attachment.cgi?id=61052) kernel message -- Configure bugmail:

[Bug 36892] New: page faults / general protection faults under heavy 3d load

2011-06-07 Thread bugzilla-dae...@bugzilla.kernel.org
https://bugzilla.kernel.org/show_bug.cgi?id=36892 Summary: page faults / general protection faults under heavy 3d load Product: Drivers Version: 2.5 Platform: All OS/Version: Linux Tree: Mainline

[PATCH 1/4] drm: add plane support

2011-06-07 Thread Jesse Barnes
On Tue, 7 Jun 2011 13:07:39 -0700 Jesse Barnes wrote: > +#define DRM_MODE_PLANE_FORMAT_YUV422 1 /* YUV 4:2:2 packed */ > +#define DRM_MODE_PLANE_FORMAT_RGBX101010 2 /* RGB 10bpc, ign. alpha */ > +#define DRM_MODE_PLANE_FORMAT_RGBX8883 /* Standard x:8:8:8 > RGB */ >

[PATCH 1/4] drm: add plane support

2011-06-07 Thread Jesse Barnes
On Tue, 7 Jun 2011 13:07:39 -0700 Jesse Barnes wrote: > +/* Planes blend with or override other bits on the CRTC */ > +struct drm_mode_set_plane { > + __u32 plane_id; > + __u32 crtc_id; > + __u32 fb_id; /* contains surface format type */ > + > + __u32 crtc_x, crtc_y; > +

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

2011-06-07 Thread bugzilla-dae...@freedesktop.org
https://bugs.freedesktop.org/show_bug.cgi?id=37028 --- Comment #20 from Maggioni Marcello 2011-06-07 13:56:47 PDT --- The second patch doesn't solve for ... I don't know if it is a mine specific problem or if it is universal for all 5850 owners. this is the output of GDB for the variables you

[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 --- drivers/gpu/drm/radeon/evergreen.c| 15 --- drivers/gpu/drm/radeon/evergreen_cs.c | 12

[PATCH/RFC] m68k/bitops: Make bitmap data pointer of atomic ops volatile

2011-06-07 Thread Arnd Bergmann
On Tuesday 07 June 2011, Geert Uytterhoeven wrote: > You mean the host_busy variable in the IDE code? > That would also apply to context_flag in the DRM code: > > drivers/gpu/drm/drm_context.c:233: warning: passing argument 2 of > ?__constant_test_and_set_bit? discards qualifiers from pointer

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

2011-06-07 Thread bugzilla-dae...@freedesktop.org
https://bugs.freedesktop.org/show_bug.cgi?id=37028 --- Comment #19 from Sven Arvidsson 2011-06-07 13:08:38 PDT --- (In reply to comment #17) > What kernel version do you use Sven? I'm using 2.6.39. -- Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?tab=email --- You are

[PATCH 4/4] drm/i915: add SNB video sprite support

2011-06-07 Thread Jesse Barnes
The video sprites support video surface formats natively and can handle scaling well. So add support for them using the new DRM core overlay support functions. Signed-off-by: Jesse Barnes --- drivers/gpu/drm/i915/Makefile |1 + drivers/gpu/drm/i915/i915_reg.h | 52

[PATCH 3/4] drm/i915: rename existing overlay support to "legacy"

2011-06-07 Thread Jesse Barnes
The old overlay block has all sorts of quirks and is very different than ILK+ video sprites. So rename it to legacy to make that clear and clash less with core overlay support. Signed-off-by: Jesse Barnes --- drivers/gpu/drm/i915/i915_debugfs.c |2 +- drivers/gpu/drm/i915/i915_drv.h

[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 --- drivers/gpu/drm/drm_crtc.c

[PATCH 1/4] drm: add plane support

2011-06-07 Thread Jesse Barnes
Planes are a bit like half-CRTCs. They have a location and fb, but don't drive outputs directly. Add support for handling them to the core KMS code. Signed-off-by: Jesse Barnes --- drivers/gpu/drm/drm_crtc.c | 230 drivers/gpu/drm/drm_drv.c |

[RFC] Updated DRM plane handling patches

2011-06-07 Thread Jesse Barnes
This patchset updates the previous one, incorporating the feedback I received: 1) uses the v4l fourcc codes to communicate pixel format 2) adds a new addfb ioctl that takes a format 3) adds working SNB support for the new code Comments welcome. I'll be pushing intel-gpu-tools testdisplay

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

2011-06-07 Thread bugzilla-dae...@freedesktop.org
https://bugs.freedesktop.org/show_bug.cgi?id=37028 --- Comment #18 from Pierre-Eric Pelloux-Prayer 2011-06-07 12:52:35 PDT --- Created an attachment (id=47680) View: https://bugs.freedesktop.org/attachment.cgi?id=47680 Review: https://bugs.freedesktop.org/review?bug=37028=47680 2nd patch

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

2011-06-07 Thread bugzilla-dae...@freedesktop.org
https://bugs.freedesktop.org/show_bug.cgi?id=37028 --- Comment #17 from Maggioni Marcello 2011-06-07 12:47:00 PDT --- What kernel version do you use Sven? -- Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?tab=email --- You are receiving this mail because: --- You are

[PATCH 5/5] DRM: Add i.MX IPUv3 support

2011-06-07 Thread Sascha Hauer
This adds a i.MX51/53 IPU (Image Processing Unit) KMS driver. The driver has been tested on the i.MX51 babbage board and the i.MX53 LOCO board in different clone mode and dual head setups. Signed-off-by: Sascha Hauer --- drivers/gpu/drm/Kconfig|9 + drivers/gpu/drm/imx/Makefile |

[PATCH 3/5] DRM: Add drm encoder/connector helper

2011-06-07 Thread Sascha Hauer
At least in the embedded world encoders and connectors are not at all visible in software. Often enough there is a 1:1 relationship between encoders and connectors. Add helpers to handle this case and to ease driver implementation for SoCs. Signed-off-by: Sascha Hauer ---

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

2011-06-07 Thread Sascha Hauer
Hi All, The following adds a KMS driver for the Freescale i.MX51/53 SoCs. It is far from being ready but I think it is enough to send it out and get the first comments on it and to show that there's something going on. Currently I don't use any sophisticated memory allocater like GEM or

[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 wrote: ... > +static int __init imx_ipu_init(void) > +{ > + ? ? ? int32_t ret; > + > + ? ? ? ret = platform_driver_register(_ipu_driver); > + ? ? ? return 0; Did you intend to return ret here instead? Regards, Fabio Estevam

[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 > --- > 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 --- drivers/gpu/drm/drm_crtc.c

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

2011-06-07 Thread bugzilla-dae...@freedesktop.org
https://bugs.freedesktop.org/show_bug.cgi?id=37028 --- Comment #16 from Sven Arvidsson 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 != 68698

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

2011-06-07 Thread Alan Cox
> 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 bit of time to get my head around is that it allocates backing

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

2011-06-07 Thread bugzilla-dae...@freedesktop.org
https://bugs.freedesktop.org/show_bug.cgi?id=37028 --- Comment #15 from Maggioni Marcello 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 random sequence is

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

2011-06-07 Thread bugzilla-dae...@freedesktop.org
https://bugs.freedesktop.org/show_bug.cgi?id=37028 --- Comment #14 from Pierre-Eric Pelloux-Prayer 2011-06-07 10:19:00 PDT --- Remote debugging is hard :-/ Anyway, your modified app is wrong I think (not only the != / == inversion) : The app is supposed to : - draw a cube to a random position

Flat address space with gGTT / ppGTT

2011-06-07 Thread Eric Anholt
all hardware in undocumented ways (and basically no other details than that). -- next part -- A non-text attachment was scrubbed... Name: not available Type: application/pgp-signature Size: 197 bytes Desc: not available URL: <http://lists.freedesktop.org/archives/dri-devel/attachments/20110607/53b7e199/attachment.pgp>

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

2011-06-07 Thread bugzilla-dae...@freedesktop.org
https://bugs.freedesktop.org/show_bug.cgi?id=37168 --- Comment #4 from Sean McNamara 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 or anything in

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

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

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

2011-06-07 Thread bugzilla-dae...@freedesktop.org
https://bugs.freedesktop.org/show_bug.cgi?id=37028 --- Comment #13 from Maggioni Marcello 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 :D I placed a

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

2011-06-07 Thread bugzilla-dae...@freedesktop.org
https://bugs.freedesktop.org/show_bug.cgi?id=37028 --- Comment #12 from Maggioni Marcello 2011-06-07 09:15:59 PDT --- Created an attachment (id=47666) --> (https://bugs.freedesktop.org/attachment.cgi?id=47666) Further tests Hi, your test application crashes on my system with and without the

[PATCH/RFC] m68k/bitops: Make bitmap data pointer of atomic ops volatile

2011-06-07 Thread Geert Uytterhoeven
On Mon, Jun 6, 2011 at 22:11, Arnd Bergmann wrote: > On Monday 06 June 2011 22:07:53 Geert Uytterhoeven wrote: >> >> This fixes a.o. >> >> drivers/ide/ide-io.c: In function ?ide_lock_host?: >> drivers/ide/ide-io.c:415: warning: passing argument 2 of >> ?__constant_test_and_set_bit? discards

[PATCH] drm: fix fbs in DRM_IOCTL_MODE_GETRESOURCES ioctl

2011-06-07 Thread Sascha Hauer
Hi David, Somehow my Cc got lost. Maybe you missed this. Any comments? Thanks Sascha On Fri, Jun 03, 2011 at 12:54:14PM +0200, Sascha Hauer wrote: > > The DRM_IOCTL_MODE_GETRESOURCES ioctl just returns bogus framebuffers. > That is because the framebuffers for each file are in the filp_head >

[git pull] drm fixes

2011-06-07 Thread Dave Airlie
Hi Linus, this is just the Intel and nouveau fixes, this alongside the radeon fixes pull that is outstanding, it has one serious intel regression fix for 945 machines that got broken in the ivybridge support, along with a few fixes from nouveau. Dave. The following changes since commit

[Bug 25248] Machinarium crashes with current git radeon driver

2011-06-07 Thread bugzilla-dae...@freedesktop.org
https://bugs.freedesktop.org/show_bug.cgi?id=25248 Phil Armstrong changed: What|Removed |Added Status|NEW |RESOLVED Resolution|

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

2011-06-07 Thread bugzilla-dae...@freedesktop.org
https://bugs.freedesktop.org/show_bug.cgi?id=37028 --- Comment #11 from Pierre-Eric Pelloux-Prayer 2011-06-07 05:18:56 PDT --- Created an attachment (id=47657) --> (https://bugs.freedesktop.org/attachment.cgi?id=47657) simple test app Weird, here the patch solves the white-dot-around-lights

[Bug 36812] Radeon fails to load firmware

2011-06-07 Thread bugzilla-dae...@bugzilla.kernel.org
https://bugzilla.kernel.org/show_bug.cgi?id=36812 James Cloos changed: What|Removed |Added Status|NEW |RESOLVED Resolution|

[Bug 36812] Radeon fails to load firmware

2011-06-07 Thread bugzilla-dae...@bugzilla.kernel.org
https://bugzilla.kernel.org/show_bug.cgi?id=36812 Alex Deucher changed: What|Removed |Added CC||alexdeucher at gmail.com --- Comment

[Bug 38022] ATI Radeon 6950 (Cayman): r600g texture / pixmap corruption

2011-06-07 Thread bugzilla-dae...@freedesktop.org
https://bugs.freedesktop.org/show_bug.cgi?id=38022 --- Comment #6 from Dave Airlie 2011-06-07 01:43:33 PDT --- can you disable page flipping and try again? /me hasn't run compiz on cayman yet too much. -- Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?tab=email --- You are

[Bug 38022] ATI Radeon 6950 (Cayman): r600g texture / pixmap corruption

2011-06-07 Thread bugzilla-dae...@freedesktop.org
https://bugs.freedesktop.org/show_bug.cgi?id=38022 --- Comment #5 from Harald Judt 2011-06-07 01:16:07 PDT --- > - linux-3.0.0-rc1 with latest fixes from drm-2.6 git applied, up to 2a9e5862a38f7195931bd51788dc9ce68b28120c. Small inexactness on my part. I pulled from drm-radeon-testing branch,

[Bug 38022] ATI Radeon 6950 (Cayman): r600g texture / pixmap corruption

2011-06-07 Thread bugzilla-dae...@freedesktop.org
https://bugs.freedesktop.org/show_bug.cgi?id=38022 --- Comment #4 from Dave Airlie 2011-06-07 00:55:02 PDT --- can you try with drm-radeon-fixes branch of my git trre? http://git.kernel.org/?p=linux/kernel/git/airlied/drm-2.6.git;a=shortlog;h=refs/heads/drm-radeon-fixes t enables cayman

[Bug 36812] Radeon fails to load firmware

2011-06-07 Thread bugzilla-dae...@bugzilla.kernel.org
https://bugzilla.kernel.org/show_bug.cgi?id=36812 --- Comment #3 from James Cloos 2011-06-07 00:53:41 --- I forgot to add: I don?t see from git-grep(1)ing the tree where or how the kernel knows to find firmware in /lib/firmware. All I can see is /lib/firmware as the target to make

[Bug 36812] Radeon fails to load firmware

2011-06-07 Thread bugzilla-dae...@bugzilla.kernel.org
https://bugzilla.kernel.org/show_bug.cgi?id=36812 --- Comment #2 from James Cloos 2011-06-07 00:47:29 --- Longer than that. The box is usually headless; when I first got it the missing firmware prevented booting, so I added radeon.modeset=0 to the grub config and manually changed that for

[Bug 36812] Radeon fails to load firmware

2011-06-07 Thread bugzilla-dae...@bugzilla.kernel.org
https://bugzilla.kernel.org/show_bug.cgi?id=36812 Andrew Morton changed: What|Removed |Added CC||akpm at linux-foundation.org ---

[Bug 36812] New: Radeon fails to load firmware

2011-06-07 Thread bugzilla-dae...@bugzilla.kernel.org
https://bugzilla.kernel.org/show_bug.cgi?id=36812 Summary: Radeon fails to load firmware Product: Drivers Version: 2.5 Kernel Version: 3.0-rc2 Platform: All OS/Version: Linux Tree: Mainline Status: NEW

[Bug 38022] ATI Radeon 6950 (Cayman): r600g texture / pixmap corruption

2011-06-07 Thread bugzilla-dae...@freedesktop.org
https://bugs.freedesktop.org/show_bug.cgi?id=38022 --- Comment #3 from Harald Judt 2011-06-06 23:36:06 PDT --- Created an attachment (id=47645) --> (https://bugs.freedesktop.org/attachment.cgi?id=47645) Screenshot of corrupted firefox toolbar Corruption can get quite nasty after a while. The

[Bug 38022] ATI Radeon 6950 (Cayman): r600g texture / pixmap corruption

2011-06-07 Thread bugzilla-dae...@freedesktop.org
https://bugs.freedesktop.org/show_bug.cgi?id=38022 --- Comment #2 from Harald Judt 2011-06-06 23:26:48 PDT --- Created an attachment (id=47644) --> (https://bugs.freedesktop.org/attachment.cgi?id=47644) Screenshot of corrupted xfce panel plugins. Here, parts of a previous screen (gdm login

[Bug 38022] ATI Radeon 6950 (Cayman): r600g texture / pixmap corruption

2011-06-07 Thread bugzilla-dae...@freedesktop.org
https://bugs.freedesktop.org/show_bug.cgi?id=38022 --- Comment #1 from Harald Judt 2011-06-06 23:21:19 PDT --- Created an attachment (id=47643) --> (https://bugs.freedesktop.org/attachment.cgi?id=47643) Screenshot of a corrupted icon. As you can see, only the lower half of the icon is

[Bug 38022] New: ATI Radeon 6950 (Cayman): r600g texture / pixmap corruption

2011-06-07 Thread bugzilla-dae...@freedesktop.org
https://bugs.freedesktop.org/show_bug.cgi?id=38022 Summary: ATI Radeon 6950 (Cayman): r600g texture / pixmap corruption Product: DRI Version: XOrg CVS Platform: x86-64 (AMD64) OS/Version: Linux (All) Status: NEW

[Bug 38022] New: ATI Radeon 6950 (Cayman): r600g texture / pixmap corruption

2011-06-07 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=38022 Summary: ATI Radeon 6950 (Cayman): r600g texture / pixmap corruption Product: DRI Version: XOrg CVS Platform: x86-64 (AMD64) OS/Version: Linux (All) Status: NEW

[Bug 38022] ATI Radeon 6950 (Cayman): r600g texture / pixmap corruption

2011-06-07 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=38022 --- Comment #1 from Harald Judt h.j...@gmx.at 2011-06-06 23:21:19 PDT --- Created an attachment (id=47643) -- (https://bugs.freedesktop.org/attachment.cgi?id=47643) Screenshot of a corrupted icon. As you can see, only the lower half of the icon

[Bug 38022] ATI Radeon 6950 (Cayman): r600g texture / pixmap corruption

2011-06-07 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=38022 --- Comment #2 from Harald Judt h.j...@gmx.at 2011-06-06 23:26:48 PDT --- Created an attachment (id=47644) -- (https://bugs.freedesktop.org/attachment.cgi?id=47644) Screenshot of corrupted xfce panel plugins. Here, parts of a previous screen

[Bug 38022] ATI Radeon 6950 (Cayman): r600g texture / pixmap corruption

2011-06-07 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=38022 --- Comment #3 from Harald Judt h.j...@gmx.at 2011-06-06 23:36:06 PDT --- Created an attachment (id=47645) -- (https://bugs.freedesktop.org/attachment.cgi?id=47645) Screenshot of corrupted firefox toolbar Corruption can get quite nasty after a

Re: [PATCH] drm: fix fbs in DRM_IOCTL_MODE_GETRESOURCES ioctl

2011-06-07 Thread Sascha Hauer
Hi David, Somehow my Cc got lost. Maybe you missed this. Any comments? Thanks Sascha On Fri, Jun 03, 2011 at 12:54:14PM +0200, Sascha Hauer wrote: The DRM_IOCTL_MODE_GETRESOURCES ioctl just returns bogus framebuffers. That is because the framebuffers for each file are in the filp_head

Re: [PATCH/RFC] m68k/bitops: Make bitmap data pointer of atomic ops volatile

2011-06-07 Thread Geert Uytterhoeven
On Mon, Jun 6, 2011 at 22:11, Arnd Bergmann a...@arndb.de wrote: On Monday 06 June 2011 22:07:53 Geert Uytterhoeven wrote: This fixes a.o. drivers/ide/ide-io.c: In function ‘ide_lock_host’: drivers/ide/ide-io.c:415: warning: passing argument 2 of ‘__constant_test_and_set_bit’ discards

[Bug 38022] ATI Radeon 6950 (Cayman): r600g texture / pixmap corruption

2011-06-07 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=38022 --- Comment #4 from Dave Airlie airl...@freedesktop.org 2011-06-07 00:55:02 PDT --- can you try with drm-radeon-fixes branch of my git trre? http://git.kernel.org/?p=linux/kernel/git/airlied/drm-2.6.git;a=shortlog;h=refs/heads/drm-radeon-fixes

[Bug 38022] ATI Radeon 6950 (Cayman): r600g texture / pixmap corruption

2011-06-07 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=38022 --- Comment #5 from Harald Judt h.j...@gmx.at 2011-06-07 01:16:07 PDT --- - linux-3.0.0-rc1 with latest fixes from drm-2.6 git applied, up to 2a9e5862a38f7195931bd51788dc9ce68b28120c. Small inexactness on my part. I pulled from

[PATCH 5/5] DRM: Add i.MX IPUv3 support

2011-06-07 Thread Sascha Hauer
This adds a i.MX51/53 IPU (Image Processing Unit) KMS driver. The driver has been tested on the i.MX51 babbage board and the i.MX53 LOCO board in different clone mode and dual head setups. Signed-off-by: Sascha Hauer s.ha...@pengutronix.de --- drivers/gpu/drm/Kconfig|9 +

[PATCH 4/5] DRM: Add support for the sii902x HDMI/DVI encoder

2011-06-07 Thread Sascha Hauer
Signed-off-by: Sascha Hauer s.ha...@pengutronix.de --- drivers/gpu/drm/Kconfig |6 + drivers/gpu/drm/i2c/Makefile |3 + drivers/gpu/drm/i2c/sii902x.c | 334 + 3 files changed, 343 insertions(+), 0 deletions(-) create mode 100644

[PATCH 2/5] DRM i.MX IPU: Add support for IPU submodules

2011-06-07 Thread Sascha Hauer
Can be squashed into the last patch, just split up to avoid hitting list limits. Signed-off-by: Sascha Hauer s.ha...@pengutronix.de --- drivers/gpu/drm/imx/ipu-v3/Makefile |2 +- drivers/gpu/drm/imx/ipu-v3/ipu-dc.c | 440 ++ drivers/gpu/drm/imx/ipu-v3/ipu-di.c |

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

2011-06-07 Thread Alan Cox
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 bit of time to get my head around is that it allocates backing

Re: [PATCH/RFC] m68k/bitops: Make bitmap data pointer of atomic ops volatile

2011-06-07 Thread Arnd Bergmann
On Tuesday 07 June 2011, Geert Uytterhoeven wrote: You mean the host_busy variable in the IDE code? That would also apply to context_flag in the DRM code: drivers/gpu/drm/drm_context.c:233: warning: passing argument 2 of ‘__constant_test_and_set_bit’ discards qualifiers from pointer target

[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 #11 from Pierre-Eric Pelloux-Prayer pell...@gmail.com 2011-06-07 05:18:56 PDT --- Created an attachment (id=47657) -- (https://bugs.freedesktop.org/attachment.cgi?id=47657) simple test app Weird, here the patch solves the

[Bug 25248] Machinarium crashes with current git radeon driver

2011-06-07 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=25248 Phil Armstrong p...@kantaka.co.uk changed: What|Removed |Added Status|NEW |RESOLVED

Re: [PATCH/RFC] m68k/bitops: Make bitmap data pointer of atomic ops volatile

2011-06-07 Thread Ben Hutchings
On Tue, Jun 07, 2011 at 01:22:29PM +0200, Arnd Bergmann wrote: On Tuesday 07 June 2011, Geert Uytterhoeven wrote: You mean the host_busy variable in the IDE code? That would also apply to context_flag in the DRM code: drivers/gpu/drm/drm_context.c:233: warning: passing argument 2 of

CPU and GPU cache-coherence

2011-06-07 Thread Donnie Fang
3D render image on WC AGP aperture BO and then CPU fetch the image from this bo, in order to achieve performance, after 3D finished rendering, validate this bo into cached system memory and then read it from system memory. But I always get garbage from there. After check TTM bo validate codes, it

Re: [PATCH/RFC] m68k/bitops: Make bitmap data pointer of atomic ops volatile

2011-06-07 Thread Arnd Bergmann
On Tuesday 07 June 2011, Ben Hutchings wrote: On Tue, Jun 07, 2011 at 01:22:29PM +0200, Arnd Bergmann wrote: I guess what happened is that some variables are traditionally marked as volatile although they shouldn't be, and most architectures have adapted their bitops to make the warnings

[Bug 36892] New: page faults / general protection faults under heavy 3d load

2011-06-07 Thread bugzilla-daemon
https://bugzilla.kernel.org/show_bug.cgi?id=36892 Summary: page faults / general protection faults under heavy 3d load Product: Drivers Version: 2.5 Platform: All OS/Version: Linux Tree: Mainline

[Bug 36892] page faults / general protection faults under heavy 3d load

2011-06-07 Thread bugzilla-daemon
https://bugzilla.kernel.org/show_bug.cgi?id=36892 --- Comment #1 from Niels Ole Salscheider niels_...@salscheider-online.de 2011-06-07 14:13:59 --- Created an attachment (id=61052) -- (https://bugzilla.kernel.org/attachment.cgi?id=61052) kernel message -- Configure bugmail:

[Bug 36892] page faults / general protection faults under heavy 3d load

2011-06-07 Thread bugzilla-daemon
https://bugzilla.kernel.org/show_bug.cgi?id=36892 --- Comment #2 from Niels Ole Salscheider niels_...@salscheider-online.de 2011-06-07 14:14:24 --- Created an attachment (id=61062) -- (https://bugzilla.kernel.org/attachment.cgi?id=61062) kernel message 2 -- Configure bugmail:

[Bug 36892] page faults / general protection faults under heavy 3d load

2011-06-07 Thread bugzilla-daemon
https://bugzilla.kernel.org/show_bug.cgi?id=36892 --- Comment #3 from Niels Ole Salscheider niels_...@salscheider-online.de 2011-06-07 14:14:41 --- Created an attachment (id=61072) -- (https://bugzilla.kernel.org/attachment.cgi?id=61072) kernel message 3 -- Configure bugmail:

[Bug 36892] page faults / general protection faults under heavy 3d load

2011-06-07 Thread bugzilla-daemon
https://bugzilla.kernel.org/show_bug.cgi?id=36892 --- Comment #4 from Niels Ole Salscheider niels_...@salscheider-online.de 2011-06-07 14:15:02 --- Created an attachment (id=61082) -- (https://bugzilla.kernel.org/attachment.cgi?id=61082) kernel message 4 -- Configure bugmail:

[Bug 36892] page faults / general protection faults under heavy 3d load

2011-06-07 Thread bugzilla-daemon
https://bugzilla.kernel.org/show_bug.cgi?id=36892 --- Comment #5 from Niels Ole Salscheider niels_...@salscheider-online.de 2011-06-07 14:18:17 --- btw: I do not know why it was out of memory in the first error message. I have 8GB of ram but usually less than 4GB are used (most of it for

[Bug 36892] page faults / general protection faults under heavy 3d load

2011-06-07 Thread bugzilla-daemon
https://bugzilla.kernel.org/show_bug.cgi?id=36892 Niels Ole Salscheider niels_...@salscheider-online.de changed: What|Removed |Added CC|

[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 #12 from Maggioni Marcello haya...@gmail.com 2011-06-07 09:15:59 PDT --- Created an attachment (id=47666) -- (https://bugs.freedesktop.org/attachment.cgi?id=47666) Further tests Hi, your test application crashes on my system with

  1   2   >