Age | Commit message (Expand) | Author |
2011-07-06 | so... there is some crazy bug exposed on non-ironlake chips, when the | Theo de Raadt |
2011-07-04 | Temporarily back out msi for inteldrm. | Owain Ainsworth |
2011-07-03 | in the ironlake interrupt handler, do not do unneccesary register | Theo de Raadt |
2011-07-03 | Rip out and burn support for UVM_HIST. | Owain Ainsworth |
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 | 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-01 | Fix a NULL dereference if drm fails to attach. | Owain Ainsworth |
2011-04-07 | Do not use NULL in integer comparisons. No functional change. | Miod Vallat |
2011-02-11 | Port over a fix from Chris Wilson to poke the 855GM GWB/HIC bit. | Marco Pfatschbacher |
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-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-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-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 |
2010-05-25 | The logic in this function is a little tricky (though correct). | Owain Ainsworth |
2010-05-25 | Having just calculated which sequence number we wish to wait for (so | Owain Ainsworth |
2010-05-25 | rename struct drm_i915_private to struct inteldrm_softc, to be more in | Owain Ainsworth |
2010-05-25 | Remove the DRI1 code paths from inteldrm as promised two weeks ago. | Owain Ainsworth |
2010-05-18 | oops. needs_fence should still be conditional on tiling due to the needs | Owain Ainsworth |
2010-05-18 | Always invalidate fences in pin if they are invalid, not just if we need | Owain Ainsworth |
2010-05-15 | Always check the tiling mode alignment on pin, even if we don't need a | Owain Ainsworth |
2010-05-12 | Add Pineview M to intagp and inteldrm. | Owain Ainsworth |
2010-05-10 | unifdef INTELDRM_GEM. | Owain Ainsworth |
2010-05-10 | Remove the additional paranoia that I added compared to upstream | Owain Ainsworth |
2010-05-10 | Use the new agp mapping api (introduced in previous commit) to allow | Owain Ainsworth |
2010-05-09 | Attach pineview graphics in inteldrm. | Owain Ainsworth |
2010-05-08 | A little bit of a hack. | Owain Ainsworth |
2010-05-08 | Set the write combined bit on our newly created pages. | Owain Ainsworth |
2010-04-29 | use BUS_SPACE_MAP_PREFETCHABLE on maps that should be WC (soon this will | Owain Ainsworth |
2010-04-29 | Finally fix the bit 17 swizzling code. | Owain Ainsworth |
2010-04-28 | *sigh* make the same change as previous commit to the sister function of | Owain Ainsworth |
2010-04-28 | Deal with a non-incremented iterator by changing a | Owain Ainsworth |
2010-04-25 | Argh, commited the wrong diff. This was the reversed test that found the | Owain Ainsworth |
2010-04-25 | When querying if an object is busy, it is if it is marked active (being | Owain Ainsworth |