aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gpu
Commit message (Expand)AuthorAgeFilesLines
* drm/i915: Copy the updated reloc->presumed_offset back to the userChris Wilson2010-10-201-0/+13
* drm/i915: Track objects in global active list (as well as per-ring)Chris Wilson2010-10-205-96/+58
* drm/i915: Simplify most HAS_BSD() checksChris Wilson2010-10-203-37/+22
* drm/i915: cache the last object lookup during pin_and_relocate()Chris Wilson2010-10-201-171/+144
* drm/i915: Do interrupible mutex lock first to avoid locking for unreferenceChris Wilson2010-10-191-113/+93
* drivers: gpu: drm: i915: Fix a typo.Andrea Gelmini2010-10-191-1/+1
* drm/i915: rearrange mutex acquisition for preadChris Wilson2010-10-191-56/+43
* drm/i915: Rearrange acquisition of mutex during pwriteChris Wilson2010-10-191-105/+65
* drm/i915: Attempt to prefault user pages for pread/pwriteChris Wilson2010-10-191-14/+19
* drm/i915: Avoid taking the mutex for dropping the refcnt upon creationChris Wilson2010-10-191-4/+7
* drm/i915: Perform relocations in CPU domain [if in CPU domain]Chris Wilson2010-10-191-26/+29
* drm/i915: Avoid vmallocing a buffer for the relocationsChris Wilson2010-10-191-149/+75
* drm/i915/hdmi: Add 'force_audio' propertyChris Wilson2010-10-191-0/+64
* drm/i915/sdvo: Add 'force_audio' propertyChris Wilson2010-10-191-2/+46
* drm/i915/dp: Add 'force_audio' propertyChris Wilson2010-10-191-5/+69
* drm/i915: Enable HDMI audio for monitor with audio supportZhenyu Wang2010-10-191-4/+8
* drm/i915: Enable DisplayPort audioZhenyu Wang2010-10-191-21/+41
* drm/edid: add helper function to detect monitor audio capabilityZhenyu Wang2010-10-191-14/+78
* drm/i915: Initialize panel timing registers if VBIOS did notBryan Freed2010-10-193-4/+25
* drm/i915: Sleep whilst waiting for the ringChris Wilson2010-10-191-1/+1
* drm/i915: Fix GPIO pin to register mappingZhenyu Wang2010-10-191-0/+1
* drm/i915: restore fixed FDI link rate on SandybridgeChris Wilson2010-10-191-2/+5
* drm/i915/dp: down the DP link even if the reg indicates it's already downJesse Barnes2010-10-191-10/+6
* drm/i915: Fix oops on HWS unloadDaniel Vetter2010-10-191-3/+3
* drm/i915: Remove duplicate set of ADPA definitionsChris Wilson2010-10-191-7/+1
* Revert "drm/i915: Prevent module unload to avoid random memory corruption"Chris Wilson2010-10-191-3/+0
* Merge remote branch 'airlied/drm-core-next' into tmpChris Wilson2010-10-1929-133/+246
|\
| * drm, kdb, kms: Change mode_set_base_atomic() enter argument to be an enumJason Wessel2010-10-197-12/+15
| * kdb, kms: Save and restore the LUT on atomic KMS enter/exitJason Wessel2010-10-191-0/+26
| * Revert "radeon, kdb, kms: Save and restore the LUT on atomic KMS enter/exit"Jason Wessel2010-10-193-40/+0
| * drm/ttm: Simplify ttm_bo_wait_unreservedJean Delvare2010-10-191-7/+2
| * Revert "drm/radeon/kms: remove some pll algo flags"Dave Airlie2010-10-194-7/+52
| * drm/ttm: add unlocked variant of new manager put node.Dave Airlie2010-10-192-3/+20
| * Merge branch 'drm-fixes' of /home/airlied/kernel/linux-2.6 into drm-core-nextDave Airlie2010-10-1919-60/+127
| |\
| | * drm/radeon/kms: avivo cursor workaround applies to evergreen as wellAlex Deucher2010-10-181-16/+12
| | * drm/radeon/kms: Silent spurious error messageJean Delvare2010-10-121-4/+1
| | * drm/radeon/kms: fix bad cast/shift in evergreen.cAlex Deucher2010-10-121-1/+1
| | * drm/radeon/kms: make TV/DFP table info less verboseAlex Deucher2010-10-122-22/+22
| | * drm/radeon/kms: leave certain CP int bits enabledAlex Deucher2010-10-122-2/+2
| | * drm/radeon/kms: avoid corner case issue with unmappable vram V2Jerome Glisse2010-10-129-1/+14
| | * drm/i915: Prevent module unload to avoid random memory corruptionChris Wilson2010-10-081-0/+3
| | * drm: don't drop handle reference on unloadDave Airlie2010-10-074-4/+1
| | * drm/ttm: Fix two race conditions + fix busy codepathsThomas Hellstrom2010-10-061-12/+71
| | * Merge branch 'drm-intel-fixes' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2010-10-046-83/+96
| | |\
| | * \ Merge branch 'drm-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/air...Linus Torvalds2010-10-0122-110/+225
| | |\ \
| | * \ \ Merge branch 'drm-intel-fixes' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2010-09-272-10/+7
| | |\ \ \
| * | | | | drm/radeon/kms: make sure blit addr masks are 64 bitAlex Deucher2010-10-062-8/+8
* | | | | | drm/i915: Update hotplug interrupts register definitions for SandybridgeYuanhan Liu2010-10-082-5/+20
* | | | | | drm/i915/crt: Make sure the hotplug interrupt is enabledYuanhan Liu2010-10-081-1/+2
* | | | | | drm/i915: diasable clock gating for the panel power sequencerJesse Barnes2010-10-082-0/+10