Re: Summary of the V4L2 discussions during LDS - was: Re: Embedded Linux memory management interest group list

2011-05-18 Thread Sakari Ailus
Hans Verkuil wrote: > Note that many video receivers cannot stall. You can't tell them to wait until > the last buffer finished processing. This is different from some/most? > sensors. Not even image sensors. They just output the frame data; if the receiver runs out of buffers the data is just lo

Re: PROBLEM: i915 regression between 2.6.39-rc6 and 2.6.39-rc7

2011-05-18 Thread Eric Leblond
Hello, On Wed, 2011-05-18 at 11:22 -0500, Michael Larabel wrote: > Try booting the latest kernel with "i915.semaphores=1" and it should be > fixed, at least for my SNB hardware. When I had it auto-bisected it came > down to this commit 087fbc9962e10a65fb0b542ecfc116ebf6cf1735 that > disabled se

Re: + drivers-base-platformc-dont-mark-platform_device_register_resndata-as-__init_or_module.patch added to -mm tree

2011-05-18 Thread Andrew Morton
On Thu, 19 May 2011 08:21:36 +0200 Uwe Kleine-König wrote: > I'm not sure that the things that radeon_cp_init does are sane. Some more details here might help someone fix it. > Maybe > add a comment that it is the only known stopper to make > platform_device_register_resndata __init_or_module

+ drivers-base-platformc-dont-mark-platform_device_register_resndata-as-__init_or_module.patch added to -mm tree

2011-05-18 Thread Andrew Morton
On Thu, 19 May 2011 08:21:36 +0200 Uwe Kleine-K?nig wrote: > I'm not sure that the things that radeon_cp_init does are sane. Some more details here might help someone fix it. > Maybe > add a comment that it is the only known stopper to make > platform_device_register_resndata __init_or_module a

Re: + drivers-base-platformc-dont-mark-platform_device_register_resndata-as-__init_or_module.patch added to -mm tree

