Age | Commit message (Expand) | Author |
2021-07-07 | update drm to linux 5.10.47 | Jonathan Gray |
2021-06-29 | move some config lines to ensure drm.h is always created | Jonathan Gray |
2020-10-25 | Add firmload attribute to drivers that load firmware. | Mark Kettenis |
2020-06-08 | update drm to linux 5.7 | Jonathan Gray |
2020-03-16 | Replace video "framework" with a more generic port/endpoint "framework". | Mark Kettenis |
2019-08-28 | Build and enable amdgpu(4) on arm64. The DCN1.0 support has been made | Mark Kettenis |
2019-08-18 | Implement a few Linux compat ACPI interfaces and enable the ACPI support | Mark Kettenis |
2019-05-21 | add amdgpu from linux 4.19.44 for recent AMD Radeon parts | Jonathan Gray |
2019-05-04 | Improve the interaction between efifb(4), inteldrm(4) and radeondrm(4) | Mark Kettenis |
2019-04-14 | Update shared drm code, inteldrm(4) and radeondrm(4) from linux 4.4 to | Jonathan Gray |
2018-06-25 | Implement DRI3/prime support. This allows graphics buffers to be passed | Mark Kettenis |
2018-04-25 | update ttm and radeondrm(4) to Linux 4.4.129 | Jonathan Gray |
2018-04-20 | oops, snapshot tests not ready yet | Theo de Raadt |
2018-04-20 | sync | Theo de Raadt |
2017-08-19 | Rotate framebuffer (counter-clockwise) when width < height. | Mark Kettenis |
2017-07-02 | Enable MIPI/DSI support for inteldrm(4). Makes the display on my ASUS | Mark Kettenis |
2017-07-01 | Update inteldrm(4) to code based on Linux 4.4.70. This brings us support for | Mark Kettenis |
2016-04-05 | Split out the generic GEM code (like Linux did) and switch it over to | Mark Kettenis |
2015-10-29 | Make inteldrm(4) attach to pci(4) instead of vga(4) just like radeondrm(4). | Mark Kettenis |
2015-09-23 | Update inteldrm to the code from Linux 3.14.52 (which corresponds to | Mark Kettenis |
2015-04-05 | Another round of reducing diffs with Linux. This one moves the various | Mark Kettenis |
2014-03-09 | remove dri1 interfaces | Jonathan Gray |
2014-02-23 | Give drm(4) a console locator just like wsdisplay(4) such that we can make | Mark Kettenis |
2013-08-14 | drm_heap.c is no longer needed | Jonathan Gray |
2013-08-13 | ati_pcigart.c is no longer needed | Jonathan Gray |
2013-08-12 | Add a port of the TTM and Radeon DRM code from Linux 3.8.13. | Jonathan Gray |
2013-08-07 | add support for hardware contexts on recent intel hardware | Jonathan Gray |
2013-03-31 | Unbreak the build on amd64 by making sure that inteldrm pulls in the generic | Mark Kettenis |
2013-03-18 | Significantly increase the wordlist for ddb hangman, | Jonathan Gray |
2012-05-19 | Split out the suspend/resume code into its own file to make it possible to | Mark Kettenis |
2011-09-22 | Fix white space and tabs here. ok miod@, oga@ | Matthieu Herrb |
2011-05-30 | Add RADEON_CS ioctl support for r600 and r700. | Owain Ainsworth |
2010-05-25 | Remove the DRI1 code paths from inteldrm as promised two weeks ago. | Owain Ainsworth |
2010-05-24 | Remove the drm drivers that are not enabled (and have never been so). | Owain Ainsworth |
2010-03-27 | DRM for R600 and R700 chipsets. | Owain Ainsworth |
2009-04-06 | Turns out that the intel version of the heap interface isn't used | Owain Ainsworth |
2009-04-06 | sisdrm depends on the heap interface too, now. | Owain Ainsworth |
2009-04-06 | sisdrm is disabled. That does not mean that the code doesn't offend me. | Owain Ainsworth |
2009-03-27 | Rework the dma buffer api a bit to make it smaller and to have less | Owain Ainsworth |
2009-03-26 | Rework how we deal with the list of per-open datastructures, and the | Owain Ainsworth |
2009-02-15 | Remove drm_pci_alloc and associated definitions. | Owain Ainsworth |
2009-02-05 | Merge the static block allocation code from {i915,radeon}_mem.c into | Owain Ainsworth |
2009-01-29 | Similar to my last commit, it's stupid to have a file with two very | Owain Ainsworth |
2009-01-29 | Move drmmmap to the main driver file. It's stupid to have a file with | Owain Ainsworth |
2009-01-29 | Rip out the drm_drawable support. There is no need for the xserver to | Owain Ainsworth |
2008-11-22 | Move the drm drivers over from: | Owain Ainsworth |
2008-11-17 | drm advertises a read and poll method. this was there to prevent errrors | Owain Ainsworth |
2008-11-11 | Remove the (unworking to the point it doens't even compile) viadrm driver. | Owain Ainsworth |
2008-08-28 | replace usage of drm_memrange with extent(9). No functional change, but | Owain Ainsworth |
2008-06-26 | Kill drm_sysctl.c and all references to it. | Owain Ainsworth |