aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gpu (follow)
AgeCommit message (Expand)AuthorFilesLines
2009-10-16drm/radeon/kms: limit default tv modes to <= 1024x768Alex Deucher1-0/+5
2009-10-16drm/radeon/kms/atom: fix tv-outAlex Deucher2-7/+6
2009-10-16drm/radeon/kms: fix connector edid handlingAlex Deucher4-32/+73
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-15drm/radeon/kms: fix internal tmds setup on legacy display engineAlex Deucher2-1/+12
2009-10-15drm/radeon/kms: move active_device setup into encoder fixup()Alex Deucher2-22/+14
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-13drm/radeon/kms: properly handle mode id with native mode changesAlex Deucher2-2/+3
2009-10-12drm/radeon/kms: fix use of index before proper initialisation.Dave Airlie1-1/+1
2009-10-12drm/radeon: Revert "drm/r600: avoid assigning vb twice in blit code"Dave Airlie2-5/+8
2009-10-12drm/radeon/kms: also check for edid in lvds detectAlex Deucher1-1/+12
2009-10-12drm/radeon/kms: use drm_mode directly for panel modesAlex Deucher7-159/+97
2009-10-12drm/radeon/kms/atom: rework crtc modesetAlex Deucher3-184/+148
2009-10-12drm/radeon/kms/atom: add support for AdjustDisplayPllAlex Deucher1-6/+30
2009-10-12drm/radeon/kms/atom: reorder crtc dpmsAlex Deucher1-2/+2
2009-10-12drm/radeon/kms: make sure LVDS panel is valid in detect()Alex Deucher1-1/+13
2009-10-12drm/radeon/kms: Fix apparent typo in legacy CRTC memory bandwidth calculation.Michel Dänzer1-1/+1
2009-10-12drm/radeon/kms: Update memory bandwidth requirements in mode_set_base hook.Michel Dänzer2-4/+8
2009-10-12drm/radeon/kms: don't refuse LUT because no framebuffer.Dave Airlie1-4/+0
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 Airlie46-1607/+3326
2009-10-08drm/radeon/kms: fix vline register for second head.Dave Airlie2-2/+2
2009-10-08drm/r600: avoid assigning vb twice in blit codeRobert Noland2-8/+5
2009-10-08drm/radeon: use list_for_each_entry instead of list_for_eachDave Airlie1-13/+4
2009-10-08drm/radeon/kms: Fix AGP support for R600/RV770 family (v2)Jerome Glisse4-41/+157
2009-10-08drm/radeon/kms: Fallback to non AGP when acceleration fails to initialize (v2)Jerome Glisse3-53/+34
2009-10-08drm/radeon/kms: Fix RS600/RV515/R520/RS690 IRQJerome Glisse2-4/+68
2009-10-07drm/radeon: Fix setting of bitsRoel Kluin2-6/+6
2009-10-06drm/ttm: fix refcounting in ttm global code.Dave Airlie1-1/+1
2009-10-06drm/fb: add more correct 8/16/24/32 bpp fb support.Dave Airlie7-56/+107
2009-10-05drm/fb: add setcmap and fix 8-bit support.Dave Airlie6-7/+57
2009-10-05drm/radeon/kms: respect single crtc cards, only create one crtc. (v2)Dave Airlie6-8/+30
2009-10-05drm: Delete the DRM_DEBUG_KMS in drm_mode_cursor_ioctlZhao Yakui1-2/+0
2009-10-05drm/radeon/kms: add support for "Surround View"Alex Deucher1-2/+47
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-10-02drm/radeon/kms: Fix irq handling on AVIVO hwJerome Glisse5-6/+19
2009-10-02drm/radeon/kms: R600/RV770 remove dead code and print message for wrong BIOSJerome Glisse2-21/+10
2009-10-02drm/radeon/kms: Fix R600/RV770 disable acceleration pathJerome Glisse2-0/+10
2009-10-02drm/radeon/kms: Fix R600/RV770 startup path & resetJerome Glisse2-132/+39
2009-10-02drm/radeon/kms: Fix R600 write back bufferJerome Glisse3-39/+39
2009-10-02drm/radeon/kms: Remove old init path as no hw use it anymoreJerome Glisse13-355/+7
2009-10-02drm/radeon/kms: Convert RS600 to new init pathJerome Glisse3-220/+696