git.openpandora.org
/
pandora-kernel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
4cf7312
)
drm/sis: track obj->drm_fd relations in the driver
author
Daniel Vetter
<daniel.vetter@ffwll.ch>
Tue, 25 Oct 2011 14:32:34 +0000
(16:32 +0200)
committer
Daniel 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