summaryrefslogtreecommitdiff
path: root/sys/dev/pci/drm/i915/intel_fb.c
AgeCommit message (Expand)Author
2016-04-24Remove unused file.Mark Kettenis
2015-02-10use linux function names when locking mode configJonathan Gray
2015-02-10Remove DRM_LOCK macros, rename dev_lock to struct_mutex and directlyJonathan Gray
2014-01-30Get rid of the simple locks; they're lies. Also get rid of the holdingMark Kettenis
2014-01-24drm/i915: Move num_pipes to intel infoJonathan Gray
2014-01-21Use Linux compat functions to do kernel memory allocations in the bits of codeMark Kettenis
2013-11-19Move the GTT management into the inteldrm driver. It is really obvious nowMark Kettenis
2013-08-13add static back to functions that originally had itJonathan Gray
2013-07-05make use of the drm_i915_private macro to reduce the diff to linuxJonathan Gray
2013-04-17Add support for 16bpp mode to code that interfaces with the rasops(9) code.Mark Kettenis
2013-04-14Take a different approach towards framebuffer accelartion. Instead of usingMark Kettenis
2013-03-19make a few printfs debug only to reduce dmesg spamJonathan Gray
2013-03-18Significantly increase the wordlist for ddb hangman,Jonathan Gray