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
Showing
- Documentation/DocBook/drm.tmpl 1 addition, 0 deletionsDocumentation/DocBook/drm.tmpl
- drivers/gpu/drm/i810/i810_drv.c 1 addition, 0 deletionsdrivers/gpu/drm/i810/i810_drv.c
- drivers/gpu/drm/i830/i830_drv.c 1 addition, 0 deletionsdrivers/gpu/drm/i830/i830_drv.c
- drivers/gpu/drm/i915/i915_drv.c 1 addition, 0 deletionsdrivers/gpu/drm/i915/i915_drv.c
- drivers/gpu/drm/mga/mga_drv.c 1 addition, 0 deletionsdrivers/gpu/drm/mga/mga_drv.c
- drivers/gpu/drm/nouveau/nouveau_drv.c 1 addition, 0 deletionsdrivers/gpu/drm/nouveau/nouveau_drv.c
- drivers/gpu/drm/r128/r128_drv.c 1 addition, 0 deletionsdrivers/gpu/drm/r128/r128_drv.c
- drivers/gpu/drm/radeon/radeon_drv.c 1 addition, 0 deletionsdrivers/gpu/drm/radeon/radeon_drv.c
- drivers/gpu/drm/savage/savage_drv.c 1 addition, 0 deletionsdrivers/gpu/drm/savage/savage_drv.c
- drivers/gpu/drm/sis/sis_drv.c 1 addition, 0 deletionsdrivers/gpu/drm/sis/sis_drv.c
- drivers/gpu/drm/tdfx/tdfx_drv.c 1 addition, 0 deletionsdrivers/gpu/drm/tdfx/tdfx_drv.c
- drivers/gpu/drm/via/via_drv.c 1 addition, 0 deletionsdrivers/gpu/drm/via/via_drv.c
- drivers/gpu/drm/vmwgfx/vmwgfx_drv.c 1 addition, 0 deletionsdrivers/gpu/drm/vmwgfx/vmwgfx_drv.c
Loading
Please register or sign in to comment