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_trace.h
Age
Commit message (
Expand
)
Author
2015-04-18
define and use trace macros
Jonathan Gray
2015-04-12
Add a few missing trace functions, and "use" them. Add back the WATCH_GTT
Mark Kettenis
2013-12-15
Overhaul the pread and pwrite code to match what Linux does. Should fix a few
Mark Kettenis
2013-12-01
Bring back the DRM_IOCTL_I915_GEM_WAIT diff now that I've figured out what
Mark Kettenis
2013-11-30
Oops! Only intended to commit the i915_dma.c changes in the previous commit.
Mark Kettenis
2013-11-30
Reorder some case statements to reduce the diffs with Linux.
Mark Kettenis
2013-11-20
switch to the drm_mm based gtt eviction code from linux 3.8.13
Jonathan Gray
2013-11-19
backout the DRM_IOCTL_I915_GEM_WAIT commit
Jonathan Gray
2013-11-17
Implement DRM_IOCTL_I915_GEM_WAIT. Based on an earlier diff from jsg@
Mark Kettenis
2013-11-02
Replace drm_handle_create/delete with drm_gem_handle_create/delete and make
Mark Kettenis
2013-09-30
move the read/write functions and macros closer to linux
Jonathan Gray
2013-08-07
Another major overhaul of the inteldrm(4) GEM code, bringing us considerably
Mark Kettenis