Age | Commit message (Expand) | Author |
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 |
2010-06-07 | Proper range check in radeon_emit_packets(); ok oga@ | Miod Vallat |
2010-05-27 | Add missing license (amd, mit/x11) | Owain Ainsworth |
2010-05-26 | add a new getparam member to get the contents of scratch register 3 (the | Owain Ainsworth |
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-24 | Remove the drm drivers that are not enabled (and have never been so). | Owain Ainsworth |
2010-05-23 | fix another signed/unsigned slipt. no functional change. I hate this | 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-30 | Right now, if anything internal changes with a uvm object, diverse | Owain Ainsworth |
2010-04-29 | add radeon hd2600 xt | Robert Nagy |
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-29 | Test bit is used like a boolean, so it must actually be a boolean. | Owain Ainsworth |
2010-04-29 | Fix the drm_atomic macros to use unsigned int like they should. | 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 |
2010-04-25 | oops, kill unneeded write lock grabbing that got mixed in when resolving | Owain Ainsworth |
2010-04-25 | A nice little performance speedup. | Owain Ainsworth |
2010-04-25 | The locking rework/fix that I promised when I commited GEM. | Owain Ainsworth |
2010-04-25 | Don't bother binding the object in the gtt map ioctl. | Owain Ainsworth |
2010-04-25 | Do not allow changing tiling mode on pinned objects. | Owain Ainsworth |
2010-04-23 | Add a barrier before we submit the ringbuffer and before we do anything | Owain Ainsworth |
2010-04-23 | Allow for lazy fence disable on tiling change. | Owain Ainsworth |