Age | Commit message (Expand) | Author | Files | Lines |
---|---|---|---|---|
2008-10-18 | i915: add missing return in error path. | Dave Airlie | 1 | -0/+1 |
2008-10-18 | drm: Clean up many sparse warnings in i915. | Eric Anholt | 1 | -13/+18 |
2008-10-18 | drm: Use ioremap_wc in i915_driver instead of ioremap, since we always want WC. | Eric Anholt | 1 | -6/+9 |
2008-10-18 | drm: Avoid oops in GEM execbuffers with bad arguments. | Eric Anholt | 1 | -0/+4 |
2008-10-18 | i915 gem: install and uninstall irq handler in entervt and leavevt ioctls. | Kristian Høgsberg | 1 | -0/+5 |
2008-10-18 | i915: Use struct_mutex to protect ring in GEM mode. | Eric Anholt | 1 | -0/+2 |
2008-10-18 | drm: Add GEM ("graphics execution manager") to i915 driver. | Eric Anholt | 1 | -0/+2497 |