Re: [PATCH 2/3] drm modesetting core

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



On Thursday, May 17, 2007 3:37 pm Jesse Barnes wrote:
> This patch adds the core of the new DRM based modesetting system.  It
> creates several new structures in the DRM, the primary ones being the
> CRTC, which controls all aspects of your device's CRTC(s), output,
> which describes and controls the various outputs on your gfx chip
> (e.g. TMDS, LVDS, VGA, etc.), and mode, which describes graphics
> modes in enough detail for the output and CRTC callbacks to program
> them to hardware.
>
> It also contains the user level IOCTL interfaces for doing graphics
> programming (getting CRTC, output and mode lists, setting up new
> frame buffer objects, etc.).
>
> It relies on the new TTM patch Dave posted recently.

 Makefile.kernel |    6
 drmP.h          |   11
 drm_bo.c        |    8
 drm_bo_move.c   |    2
 drm_bufs.c      |    3
 drm_compat.h    |    7
 drm_crtc.c      | 1652 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++
 drm_crtc.h      |  535 ++++++++++++++++++
 drm_drv.c       |   92 ---
 drm_edid.c      |  467 +++++++++++++++
 drm_edid.h      |  176 +++++
 drm_fb.c        |  201 ++++++
 drm_fops.c      |    4
 drm_modes.c     |  558 ++++++++++++++++++
 drm_objects.h   |   22
 drm_os_linux.h  |   18
 drm_stub.c      |   21
 drm_vm.c        |    5
 18 files changed, 3695 insertions(+), 93 deletions(-)
-
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/

[Index of Archives]     [Kernel Newbies]     [Netfilter]     [Bugtraq]     [Photo]     [Stuff]     [Gimp]     [Yosemite News]     [MIPS Linux]     [ARM Linux]     [Linux Security]     [Linux RAID]     [Video 4 Linux]     [Linux for the blind]     [Linux Resources]
  Powered by Linux