summaryrefslogtreecommitdiff
path: root/sys/dev/pci/drm
AgeCommit message (Expand)Author
2012-09-25Add minimal support for gen7/ivy bridge in inteldrm.Jonathan Gray
2012-09-08Don't use mtrr if we are not on i386/amd64.Martin Pieuchot
2012-09-08Instead of having yet an other option to compile the drm code without agpMartin Pieuchot
2012-08-30Use only one macro instead of two to turn debug printf on.Martin Pieuchot
2012-08-22Unbreak drm when DRM_NO_AGP is defined.Martin Pieuchot
2012-08-22Add memory barriers for powerpc.Martin Pieuchot
2012-08-21Define the endianness macro used in drm code corresponding to theMartin Pieuchot
2012-08-04PCI_PRODUCT_ATI_RADEON_X1250 -> PCI_PRODUCT_ATI_RADEON_X1250_{1,2}Antoine Jacoutot
2012-07-20match on Mobility Radeon HD2600Jonathan Gray
2012-05-26Split out the register definitions into its own file to make it possible toMark Kettenis
2012-05-21Always clear out the inactive list and make sure everything is unbound inMark Kettenis
2012-05-19Split out the suspend/resume code into its own file to make it possible toMark Kettenis
2012-04-11fix all the suser calls which pass an incorrect p_acflag argument;Mike Belopuhov
2012-03-09New vmmap implementation.Ariane van der Steldt
2012-01-29According to the X.org driver, the Evergreen series of chips are thePeter Hessler
2011-09-22Fix white space and tabs here. ok miod@, oga@Matthieu Herrb
2011-09-20In its current state the ring code doesn't work on sandybridge. As a resultMark Kettenis
2011-09-20The BIOS on the x220 doesn't retrain the FDI link upon resume and restoringMark Kettenis
2011-09-14Initial kernel support for sandybridge intel chipsets in intagp and inteldrm.Owain Ainsworth
2011-08-22Add support for Radeon 4250.Christiano F. Haesbaert
2011-07-06so... there is some crazy bug exposed on non-ironlake chips, when theTheo de Raadt
2011-07-04Temporarily back out msi for inteldrm.Owain Ainsworth
2011-07-03in the ironlake interrupt handler, do not do unneccesary registerTheo de Raadt
2011-07-03Rip out and burn support for UVM_HIST.Owain Ainsworth
2011-07-03Remove config_activate() and DVACT_ACTIVATE. PCMCIA's the only thingMatthew Dempsky
2011-06-19Don't assume no interrupts if the command processor is not running.Owain Ainsworth
2011-06-17M_WAITOK cleanup of two cases:Michael Knudsen
2011-06-06Backout vmmap in order to repair virtual address selection algorithmsAriane van der Steldt
2011-06-02Add $OpenBSD$ after oga said 'go ahead and fix that'Paul de Weerd
2011-05-30Force full resets always for now.Owain Ainsworth
2011-05-30Remove the freelist member from vm_physsegOwain Ainsworth
2011-05-30Add RADEON_CS ioctl support for r600 and r700.Owain Ainsworth
2011-05-30Enable MSI on inteldrm.Owain Ainsworth
2011-05-24Reimplement uvm/uvm_map.Ariane van der Steldt
2011-05-21Make inteldrm_intr only do any work if we know for sure that interruptsOwain Ainsworth
2011-05-02Add definitions for the radeon kms related ioctls (i.e. gem/ttm onOwain Ainsworth
2011-05-02Some extra paranoia for if we fail to attach.Owain Ainsworth
2011-05-02Radeon HD3000; from Pedro la Peu.Owain Ainsworth
2011-05-01Add some PARAM and flags defines needed for later version of the intelOwain Ainsworth
2011-05-01Fix a NULL dereference if drm fails to attach.Owain Ainsworth
2011-04-24do not need that protoTheo de Raadt
2011-04-24match Radeon HD5450 on the kernel side; Mark PeoplesTheo de Raadt
2011-04-07Do not use NULL in integer comparisons. No functional change.Miod Vallat
2011-03-02- change recieved -> received in comments, as well as two unused definesJasper Lievisse Adriaanse
2011-02-22In drm_modeset_ctl make sure to check the (now signed) value is > 0 asOwain Ainsworth
2011-02-11Port over a fix from Chris Wilson to poke the 855GM GWB/HIC bit.Marco Pfatschbacher
2010-12-26Kill pmap_phys_address(), and force every driver's mmap() routine to returnMiod Vallat
2010-12-16no need to poke the vmspace, uvm_map_hint does what we want. ok ogaTed Unangst
2010-12-15add a BRKSIZ define and use it for the heap gap constant, decouplingTed Unangst
2010-11-09correct some bit tests spotted by -Wparentheses in newer gcc.Jonathan Gray