summaryrefslogtreecommitdiff
path: root/drivers/gpu
AgeCommit message (Expand)AuthorFilesLines
2011-02-23Revert "ttm: Include the 'struct dev' when using the DMA API."Dave Airlie5-11/+8
2011-02-23Merge branch 'drm-mm-cleanup' into drm-nextDave Airlie26-412/+456
2011-02-23Merge branch 'stable/ttm.pci-api.v5' of git://git.kernel.org/pub/scm/linux/ke...Dave Airlie10-33/+103
2011-02-23drm: Remove unused members from struct drm_open_hashChris Wilson1-19/+8
2011-02-23drm: Trim the GEM mmap offset hashtabChris Wilson1-1/+1
2011-02-23drm: Mark constant arrays of drm_display_mode constChris Wilson8-20/+24
2011-02-23drm/radeon: overhaul texture checking. (v3)Dave Airlie2-114/+246
2011-02-23drm/ttm: call driver move_notify() when doing system->tt bo movesBen Skeggs1-1/+2
2011-02-23drm: psuedocolor support for ARGB modesRob Clark1-0/+5
2011-02-23radeon: move blit functions to radeon_asic.hDaniel Vetter2-13/+13
2011-02-23radeon: kill decls for inline functionsDaniel Vetter1-6/+0
2011-02-23radeon: consolidate asic-specific function decls for r600 & laterDaniel Vetter4-63/+58
2011-02-23drm/radeon: kill radeon_bo->gobj pointerDaniel Vetter2-7/+3
2011-02-23drm/radeon: introduce gem_to_radeon_bo helperDaniel Vetter9-28/+27
2011-02-23drm/radeon: embed struct drm_gem_objectDaniel Vetter14-37/+39
2011-02-23drm: mm: add helper to unwind scan stateDaniel Vetter1-0/+4
2011-02-23drm: mm: add api for embedding struct drm_mm_nodeDaniel Vetter1-9/+84
2011-02-23drm: mm: extract node insert helper functionsDaniel Vetter1-25/+42
2011-02-23drm: mm: track free areas implicitlyDaniel Vetter1-251/+213
2011-02-23drm/nouveau: don't munge in drm_mm internalsDaniel Vetter3-4/+4
2011-02-22ttm: Include the 'struct dev' when using the DMA API.Konrad Rzeszutek Wilk5-8/+11
2011-02-19nouveau/ttm/PCIe: Use dma_addr if TTM has set it.Konrad Rzeszutek Wilk1-7/+21
2011-02-19radeon/ttm/PCIe: Use dma_addr if TTM has set it.Konrad Rzeszutek Wilk3-12/+33
2011-02-07drm: add usb frameworkDave Airlie3-1/+119
2011-02-07drm: rework PCI/platform driver interface.Dave Airlie23-304/+405
2011-02-07drm: dumb scanout create/mmap for intel/radeon (v3)Dave Airlie11-38/+194
2011-02-07drm/i810: remove the BKLArnd Bergmann3-20/+8
2011-02-07drm: remove i830 driverArnd Bergmann7-2183/+17
2011-02-04Merge branch 'drm-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/air...Linus Torvalds26-127/+375
2011-02-04drm: Only set DPMS ON when actually configuring a modeKeith Packard1-6/+6
2011-02-04gpu/stub: fix acpi_video build error, fix stub kconfig dependenciesRandy Dunlap1-0/+2
2011-02-04drm/radeon/kms: dynamically allocate power state spaceAlex Deucher4-15/+42
2011-02-04drm/radeon/kms: fix s/r issues with bios scratch regsAlex Deucher1-3/+6
2011-02-04drm/radeon/kms/evergreen: always set certain VGT regs at CP initAlex Deucher1-1/+6
2011-02-04drm/radeon/kms: add updated ib_execute function for evergreenAlex Deucher5-6/+26
2011-02-02drm/radeon/kms: Enable new pll calculation for avivo+ asicsAlex Deucher3-12/+19
2011-02-02drm/radeon/kms: add new pll algo for avivo asicsAlex Deucher4-19/+137
2011-02-02drm/radeon/kms: add pll debugging outputAlex Deucher1-0/+4
2011-02-02drm/radeon/kms: switch back to min->max pll post divider iterationAlex Deucher1-1/+1
2011-02-02drm/radeon/kms: rv6xx+ thermal sensor fixesAlex Deucher5-25/+37
2011-02-02Merge remote branch 'nouveau/drm-nouveau-next' of /ssd/git/drm-nouveau-next i...Dave Airlie2-3/+2
2011-02-02Merge remote branch 'intel/drm-intel-fixes' of /ssd/git/drm-next into drm-fixesDave Airlie8-43/+96
2011-02-02drm/nv50: fix display on 0x50Ben Skeggs1-2/+1
2011-02-02drm/nouveau: correctly pair hwmon_init and hwmon_finiLucas Stach1-1/+1
2011-02-02gpu/stub: fix acpi_video build error, fix stub kconfig dependenciesRandy Dunlap1-0/+2
2011-02-02drm/i915: Only bind to function 0 of the PCI deviceChris Wilson1-0/+8
2011-01-31drm/i915: Suppress spurious vblank interruptsChris Wilson2-7/+8
2011-01-31drm: Avoid leak of adjusted mode along quick set_mode pathsChris Wilson1-5/+3
2011-01-31drm: Simplify and defend later checks when disabling a crtcChris Wilson1-3/+6
2011-01-31drm: Don't switch fb when disabling an outputChris Wilson1-2/+2