summaryrefslogtreecommitdiff
path: root/linux-core/i915_compat.c
AgeCommit message (Collapse)Author
2009-02-16Remove i915 driver sources from linux-corePekka Paalanen
Intel developers have stated, that their DRM development continues elsewhere in some Linux kernel trees. This makes the code in drm.git just dead weight. This removal allows further cleanup of compatibility code. shared-core and bsd-core are left untouched this time. Signed-off-by: Pekka Paalanen <pq@iki.fi> Acked-by: Eric Anholt <eric@anholt.net>
2008-01-23i915/flush: get the ret the right way aroundDave Airlie
2008-01-15Define i915_compat.c upper_32_bits for kernels < 2.6.21Thomas Hellstrom
2008-01-14fixup i915 compat resource allocationDave Airlie
2007-12-05patch from -mm kernel to use upper_32_bitsDave Airlie
2007-11-15i915: remove excess debug outputDave Airlie
2007-11-15intel: add flushing for i8xx chipsets.Dave Airlie
Add a nut vs hammer style chipset flush for the i8xx chipsets - reenable TTM code paths
2007-11-06i915: compat code doesn't work in i8xx hw.Dave Airlie
2007-11-05drm: remove lots of spurious whitespace.Dave Airlie
Kernel "cleanfile" script run.
2007-11-01i915: fix compat code on 965/g33Dave Airlie
2007-10-31i915: add backwards compat chipset flushing codeDave Airlie