summaryrefslogtreecommitdiffstats
path: root/include/drm/drm_accel.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/drm/drm_accel.h')
-rw-r--r--include/drm/drm_accel.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/include/drm/drm_accel.h b/include/drm/drm_accel.h
index 8867ce0be94c..038ccb02f9a3 100644
--- a/include/drm/drm_accel.h
+++ b/include/drm/drm_accel.h
@@ -28,7 +28,8 @@
.poll = drm_poll,\
.read = drm_read,\
.llseek = noop_llseek, \
- .mmap = drm_gem_mmap
+ .mmap = drm_gem_mmap, \
+ .fop_flags = FOP_UNSIGNED_OFFSET
/**
* DEFINE_DRM_ACCEL_FOPS() - macro to generate file operations for accelerators drivers