aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/i915 (follow)
AgeCommit message (Expand)AuthorFilesLines
2009-11-04Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/anholt/drm-intelLinus Torvalds8-95/+486
2009-11-02i915: fix intel graphics suspend breakage due to resume/lid event confusionLinus Torvalds3-8/+24
2009-10-23drm/i915: Ironlake suspend/resume supportZhenyu Wang2-55/+256
2009-10-23drm/i915: kill warning in intel_find_pll_g4x_dpJesse Barnes1-0/+1
2009-10-23drm/i915: update watermarks before enabling PLLsJesse Barnes1-1/+2
2009-10-23drm/i915: add FIFO watermark support for G4xJesse Barnes2-8/+84
2009-10-19drm/i915: quiet DP i2c initZhenyu Wang1-1/+1
2009-10-19drm/i915: fix panel fitting filter coefficient select for IronlakeZhenyu Wang2-1/+6
2009-10-19drm/i915: fix to setup display reference clock control on IronlakeZhenyu Wang2-2/+42
2009-10-15drm/i915: Install a fence register for fbc on g4xChris Wilson1-3/+5
2009-10-15drm/i915: save/restore BLC histogram control reg across suspend/resumeJesse Barnes3-0/+5
2009-10-13drm/i915: Fix FDI M/N setting according with correct color depthZhenyu Wang2-4/+32
2009-10-13drm/i915: disable powersave feature for Ironlake currentlyZhenyu Wang2-3/+13
2009-10-13drm/i915: Fix render reclock availability detection.Andy Lutomirski1-8/+6
2009-10-13drm/i915: Save and restore the GM45 FBC regs on suspend and resume.Jesse Barnes2-8/+19
2009-10-13drm/i915: Set the LVDS_BORDER when using LVDS scaling modeZhao Yakui4-1/+15
2009-10-13drm/i915: disable FBC for Pineview, fixing a boot hang.Shaohua Li2-3/+2
2009-10-09Merge branch 'drm-intel-next' of git://git.kernel.org/pub/scm/linux/kernel/git/anholt/drm-intelLinus Torvalds8-32/+49
2009-10-08Merge branch 'drm-next' of ../drm-next into drm-linusDave Airlie3-2/+21
2009-10-06drm/fb: add more correct 8/16/24/32 bpp fb support.Dave Airlie3-1/+18
2009-10-05drm/fb: add setcmap and fix 8-bit support.Dave Airlie2-1/+3
2009-10-02drm/i915: Initialize HDMI outputs as HDMI connectors, not DVI.Adam Jackson1-1/+1
2009-10-02drm/i915: Multiply the refresh by 1000 in TV mode validatiionZhao Yakui1-1/+2
2009-10-02Merge commit 'ickle/for-anholt' into drm-intel-nextEric Anholt5-26/+46
2009-09-30Merge branch 'drm-next' of git://git.kernel.org/pub/scm/linux/kernel/git/airlied/drm-2.6Linus Torvalds1-2/+3
2009-09-29drm/i915: Enable irq to trace batch buffer completion.Chris Wilson5-1/+21
2009-09-29drm/i915: batch submit seqno off-by-one.Chris Wilson1-1/+1
2009-09-29drm/i915: Record device minor rather than pointer in TRACE_EVENTChris Wilson1-24/+24
2009-09-28drm/i915: Don't call intel_update_fbc from intel_crtc_cursor_setBrian Rogers1-4/+0
2009-09-25drm/kms: start adding command line interface using fb.Dave Airlie1-2/+3
2009-09-24Merge branch 'drm-intel-next' of git://git.kernel.org/pub/scm/linux/kernel/git/anholt/drm-intelLinus Torvalds18-451/+2678
2009-09-22drm/i915: Handle ERESTARTSYS during page faultChris Wilson1-17/+12
2009-09-23drm/i915: Warn before mmaping a purgeable buffer.Chris Wilson1-0/+8
2009-09-23drm/i915: Track purged state.Chris Wilson1-9/+15
2009-09-23drm/i915: Remove eviction debug spamChris Wilson1-33/+7
2009-09-23drm/i915: Immediately discard any backing storage for uneeded objectsChris Wilson1-0/+5
2009-09-23drm/i915: Do not mis-classify clean objects as purgeableChris Wilson1-29/+26
2009-09-23drm/i915: Whitespace correction for madvChris Wilson1-2/+2
2009-09-23drm/i915: BUG_ON page refleak during unbindChris Wilson1-0/+1
2009-09-23drm/i915: Search harder for a reusable objectChris Wilson1-21/+22
2009-09-23drm/i915: Clean up evict from list.Chris Wilson1-25/+14
2009-09-23drm/i915: Add tracepointsChris Wilson6-16/+447
2009-09-22Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivialLinus Torvalds1-1/+1
2009-09-21drm/i915: framebuffer compression for GM45+Jesse Barnes4-26/+132
2009-09-21drm/i915: split display functions by chip typeJesse Barnes2-98/+231
2009-09-21Merge branch 'drm-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/airlied/drm-2.6Linus Torvalds19-1022/+1322
2009-09-21trivial: remove unnecessary semicolonsJoe Perches1-1/+1
2009-09-21drm/vgaarb: add VGA arbitration support to the drm and kms.Dave Airlie5-0/+40
2009-09-18drm/i915: Skip the sanity checks if the current relocation is validChris Wilson1-45/+47
2009-09-18drm/i915: Check that the relocation points to within the targetChris Wilson1-0/+10