aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/i915/intel_fb.c
Commit message (Expand)AuthorAgeFilesLines
* drm/fbdev: rework output polling to be back in the core. (v4)Dave Airlie2010-05-181-7/+7
* fbdev: allow passing more than one aperture for handoffMarcin Slusarz2010-05-181-3/+8
* drm/i915: introduce i915_gem_alloc_objectDaniel Vetter2010-04-201-1/+1
* Merge branch 'drm-fbdev-cleanup' into drm-core-nextDave Airlie2010-04-201-106/+96
|\
| * drm/fb: remove drm_fb_helper_setcolregJames Simmons2010-04-081-1/+0
| * drm/kms/fb: use slow work mechanism for normal hotplug also.Dave Airlie2010-04-071-19/+23
| * drm/kms/fb: separate fbdev connector list from core drm connectorsDave Airlie2010-04-071-0/+1
| * drm/kms/fb: move to using fb helper crtc grouping instead of core crtc listDave Airlie2010-04-071-50/+43
| * drm/fb: fix fbdev object model + cleanup properly.Dave Airlie2010-04-071-91/+84
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/anh...Linus Torvalds2010-04-171-1/+1
|\ \
| * | drm/i915: introduce to_intel_bo helperDaniel Vetter2010-03-251-1/+1
| |/
* | include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo2010-03-301-1/+0
|/
* vga_switcheroo: initial implementation (v15)Dave Airlie2010-03-011-0/+2
* drm/i915: Increase fb alignment to 64kChris Wilson2010-02-101-1/+1
* Merge branch 'drm-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/air...Linus Torvalds2009-12-101-3/+4
|\
| * drm/i915: Replace DRM_DEBUG with DRM_DEBUG_KMSZhao Yakui2009-11-051-3/+4
* | tree-wide: fix assorted typos all over the placeAndré Goddard Rosa2009-12-041-1/+1
|/
* drm/fb: add more correct 8/16/24/32 bpp fb support.Dave Airlie2009-10-061-1/+6
* drm/fb: add setcmap and fix 8-bit support.Dave Airlie2009-10-051-1/+2
* drm/kms: start adding command line interface using fb.Dave Airlie2009-09-251-2/+3
* drm: fix two issues with fb consolidation.Dave Airlie2009-08-311-1/+1
* drm/kms: move driver specific fb common code to helper functions (v2)Dave Airlie2009-08-311-709/+28
* drm/i915: Make driver less chattyKeith Packard2009-07-011-9/+9
* drm/i915: Warn when inteldrmfb fails to restore its framebuffer configBen Gamari2009-06-171-1/+5
* fbdev: add support for handoff from firmware to hw framebuffersDave Airlie2009-06-161-0/+8
* drm/i915: duplicate desired mode for use by fbcon.Dave Airlie2009-06-121-4/+12
* intelfb: fix spelling of "CLOCK"Pavel Roskin2009-06-111-1/+1
* drm/i915: avoid non-atomic sysrq executionJesse Barnes2009-06-051-1/+7
* sysrq, intel_fb: fix sysrq g collisionJason Wessel2009-05-151-2/+2
* drm/i915: indicate framebuffer restore key in SysRq help messageFerenc Wagner2009-04-081-2/+2
* drm/i915: Unpin the fb on error during construction.Chris Wilson2009-02-201-3/+5
* drm/i915: un-EXPORT and make 'intelfb_panic' staticHannes Eder2008-12-291-3/+2
* drm/i915: fix sparse warnings: make symbols staticHannes Eder2008-12-291-5/+5
* drm/i915: Fix fbcon setup to align display pitch to 64b.Eric Anholt2008-12-291-1/+1
* DRM: i915: add mode setting supportJesse Barnes2008-12-291-0/+926