drm/sis: track obj->drm_fd relations in the driver
authorDaniel Vetter <daniel.vetter@ffwll.ch>
Tue, 25 Oct 2011 14:32:34 +0000 (16:32 +0200)
committerDaniel Vetter <daniel.vetter@ffwll.ch>
Wed, 21 Dec 2011 23:33:15 +0000 (00:33 +0100)
By attach a driver private struct to each open drm fd.

Because we steal the owner_list from drm_sman until things settle,
use list_move instead of list_add.

This requires to export a drm_sman function temporarily before
drm_sman will die for real completely.

Signed-off-by: Daniel Vetter <daniel.vetter@ffwll.ch>

No differences found