On Thursday, May 17, 2007 3:40 pm Jesse Barnes wrote:
> This patch adds support for DRM modesetting to the Intel DRM driver
> and stubs out a simple FB driver to sit underneath.  The code had to
> be refactored a bit, since current DRM drivers tend to be fully
> initialized by userspace via ioctls.  This patch makes the driver
> load routine do most of the heavy lifting, since it's necessary in
> order to fully bring up a console driver.
>
> It also relies on the TTM patch Dave posted recently for allocating
> the initial framebuffer used by the FB layer.

 i915_drv.c        |    2
 i915_init.c       |  305 +++++++++++++
 intel_crt.c       |  248 ++++++++++
 intel_display.c   | 1232 ++++++++++++++++++++++++++++++++++++++++++++++++++++++
 intel_drv.h       |   79 +++
 intel_i2c.c       |  187 ++++++++
 intel_lvds.c      |  500 +++++++++++++++++++++
 intel_modes.c     |   55 ++
 intel_sdvo.c      | 1095 +++++++++++++++++++++++++++++++++++++++++++++++
 intel_sdvo_regs.h |  328 ++++++++++++++
 10 files changed, 4030 insertions(+), 1 deletion(-)
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to [EMAIL PROTECTED]
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/

Reply via email to