tech-x11 archive

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

Re: Git repository for new DRM



   Date: Mon, 25 Feb 2013 16:34:23 +0000
   From: Taylor R Campbell <riastradh%NetBSD.org@localhost>

   I've published my Git repository of porting Linux's DRM on Github at
   <https://github.com/riastradh/netbsd-src>, which you can check out
   using:

      git clone -b riastradh_drm2 git://github.com/riastradh/netbsd-src.git

I've pushed enough changes to this repository to make drm2.kmod build
with no more undefined symbols, so it can finally be loaded and
unloaded, and I'm working on making the new i915drm build now.  The
only two major parts of the drm2 base library still missing are the
i2c and cdev mmap glue, which should be fairly straightforward to
implement.  The mmap glue, at least for gem, will probably require
some little tweaks to uvm, which I'll experiment with on my own branch
as it is under discussion on tech-kern.


Home | Main Index | Thread Index | Old Index