diff options
author | Thomas Zimmermann <[email protected]> | 2019-05-08 10:26:18 +0200 |
---|---|---|
committer | Gerd Hoffmann <[email protected]> | 2019-05-15 16:17:06 +0200 |
commit | 59f5989ad42b6edd089b47895986ef15259822dc (patch) | |
tree | 8054d6410183e4d61439822a31446fbf4a3f5226 /tools/perf/scripts/python/intel-pt-events.py | |
parent | 5c9dcacfe56673555540933017c54e8f39e947cb (diff) |
drm: Integrate VRAM MM into struct drm_device
There's now a pointer to struct drm_vram_mm stored in struct drm_device.
DRM drivers that use VRAM MM should use this field to refer to their
instance of the data structure. Appropriate helpers are now provided as
well.
Adding struct drm_vram_mm to struct drm_device further avoids wrappers
and boilerplate code in drivers. This patch implements default functions
for callbacks in struct drm_driver and struct file_operations that use
the struct drm_vram_mm stored in struct drm_device. Drivers that need to
provide their own implementations can still do so.
The patch also adds documentation for the VRAM helper library in general.
v5:
* set .llseek to no_llseek() from DRM_VRAM_MM_FILE_OPERATIONS
v4:
* cleanups from checkpatch.pl
* document VRAM helper library
Signed-off-by: Thomas Zimmermann <[email protected]>
Link: http://patchwork.freedesktop.org/patch/msgid/[email protected]
Signed-off-by: Gerd Hoffmann <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python/intel-pt-events.py')
0 files changed, 0 insertions, 0 deletions