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(-)

-------------------------------------------------------------------------
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/
--
_______________________________________________
Dri-devel mailing list
Dri-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dri-devel

Reply via email to