Age | Commit message (Expand) | Author |
2011-06-06 | Backout vmmap in order to repair virtual address selection algorithms | Ariane van der Steldt |
2011-06-02 | Add $OpenBSD$ after oga said 'go ahead and fix that' | Paul de Weerd |
2011-05-30 | Force full resets always for now. | Owain Ainsworth |
2011-05-30 | Remove the freelist member from vm_physseg | Owain Ainsworth |
2011-05-30 | Add RADEON_CS ioctl support for r600 and r700. | Owain Ainsworth |
2011-05-30 | Enable MSI on inteldrm. | Owain Ainsworth |
2011-05-24 | Reimplement uvm/uvm_map. | Ariane van der Steldt |
2011-05-21 | Make inteldrm_intr only do any work if we know for sure that interrupts | Owain Ainsworth |
2011-05-02 | Add definitions for the radeon kms related ioctls (i.e. gem/ttm on | Owain Ainsworth |
2011-05-02 | Some extra paranoia for if we fail to attach. | Owain Ainsworth |
2011-05-02 | Radeon HD3000; from Pedro la Peu. | Owain Ainsworth |
2011-05-01 | Add some PARAM and flags defines needed for later version of the intel | Owain Ainsworth |
2011-05-01 | Fix a NULL dereference if drm fails to attach. | Owain Ainsworth |
2011-04-24 | do not need that proto | Theo de Raadt |
2011-04-24 | match Radeon HD5450 on the kernel side; Mark Peoples | Theo de Raadt |
2011-04-07 | Do not use NULL in integer comparisons. No functional change. | Miod Vallat |
2011-03-02 | - change recieved -> received in comments, as well as two unused defines | Jasper Lievisse Adriaanse |
2011-02-22 | In drm_modeset_ctl make sure to check the (now signed) value is > 0 as | Owain Ainsworth |
2011-02-11 | Port over a fix from Chris Wilson to poke the 855GM GWB/HIC bit. | Marco Pfatschbacher |
2010-12-26 | Kill pmap_phys_address(), and force every driver's mmap() routine to return | Miod Vallat |
2010-12-16 | no need to poke the vmspace, uvm_map_hint does what we want. ok oga | Ted Unangst |
2010-12-15 | add a BRKSIZ define and use it for the heap gap constant, decoupling | Ted Unangst |
2010-11-09 | correct some bit tests spotted by -Wparentheses in newer gcc. | Jonathan Gray |
2010-09-29 | Radeon HD4200 Mobility; from brynet. Some flags tweaks from me. | Owain Ainsworth |
2010-09-21 | In i915_gem_idle, don't fail if we have a wedged chipset (this only | Owain Ainsworth |
2010-09-21 | Use RING_WAIT state for the ringbuffer and the instdone debug register | Owain Ainsworth |
2010-09-21 | On gen3 hardware always unconditionally set the C3_LP_WRITE_ENABLE bit | Owain Ainsworth |
2010-09-21 | Enable error interrupts on ironlake, as we do on all other chips. | Owain Ainsworth |
2010-09-21 | Fix a couple of typos and remove some if 0ed code that is not coming back. | Owain Ainsworth |
2010-09-21 | reorder the busy ioctl order of operations to be nicer and a little more | Owain Ainsworth |
2010-09-21 | When we reset the chip, no need to clear the active list, the | Owain Ainsworth |
2010-09-21 | Fix up an unlock that was left over when I changed the locking | Owain Ainsworth |
2010-09-21 | Avoid double unlocking the DRM lock in drmclose(). Caught by the | Matthew Dempsky |
2010-09-08 | better to break out of the cases | Theo de Raadt |
2010-09-06 | Fix previous. | Owain Ainsworth |
2010-09-06 | Rev 1.67 of intagp (agp_i810.c) was added to deal with the problem | Owain Ainsworth |
2010-08-12 | Fix a ton of space and tab violations. No binary change. | Marco Peereboom |
2010-08-12 | Fix a one character typo that broke interrupt handling on ironlake. | Owain Ainsworth |
2010-08-08 | suspend/resume handler for radeondrm | Owain Ainsworth |
2010-08-06 | save/restore the *correct* clock gating registers on suspend/resume | Owain Ainsworth |
2010-08-03 | Save/restore BLC_HIST_CTL as well at suspend/resume time; which allows | Theo de Raadt |
2010-07-30 | The device table entry for HD3470 was incorrectly using a logical or | Jonathan Gray |
2010-07-18 | Support from vblank events in drm. | Owain Ainsworth |
2010-07-18 | Kill inconsequential dead store. | Owain Ainsworth |
2010-07-18 | Radeon HD4670, from Henry Precheur; thanks! | Owain Ainsworth |
2010-07-18 | Radeon HD4200 (needs a newer radeon X driver than in tree though), | Owain Ainsworth |
2010-07-01 | Mobility hd4870 works, add it. | Owain Ainsworth |
2010-07-01 | Another radeon hd3200. | Owain Ainsworth |
2010-06-30 | Add mostly working support for ironlake (integrated graphics on core i5 and i3 | Owain Ainsworth |
2010-06-12 | add missing arg to a printf call | Jonathan Gray |