commit | c828e20456301b0f5192a1f75e8bf8a6afd15551 | [log] [tgz] |
---|---|---|
author | Daniel Vetter <daniel.vetter@ffwll.ch> | Tue Oct 25 16:32:45 2011 +0200 |
committer | Daniel Vetter <daniel.vetter@ffwll.ch> | Thu Dec 22 00:33:19 2011 +0100 |
tree | ac305d3618dafc1f8c3d9f18011d91badee9aabe | |
parent | fdc0b8a63c1124bb025a2846d41531a123845740 [diff] [blame] |
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>
diff --git a/include/drm/via_drm.h b/include/drm/via_drm.h index fd11a5b..79b3b6e0 100644 --- a/include/drm/via_drm.h +++ b/include/drm/via_drm.h
@@ -274,4 +274,8 @@ drm_via_blitsync_t sync; } drm_via_dmablit_t; +struct via_file_private { + struct list_head obj_list; +}; + #endif /* _VIA_DRM_H_ */