Skip to content

Commit b240728

Browse files
committed
fixup! gpu: drm: adp: Add Apple Display Pipe driver
1 parent 84de242 commit b240728

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

drivers/gpu/drm/adp/adp_drv.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -106,6 +106,7 @@ static const struct file_operations adp_fops = {
106106
.read = drm_read,
107107
.llseek = noop_llseek,
108108
.mmap = drm_gem_mmap,
109+
.fop_flags = FOP_UNSIGNED_OFFSET,
109110
DRM_GEM_DMA_UNMAPPED_AREA_FOPS
110111
};
111112

0 commit comments

Comments
 (0)