alistair23-linux/drivers/gpu/drm/mga
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
..
Makefile
mga_dma.c drm/mga: fixed brace, macro and spacing coding style issues 2010-08-02 10:17:36 +10:00
mga_drv.c drm: use noop_llseek 2010-09-16 10:33:07 +02:00
mga_drv.h drm/mga: fixed brace, macro and spacing coding style issues 2010-08-02 10:17:36 +10:00
mga_ioc32.c drm: convert drm_ioctl to unlocked_ioctl 2009-12-18 11:22:31 +10:00
mga_irq.c drm/mga: fixed brace, macro and spacing coding style issues 2010-08-02 10:17:36 +10:00
mga_state.c drm: block userspace under allocating buffer and having drivers overwrite it (v2) 2010-08-17 14:52:25 +10:00
mga_warp.c drm/mga: fixed brace, macro and spacing coding style issues 2010-08-02 10:17:36 +10:00