lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Date:	Thu, 17 May 2007 15:48:43 -0700
From:	Jesse Barnes <jesse.barnes@...el.com>
To:	linux-kernel@...r.kernel.org
Cc:	"Antonino A. Daplas" <adaplas@...il.com>,
	James Simmons <jsimmons@....infradead.org>,
	Dave Airlie <airlied@...il.com>,
	"Jakob Bornecrantz" <wallbraker@...il.com>, dri-devel@...ts.sf.net
Subject: Re: [PATCH 3/3] Intel support for DRM modesetting

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 majordomo@...r.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