David Herrmann 1572042a4a drm: provide management functions for drm_file
Rather than doing drm_file allocation/destruction right in the fops, lets
provide separate helpers. This decouples drm_file management from the
still-mandatory drm-fops. It prepares for use of drm_file without the
fops, both by possible separate fops implementations and APIs (not that I
am aware of any such plans), and more importantly from in-kernel use where
no real file is available.

Signed-off-by: David Herrmann <dh.herrmann@gmail.com>
Signed-off-by: Noralf Trønnes <noralf@tronnes.org>
Reviewed-by: Daniel Vetter <daniel.vetter@ffwll.ch>
Link: https://patchwork.freedesktop.org/patch/msgid/20180618141739.48151-2-noralf@tronnes.org
2018-06-25 16:17:03 +02:00
..
2018-05-25 20:08:27 +03:00
2018-04-25 09:09:22 +02:00
2018-05-23 10:45:02 +02:00
2018-03-28 14:30:41 +10:00
2018-03-28 14:30:41 +10:00
2018-05-04 00:13:41 +02:00
2017-12-27 19:00:09 -05:00
2018-05-17 15:03:40 +10:00
2018-05-25 20:08:27 +03:00
2018-06-20 15:59:34 +02:00
2018-05-25 08:28:41 +03:00
2018-03-29 19:14:21 +03:00
2018-06-15 23:31:07 +03:00
2018-05-03 21:26:32 +02:00
2018-06-15 23:31:07 +03:00
2018-03-28 14:30:41 +10:00
2018-05-03 21:26:32 +02:00
2018-05-04 11:36:45 +02:00
2018-06-20 15:27:49 +01:00