summaryrefslogtreecommitdiff
path: root/sys/dev/pci/drm
AgeCommit message (Expand)Author
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
2010-09-29Radeon HD4200 Mobility; from brynet. Some flags tweaks from me.Owain Ainsworth
2010-09-21In i915_gem_idle, don't fail if we have a wedged chipset (this onlyOwain Ainsworth
2010-09-21Use RING_WAIT state for the ringbuffer and the instdone debug registerOwain Ainsworth
2010-09-21On gen3 hardware always unconditionally set the C3_LP_WRITE_ENABLE bitOwain Ainsworth
2010-09-21Enable error interrupts on ironlake, as we do on all other chips.Owain Ainsworth
2010-09-21Fix a couple of typos and remove some if 0ed code that is not coming back.Owain Ainsworth
2010-09-21reorder the busy ioctl order of operations to be nicer and a little moreOwain Ainsworth
2010-09-21When we reset the chip, no need to clear the active list, theOwain Ainsworth
2010-09-21Fix up an unlock that was left over when I changed the lockingOwain Ainsworth
2010-09-21Avoid double unlocking the DRM lock in drmclose(). Caught by theMatthew Dempsky
2010-09-08better to break out of the casesTheo de Raadt
2010-09-06Fix previous.Owain Ainsworth
2010-09-06Rev 1.67 of intagp (agp_i810.c) was added to deal with the problemOwain Ainsworth
2010-08-12Fix a ton of space and tab violations. No binary change.Marco Peereboom
2010-08-12Fix a one character typo that broke interrupt handling on ironlake.Owain Ainsworth
2010-08-08suspend/resume handler for radeondrmOwain Ainsworth
2010-08-06save/restore the *correct* clock gating registers on suspend/resumeOwain Ainsworth
2010-08-03Save/restore BLC_HIST_CTL as well at suspend/resume time; which allowsTheo de Raadt
2010-07-30The device table entry for HD3470 was incorrectly using a logical orJonathan Gray
2010-07-18Support from vblank events in drm.Owain Ainsworth
2010-07-18Kill inconsequential dead store.Owain Ainsworth
2010-07-18Radeon HD4670, from Henry Precheur; thanks!Owain Ainsworth
2010-07-18Radeon HD4200 (needs a newer radeon X driver than in tree though),Owain Ainsworth
2010-07-01Mobility hd4870 works, add it.Owain Ainsworth
2010-07-01Another radeon hd3200.Owain Ainsworth
2010-06-30Add mostly working support for ironlake (integrated graphics on core i5 and i3Owain Ainsworth
2010-06-12add missing arg to a printf callJonathan Gray