summaryrefslogtreecommitdiff
path: root/sys/dev/pci/drm
AgeCommit message (Expand)Author
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
2010-06-07Proper range check in radeon_emit_packets(); ok oga@Miod Vallat
2010-05-27Add missing license (amd, mit/x11)Owain Ainsworth
2010-05-26add a new getparam member to get the contents of scratch register 3 (theOwain Ainsworth
2010-05-25The logic in this function is a little tricky (though correct).Owain Ainsworth
2010-05-25Having just calculated which sequence number we wish to wait for (soOwain Ainsworth
2010-05-25rename struct drm_i915_private to struct inteldrm_softc, to be more inOwain Ainsworth
2010-05-25Remove the DRI1 code paths from inteldrm as promised two weeks ago.Owain Ainsworth
2010-05-24Remove the drm drivers that are not enabled (and have never been so).Owain Ainsworth
2010-05-23fix another signed/unsigned slipt. no functional change. I hate thisOwain Ainsworth
2010-05-18oops. needs_fence should still be conditional on tiling due to the needsOwain Ainsworth
2010-05-18Always invalidate fences in pin if they are invalid, not just if we needOwain Ainsworth
2010-05-15Always check the tiling mode alignment on pin, even if we don't need aOwain Ainsworth
2010-05-12Add Pineview M to intagp and inteldrm.Owain Ainsworth
2010-05-10unifdef INTELDRM_GEM.Owain Ainsworth
2010-05-10Remove the additional paranoia that I added compared to upstreamOwain Ainsworth
2010-05-10Use the new agp mapping api (introduced in previous commit) to allowOwain Ainsworth
2010-05-09Attach pineview graphics in inteldrm.Owain Ainsworth
2010-05-08A little bit of a hack.Owain Ainsworth
2010-05-08Set the write combined bit on our newly created pages.Owain Ainsworth
2010-04-30Right now, if anything internal changes with a uvm object, diverseOwain Ainsworth
2010-04-29add radeon hd2600 xtRobert Nagy
2010-04-29use BUS_SPACE_MAP_PREFETCHABLE on maps that should be WC (soon this willOwain Ainsworth
2010-04-29Finally fix the bit 17 swizzling code.Owain Ainsworth
2010-04-29Test bit is used like a boolean, so it must actually be a boolean.Owain Ainsworth
2010-04-29Fix 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 ofOwain Ainsworth
2010-04-28Deal with a non-incremented iterator by changing aOwain Ainsworth
2010-04-25Argh, commited the wrong diff. This was the reversed test that found theOwain Ainsworth
2010-04-25When querying if an object is busy, it is if it is marked active (beingOwain Ainsworth
2010-04-25oops, kill unneeded write lock grabbing that got mixed in when resolvingOwain Ainsworth
2010-04-25A nice little performance speedup.Owain Ainsworth
2010-04-25The locking rework/fix that I promised when I commited GEM.Owain Ainsworth
2010-04-25Don't bother binding the object in the gtt map ioctl.Owain Ainsworth
2010-04-25Do not allow changing tiling mode on pinned objects.Owain Ainsworth
2010-04-23Add a barrier before we submit the ringbuffer and before we do anythingOwain Ainsworth
2010-04-23Allow for lazy fence disable on tiling change.Owain Ainsworth