aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/i915/intel_fb.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2010-03-01vga_switcheroo: initial implementation (v15)Dave Airlie1-0/+2
2010-02-10drm/i915: Increase fb alignment to 64kChris Wilson1-1/+1
2009-12-10Merge branch 'drm-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/airlied/drm-2.6Linus Torvalds1-3/+4
2009-12-04tree-wide: fix assorted typos all over the placeAndré Goddard Rosa1-1/+1
2009-11-05drm/i915: Replace DRM_DEBUG with DRM_DEBUG_KMSZhao Yakui1-3/+4
2009-10-06drm/fb: add more correct 8/16/24/32 bpp fb support.Dave Airlie1-1/+6
2009-10-05drm/fb: add setcmap and fix 8-bit support.Dave Airlie1-1/+2
2009-09-25drm/kms: start adding command line interface using fb.Dave Airlie1-2/+3
2009-08-31drm: fix two issues with fb consolidation.Dave Airlie1-1/+1
2009-08-31drm/kms: move driver specific fb common code to helper functions (v2)Dave Airlie1-709/+28
2009-07-01drm/i915: Make driver less chattyKeith Packard1-9/+9
2009-06-17drm/i915: Warn when inteldrmfb fails to restore its framebuffer configBen Gamari1-1/+5
2009-06-16fbdev: add support for handoff from firmware to hw framebuffersDave Airlie1-0/+8
2009-06-12drm/i915: duplicate desired mode for use by fbcon.Dave Airlie1-4/+12
2009-06-11intelfb: fix spelling of "CLOCK"Pavel Roskin1-1/+1
2009-06-05drm/i915: avoid non-atomic sysrq executionJesse Barnes1-1/+7
2009-05-15sysrq, intel_fb: fix sysrq g collisionJason Wessel1-2/+2
2009-04-08drm/i915: indicate framebuffer restore key in SysRq help messageFerenc Wagner1-2/+2
2009-02-20drm/i915: Unpin the fb on error during construction.Chris Wilson1-3/+5
2008-12-29drm/i915: un-EXPORT and make 'intelfb_panic' staticHannes Eder1-3/+2
2008-12-29drm/i915: fix sparse warnings: make symbols staticHannes Eder1-5/+5
2008-12-29drm/i915: Fix fbcon setup to align display pitch to 64b.Eric Anholt1-1/+1
2008-12-29DRM: i915: add mode setting supportJesse Barnes1-0/+926