summaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/i915/i915_gem.c
AgeCommit message (Expand)AuthorFilesLines
2008-10-18i915: add missing return in error path.Dave Airlie1-0/+1
2008-10-18drm: Clean up many sparse warnings in i915.Eric Anholt1-13/+18
2008-10-18drm: Use ioremap_wc in i915_driver instead of ioremap, since we always want WC.Eric Anholt1-6/+9
2008-10-18drm: Avoid oops in GEM execbuffers with bad arguments.Eric Anholt1-0/+4
2008-10-18i915 gem: install and uninstall irq handler in entervt and leavevt ioctls.Kristian Høgsberg1-0/+5
2008-10-18i915: Use struct_mutex to protect ring in GEM mode.Eric Anholt1-0/+2
2008-10-18drm: Add GEM ("graphics execution manager") to i915 driver.Eric Anholt1-0/+2497