summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/i915
AgeCommit message (Expand)AuthorFilesLines
2010-10-26Merge branch 'drm-core-next' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds37-5497/+7022
2010-10-26mm: stack based kmap_atomic()Peter Zijlstra3-19/+16
2010-10-24drm/i915: Move gpu_write_list to per-ringChris Wilson4-26/+29
2010-10-23drm/i915: Invalidate the to-ring, flush the old-ring when updating domainsChris Wilson1-3/+6
2010-10-22Merge branch 'llseek' of git://git.kernel.org/pub/scm/linux/kernel/git/arnd/bklLinus Torvalds2-0/+2
2010-10-22drm/i915/ringbuffer: Write the value passed in to the tail registerChris Wilson2-16/+16
2010-10-22drm/i915: Fix flushing regression from 9af90d19fChris Wilson1-1/+1
2010-10-22drm/i915/sdvo: Remove unused encoding memberChris Wilson1-23/+22
2010-10-22i915: enable AVI infoframe for intel_hdmi.c [v4]David Härdeman4-105/+130
2010-10-21drm/i915: Fix current fb blocking for page flipChia-I Wu1-5/+8
2010-10-21drm/i915: IS_IRONLAKE is synonymous with gen == 5Chris Wilson8-22/+18
2010-10-21drm/i915: Enable SandyBridge blitter ringChris Wilson10-62/+170
2010-10-21drm/i915/ringbuffer: Remove broken intel_fill_struct()Chris Wilson2-19/+0
2010-10-21drm/i915/ringbuffer: Fix emit batch buffer regression from 8187a2bChris Wilson1-1/+1
2010-10-20drm/i915: Copy the updated reloc->presumed_offset back to the userChris Wilson1-0/+13
2010-10-20drm/i915: Track objects in global active list (as well as per-ring)Chris Wilson5-96/+58
2010-10-20drm/i915: Simplify most HAS_BSD() checksChris Wilson3-37/+22
2010-10-20drm/i915: cache the last object lookup during pin_and_relocate()Chris Wilson1-171/+144
2010-10-19drm/i915: Do interrupible mutex lock first to avoid locking for unreferenceChris Wilson1-113/+93
2010-10-19drivers: gpu: drm: i915: Fix a typo.Andrea Gelmini1-1/+1
2010-10-19drm/i915: rearrange mutex acquisition for preadChris Wilson1-56/+43
2010-10-19drm/i915: Rearrange acquisition of mutex during pwriteChris Wilson1-105/+65
2010-10-19drm/i915: Attempt to prefault user pages for pread/pwriteChris Wilson1-14/+19
2010-10-19drm/i915: Avoid taking the mutex for dropping the refcnt upon creationChris Wilson1-4/+7
2010-10-19drm/i915: Perform relocations in CPU domain [if in CPU domain]Chris Wilson1-26/+29
2010-10-19drm/i915: Avoid vmallocing a buffer for the relocationsChris Wilson1-149/+75
2010-10-19drm/i915/hdmi: Add 'force_audio' propertyChris Wilson1-0/+64
2010-10-19drm/i915/sdvo: Add 'force_audio' propertyChris Wilson1-2/+46
2010-10-19drm/i915/dp: Add 'force_audio' propertyChris Wilson1-5/+69
2010-10-19drm/i915: Enable HDMI audio for monitor with audio supportZhenyu Wang1-4/+8
2010-10-19drm/i915: Enable DisplayPort audioZhenyu Wang1-21/+41
2010-10-19drm/i915: Initialize panel timing registers if VBIOS did notBryan Freed3-4/+25
2010-10-19drm/i915: Sleep whilst waiting for the ringChris Wilson1-1/+1
2010-10-19drm/i915: Fix GPIO pin to register mappingZhenyu Wang1-0/+1
2010-10-19drm/i915: restore fixed FDI link rate on SandybridgeChris Wilson1-2/+5
2010-10-19drm/i915/dp: down the DP link even if the reg indicates it's already downJesse Barnes1-10/+6
2010-10-19drm/i915: Fix oops on HWS unloadDaniel Vetter1-3/+3
2010-10-19drm/i915: Remove duplicate set of ADPA definitionsChris Wilson1-7/+1
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 Wilson3-3/+7
2010-10-19drm, kdb, kms: Change mode_set_base_atomic() enter argument to be an enumJason Wessel1-2/+3
2010-10-19Merge branch 'drm-fixes' of /home/airlied/kernel/linux-2.6 into drm-core-nextDave Airlie2-2/+5
2010-10-15llseek: automatically add .llseek fopArnd Bergmann1-0/+1
2010-10-08drm/i915: Prevent module unload to avoid random memory corruptionChris Wilson1-0/+3
2010-10-08drm/i915: Update hotplug interrupts register definitions for SandybridgeYuanhan Liu2-5/+20
2010-10-08drm/i915/crt: Make sure the hotplug interrupt is enabledYuanhan Liu1-1/+2
2010-10-08drm/i915: diasable clock gating for the panel power sequencerJesse Barnes2-0/+10
2010-10-08drm/i915/dp: make eDP PLL functions work as advertisedJesse Barnes1-2/+4
2010-10-08drm/i915/dp: don't bother with DP PLL for PCH attached eDPJesse Barnes1-1/+1
2010-10-08drm/i915/dp: use VBT provided eDP params if availableJesse Barnes1-57/+89