summaryrefslogtreecommitdiffstats
path: root/drivers/gpu
AgeCommit message (Expand)AuthorLines
2009-11-05drm: make drm_mode_object_find typesafeDaniel Vetter-1/+2
2009-11-05drm/i915: add render standby supportJesse Barnes-3/+54
2009-11-05drm/i915: HDMI hardware workaround for IronlakeZhenyu Wang-4/+22
2009-11-05drm/i915: Fix and cleanup DPLL calculation for IronlakeZhenyu Wang-9/+6
2009-11-05drm/i915: Avoid potential sleep whilst holding spinlockChris Wilson-2/+2
2009-11-04Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/anh...Linus Torvalds-95/+486
2009-11-02i915: fix intel graphics suspend breakage due to resume/lid event confusionLinus Torvalds-8/+24
2009-10-28drm/kms: fix kms/fbdev colormap support properly.Dave Airlie-13/+29
2009-10-28drm: Add the basic check for the detailed timing in EDIDZhao Yakui-0/+15
2009-10-28drm/radeon/kms: ignore vga arbiter return.Dave Airlie-4/+3
2009-10-23drm/i915: Ironlake suspend/resume supportZhenyu Wang-55/+256
2009-10-23drm/i915: kill warning in intel_find_pll_g4x_dpJesse Barnes-0/+1
2009-10-23drm/i915: update watermarks before enabling PLLsJesse Barnes-1/+2
2009-10-23drm/i915: add FIFO watermark support for G4xJesse Barnes-8/+84
2009-10-19drm/i915: quiet DP i2c initZhenyu Wang-1/+1
2009-10-19drm/i915: fix panel fitting filter coefficient select for IronlakeZhenyu Wang-1/+6
2009-10-19drm/i915: fix to setup display reference clock control on IronlakeZhenyu Wang-2/+42
2009-10-15drm/i915: Install a fence register for fbc on g4xChris Wilson-3/+5
2009-10-15drm/i915: save/restore BLC histogram control reg across suspend/resumeJesse Barnes-0/+5
2009-10-13drm/i915: Fix FDI M/N setting according with correct color depthZhenyu Wang-4/+32
2009-10-13drm/i915: disable powersave feature for Ironlake currentlyZhenyu Wang-3/+13
2009-10-13drm/i915: Fix render reclock availability detection.Andy Lutomirski-8/+6
2009-10-13drm/i915: Save and restore the GM45 FBC regs on suspend and resume.Jesse Barnes-8/+19
2009-10-13drm/i915: Set the LVDS_BORDER when using LVDS scaling modeZhao Yakui-1/+15
2009-10-13drm/i915: disable FBC for Pineview, fixing a boot hang.Shaohua Li-3/+2
2009-10-09Merge branch 'drm-intel-next' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds-32/+49
2009-10-08Merge branch 'drm-next' of ../drm-next into drm-linusDave Airlie-1607/+3326
2009-10-08drm/radeon/kms: fix vline register for second head.Dave Airlie-2/+2
2009-10-08drm/r600: avoid assigning vb twice in blit codeRobert Noland-8/+5
2009-10-08drm/radeon: use list_for_each_entry instead of list_for_eachDave Airlie-13/+4
2009-10-08drm/radeon/kms: Fix AGP support for R600/RV770 family (v2)Jerome Glisse-41/+157
2009-10-08drm/radeon/kms: Fallback to non AGP when acceleration fails to initialize (v2)Jerome Glisse-53/+34
2009-10-08drm/radeon/kms: Fix RS600/RV515/R520/RS690 IRQJerome Glisse-4/+68
2009-10-07drm/radeon: Fix setting of bitsRoel Kluin-6/+6
2009-10-06drm/ttm: fix refcounting in ttm global code.Dave Airlie-1/+1
2009-10-06drm/fb: add more correct 8/16/24/32 bpp fb support.Dave Airlie-56/+107
2009-10-05drm/fb: add setcmap and fix 8-bit support.Dave Airlie-7/+57
2009-10-05drm/radeon/kms: respect single crtc cards, only create one crtc. (v2)Dave Airlie-8/+30
2009-10-05drm: Delete the DRM_DEBUG_KMS in drm_mode_cursor_ioctlZhao Yakui-2/+0
2009-10-05drm/radeon/kms: add support for "Surround View"Alex Deucher-2/+47
2009-10-02drm/i915: Initialize HDMI outputs as HDMI connectors, not DVI.Adam Jackson-1/+1
2009-10-02drm/i915: Multiply the refresh by 1000 in TV mode validatiionZhao Yakui-1/+2
2009-10-02Merge commit 'ickle/for-anholt' into drm-intel-nextEric Anholt-26/+46
2009-10-02drm/radeon/kms: Fix irq handling on AVIVO hwJerome Glisse-6/+19
2009-10-02drm/radeon/kms: R600/RV770 remove dead code and print message for wrong BIOSJerome Glisse-21/+10
2009-10-02drm/radeon/kms: Fix R600/RV770 disable acceleration pathJerome Glisse-0/+10
2009-10-02drm/radeon/kms: Fix R600/RV770 startup path & resetJerome Glisse-132/+39
2009-10-02drm/radeon/kms: Fix R600 write back bufferJerome Glisse-39/+39
2009-10-02drm/radeon/kms: Remove old init path as no hw use it anymoreJerome Glisse-355/+7
2009-10-02drm/radeon/kms: Convert RS600 to new init pathJerome Glisse-220/+696