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