Age | Commit message (Expand) | Author |
2008-06-26 | Kill the silly ``drm_device_t'' and ``drm_file_t'' typedefs. just use | Owain Ainsworth |
2008-06-26 | Kill the device_t and vm_offset_t typedefs. | Owain Ainsworth |
2008-06-26 | Since we're not ifdefed anymore, change | Owain Ainsworth |
2008-06-26 | Kill the ifdefs in drmP.h too, it's meant to be os specific. | Owain Ainsworth |
2008-06-26 | Kill drm_sysctl.c and all references to it. | Owain Ainsworth |
2008-06-26 | Kill the rest of the ifdef maze in drm_*.c | Owain Ainsworth |
2008-06-26 | Kill the ifdef maze. I've been considering doing this for months, it | Owain Ainsworth |
2008-06-19 | Don't play with the vblank refcount if we didn't increase it first. | Owain Ainsworth |
2008-06-19 | Check the right refcount so that the vblank irq has a hope of being | Owain Ainsworth |
2008-06-12 | The mmap offsets for memory buffers currently are the kernel virtual | Owain Ainsworth |
2008-06-11 | Update to DRM git as of a few days ago. This mostly affects the | Owain Ainsworth |
2008-06-04 | Oops! Add the #endif that vanished here. | Owain Ainsworth |
2008-06-03 | Make *drm(4) use D_CLONE so that the per-open data actually works. Since | Owain Ainsworth |
2008-05-27 | return 1 when an irq's been handled, not 0. | Owain Ainsworth |
2008-05-27 | Since the vtophys stuff was nuked, drm now works on amd64 too. Add the | Owain Ainsworth |
2008-05-27 | When i first ported the drm, i completely misunderstood the FreeBSD taskqueue | Owain Ainsworth |
2008-05-27 | Fix jiffies. | Owain Ainsworth |
2008-05-06 | Kill vtophys in drm. | Owain Ainsworth |
2008-05-06 | currently agp_i810 needs to map the same BAR as inteldrm, this obviously | Owain Ainsworth |
2008-04-16 | Some formatting nits. No functional change. | Owain Ainsworth |
2008-04-16 | Replace handrolled hashes with a splay tree, while there plug a memleak | Pierre-Yves Ritschard |
2008-04-13 | bring back a free call which was left out when moving from handrolled lists | Pierre-Yves Ritschard |
2008-04-12 | just use an incremented int to calculate drawable ids. This is simpler | Owain Ainsworth |
2008-04-12 | Make sure that the drawables are properly freed when removed, and upon | Owain Ainsworth |
2008-04-12 | Switch part of the magic hashtable over to using a TAILQ instead | Owain Ainsworth |
2008-04-12 | check the softc for null before we use it. Fixes a crash when drm is enabled | Owain Ainsworth |
2008-04-12 | Convert the list of agp memory over to a TAILQ instead of using a hand- | Owain Ainsworth |
2008-02-05 | drm_pci_alloc allocates memory using bus_dma, but then doesn't use dmamaps. | Owain Ainsworth |
2008-01-05 | Adapt to the recent cleanup of Intel PCI host bridges Ids. ok oga@ | Matthieu Herrb |
2007-12-16 | destatic the static functions, they only make debugging harder. | Owain Ainsworth |
2007-11-28 | oga just showed the worst case of "commit and run for beer" i've ever | Theo de Raadt |
2007-11-28 | Initial import of the DRM (direct rendering manager). | Owain Ainsworth |