aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/i915/intel_fb.c
Commit message (Expand)AuthorAgeFilesLines
* Merge linux-3.0.31 from korg into jellybeancodeworkx2012-09-181-0/+10
|\
| * drm/i915: suspend fbdev device around suspend/hibernateDave Airlie2012-04-021-0/+10
* | samsung update 1codeworkx2012-06-021-11/+14
|/
* drm/i915: restore only the mode of this driver on lastclose (v2)Dave Airlie2011-04-271-0/+10
* Revert "drm: Update fbdev fb_fix_screeninfo"Dave Airlie2011-01-141-0/+1
* drm/i915: Use the mappable sizes determined by GTT for consistency.Chris Wilson2011-01-111-11/+9
* drm: Update fbdev fb_fix_screeninfoJames Simmons2011-01-071-1/+0
* Merge remote branch 'intel/drm-intel-next' of /ssd/git/drm-next into drm-core...Dave Airlie2010-12-221-14/+11
|\
| * drm/i915: Use drm_i915_gem_object as the preferred typeChris Wilson2010-11-231-14/+11
* | drm/fb: Don't expose mmio for fbdev emulation layerJames Simmons2010-12-211-5/+1
|/
* Merge remote branch 'airlied/drm-core-next' into tmpChris Wilson2010-10-191-1/+1
|\
| * Merge branch 'drm-fixes' of /home/airlied/kernel/linux-2.6 into drm-core-nextDave Airlie2010-10-191-2/+2
| |\ |/ /
| * drm: don't drop handle reference on unloadDave Airlie2010-10-071-1/+1
* | Merge remote branch 'korg/drm-fixes' into drm-vmware-nextDave Airlie2010-10-061-1/+3
|\ \ | |/
| * drm/gem: handlecount isn't really a kref so don't make it one.Dave Airlie2010-10-011-1/+3
* | drm/i915: Avoid circular locking from intel_fbdev_fini()Chris Wilson2010-10-041-5/+3
* | drm/i915: INTEL_INFO->gen supercedes i8xx, i9xx, i965gChris Wilson2010-09-211-2/+2
* | drm/i915: Push pipelining of display plane flushes to the callerChris Wilson2010-09-141-1/+1
* | drm/i915: Consolidate flushing the display planeChris Wilson2010-09-141-7/+1
* | drm/i915: Show framebuffer info in debugfsChris Wilson2010-09-081-7/+0
* | drm/i915: Quieten sparse warnings for missing prototypes.Chris Wilson2010-09-081-2/+2
|/
* Merge branch 'drm-core-next' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2010-08-121-1/+3
|\
| * drm: Propagate error code from fb_create()Chris Wilson2010-08-101-1/+3
* | vt/console: try harder to print output when panicingJesse Barnes2010-08-101-3/+1
* | drm/i915: use new fb debug hooksJesse Barnes2010-08-051-0/+2
|/
* drm/i915: fix deadlock in fb teardownJesse Barnes2010-07-261-1/+1
* drm/i915: Use the correct scanout alignment for fbcon.Chris Wilson2010-07-261-1/+1
* drm: Propagate error from drm_fb_helper_init().Chris Wilson2010-06-081-2/+8
* drm/i915: fix oops on single crtc devices.Dave Airlie2010-06-081-1/+1
* drm/i915: Check error code whilst moving buffer to GTT domain.Chris Wilson2010-05-281-1/+5
* 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