Skip to content
Commit 81fd23e2 authored by Thomas Zimmermann's avatar Thomas Zimmermann Committed by Lucas Stach
Browse files

drm/etnaviv: Implement mmap as GEM object function



Moving the driver-specific mmap code into a GEM object function allows
for using DRM helpers for various mmap callbacks.

The respective etnaviv functions are being removed. The file_operations
structure fops is now being created by the helper macro
DEFINE_DRM_GEM_FOPS().

Signed-off-by: default avatarThomas Zimmermann <tzimmermann@suse.de>
Signed-off-by: default avatarLucas Stach <l.stach@pengutronix.de>
parent 432f51e7
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment