summaryrefslogtreecommitdiff
path: root/linux-core/drm_crtc.h
diff options
context:
space:
mode:
authorAlan Hourihane <alanh@tungstengraphics.com>2008-02-22 11:46:22 +0000
committerAlan Hourihane <alanh@tungstengraphics.com>2008-02-26 15:19:34 +0000
commit2476cb209ebbb11edace4bbce0cfaff4e1599dca (patch)
tree00bfd22b6c271993356dee8c85d18c848c851237 /linux-core/drm_crtc.h
parentb92e343dc46212b665f0465274ef6767882bb10c (diff)
Implement short circuit for base change only
Allow mode to be set with fb_id set to -1, meaning set the mode with the current fb (if we have one bound). Allow intelfb to hook back up it's fb if modesetting clears it (maybe temporary). Move any crtc->fb related register changes to set_base in intel_fb. General intelfb cleanups.
Diffstat (limited to 'linux-core/drm_crtc.h')
-rw-r--r--linux-core/drm_crtc.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/linux-core/drm_crtc.h b/linux-core/drm_crtc.h
index d733d8ca..bbeab603 100644
--- a/linux-core/drm_crtc.h
+++ b/linux-core/drm_crtc.h
@@ -244,7 +244,7 @@ struct drm_framebuffer {
struct drm_buffer_object *bo;
void *fbdev;
u32 pseudo_palette[17];
- void *virtual_base;
+ struct drm_bo_kmap_obj kmap;
struct list_head filp_head;
};