summaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/i915/i915_dma.c
AgeCommit message (Expand)AuthorFilesLines
2011-04-27drm/i915: restore only the mode of this driver on lastclose (v2)Dave Airlie1-1/+1
2011-03-02drm/i915: don't store the reg value for HWS_PGAChris Wilson1-6/+13
2011-03-02Merge branch 'drm-intel-fixes' into drm-intel-nextChris Wilson1-0/+11
2011-03-02drm/i915: fix memory corruption with GM965 and >4GB RAMJan Niehusmann1-0/+11
2011-03-01drm/i915: Allow relocation deltas outside of target boChris Wilson1-0/+3
2011-02-08drm/i915: cleanup per-pipe reg usageJesse Barnes1-1/+6
2011-02-07drm/i915: Refine tracepointsChris Wilson1-1/+0
2011-01-25Merge branch 'drm-intel-fixes' into drm-intel-nextChris Wilson1-20/+15
2011-01-23drm/i915: Recognise non-VGA display devicesChris Wilson1-2/+8
2011-01-20drm/i915: Initialise ring vfuncs for old DRI pathsChris Wilson1-18/+7
2011-01-19drm/i915: Trivial sparse fixesChris Wilson1-5/+7
2011-01-11drm/i915: Remove impossible testChris Wilson1-8/+0
2011-01-05drm/switcheroo: track state of switch in drivers.Dave Airlie1-0/+4
2011-01-05vga_switcheroo: add reprobe hook for fbcon to recheck connected outputs.Dave Airlie1-0/+1
2011-01-05Merge branch 'master' of /home/airlied/kernel/linux-2.6 into drm-core-nextDave Airlie1-0/+23
2010-12-23drm/i915, intel_ips: When i915 loads after IPS, make IPS relink to i915.Eric Anholt1-0/+23
2010-12-20drm/i915: Allow the application to choose the constant addressing modeChris Wilson1-0/+3
2010-12-15drm/i915: Add frame buffer compression on SandybridgeYuanhan Liu1-2/+2
2010-12-05Merge branch 'drm-intel-fixes' into drm-intel-nextChris Wilson1-0/+3
2010-12-05drm/i915: announce to userspace that the bsd ring is coherentDaniel Vetter1-0/+3
2010-12-05drm/i915: Implement GPU semaphores for inter-ring synchronisation on SNBChris Wilson1-29/+31
2010-11-30drm/i915/ringbuffer: Handle cliprects in the callerChris Wilson1-11/+11
2010-11-23drm/i915: Use drm_i915_gem_object as the preferred typeChris Wilson1-1/+1
2010-11-23drm/i915: Contract the magic IPS constants into a direct LUTChris Wilson1-160/+144
2010-11-23agp/intel: Remove confusion of stolen entries not stolen memoryChris Wilson1-2/+2
2010-11-23drm/i915: Compute physical addresses from base of stolen memoryChris Wilson1-121/+76
2010-11-22drm/i915: Correct a comment about the use of the workqueue.Eric Anholt1-1/+1
2010-11-11drm/i915: Remove the definitions for Primary Ring BufferChris Wilson1-2/+2
2010-11-09drm/i915: Fix unload after failed initialisationChris Wilson1-9/+12
2010-10-30drm/i915: Switch to using pci_iounmap in conjunction with pci_iomapChris Wilson1-2/+2
2010-10-29drm/i915: Only enforce fence limits inside the GTT.Chris Wilson1-0/+3
2010-10-28drm/i915: Make the inactive object shrinker per-deviceChris Wilson1-0/+3
2010-10-28drm/i915: Use pci_iomap for remapping the MMIO registers.Chris Wilson1-13/+8
2010-10-28drm/i915: Use the agp_size determined from the GTTChris Wilson1-14/+12
2010-10-28drm/i915: use the complete gttDaniel Vetter1-5/+9
2010-10-28drm/i915: Propagate errors from writing to ringbufferChris Wilson1-58/+61
2010-10-27drm/i915/ringbuffer: Drop the redundant dev from the vfunc interfaceChris Wilson1-5/+5
2010-10-21drm/i915: IS_IRONLAKE is synonymous with gen == 5Chris Wilson1-3/+3
2010-10-21drm/i915: Enable SandyBridge blitter ringChris Wilson1-0/+4
2010-10-20drm/i915: Simplify most HAS_BSD() checksChris Wilson1-5/+5
2010-10-19drm/i915: Initialize panel timing registers if VBIOS did notBryan Freed1-1/+4
2010-10-19drm/i915: Fix oops on HWS unloadDaniel Vetter1-3/+3
2010-10-19Revert "drm/i915: Prevent module unload to avoid random memory corruption"Chris Wilson1-3/+0
2010-10-19Merge remote branch 'airlied/drm-core-next' into tmpChris Wilson1-0/+3
2010-10-19Merge branch 'drm-fixes' of /home/airlied/kernel/linux-2.6 into drm-core-nextDave Airlie1-0/+3
2010-10-08drm/i915: Prevent module unload to avoid random memory corruptionChris Wilson1-0/+3
2010-10-08drm/i915: add _DSM supportJesse Barnes1-0/+2
2010-10-07drm/i915: Free hardware status page on unload when physically mappedKeith Packard1-0/+3
2010-10-04drm/i915: Avoid circular locking from intel_fbdev_fini()Chris Wilson1-0/+1
2010-09-28Merge branch 'drm-intel-fixes' into drm-intel-nextChris Wilson1-3/+3