summaryrefslogtreecommitdiffstats
path: root/drivers/gpu
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'stable/ttm.pci-api.v5' of git://git.kernel.org/pub/scm/linux/ke...Dave Airlie2011-02-2310-33/+103
|\
| * ttm: Include the 'struct dev' when using the DMA API.Konrad Rzeszutek Wilk2011-02-225-8/+11
| * nouveau/ttm/PCIe: Use dma_addr if TTM has set it.Konrad Rzeszutek Wilk2011-02-181-7/+21
| * radeon/ttm/PCIe: Use dma_addr if TTM has set it.Konrad Rzeszutek Wilk2011-02-183-12/+33
| * ttm: Expand (*populate) to support an array of DMA addresses.Konrad Rzeszutek Wilk2011-01-275-5/+9
| * ttm: Utilize the DMA API for pages that have TTM_PAGE_FLAG_DMA32 set.Konrad Rzeszutek Wilk2011-01-271-3/+23
| * ttm: Introduce a placeholder for DMA (bus) addresses.Konrad Rzeszutek Wilk2011-01-272-5/+13
* | drm: Remove unused members from struct drm_open_hashChris Wilson2011-02-231-19/+8
* | drm: Trim the GEM mmap offset hashtabChris Wilson2011-02-231-1/+1
* | drm: Mark constant arrays of drm_display_mode constChris Wilson2011-02-238-20/+24
* | drm/radeon: overhaul texture checking. (v3)Dave Airlie2011-02-232-114/+246
* | drm/ttm: call driver move_notify() when doing system->tt bo movesBen Skeggs2011-02-231-1/+2
* | drm: psuedocolor support for ARGB modesRob Clark2011-02-231-0/+5
* | drm: add usb frameworkDave Airlie2011-02-073-1/+119
* | drm: rework PCI/platform driver interface.Dave Airlie2011-02-0723-304/+405
* | drm: dumb scanout create/mmap for intel/radeon (v3)Dave Airlie2011-02-0711-38/+194
* | drm/i810: remove the BKLArnd Bergmann2011-02-073-20/+8
* | drm: remove i830 driverArnd Bergmann2011-02-077-2183/+17
* | Merge branch 'drm-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/air...Linus Torvalds2011-02-0426-127/+375
|\ \
| * | gpu/stub: fix acpi_video build error, fix stub kconfig dependenciesRandy Dunlap2011-02-041-0/+2
| * | drm/radeon/kms: dynamically allocate power state spaceAlex Deucher2011-02-044-15/+42
| * | drm/radeon/kms: fix s/r issues with bios scratch regsAlex Deucher2011-02-041-3/+6
| * | drm/radeon/kms/evergreen: always set certain VGT regs at CP initAlex Deucher2011-02-041-1/+6
| * | drm/radeon/kms: add updated ib_execute function for evergreenAlex Deucher2011-02-045-6/+26
| * | drm/radeon/kms: Enable new pll calculation for avivo+ asicsAlex Deucher2011-02-023-12/+19
| * | drm/radeon/kms: add new pll algo for avivo asicsAlex Deucher2011-02-024-19/+137
| * | drm/radeon/kms: add pll debugging outputAlex Deucher2011-02-021-0/+4
| * | drm/radeon/kms: switch back to min->max pll post divider iterationAlex Deucher2011-02-021-1/+1
| * | drm/radeon/kms: rv6xx+ thermal sensor fixesAlex Deucher2011-02-025-25/+37
| * | Merge remote branch 'nouveau/drm-nouveau-next' of /ssd/git/drm-nouveau-next i...Dave Airlie2011-02-022-3/+2
| |\ \
| | * | drm/nv50: fix display on 0x50Ben Skeggs2011-02-021-2/+1
| | * | 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/+3
| | * | | 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/+0
| |\ \ \ \ | | | |/ / | | |/| |
| | * | | drm/nv50: fix regression on IGPsBen Skeggs2011-01-281-5/+0
| * | | | drm/radeon/kms: re-emit full context state for evergreen blitsAlex Deucher2011-01-281-6/+33
OpenPOWER on IntegriCloud