summaryrefslogtreecommitdiff
path: root/sys/dev/pci/drm/i915/i915_gem_context.c
AgeCommit message (Expand)Author
2015-02-12Rename the struct device member of inteldrm_softc to sc_dev and rename theMark Kettenis
2015-02-12Add mutex_is_locked and use it wherever linux uses it.Mark Kettenis
2015-02-10Remove DRM_LOCK macros, rename dev_lock to struct_mutex and directlyJonathan Gray
2014-07-12add a size argument to free. will be used soon, but for now default to 0.Ted Unangst
2014-02-18drm/i915: Hold mutex across i915_gem_releaseJonathan Gray
2014-01-21Use Linux compat functions to do kernel memory allocations in the bits of codeMark Kettenis
2014-01-21Use PTR_ERR where appropriate instead of a plain cast.Mark Kettenis
2013-11-19Move the GTT management into the inteldrm driver. It is really obvious nowMark Kettenis
2013-11-11drm/i915: Fix context sizes on HSWJonathan Gray
2013-11-07add a simplistic version of WARN_ON_ONCE() that doesn't warnJonathan Gray
2013-10-05add and use gtt mapping flags, further reduces the diff to linuxJonathan Gray
2013-08-07add support for hardware contexts on recent intel hardwareJonathan Gray