diff options
author | Daniel Vetter <daniel.vetter@ffwll.ch> | 2011-10-25 16:32:45 +0200 |
---|---|---|
committer | Daniel Vetter <daniel.vetter@ffwll.ch> | 2011-12-22 00:33:19 +0100 |
commit | c828e20456301b0f5192a1f75e8bf8a6afd15551 (patch) | |
tree | ac305d3618dafc1f8c3d9f18011d91badee9aabe /include/drm | |
parent | fdc0b8a63c1124bb025a2846d41531a123845740 (diff) | |
download | linux-c828e20456301b0f5192a1f75e8bf8a6afd15551.tar.bz2 |
drm/via: track obj->drm_fd relations in the driver
Exactly like the previous patch for sis.
Signed-off-by: Daniel Vetter <daniel.vetter@ffwll.ch>
Diffstat (limited to 'include/drm')
-rw-r--r-- | include/drm/via_drm.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/include/drm/via_drm.h b/include/drm/via_drm.h index fd11a5bd892d..79b3b6e0f6b3 100644 --- a/include/drm/via_drm.h +++ b/include/drm/via_drm.h @@ -274,4 +274,8 @@ typedef struct drm_via_dmablit { drm_via_blitsync_t sync; } drm_via_dmablit_t; +struct via_file_private { + struct list_head obj_list; +}; + #endif /* _VIA_DRM_H_ */ |