aboutsummaryrefslogtreecommitdiffstats
path: root/include/drm
diff options
context:
space:
mode:
authorDavid Herrmann <dh.herrmann@gmail.com>2013-10-02 11:23:36 +0200
committerDave Airlie <airlied@redhat.com>2013-10-09 15:54:48 +1000
commit1c8887dd01d97781471c9a876e3a4e804bb33f31 (patch)
treed341be6974c01987cf5b471baca6e2d05922a075 /include/drm
parentdrm: merge device setup into drm_dev_register() (diff)
downloadlinux-dev-1c8887dd01d97781471c9a876e3a4e804bb33f31.tar.xz
linux-dev-1c8887dd01d97781471c9a876e3a4e804bb33f31.zip
drm: move drm_lastclose() to drm_fops.c
Try to keep all functions that handle DRM file_operations in drm_fops.c so internal helpers can be marked static later. This makes the split between the 3 core files more obvious: - drm_stub.c: DRM device allocation/destruction and management - drm_fops.c: DRM file_operations (except for ioctl) - drm_drv.c: Global DRM init + ioctl handling Well, ioctl handling is still spread throughout hundreds of source files, but at least the others are clearly defined this way. Signed-off-by: David Herrmann <dh.herrmann@gmail.com> Signed-off-by: Dave Airlie <airlied@redhat.com>
Diffstat (limited to 'include/drm')
0 files changed, 0 insertions, 0 deletions