summaryrefslogtreecommitdiff
path: root/linux-core/drm_crtc.h
diff options
context:
space:
mode:
authorDave Airlie <airlied@linux.ie>2007-04-17 18:16:38 +1000
committerDave Airlie <airlied@linux.ie>2007-04-17 18:16:38 +1000
commit79aa1d54746f33c33ffbf98fb96ccbf88c3cb390 (patch)
tree7ccbdbc7750015391833988a68b8058d2eb77235 /linux-core/drm_crtc.h
parentcd5769c3b563048357535b24dc40783775adb227 (diff)
another large overhaul of interactions with userspace...
We need to keep a list of user created fbs to nuke on master exit. We also need to use the bo properly.
Diffstat (limited to 'linux-core/drm_crtc.h')
-rw-r--r--linux-core/drm_crtc.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/linux-core/drm_crtc.h b/linux-core/drm_crtc.h
index c02dcedc..584788ee 100644
--- a/linux-core/drm_crtc.h
+++ b/linux-core/drm_crtc.h
@@ -184,6 +184,7 @@ struct drm_framebuffer {
void *fbdev;
u32 pseudo_palette[17];
void *virtual_base;
+ struct list_head filp_head;
};
struct drm_crtc;
struct drm_output;