summaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/i915/i915_dma.c
AgeCommit message (Expand)AuthorFilesLines
2010-12-05drm/i915: announce to userspace that the bsd ring is coherentDaniel Vetter1-0/+3
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
2010-09-27drm/i915: fix GMCH power reportingJesse Barnes1-3/+3
2010-09-27drm/i915: fix debugging compilation error from previous commitChris Wilson1-1/+0
2010-09-26drm/i915: Convert the file mutex into a spinlockChris Wilson1-1/+1
2010-09-25drm/i915: kill ring->setup_status_pageDaniel Vetter1-1/+1
2010-09-25drm/i915: Only hold a process-local lock whilst throttling.Chris Wilson1-11/+11
2010-09-21drm/i915: Disable output polling across suspend & resumeChris Wilson1-2/+0
2010-09-21intel-gtt: clean up gtt size reportingDaniel Vetter1-1/+0
2010-09-21drm/i915: INTEL_INFO->gen supercedes i8xx, i9xx, i965gChris Wilson1-15/+13
2010-09-18drm/i915: use GMBUS to manage i2c linksChris Wilson1-0/+2
2010-09-10drm/i915: Adapt workqueue to new alloc_workqueue interfaceChris Wilson1-1/+16
2010-09-09drm/i915: die, i915_probe_agp, dieDaniel Vetter1-178/+12
2010-09-09drm/i915: drop prealloc_start from i915_dma gtt initDaniel Vetter1-8/+4
2010-09-09intel-gtt: introduce drm/intel-gtt.hDaniel Vetter1-2/+0
2010-09-08drm/i915: Remove redundant initialisation of fb_baseChris Wilson1-4/+0
2010-09-08drm/i915: Quieten sparse warnings for missing prototypes.Chris Wilson1-1/+1
2010-09-08drm/i915: Remove the random SyncFlush during initialisationChris Wilson1-6/+0
2010-09-08drm/i915: Use the VBT from OpRegion when available (v3)Chris Wilson1-2/+7
2010-09-08drm/i915: unload: fix retire_work racesDaniel Vetter1-0/+3
2010-09-08drm/i915: unload: ensure that gem is idleDaniel Vetter1-1/+7
2010-09-08drm/i915: unload: fix unpin_work related racesDaniel Vetter1-0/+3
2010-09-08drm/i915: unload: don't leak error stateDaniel Vetter1-2/+2
2010-09-08drm/i915: unload: fix hotplug_work racesDaniel Vetter1-1/+1
2010-09-08drm/i915: unload: fix error_work racesDaniel Vetter1-3/+5
2010-09-07drm/i915: Allocate the PCI resource for the MCHBARChris Wilson1-10/+10
2010-09-07i915: return -EFAULT if copy_to_user failsDan Carpenter1-3/+9
2010-09-07drm/i915: overlay on gen2 can't address above 1GDaniel Vetter1-0/+4
2010-08-24Merge branch 'drm-core-next' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds1-40/+40
2010-08-17drm: block userspace under allocating buffer and having drivers overwrite it ...Dave Airlie1-40/+40
2010-08-09drm/i915 invalidate indirect state pointers at end of ring execZou Nan hai1-0/+7
2010-08-02drm/agp/i915: trim stolen space to 32MJesse Barnes1-0/+8
2010-08-02Merge remote branch 'origin/master' into drm-intel-nextEric Anholt1-1/+1
2010-08-02drm/i915: Add frame buffer compression support on Ironlake mobileZhao Yakui1-4/+5
2010-07-26drm/i915: don't free non-existent compressed llb on ILK+Jesse Barnes1-1/+1
2010-07-07Merge branch 'drm-platform' into drm-testingDave Airlie1-3/+4
2010-07-02Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/anh...Linus Torvalds1-1/+7
2010-07-02drm/i915: fix uninitialized variable warning in i915_setup_compression()Prarit Bhargava1-1/+1