summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/i915
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/anh...Linus Torvalds2009-11-048-95/+486
|\
| * drm/i915: Ironlake suspend/resume supportZhenyu Wang2009-10-232-55/+256
| * drm/i915: kill warning in intel_find_pll_g4x_dpJesse Barnes2009-10-231-0/+1
| * drm/i915: update watermarks before enabling PLLsJesse Barnes2009-10-231-1/+2
| * drm/i915: add FIFO watermark support for G4xJesse Barnes2009-10-232-8/+84
| * drm/i915: quiet DP i2c initZhenyu Wang2009-10-191-1/+1
| * drm/i915: fix panel fitting filter coefficient select for IronlakeZhenyu Wang2009-10-192-1/+6
| * drm/i915: fix to setup display reference clock control on IronlakeZhenyu Wang2009-10-192-2/+42
| * drm/i915: Install a fence register for fbc on g4xChris Wilson2009-10-151-3/+5
| * drm/i915: save/restore BLC histogram control reg across suspend/resumeJesse Barnes2009-10-153-0/+5
| * drm/i915: Fix FDI M/N setting according with correct color depthZhenyu Wang2009-10-132-4/+32
| * drm/i915: disable powersave feature for Ironlake currentlyZhenyu Wang2009-10-132-3/+13
| * drm/i915: Fix render reclock availability detection.Andy Lutomirski2009-10-131-8/+6Star
| * drm/i915: Save and restore the GM45 FBC regs on suspend and resume.Jesse Barnes2009-10-132-8/+19
| * drm/i915: Set the LVDS_BORDER when using LVDS scaling modeZhao Yakui2009-10-134-1/+15
| * drm/i915: disable FBC for Pineview, fixing a boot hang.Shaohua Li2009-10-132-3/+2Star
* | i915: fix intel graphics suspend breakage due to resume/lid event confusionLinus Torvalds2009-11-023-8/+24
|/
* Merge branch 'drm-intel-next' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2009-10-098-32/+49
|\
| * drm/i915: Initialize HDMI outputs as HDMI connectors, not DVI.Adam Jackson2009-10-021-1/+1
| * drm/i915: Multiply the refresh by 1000 in TV mode validatiionZhao Yakui2009-10-021-1/+2
| * Merge commit 'ickle/for-anholt' into drm-intel-nextEric Anholt2009-10-025-26/+46
| |\
| | * drm/i915: Enable irq to trace batch buffer completion.Chris Wilson2009-09-295-1/+21
| | * drm/i915: batch submit seqno off-by-one.Chris Wilson2009-09-291-1/+1
| | * drm/i915: Record device minor rather than pointer in TRACE_EVENTChris Wilson2009-09-291-24/+24
| * | drm/i915: Don't call intel_update_fbc from intel_crtc_cursor_setBrian Rogers2009-09-291-4/+0Star
| |/
* | Merge branch 'drm-next' of ../drm-next into drm-linusDave Airlie2009-10-083-2/+21
|\ \
| * | drm/fb: add more correct 8/16/24/32 bpp fb support.Dave Airlie2009-10-063-1/+18
| * | drm/fb: add setcmap and fix 8-bit support.Dave Airlie2009-10-052-1/+3
* | | Merge branch 'drm-next' of git://git.kernel.org/pub/scm/linux/kernel/git/airl...Linus Torvalds2009-09-301-2/+3
|\| | | |/ |/|
| * drm/kms: start adding command line interface using fb.Dave Airlie2009-09-251-2/+3
* | Merge branch 'drm-intel-next' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2009-09-2418-451/+2678
|\ \
| * | drm/i915: Handle ERESTARTSYS during page faultChris Wilson2009-09-231-17/+12Star
| * | drm/i915: Warn before mmaping a purgeable buffer.Chris Wilson2009-09-231-0/+8
| * | drm/i915: Track purged state.Chris Wilson2009-09-231-9/+15
| * | drm/i915: Remove eviction debug spamChris Wilson2009-09-231-33/+7Star
| * | drm/i915: Immediately discard any backing storage for uneeded objectsChris Wilson2009-09-231-0/+5
| * | drm/i915: Do not mis-classify clean objects as purgeableChris Wilson2009-09-231-29/+26Star
| * | drm/i915: Whitespace correction for madvChris Wilson2009-09-231-2/+2
| * | drm/i915: BUG_ON page refleak during unbindChris Wilson2009-09-231-0/+1
| * | drm/i915: Search harder for a reusable objectChris Wilson2009-09-231-21/+22
| * | drm/i915: Clean up evict from list.Chris Wilson2009-09-231-25/+14Star
| * | drm/i915: Add tracepointsChris Wilson2009-09-236-16/+447
| * | drm/i915: framebuffer compression for GM45+Jesse Barnes2009-09-224-26/+132
| * | drm/i915: split display functions by chip typeJesse Barnes2009-09-222-98/+231
| * | drm/i915: Skip the sanity checks if the current relocation is validChris Wilson2009-09-191-45/+47
| * | drm/i915: Check that the relocation points to within the targetChris Wilson2009-09-191-0/+10
| * | drm/i915: correct FBC update when pipe base update occursJesse Barnes2009-09-181-3/+3
| * | drm/i915: blacklist Acer AspireOne lid statusJesse Barnes2009-09-181-1/+13
| * | drm/i915: prevent FIFO calculation overflows on 32 bits with high dotclocksJesse Barnes2009-09-171-1/+8
| * | drm/i915: intel_display.c handle latency variable efficientlyJaswinder Singh Rajput2009-09-171-7/+6Star