Various changes for in-kernel modesetting:
authorJesse Barnes <jbarnes@hobbes.virtuousgeek.org>
Wed, 11 Apr 2007 14:07:54 +0000 (07:07 -0700)
committerJesse Barnes <jbarnes@hobbes.virtuousgeek.org>
Wed, 11 Apr 2007 14:07:54 +0000 (07:07 -0700)
commit78598fdaa8b23a199880a63b79f17cfd7f14cb0f
tree15ebb5cb2ccf8be6008dec584872fb1a822f9138
parent7e48d47fb51cc0f1a38a99acfe591821a45d7081
Various changes for in-kernel modesetting:
  - allow drm_buffer_object_create to be called w/o dev_mapping
  - fixup i915 init code to allocate memory, fb and set modes right
  - pass fb to drm_initial_config for setup
  - change some debug output to make it easier to spot
  - fixup lvds code to use DDC probing correctly
linux-core/drm_bo.c
linux-core/drm_crtc.c
linux-core/drm_crtc.h
linux-core/intel_display.c
linux-core/intel_lvds.c
shared-core/i915_init.c