summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| | | * | | iommu/amd: Enable GT mode when supported by IOMMUJoerg Roedel2011-12-122-0/+10
| | | * | | iommu/amd: Setup PPR log when supported by IOMMUJoerg Roedel2011-12-122-0/+65
| | | * | | iommu/amd: Get the maximum number of PASIDs supportedJoerg Roedel2011-12-122-0/+19
| | | * | | iommu/amd: Convert dev_table_entry to u64Joerg Roedel2011-12-123-16/+18
| | * | | | iommu/omap: be verbose when omap_iommu_iova_to_phys failsOhad Ben-Cohen2011-12-061-2/+2
| | * | | | Merge branch 'for-joerg' of git://git.kernel.org/pub/scm/linux/kernel/git/oha...Joerg Roedel2011-12-0510-94/+107
| | |\ \ \ \
| | | * | | | iommu/omap: eliminate the public omap_find_iommu_device() methodOhad Ben-Cohen2011-12-059-94/+74
| | | * | | | ARM: OMAP3: bind omap3isp_device to its iommu deviceOhad Ben-Cohen2011-12-051-0/+7
| | | * | | | ARM: OMAP: iommu: declare a private iommu binding structOhad Ben-Cohen2011-12-051-0/+26
* | | | | | | Merge branch 'drm-core-next' of git://people.freedesktop.org/~airlied/linuxLinus Torvalds2012-01-10288-6739/+43103
|\ \ \ \ \ \ \
| * | | | | | | 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: remove pointless CS flags priority structAlex Deucher2012-01-091-3/+0
| * | | | | | | 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-063-8/+11
| * | | | | | | 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-065-0/+45
| * | | | | | | agp: Fix multi-line warning message whitespaceTormod Volden2012-01-061-4/+4
| * | | | | | | 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-064-0/+53
| * | | | | | | drm/radeon: GPU virtual memory support v22Jerome Glisse2012-01-0619-78/+1480
| * | | | | | | 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-054-8/+21
| * | | | | | | 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-034-0/+44
| * | | | | | | 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
| * | | | | | | drm/i915: Do the fallback non-IRQ wait in ring throttle, too.Eric Anholt2012-01-031-0/+4
| * | | | | | | drm/i915: Set two chicken bits implicated in missed IRQs on Ivybridge.Eric Anholt2012-01-032-0/+8
| * | | | | | | drm/i915: add color key support v4Jesse Barnes2012-01-035-0/+229
| * | | | | | | drm/i915: track sprite coverage and disable primary plane if possibleJesse Barnes2012-01-032-0/+42
| * | | | | | | drm/i915: add SNB and IVB video sprite support v6Jesse Barnes2012-01-037-7/+788
| * | | | | | | drm/i915: Clean up multi-threaded forcewake patchKeith Packard2012-01-033-10/+8
| * | | | | | | drm/i915: drpc debugfs update for gen6Ben Widawsky2012-01-032-1/+93