summaryrefslogtreecommitdiffstats
path: root/drivers/gpu
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/jiko...Linus Torvalds2010-10-245-5/+5
|\
| * Update broken web addresses in the kernel.Justin P. Mattock2010-10-181-1/+1
| * drivers/gpu/drm: Remove unnecessary casts of private_dataJoe Perches2010-09-233-3/+3
| * Merge branch 'master' into for-nextJiri Kosina2010-08-113-4/+3
| |\
| * \ Merge branch 'master' into for-nextJiri Kosina2010-08-10190-4937/+6854
| |\ \
| * | | fix printk typo 'faild'Paul Bolle2010-08-091-1/+1
* | | | i2c: Remove unneeded inclusions of <linux/i2c-id.h>Jean Delvare2010-10-242-2/+0
* | | | Merge branch 'llseek' of git://git.kernel.org/pub/scm/linux/kernel/git/arnd/bklLinus Torvalds2010-10-2217-1/+18
|\ \ \ \
| * | | | llseek: automatically add .llseek fopArnd Bergmann2010-10-155-1/+6
| * | | | drm: use noop_llseekArnd Bergmann2010-09-1612-0/+12
* | | | | Merge branch 'config' of git://git.kernel.org/pub/scm/linux/kernel/git/arnd/bklLinus Torvalds2010-10-221-1/+4
|\ \ \ \ \
| * | | | | BKL: introduce CONFIG_BKL.Arnd Bergmann2010-10-211-1/+4
| |/ / / /
* | | | | drm/radeon/kms: avivo cursor workaround applies to evergreen as wellAlex Deucher2010-10-181-16/+12
* | | | | drm/radeon/kms: Silent spurious error messageJean Delvare2010-10-121-4/+1
* | | | | drm/radeon/kms: fix bad cast/shift in evergreen.cAlex Deucher2010-10-121-1/+1
* | | | | drm/radeon/kms: make TV/DFP table info less verboseAlex Deucher2010-10-122-22/+22
* | | | | drm/radeon/kms: leave certain CP int bits enabledAlex Deucher2010-10-122-2/+2
* | | | | drm/radeon/kms: avoid corner case issue with unmappable vram V2Jerome Glisse2010-10-129-1/+14
* | | | | drm/i915: Prevent module unload to avoid random memory corruptionChris Wilson2010-10-081-0/+3
* | | | | drm: don't drop handle reference on unloadDave Airlie2010-10-074-4/+1
* | | | | drm/ttm: Fix two race conditions + fix busy codepathsThomas Hellstrom2010-10-061-12/+71
* | | | | Merge branch 'drm-intel-fixes' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2010-10-046-83/+96
|\ \ \ \ \
| * | | | | drm/i915: Rephrase pwrite bounds checking to avoid any potential overflowChris Wilson2010-10-031-12/+4
| * | | | | drm/i915: Sanity check pread/pwriteChris Wilson2010-10-031-8/+20
| * | | | | drm/i915: Use pipe state to tell when pipe is offKeith Packard2010-10-032-25/+38
| * | | | | drm/i915: vblank status not valid while training display portKeith Packard2010-10-031-10/+9
| * | | | | drivers/gpu/drm/i915/i915_gem.c: Add missing error handling codeJulia Lawall2010-10-021-0/+2
| * | | | | drm/i915: Fix refleak during eviction.Chris Wilson2010-10-011-25/+20
| * | | | | drm/i915: fix GMCH power reportingJesse Barnes2010-09-271-3/+3
* | | | | | Merge branch 'drm-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/air...Linus Torvalds2010-10-0122-110/+225
|\ \ \ \ \ \
| * | | | | | vmwgfx: Fix fb VRAM pinning failure due to fragmentationThomas Hellstrom2010-10-011-0/+5
| * | | | | | vmwgfx: Remove initialisation of dev::devnameThomas Hellstrom2010-10-011-6/+0
| * | | | | | vmwgfx: Enable use of the vblank systemThomas Hellstrom2010-10-014-31/+49
| * | | | | | vmwgfx: vt-switch (master drop) fixesThomas Hellstrom2010-10-015-13/+115
| * | | | | | drm/vmwgfx: Fix breakage introduced by commit "drm: block userspace under all...Thomas Hellstrom2010-10-011-1/+1
| * | | | | | drm: Hold the mutex when dropping the last GEM reference (v2)Chris Wilson2010-10-011-22/+0
| * | | | | | drm/gem: handlecount isn't really a kref so don't make it one.Dave Airlie2010-10-0110-29/+20
| * | | | | | drm: i810/i830: fix locked ioctl variantArnd Bergmann2010-09-302-2/+2
| * | | | | | drm/radeon/kms: add quirk for MSI K9A2GM motherboardAlex Deucher2010-09-281-0/+9
| * | | | | | drm/radeon/kms: fix potential segfault in r600_ioctl_wait_idleAlex Deucher2010-09-281-1/+2
| * | | | | | drm: Prune GEM vma entriesChris Wilson2010-09-282-11/+26
| * | | | | | drm/radeon/kms: fix up encoder info messages for DFP6Alex Deucher2010-09-271-0/+2
* | | | | | | Merge branch 'drm-intel-fixes' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2010-09-272-10/+7
|\ \ \ \ \ \ \ | |/ / / / / / |/| / / / / / | |/ / / / /
| * | | | | drm/i915/sdvo: Handle unsupported GET_SUPPORTED_ENHANCEMENTS gracefullyChris Wilson2010-09-231-5/+4
| * | | | | drm/i915/sdvo: Cleanup connector on error pathChris Wilson2010-09-231-4/+2
| * | | | | drm/i915: Fix 945GM regression in e259befdChris Wilson2010-09-231-1/+1
* | | | | | vgaarb: trivial fixDaniel J Blueman2010-09-241-1/+1
* | | | | | drm: radeon cleanup fixes...Daniel J Blueman2010-09-242-2/+2
* | | | | | drm: fix trivial coding errorsDaniel J Blueman2010-09-241-3/+3
* | | | | | drm: ttm sparse fixes.Daniel J Blueman2010-09-241-4/+4
OpenPOWER on IntegriCloud