kernel-fxtec-pro1x/drivers/gpu/drm/i830
Arnd Bergmann dc880abef7 drm: use noop_llseek
The drm device drivers currently allow seeking on the
character device but never care about the actual
file position.

When we change the default llseek operation to be
no_llseek, calling llseek on a drm device would
return an error condition, which is an API change.

Explicitly setting noop_llseek lets us keep the
current API.

Signed-off-by: Arnd Bergmann <arnd@arndb.de>
Cc: David Airlie <airlied@linux.ie>
Cc: dri-devel@lists.freedesktop.org
2010-09-16 10:33:07 +02:00
..
i830_dma.c drm: block userspace under allocating buffer and having drivers overwrite it (v2) 2010-08-17 14:52:25 +10:00
i830_drv.c drm: use noop_llseek 2010-09-16 10:33:07 +02:00
i830_drv.h drm: kill BKL from common code 2010-08-05 11:54:40 +10:00
i830_irq.c drm/i830: fixed brace and spacing coding style issues 2010-08-02 10:15:54 +10:00
Makefile