aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gpu
Commit message (Expand)AuthorAgeFilesLines
* gpu: ion: Validate handles passed via the kernel apiRebecca Schultz Zavin2011-07-081-0/+22
* Merge commit 'v3.0-rc6' into android-3.0Dima Zavin2011-07-0714-199/+336
|\
| * Merge branch 'drm-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/air...Linus Torvalds2011-07-023-4/+5
| |\
| | * Revert "drm/nvc0: recognise 0xdX chipsets as NV_C0"Ben Skeggs2011-07-021-2/+0
| | * drm/radeon/kms: fix typo in cayman reg offsetAlex Deucher2011-07-021-1/+1
| | * drm/radeon/kms: use correct reg on fusion when reading back mem configAlex Deucher2011-07-021-1/+4
| * | Merge branch 'drm-intel-fixes' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2011-07-017-109/+94
| |\ \ | | |/ | |/|
| | * drm/i915: apply HWSTAM writes to Ivy Bridge as wellJesse Barnes2011-07-011-1/+1
| | * drm/i915: move IRQ function table init to i915_irq.cJesse Barnes2011-06-294-87/+60
| | * drm/i915/overlay: Fix unpinning along init error pathsChris Wilson2011-06-291-7/+10
| | * drm/i915: Don't call describe_obj on NULL pointersBen Widawsky2011-06-291-6/+10
| | * drm/i915: Hold struct_mutex during i915_save_state/i915_restore_stateKeith Packard2011-06-292-8/+13
| * | drm/radeon/kms: Fix chremap setup on RV770 CEAlex Deucher2011-07-011-0/+6
| * | drm/radeon/kms: increase rom size for atrm methodAlex Deucher2011-06-301-1/+1
| |/
| * Merge branch 'drm-intel-fixes' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2011-06-284-85/+230
| |\
| | * drm/i915: Use chipset-specific irq installersChris Wilson2011-06-281-2/+2
| | * drm/i915: forcewake fix after resetBen Widawsky2011-06-281-0/+3
| | * drm/i915: add Ivy Bridge page flip supportJesse Barnes2011-06-261-0/+36
| | * drm/i915: split page flip queueing into per-chipset functionsJesse Barnes2011-06-262-83/+189
* | | gpu: ion: Fix deferencing ERR_PTRChoi, Jong-Hwan2011-07-061-1/+4
* | | gpu: ion: Fix possible memory leakChoi, Jong-Hwan2011-07-061-1/+3
* | | gpu: ion: Remove redunant code from ion_openRebecca Schultz Zavin2011-07-061-7/+3
* | | gpu: ion: Fix bug in ion client destroyRebecca Schultz Zavin2011-07-061-7/+7
* | | gpu: ion: Fix bug in ion_client_createRebecca Schultz Zavin2011-07-011-32/+48
* | | gpu: ion: Remove incorrect error messageRebecca Schultz Zavin2011-06-301-2/+0
* | | gpu: ion: Fix bug in ion_buffer_addRebecca Schultz Zavin2011-06-301-3/+4
* | | gpu: ion: Several fixesRebecca Schultz Zavin2011-06-305-38/+66
* | | gpu: ion: Add ION Memory ManagerRebecca Schultz Zavin2011-06-2911-1/+1960
|/ /
* | drm/i915: more struct_mutex lockingHugh Dickins2011-06-272-2/+6
* | drm/i915: use shmem_truncate_rangeHugh Dickins2011-06-271-5/+2
* | drm/i915: use shmem_read_mapping_pageHugh Dickins2011-06-272-17/+15
* | drm/ttm: use shmem_read_mapping_pageHugh Dickins2011-06-271-2/+3
* | Merge branch 'drm-intel-fixes' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2011-06-246-12/+12
|\ \ | |/
| * drm/i915: save/resume forcewake lock fixesBen Widawsky2011-06-221-0/+5
| * Revert "drm/i915: Kill GTT mappings when moving from GTT domain"Eric Anholt2011-06-212-10/+4
| * drm/i915: Apply HWSTAM workaround for BSD ring on SandyBridgeChris Wilson2011-06-212-0/+2
| * drm/i915: Call intel_enable_plane from i9xx_crtc_mode_set (again)Keith Packard2011-06-211-2/+1
* | drm/radeon/kms: handle special cases for vddcAlex Deucher2011-06-242-0/+37
* | drm/radeon/kms: fix num_banks tiling config for fusionAlex Deucher2011-06-241-2/+2
|/
* drm/radeon/kms/r6xx+: voltage fixesAlex Deucher2011-06-214-0/+16
* drm/nouveau: drop leftover debuggingDave Airlie2011-06-201-1/+0
* Merge branch 'drm-nouveau-fixes' of git://anongit.freedesktop.org/git/nouveau...Dave Airlie2011-06-204-39/+46
|\
| * drm/nouveau: fix assumption that semaphore dmaobj is valid in x-chan syncBen Skeggs2011-06-181-34/+25
| * drm/nv50/disp: fix gamma with page flipping overlay turned onBen Skeggs2011-06-181-3/+14
| * drm/nouveau/pm: Prevent overflow in nouveau_perf_init()Emil Velikov2011-06-181-0/+5
| * drm/nouveau: fix big-endian switchBen Skeggs2011-06-181-2/+2
* | drm/radeon: avoid warnings from r600/eg irq handlers on powered off card.Dave Airlie2011-06-202-18/+14
* | drm/radeon/kms: add missing param for dce3.2 DP transmitter setupAlex Deucher2011-06-201-2/+3
* | drm/radeon/kms/atom: fix duallink on some early DCE3.2 cardsAlex Deucher2011-06-201-1/+5
* | drm/i915: Fix gen6 (SNB) missed BLT ring interrupts.Daniel J Blueman2011-06-181-0/+10