summaryrefslogtreecommitdiffstats
path: root/drivers/gpu
Commit message (Expand)AuthorAgeFilesLines
...
| | * | drm/nouveau: correctly pair hwmon_init and hwmon_finiLucas Stach2011-02-021-1/+1
| * | | Merge remote branch 'intel/drm-intel-fixes' of /ssd/git/drm-next into drm-fixesDave Airlie2011-02-028-43/+96
| |\ \ \ | | | |/ | | |/|
| | * | drm/i915: Only bind to function 0 of the PCI deviceChris Wilson2011-02-011-0/+8
| | * | drm/i915: Suppress spurious vblank interruptsChris Wilson2011-01-312-7/+8
| | * | drm: Avoid leak of adjusted mode along quick set_mode pathsChris Wilson2011-01-311-5/+3Star
| | * | drm: Simplify and defend later checks when disabling a crtcChris Wilson2011-01-311-3/+6
| | * | drm: Don't switch fb when disabling an outputChris Wilson2011-01-311-2/+2
| | * | drm/i915: Reset crtc after resumeChris Wilson2011-01-251-3/+14
| | * | drm/i915/crt: Force the initial probe after resetChris Wilson2011-01-251-0/+10
| | * | drm/i915: Reset state after a GPU reset or resumeChris Wilson2011-01-251-0/+2
| | * | drm: Add an interface to reset the deviceChris Wilson2011-01-251-0/+20
| | * | drm/i915/sdvo: If at first we don't succeed in reading the response, waitChris Wilson2011-01-251-23/+23
| * | | drm/radeon: Fix wrong boolean operatorStefan Weil2011-01-311-1/+1
* | | | drm: Only set DPMS ON when actually configuring a modeKeith Packard2011-02-041-6/+6
* | | | gpu/stub: fix acpi_video build error, fix stub kconfig dependenciesRandy Dunlap2011-02-021-0/+2
|/ / /
* | | Merge branch 'drm-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/air...Linus Torvalds2011-01-2820-45/+132
|\ \ \
| * \ \ Merge branch 'drm-nouveau-next' of git://git.freedesktop.org/git/nouveau/linu...Dave Airlie2011-01-281-5/+0Star
| |\ \ \ | | | |/ | | |/|
| | * | drm/nv50: fix regression on IGPsBen Skeggs2011-01-281-5/+0Star
| * | | drm/radeon/kms: re-emit full context state for evergreen blitsAlex Deucher2011-01-281-6/+33
| * | | drm/radeon/kms: release CMASK access in preclose_kmsMarek Olšák2011-01-281-0/+2
| * | | drm/radeon/kms: fix r6xx+ scanout on BE systemsAlex Deucher2011-01-272-1/+22
| * | | drm/radeon/kms: clean up some magic numbersAlex Deucher2011-01-277-21/+29
| * | | drm/radeon/kms: only enable HDMI mode if radeon audio is enabledAlex Deucher2011-01-271-3/+3
| * | | radeon/kms: fix dp displayport mode validationJerome Glisse2011-01-271-2/+2
| * | | Merge branch 'drm-nouveau-next' of git://git.freedesktop.org/git/nouveau/linu...Dave Airlie2011-01-266-7/+41
| |\| |
| | * | drm/nvc0/grctx: correct an off-by-oneBen Skeggs2011-01-251-1/+1
| | * | drm/nv50: Fix race with PFIFO during PGRAPH context destruction.Francisco Jerez2011-01-251-0/+3
| | * | drm/nouveau: Workaround incorrect DCB entry on a GeForce3 Ti 200.Francisco Jerez2011-01-251-0/+15
| | * | drm/nvc0: implement irq handler for whatever's at 0x14xxxxBen Skeggs2011-01-251-0/+19
| | * | drm/nvc0: fix incorrect TPC register setupBen Skeggs2011-01-251-2/+2
| | * | drm/nouveau: probe for adt7473 before f75375Ben Skeggs2011-01-251-1/+1
| | * | drm/nouveau: remove dead function definitionBen Skeggs2011-01-251-3/+0Star
* | | | console: rename acquire/release_console_sem() to console_lock/unlock()Torben Hohn2011-01-262-9/+9
|/ / /
* | | Merge branch 'drm-intel-fixes-2' of ssh://master.kernel.org/pub/scm/linux/ker...Dave Airlie2011-01-2414-57/+168
|\ \ \ | | |/ | |/|
| * | drm/i915: Prevent uninitialised reads during error state captureChris Wilson2011-01-241-0/+2
| * | drm/i915: Use consistent mappings for OpRegion between ACPI and i915Michael Karcher2011-01-241-1/+2
| * | Merge remote branch 'linus/master' into drm-intel-fixesChris Wilson2011-01-244-5/+5
| |\ \
| * | | drm/i915: Handle the no-interrupts case for UMS by pollingChris Wilson2011-01-241-2/+2
| * | | drm/i915: Disable high-precision vblank timestamping for UMSChris Wilson2011-01-241-0/+3
| * | | drm/i915: Increase the amount of defense before computing vblank timestampsChris Wilson2011-01-241-7/+18
| * | | drm/i915,agp/intel: Do not clear stolen entriesChris Wilson2011-01-243-4/+15
| * | | drm/i915: Recognise non-VGA display devicesChris Wilson2011-01-233-4/+10
| * | | drm/i915: Fix use of invalid array size for ring->sync_seqnoChris Wilson2011-01-232-2/+2
| * | | drm/i915/ringbuffer: Fix use of stale HEAD position whilst polling for spaceChris Wilson2011-01-202-17/+24
| * | | drm/i915: Don't kick-off hangcheck after a DRI interruptChris Wilson2011-01-201-1/+5
| * | | drm/i915: Add dependency on CONFIG_TMPFSChris Wilson2011-01-201-0/+3
| * | | drm/i915: Initialise ring vfuncs for old DRI pathsChris Wilson2011-01-203-18/+52
| * | | drm/i915: make the blitter report buffer modifications to the FBC unitJesse Barnes2011-01-182-0/+25
| * | | drm/i915: set more FBC chicken bitsJesse Barnes2011-01-182-1/+5
* | | | drm/radeon/kms: add new radeon_info ioctl query for clock crystal freqAlex Deucher2011-01-242-1/+5