Implement short circuit for base change only
authorAlan Hourihane <alanh@tungstengraphics.com>
Fri, 22 Feb 2008 11:46:22 +0000 (11:46 +0000)
committerAlan Hourihane <alanh@tungstengraphics.com>
Tue, 26 Feb 2008 15:19:34 +0000 (15:19 +0000)
commit2476cb209ebbb11edace4bbce0cfaff4e1599dca
tree00bfd22b6c271993356dee8c85d18c848c851237
parentb92e343dc46212b665f0465274ef6767882bb10c
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.
linux-core/drmP.h
linux-core/drm_crtc.c
linux-core/drm_crtc.h
linux-core/intel_display.c
linux-core/intel_fb.c