summaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/i915/intel_fb.c
AgeCommit message (Expand)AuthorFilesLines
2012-07-05drm/i915: Zero initialize mode_cmdVille Syrjälä1-1/+1
2012-06-12drm/i915: stop using dev->agp->baseDaniel Vetter1-1/+3
2012-05-07Merge tag 'v3.4-rc6' into drm-intel-nextDaniel Vetter1-0/+4
2012-04-18drm/i915: [sparse] trivial sparse fixesBen Widawsky1-1/+1
2012-04-16drm/i915: Hold mode_config lock whilst changing mode for lastclose()Chris Wilson1-0/+4
2012-03-29drm/i915: suspend fbdev device around suspend/hibernateDave Airlie1-0/+10
2012-02-09drm: do not set fb_info->pixmap fieldsSascha Hauer1-5/+1
2012-01-03drm/i915: add SNB and IVB video sprite support v6Jesse Barnes1-0/+6
2011-12-20drm: Replace pitch with pitches[] in drm_framebufferVille Syrjälä1-1/+1
2011-11-15drm: add an fb creation ioctl that takes a pixel format v5Jesse Barnes1-5/+6
2011-04-27drm/i915: restore only the mode of this driver on lastclose (v2)Dave Airlie1-0/+10
2011-01-14Revert "drm: Update fbdev fb_fix_screeninfo"Dave Airlie1-0/+1
2011-01-11drm/i915: Use the mappable sizes determined by GTT for consistency.Chris Wilson1-11/+9
2011-01-07drm: Update fbdev fb_fix_screeninfoJames Simmons1-1/+0
2010-12-22Merge remote branch 'intel/drm-intel-next' of /ssd/git/drm-next into drm-core...Dave Airlie1-14/+11
2010-12-21drm/fb: Don't expose mmio for fbdev emulation layerJames Simmons1-5/+1
2010-11-23drm/i915: Use drm_i915_gem_object as the preferred typeChris Wilson1-14/+11
2010-10-19Merge remote branch 'airlied/drm-core-next' into tmpChris Wilson1-1/+1
2010-10-19Merge branch 'drm-fixes' of /home/airlied/kernel/linux-2.6 into drm-core-nextDave Airlie1-2/+2
2010-10-07drm: don't drop handle reference on unloadDave Airlie1-1/+1
2010-10-06Merge remote branch 'korg/drm-fixes' into drm-vmware-nextDave Airlie1-1/+3
2010-10-04drm/i915: Avoid circular locking from intel_fbdev_fini()Chris Wilson1-5/+3
2010-10-01drm/gem: handlecount isn't really a kref so don't make it one.Dave Airlie1-1/+3
2010-09-21drm/i915: INTEL_INFO->gen supercedes i8xx, i9xx, i965gChris Wilson1-2/+2
2010-09-14drm/i915: Push pipelining of display plane flushes to the callerChris Wilson1-1/+1
2010-09-14drm/i915: Consolidate flushing the display planeChris Wilson1-7/+1
2010-09-08drm/i915: Show framebuffer info in debugfsChris Wilson1-7/+0
2010-09-08drm/i915: Quieten sparse warnings for missing prototypes.Chris Wilson1-2/+2
2010-08-12Merge branch 'drm-core-next' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds1-1/+3
2010-08-10vt/console: try harder to print output when panicingJesse Barnes1-3/+1
2010-08-10drm: Propagate error code from fb_create()Chris Wilson1-1/+3
2010-08-05drm/i915: use new fb debug hooksJesse Barnes1-0/+2
2010-07-26drm/i915: fix deadlock in fb teardownJesse Barnes1-1/+1
2010-07-26drm/i915: Use the correct scanout alignment for fbcon.Chris Wilson1-1/+1
2010-06-08drm: Propagate error from drm_fb_helper_init().Chris Wilson1-2/+8
2010-06-08drm/i915: fix oops on single crtc devices.Dave Airlie1-1/+1
2010-05-28drm/i915: Check error code whilst moving buffer to GTT domain.Chris Wilson1-1/+5
2010-05-18drm/fbdev: rework output polling to be back in the core. (v4)Dave Airlie1-7/+7
2010-05-18fbdev: allow passing more than one aperture for handoffMarcin Slusarz1-3/+8
2010-04-20drm/i915: introduce i915_gem_alloc_objectDaniel Vetter1-1/+1
2010-04-20Merge branch 'drm-fbdev-cleanup' into drm-core-nextDave Airlie1-106/+96
2010-04-17Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/anh...Linus Torvalds1-1/+1
2010-04-08drm/fb: remove drm_fb_helper_setcolregJames Simmons1-1/+0
2010-04-07drm/kms/fb: use slow work mechanism for normal hotplug also.Dave Airlie1-19/+23
2010-04-07drm/kms/fb: separate fbdev connector list from core drm connectorsDave Airlie1-0/+1
2010-04-07drm/kms/fb: move to using fb helper crtc grouping instead of core crtc listDave Airlie1-50/+43
2010-04-07drm/fb: fix fbdev object model + cleanup properly.Dave Airlie1-91/+84
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo1-1/+0
2010-03-25drm/i915: introduce to_intel_bo helperDaniel Vetter1-1/+1
2010-03-01vga_switcheroo: initial implementation (v15)Dave Airlie1-0/+2