2011-05-18 Thread Uwe Kleine-König
Hello, [added some people involved in the thread http://thread.gmane.org/gmane.linux.ports.ppc.embedded/41996 to Cc:] On Wed, May 18, 2011 at 02:57:36PM -0700, a...@linux-foundation.org wrote: > > The patch titled > drivers/base/platform.c: don't mark platform_device_register_resndata() >

Re: [PATCH 0/4] cayman acceleration fixes so far

2011-05-18 Thread Alex Deucher
On Thu, May 19, 2011 at 12:14 AM, Dave Airlie wrote: > These 4 patches allow me to run piglit to ~1460/1660 tests with my port > of r600g to cayman. I still have to track down why the DDX composite accel > isn't working though. I suspect we'll need a cayman accel is working flag > as well. For th

[Bug 35192] BUG() in radeon driver with ATI Technologies Inc RV515 [Radeon X1300]

2011-05-18 Thread bugzilla-dae...@bugzilla.kernel.org
https://bugzilla.kernel.org/show_bug.cgi?id=35192 --- Comment #4 from Andrew Morton 2011-05-18 22:58:47 --- OK, thanks. Mystery solved. -- Configure bugmail: https://bugzilla.kernel.org/userprefs.cgi?tab=email --- You are receiving this mail because: --- You are watching the assi

[Bug 35192] BUG() in radeon driver with ATI Technologies Inc RV515 [Radeon X1300]

2011-05-18 Thread bugzilla-dae...@bugzilla.kernel.org
https://bugzilla.kernel.org/show_bug.cgi?id=35192 Stratos Psomadakis changed: What|Removed |Added CC||psomas at ece.ntua.gr --- Commen

Summary of the V4L2 discussions during LDS - was: Re: Embedded Linux memory management interest group list

2011-05-18 Thread Sakari Ailus
Hans Verkuil wrote: > Note that many video receivers cannot stall. You can't tell them to wait until > the last buffer finished processing. This is different from some/most? > sensors. Not even image sensors. They just output the frame data; if the receiver runs out of buffers the data is just lo

[Bug 35192] BUG() in radeon driver with ATI Technologies Inc RV515 [Radeon X1300]

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

[PATCH 4/4] drm/radeon/kms: add wait idle ioctl for eg->cayman

2011-05-18 Thread Dave Airlie
From: Dave Airlie None of the latest GPUs had this hooked up, this is necessary for correct operation in a lot of cases, however we should test this on a few GPUs in these families as we've had problems in this area before. Signed-off-by: Dave Airlie --- drivers/gpu/drm/radeon/radeon_asic.c |

[PATCH 3/4] drm/radeon/cayman: setup hdp to invalidate and flush when asked

2011-05-18 Thread Dave Airlie
From: Dave Airlie On cayman we need to set the bit to cause HDP flushes to invalidate the HDP cache also. Signed-off-by: Dave Airlie --- drivers/gpu/drm/radeon/ni.c |4 drivers/gpu/drm/radeon/nid.h |2 ++ 2 files changed, 6 insertions(+), 0 deletions(-) diff --git a/drivers/gpu/

[PATCH 2/4] drm/radeon/kms: fix tile_config value reported to userspace on cayman.

2011-05-18 Thread Dave Airlie
From: Dave Airlie cayman is reporting the wrong tile config value to userspace, this causes piglit mipmap generation tests to fail. Signed-off-by: Dave Airlie --- drivers/gpu/drm/radeon/ni.c |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/drivers/gpu/drm/radeon/ni.c b

[PATCH 1/4] drm/radeon/kms: fix incorrect comparison in cayman setup code.

2011-05-18 Thread Dave Airlie
From: Dave Airlie This was leading to a bogus value being programmed to the backend routing register. Signed-off-by: Dave Airlie --- drivers/gpu/drm/radeon/ni.c |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/drivers/gpu/drm/radeon/ni.c b/drivers/gpu/drm/radeon/ni.c i

[PATCH 0/4] cayman acceleration fixes so far

2011-05-18 Thread Dave Airlie
These 4 patches allow me to run piglit to ~1460/1660 tests with my port of r600g to cayman. I still have to track down why the DDX composite accel isn't working though. I suspect we'll need a cayman accel is working flag as well. Dave. ___ dri-devel mai

PROBLEM: i915 regression between 2.6.39-rc6 and 2.6.39-rc7

2011-05-18 Thread Eric Leblond
Hello, On Wed, 2011-05-18 at 11:22 -0500, Michael Larabel wrote: > Try booting the latest kernel with "i915.semaphores=1" and it should be > fixed, at least for my SNB hardware. When I had it auto-bisected it came > down to this commit 087fbc9962e10a65fb0b542ecfc116ebf6cf1735 that > disabled se

[Bug 35192] BUG() in radeon driver with ATI Technologies Inc RV515 [Radeon X1300]

2011-05-18 Thread bugzilla-daemon
https://bugzilla.kernel.org/show_bug.cgi?id=35192 --- Comment #4 from Andrew Morton 2011-05-18 22:58:47 --- OK, thanks. Mystery solved. -- Configure bugmail: https://bugzilla.kernel.org/userprefs.cgi?tab=email --- You are receiving this mail because: --- You are watching the assi

[Bug 35192] BUG() in radeon driver with ATI Technologies Inc RV515 [Radeon X1300]

2011-05-18 Thread bugzilla-daemon
https://bugzilla.kernel.org/show_bug.cgi?id=35192 Stratos Psomadakis changed: What|Removed |Added CC||pso...@ece.ntua.gr --- Comment #

[Bug 35192] BUG() in radeon driver with ATI Technologies Inc RV515 [Radeon X1300]

2011-05-18 Thread bugzilla-daemon
https://bugzilla.kernel.org/show_bug.cgi?id=35192 Andrew Morton changed: What|Removed |Added CC||a...@linux-foundation.org,

PROBLEM: i915 regression between 2.6.39-rc6 and 2.6.39-rc7

2011-05-18 Thread Michael Larabel
Try booting the latest kernel with "i915.semaphores=1" and it should be fixed, at least for my SNB hardware. When I had it auto-bisected it came down to this commit 087fbc9962e10a65fb0b542ecfc116ebf6cf1735 that disabled semaphores. -- Michael Larabel On 05/17/2011 07:06 AM, Eric Leblond wrote:

Re: PROBLEM: i915 regression between 2.6.39-rc6 and 2.6.39-rc7

2011-05-18 Thread Michael Larabel
Try booting the latest kernel with "i915.semaphores=1" and it should be fixed, at least for my SNB hardware. When I had it auto-bisected it came down to this commit 087fbc9962e10a65fb0b542ecfc116ebf6cf1735 that disabled semaphores. -- Michael Larabel On 05/17/2011 07:06 AM, Eric Leblond wrote

[RFC] Standardize YUV support in the fbdev API

2011-05-18 Thread Hans Verkuil
On Wednesday, May 18, 2011 00:44:26 Felipe Contreras wrote: > On Wed, May 18, 2011 at 1:07 AM, Laurent Pinchart > wrote: > > I need to implement support for a YUV frame buffer in an fbdev driver. As > > the > > fbdev API doesn't support this out of the box, I've spent a couple of days > > reading

Re: Summary of the V4L2 discussions during LDS - was: Re: Embedded Linux memory management interest group list

2011-05-18 Thread Mauro Carvalho Chehab
Em 16-05-2011 17:45, Guennadi Liakhovetski escreveu: > On Sat, 14 May 2011, Mauro Carvalho Chehab wrote: > >> Em 18-04-2011 17:15, Jesse Barker escreveu: >>> One of the big issues we've been faced with at Linaro is around GPU >>> and multimedia device integration, in particular the memory manageme

Re: Summary of the V4L2 discussions during LDS - was: Re: Embedded Linux memory management interest group list

2011-05-18 Thread Mauro Carvalho Chehab
Em 17-05-2011 09:49, Mauro Carvalho Chehab escreveu: > Em 15-05-2011 18:10, Hans Verkuil escreveu: >> On Saturday, May 14, 2011 13:46:03 Mauro Carvalho Chehab wrote: >>> Em 14-05-2011 13:02, Hans Verkuil escreveu: On Saturday, May 14, 2011 12:19:18 Mauro Carvalho Chehab wrote: >>> > So, ba

Re: Summary of the V4L2 discussions during LDS - was: Re: Embedded Linux memory management interest group list

2011-05-18 Thread Mauro Carvalho Chehab
Em 15-05-2011 18:10, Hans Verkuil escreveu: > On Saturday, May 14, 2011 13:46:03 Mauro Carvalho Chehab wrote: >> Em 14-05-2011 13:02, Hans Verkuil escreveu: >>> On Saturday, May 14, 2011 12:19:18 Mauro Carvalho Chehab wrote: >> So, based at all I've seen, I'm pretty much convinced that the nor

PROBLEM: i915 regression between 2.6.39-rc6 and 2.6.39-rc7

2011-05-18 Thread Eric Leblond
Hello, When running the 2.6.39-rc7, I've observed a problem on my laptop (DELL XPS15) which uses the i915 driver. Frequently, when moving the mouse over, the cursor does only trigger the modification on the desktop after a few seconds (like icons highligthing). When this occurs, the following mess

[Bug 37296] [r600g] lighting artifacts on frozenbyte games

2011-05-18 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=37296 Michel Dänzer changed: What|Removed |Added Summary|[r600g] lightning artifacts |[r600g] lighting artifacts

[RFC] Standardize YUV support in the fbdev API

2011-05-18 Thread Felipe Contreras
On Wed, May 18, 2011 at 1:07 AM, Laurent Pinchart wrote: > I need to implement support for a YUV frame buffer in an fbdev driver. As the > fbdev API doesn't support this out of the box, I've spent a couple of days > reading fbdev (and KMS) code and thinking about how we could cleanly add YUV > sup

[Bug 37296] [r600g] lighting artifacts on frozenbyte games

2011-05-18 Thread bugzilla-dae...@freedesktop.org
https://bugs.freedesktop.org/show_bug.cgi?id=37296 Michel D?nzer changed: What|Removed |Added Summary|[r600g] lightning artifacts |[r600g] lighting artifacts

[RFC] Standardize YUV support in the fbdev API

2011-05-18 Thread Laurent Pinchart
Hi everybody, I need to implement support for a YUV frame buffer in an fbdev driver. As the fbdev API doesn't support this out of the box, I've spent a couple of days reading fbdev (and KMS) code and thinking about how we could cleanly add YUV support to the API. I'd like to share my findings a