summaryrefslogtreecommitdiffstats
path: root/drivers/gpu
Commit message (Expand)AuthorAgeFilesLines
...
* | | gma500: Fix shmem mappingAlan Cox2012-01-241-3/+2
* | | drm/radeon/kms: refine TMDS dual link checksAlex Deucher2012-01-244-37/+105
* | | drm/radeon/kms: use drm_detect_hdmi_monitor for picking encoder modeAlex Deucher2012-01-241-3/+3
* | | drm/radeon/kms: rework modeset sequence for DCE41 and DCE5Alex Deucher2012-01-241-7/+12
* | | drm/radeon/kms: move panel mode setup into encoder mode setAlex Deucher2012-01-243-12/+24
* | | drm/radeon/kms: move disp eng pll setup to init pathAlex Deucher2012-01-244-33/+36
* | | drm/radeon: finish getting bios earlierIgor Murzov2012-01-242-2/+2
* | | drm/radeon: fix invalid memory access in radeon_atrm_get_bios()Igor Murzov2012-01-241-1/+1
* | | drm/radeon/kms: add some missing semaphore initAlex Deucher2012-01-234-0/+4
* | | drm/radeon/kms: Add an MSI quirk for Dell RS690Alex Deucher2012-01-231-0/+6
* | | gpu, drm, sis: Don't return uninitialized variable from sis_driver_load()Jesper Juhl2012-01-231-2/+1
* | | nouveau: Support Optimus models for vga_switcherooPeter Lekensteyn2012-01-133-5/+42
* | | nouveau: properly check for _DSM function supportPeter Lekensteyn2012-01-131-13/+22
* | | radeon: Call pci_clear_master() instead of open-coding it.Michel Dänzer2012-01-132-14/+3
* | | gma500: Discard modes that don't fit in stolen memoryAlan Cox2012-01-134-8/+24
* | | drm/radeon/kms: Fix module parameter description formatJean Delvare2012-01-131-1/+1
* | | drm/radeon/kms/ni: fix packet2 handling for VM IB parserAlex Deucher2012-01-131-1/+2
* | | ttm/dma: Remove the WARN() which is not useful.Konrad Rzeszutek Wilk2012-01-131-3/+2
|/ /
* | Merge branch 'drm-core-next' of git://people.freedesktop.org/~airlied/linuxLinus Torvalds2012-01-10260-6351/+42257
|\ \
| * | drm/nouveau/pm: fix build with HWMON offDave Airlie2012-01-101-1/+1
| * | gma500: silence gcc warnings in mid_get_vbt_data()Dan Carpenter2012-01-101-3/+3
| * | drm/ttm: fix condition (and vs or)Dan Carpenter2012-01-101-5/+3
| * | drm/radeon: double lock typo in radeon_vm_bo_rmv()Dan Carpenter2012-01-091-1/+1
| * | drm/radeon: use after free in radeon_vm_bo_add()Dan Carpenter2012-01-091-1/+1
| * | drm/sis|via: don't return stack garbage from free_mem ioctlDaniel Vetter2012-01-092-4/+2
| * | drm/radeon/kms: check if vm is supported in VA ioctlAlex Deucher2012-01-094-3/+18
| |/
| * drm: introduce drm_can_sleep and use in intel/radeon drivers. (v2)Dave Airlie2012-01-062-8/+3
| * radeon: Fix disabling PCI bus mastering on big endian hosts.Michel Dänzer2012-01-062-4/+5
| * ttm: fix agp since ttm tt reworkJerome Glisse2012-01-064-0/+43
| * drm/ttm/dma: Fix accounting error when calling ttm_mem_global_free_page and d...Konrad Rzeszutek Wilk2012-01-061-5/+10
| * drm/ttm/dma: Only call set_pages_array_wb when the page is not in WB pool.Konrad Rzeszutek Wilk2012-01-061-2/+5
| * drm/radeon/kms: sync across multiple rings when doing bo moves v3Alex Deucher2012-01-063-4/+39
| * drm/radeon/kms: Add support for multi-ring sync in CS ioctl (v2)Christian König2012-01-063-0/+50
| * drm/radeon: GPU virtual memory support v22Jerome Glisse2012-01-0618-78/+1444
| * drm: make DRM_UNLOCKED ioctls with their own mutexIlija Hadzic2012-01-053-16/+10
| * drm: no need to hold global mutex for static dataIlija Hadzic2012-01-051-2/+2
| * drm/radeon/benchmark: common modes sweep ignores 640x480@32Chen Jie2012-01-051-3/+3
| * drm/radeon/kms: disable writeback on pre-R300 asicsAlex Deucher2012-01-051-1/+4
| * drm/radeon: allocate semaphore from the ib poolJerome Glisse2012-01-054-100/+131
| * drm/radeon: make ib size variableJerome Glisse2012-01-056-14/+21
| * drm/radeon/kms: add missing ring ready check in sync testsAlex Deucher2012-01-051-0/+2
| * drm: add support for private planesRob Clark2012-01-053-7/+19
| * drm: disconnect plane from fb/crtc when disabledRob Clark2012-01-051-0/+3
| * drm/i915: only set the intel_crtc DPMS mode to on if the mode set succeededJesse Barnes2012-01-031-2/+4
| * drm/i915: don't disable a PCH DPLL that's in useJesse Barnes2012-01-031-1/+11
| * drm/i915: don't bail out of intel_wait_ring_buffer too earlyDaniel Vetter2012-01-031-1/+10
| * drm/i915: kicking rings stuck on semaphores considered harmfulDaniel Vetter2012-01-031-7/+0
| * drm/i915: Add support for resetting the SO write pointers on gen7.Eric Anholt2012-01-033-0/+40
| * drm/i915: Make the fallback IRQ wait not sleep.Eric Anholt2012-01-031-5/+5
| * drm/i915: Work around gen7 BLT ring synchronization issues.Eric Anholt2012-01-031-0/+14