OSDN Git Service

Fix FB pitch value (we had it wrong and were working around it in a few
authorJesse Barnes <jbarnes@hobbes.virtuousgeek.org>
Thu, 17 May 2007 16:00:06 +0000 (09:00 -0700)
committerJesse Barnes <jbarnes@hobbes.virtuousgeek.org>
Thu, 17 May 2007 16:00:06 +0000 (09:00 -0700)
commita18b4befb9b76c4b2662ff6caa0e4f0975eb8e9c
tree3f4b00c8c4f11f0c78fa64fcf617ea33dede28b6
parentb589b846e73bfe6235cd702bb8ae89701c85eaab
Fix FB pitch value (we had it wrong and were working around it in a few
places).
Add new FB hooks to the drm driver structure and make i915 use them for an
Intel specific FB driver.  This will allow acceleration and better handling
of the command stream.
linux-core/Makefile.kernel
linux-core/drmP.h
linux-core/drm_crtc.c
linux-core/drm_fb.c
linux-core/i915_drv.c
linux-core/intel_display.c
linux-core/intel_drv.h
linux-core/intel_fb.c [new file with mode: 0644]
shared-core/i915_dma.c
shared-core/i915_drv.h
shared-core/i915_init.c