index
:
src
cvs/HEAD
kms/intel
kms/radeon
master
OpenBSD base system
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
sys
/
dev
/
pci
/
drm
/
i915
/
i915_gem_context.c
Age
Commit message (
Expand
)
Author
2015-02-12
Rename the struct device member of inteldrm_softc to sc_dev and rename the
Mark Kettenis
2015-02-12
Add mutex_is_locked and use it wherever linux uses it.
Mark Kettenis
2015-02-10
Remove DRM_LOCK macros, rename dev_lock to struct_mutex and directly
Jonathan Gray
2014-07-12
add a size argument to free. will be used soon, but for now default to 0.
Ted Unangst
2014-02-18
drm/i915: Hold mutex across i915_gem_release
Jonathan Gray
2014-01-21
Use Linux compat functions to do kernel memory allocations in the bits of code
Mark Kettenis
2014-01-21
Use PTR_ERR where appropriate instead of a plain cast.
Mark Kettenis
2013-11-19
Move the GTT management into the inteldrm driver. It is really obvious now
Mark Kettenis
2013-11-11
drm/i915: Fix context sizes on HSW
Jonathan Gray
2013-11-07
add a simplistic version of WARN_ON_ONCE() that doesn't warn
Jonathan Gray
2013-10-05
add and use gtt mapping flags, further reduces the diff to linux
Jonathan Gray
2013-08-07
add support for hardware contexts on recent intel hardware
Jonathan Gray