summaryrefslogtreecommitdiff
path: root/drivers/gpu
AgeCommit message (Expand)AuthorFilesLines
2010-09-21drm: Only decouple the old_fb from the crtc is we call mode_set*Chris Wilson1-2/+2
2010-09-21Revert "drm/i915: Allow LVDS on pipe A on gen4+"Chris Wilson1-2/+0
2010-09-21drm/i915: don't enable self-refresh on IronlakeJesse Barnes2-2/+12
2010-09-21drm/i915: Prevent double dpms onChris Wilson1-1/+4
2010-09-21drm/i915: overlay on gen2 can't address above 1GDaniel Vetter1-0/+4
2010-09-21drm/i915: Allocate the PCI resource for the MCHBARChris Wilson1-10/+10
2010-09-21drm/i915/dp: Really try 5 times before giving up.Chris Wilson1-30/+28
2010-09-21i915_gem: return -EFAULT if copy_to_user failsDan Carpenter1-0/+1
2010-09-21i915: return -EFAULT if copy_to_user failsDan Carpenter1-3/+9
2010-09-21drm/radeon/kms/evergreen: fix backend setupAlex Deucher1-8/+19
2010-09-21drm/radeon/kms/evergreen: fix gpu hangs in userspace accel codeAlex Deucher2-5/+39
2010-09-21drm/radeon/kms: properly set crtc high base on r7xxAlex Deucher1-4/+4
2010-09-21drm/radeon/kms: force legacy pll algo for RV620 LVDSAlex Deucher1-2/+3
2010-09-21drm/radeon/kms: force legacy pll algo for RV515 LVDSAlex Deucher1-0/+14
2010-09-21drm/i915: Enable MI_FLUSH on SandybridgeZhenyu Wang2-2/+7
2010-09-21drm/radeon/kms: fix a regression on r7xx AGP due to the HDP flush fixAlex Deucher3-1/+59
2010-08-27drm: stop information leak of old kernel stack.Dave Airlie1-1/+3
2010-08-27drm/radeon/kms: fix GTT/VRAM overlapping testJerome Glisse1-1/+1
2010-08-27drm/radeon/kms: fix sideport detection on newer rs880 boardsAlex Deucher1-1/+1
2010-08-27drm/radeon/kms/DCE3+: switch pads to ddc mode when going i2cAlex Deucher1-0/+7
2010-08-27drm/radeon/kms: fix typo in radeon_compute_pll_gainAlex Deucher1-1/+1
2010-08-27drm/radeon/kms/pm: bail early if nothing's changingAlex Deucher1-0/+5
2010-08-27drm/radeon/kms: don't enable MSIs on AGP boardsAlex Deucher1-2/+3
2010-08-27drm/agp/i915: trim stolen space to 32MJesse Barnes1-0/+8
2010-08-27drm/i915/edp: Flush the write before waiting for PLLsChris Wilson1-0/+1
2010-08-27drm/i915: i8xx also doesn't like multiple oustanding pageflipsDaniel Vetter1-6/+8
2010-08-27drm/i915: fixup pageflip ringbuffer commands for i8xxDaniel Vetter1-1/+7
2010-08-27drm/radeon/kms: add missing copy from userDr. David Alan Gilbert1-1/+3
2010-08-27drm/radeon/kms: add additional quirk for Acer rv620 laptopAlex Deucher1-2/+12
2010-08-10drm/i915: Check overlay stride errata for i830 and i845Chris Wilson1-2/+5
2010-08-10drm/i915: Unset cursor if out-of-bounds upon mode change (v4)Chris Wilson2-53/+99
2010-08-10drm/radeon/kms: handle the case of no active displays properly in the bandwid...Alex Deucher2-32/+18
2010-08-10drm/radeon/kms/r7xx: add workaround for hw issue with HDP flushAlex Deucher4-3/+28
2010-08-10drm/radeon: fall back to GTT if bo creation/validation in VRAM fails.Michel Dänzer1-9/+18
2010-07-29drm/edid: Fix the HDTV hack sync adjustmentAdam Jackson1-2/+2
2010-07-29drm/radeon/kms: fix radeon mid power profile reportingDaniel J Blueman1-0/+1
2010-07-27drm/i915: make sure we shut off the panel in eDP configsJesse Barnes1-1/+1
2010-07-27Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/anh...Linus Torvalds10-17/+189
2010-07-26drm/i915: add pipe A force quirks to i915 driverJesse Barnes2-1/+72
2010-07-26drm/i915: Fix panel fitting regression since 734b4157Chris Wilson1-2/+0
2010-07-26drm/i915: fix deadlock in fb teardownJesse Barnes1-1/+1
2010-07-26drm/i915: don't free non-existent compressed llb on ILK+Jesse Barnes1-1/+1
2010-07-26drm/i915: disable FBC when more than one pipe is activeJesse Barnes3-0/+19
2010-07-26drm/i915: Use the correct scanout alignment for fbcon.Chris Wilson3-2/+5
2010-07-26drm/i915: make sure eDP panel is turned onJesse Barnes1-2/+51
2010-07-26drm/i915: add PANEL_UNLOCK_REGS definitionJesse Barnes2-2/+5
2010-07-26drm/i915: Make G4X-style PLL search more permissiveAdam Jackson1-2/+2
2010-07-26drm/i915: Clear any existing dither mode prior to enabling spatial ditheringChris Wilson1-0/+1
2010-07-26drm/i915: handle shared framebuffers when flippingJesse Barnes1-3/+7
2010-07-22Merge branch 'drm-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/air...Linus Torvalds7-10/+15