summaryrefslogtreecommitdiff
path: root/linux-core/drm_crtc.h
diff options
context:
space:
mode:
authorDave Airlie <airlied@redhat.com>2008-06-05 15:21:07 +1000
committerDave Airlie <airlied@redhat.com>2008-06-05 15:21:07 +1000
commitefcf066eff690887ace33c0f1192168a31115805 (patch)
tree541f47ebd3175c52ea53a10f1587c94c007d88fe /linux-core/drm_crtc.h
parentf73e54bbf0b97a8f5184ede64d4f263020d623ee (diff)
drm/modesetting: attempt to make fb code more sane
Diffstat (limited to 'linux-core/drm_crtc.h')
-rw-r--r--linux-core/drm_crtc.h6
1 files changed, 4 insertions, 2 deletions
diff --git a/linux-core/drm_crtc.h b/linux-core/drm_crtc.h
index c1d89ee8..043b4a57 100644
--- a/linux-core/drm_crtc.h
+++ b/linux-core/drm_crtc.h
@@ -498,8 +498,7 @@ struct drm_connector {
*
* This is used to set modes.
*/
-struct drm_mode_set
-{
+struct drm_mode_set {
struct list_head head;
struct drm_framebuffer *fb;
@@ -557,6 +556,9 @@ struct drm_mode_config {
struct list_head property_list;
+ /* in-kernel framebuffers - hung of filp_head in drm_framebuffer */
+ struct list_head fb_kernel_list;
+
/* currently in use generation id */
int current_generation;