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
/
intel_fb.c
Age
Commit message (
Expand
)
Author
2016-04-24
Remove unused file.
Mark Kettenis
2015-02-10
use linux function names when locking mode config
Jonathan Gray
2015-02-10
Remove DRM_LOCK macros, rename dev_lock to struct_mutex and directly
Jonathan Gray
2014-01-30
Get rid of the simple locks; they're lies. Also get rid of the holding
Mark Kettenis
2014-01-24
drm/i915: Move num_pipes to intel info
Jonathan Gray
2014-01-21
Use Linux compat functions to do kernel memory allocations in the bits of code
Mark Kettenis
2013-11-19
Move the GTT management into the inteldrm driver. It is really obvious now
Mark Kettenis
2013-08-13
add static back to functions that originally had it
Jonathan Gray
2013-07-05
make use of the drm_i915_private macro to reduce the diff to linux
Jonathan Gray
2013-04-17
Add support for 16bpp mode to code that interfaces with the rasops(9) code.
Mark Kettenis
2013-04-14
Take a different approach towards framebuffer accelartion. Instead of using
Mark Kettenis
2013-03-19
make a few printfs debug only to reduce dmesg spam
Jonathan Gray
2013-03-18
Significantly increase the wordlist for ddb hangman,
Jonathan Gray