summaryrefslogtreecommitdiff
path: root/sys/dev/pci/drm/files.drm
AgeCommit message (Expand)Author
2013-02-14A few more framebuffer console bits. Still disabled for now.Mark Kettenis
2013-02-09sync the i915 modesetting code with linuxJonathan Gray
2013-01-30move ring code closer to upstreamJonathan Gray
2013-01-10add the rest of intel_fb.cJonathan Gray
2013-01-10add the rest of intel_display.cJonathan Gray
2013-01-10add crt related functions, not yet calledJonathan Gray
2013-01-10add the drm memory managerJonathan Gray
2013-01-10move some gem bits to i915_gem_tiling.c to match upstreamJonathan Gray
2013-01-10move some gem bits to i915_gem_execbuffer.c to match upstreamJonathan Gray
2013-01-10split gem evict functions out to match upstreamJonathan Gray
2013-01-10wire up gmbusJonathan Gray
2013-01-10init crtc/encoder, run a bit more setup codeJonathan Gray
2013-01-10wire up opregion functionsJonathan Gray
2013-01-10moreJonathan Gray
2013-01-10moreJonathan Gray
2013-01-10moreJonathan Gray
2013-01-10Add driver independant KMS support.Matthieu Herrb
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
2008-06-12The mmap offsets for memory buffers currently are the kernel virtualOwain Ainsworth
2007-11-28oga just showed the worst case of "commit and run for beer" i've everTheo de Raadt