summaryrefslogtreecommitdiffstats
path: root/kernel/Kconfig.locks (unfollow)
Commit message (Expand)AuthorFilesLines
2011-03-16drm/radeon/kms: fix typo in atom overscan setupAlex Deucher1-2/+2
2011-03-16drm: Hold the mode mutex whilst probing for sysfs statusChris Wilson1-0/+7
2011-03-14drm/nouveau: fix __nouveau_fence_wait performanceMarcin Slusarz1-3/+12
2011-03-14drm/nv40: attempt to reserve just enough vram for all 32 channelsBen Skeggs2-10/+27
2011-03-14drm/nv50: check for vm traps on every gr irqBen Skeggs5-6/+5
2011-03-14drm/nv50: decode vm faults some moreBen Skeggs1-6/+142
2011-03-14drm/nouveau: add nouveau_enum_find() util functionBen Skeggs3-53/+66
2011-03-14drm/nouveau: properly handle pushbuffer check failuresMarcin Slusarz1-2/+4
2011-03-14drm/nvc0: remove vm hack forcing large/small pages to not share a PDEBen Skeggs1-12/+1
2011-03-14drm/i915: disable opregion lid detection for now.Dave Airlie1-0/+6
2011-03-07drm/i915: Only wait on a pending flip if we intend to write to the bufferChris Wilson1-48/+44
2011-03-07drm/i915/dp: Sanity check eDP existenceChris Wilson1-5/+8
2011-03-07drm/i915: Rebind the buffer if its alignment constraints changes with tilingChris Wilson3-5/+21
2011-03-07drm/i915: Disable GPU semaphores by defaultChris Wilson3-2/+6
2011-03-06drm/i915: Do not overflow the MMADDR write FIFOChris Wilson6-19/+42
2011-03-06Revert "drm/i915: fix corruptions on i8xx due to relaxed fencing"Chris Wilson1-15/+1
2011-03-04drm: add cap bit to denote if dumb ioctl is available or not.Dave Airlie2-0/+10
2011-03-04drm/core: add ioctl to query device/driver capabilitiesBen Skeggs4-0/+21
2011-03-03drm/radeon/kms: allow max clock of 340 Mhz on hdmi 1.3+Alex Deucher1-1/+10
2011-03-03drm/radeon/kms: add cayman pci idsAlex Deucher1-0/+14
2011-03-03drm/radeon/kms: cayman/evergreen cs checker updatesAlex Deucher4-2/+30
2011-03-03drm/radeon/kms/cayman: always set certain VGT regs at CP initAlex Deucher1-1/+6
2011-03-03drm/radeon/kms: additional default context regs for caymanAlex Deucher1-0/+5
2011-03-03drm/radeon/kms: add cayman CS check supportAlex Deucher3-4/+62
2011-03-03drm/radeon/kms: add radeon_asic entry for caymanAlex Deucher2-0/+59
2011-03-03drm/radeon/kms: add cayman safe regsAlex Deucher2-0/+620
2011-03-03drm/radeon/kms/cayman: add asic init/startup/fini/suspend/resume functionsAlex Deucher3-7/+246
2011-03-03drm/radeon/kms: add cayman asic reset supportAlex Deucher3-3/+101
2011-03-03drm/radeon/kms: add support for cayman irqsAlex Deucher1-3/+11
2011-03-03drm/radeon/kms: add support for CP setup on cayman asicsAlex Deucher6-1/+482
2011-03-03drm/radeon/kms: add support for cayman gart setupAlex Deucher2-0/+149
2011-03-03drm/radeon/kms: add gpu_init function for caymanAlex Deucher4-2/+866
2011-03-03drm/radeon/kms: add ucode loader for caymanAlex Deucher1-8/+75
2011-03-03drm/radeon/kms: add cayman chip familyAlex Deucher2-0/+2
2011-03-02drm/i915: Don't save/restore hardware status page address registerZhenyu Wang2-7/+0
2011-03-02drm/i915: don't store the reg value for HWS_PGAChris Wilson2-7/+13
2011-03-02drm/i915: fix memory corruption with GM965 and >4GB RAMJan Niehusmann1-0/+11
2011-03-01Linux 2.6.38-rc7v2.6.38-rc7Linus Torvalds1-1/+1
2011-03-01Revert "TPM: Long default timeout fix"Linus Torvalds1-6/+4
2011-03-01drm/i915: Re-enable GPU semaphores for SandyBridge mobileChris Wilson1-2/+1
2011-03-01drm/i915: Replace vblank PM QoS with "Interrupt-Based AGPBUSY#"Chris Wilson2-1/+13
2011-03-01Revert "drm/i915: Use PM QoS to prevent C-State starvation of gen3 GPU"Chris Wilson2-38/+0
2011-03-01drm/i915: Allow relocation deltas outside of target boChris Wilson3-10/+4
2011-03-01drm/i915: Silence an innocuous compiler warning for an unused variableChris Wilson1-1/+0
2011-03-01drm/radeon: add new getparam for number of backends.Dave Airlie3-1/+13
2011-03-01drm/radeon: fix up dereferencing of busy objects.Dave Airlie1-1/+1
2011-03-01drm/radeon: bump version to 2.9Dave Airlie1-1/+2
2011-03-01drm/r600: parse the set predication command. (v2)Dave Airlie2-0/+63
2011-03-01fs/block_dev.c: fix new kernel-doc warningRandy Dunlap1-0/+1
2011-03-01ACPI: Fix build for CONFIG_NET unsetRafael J. Wysocki3-20/+29