summaryrefslogtreecommitdiff
path: root/linux-core
AgeCommit message (Expand)AuthorFilesLines
2008-05-28radeon: split microcode out into a separate header file.Dave Airlie1-0/+1
2008-05-14ati_pcigart: oops wrong way around not that it actually matteredDave Airlie1-2/+2
2008-05-14ati_pcigart: stop working in the evenings you mess up too oftenDave Airlie1-9/+12
2008-05-14Revert "ati_pcigart: fixup properly this version might even work"Dave Airlie3-51/+33
2008-05-14ati_pcigart: fixup properly this version might even workDave Airlie3-33/+51
2008-05-14ati_pcigart: fill out 40-bit gart table support properlyDave Airlie1-1/+8
2008-05-07drm: nopage compat fixup for drm_vmDave Airlie5-82/+349
2008-04-29i915: fix off by one in VGA save/restore of AR & CR regsJesse Barnes1-4/+4
2008-04-27Use fixed sized types in new ioctlsJesse Barnes1-1/+1
2008-04-23Don't disable IRQs, just tasklets, when taking the drm lock spinlock.Thomas Hellstrom2-25/+17
2008-04-23Fixed unlock check on EAGAINJakob Bornecrantz1-0/+1
2008-04-22linux-core Makefile: add GIT_REVISIONPekka Paalanen2-0/+9
2008-04-14Fix buffer object map wait error.Thomas Hellstrom1-2/+5
2008-04-14Fix buffer object creation validation.Thomas Hellstrom2-8/+9
2008-04-14Unlock the BO mutex while waiting for idle, unmapped, unfenced.Thomas Hellstrom5-278/+271
2008-04-14Fix up buffer manager locking.Thomas Hellstrom6-21/+41
2008-04-11Save and restore dsparb and d_state regsKeith Packard1-0/+7
2008-04-07Missing KERNEL_VERSION macroPatrice Mandin1-2/+2
2008-04-07nouveau: enable accelerated move to sysmemBen Skeggs1-14/+6
2008-04-07nouveau: enable m2mf for tt<->vram moves, fix fence_pollBen Skeggs2-4/+2
2008-04-06Place highmem pages last in the ttm page array.Thomas Hellstrom2-3/+11
2008-04-06Use clflush() when available for cache flushing.Thomas Hellstrom2-3/+38
2008-04-06[I915] Fix VRAM eviction.Thomas Hellstrom1-2/+2
2008-04-06Fix emergency allocation accounting.Thomas Hellstrom1-19/+23
2008-03-30Initialize the fence::error member.Thomas Hellstrom1-0/+2
2008-03-30[i915] Report buffer state _after_ fence submission to user-space.Thomas Hellstrom3-6/+11
2008-03-30Don't call fence::poll during irq if there are no waiters.Thomas Hellström1-1/+3
2008-03-24nouveau: silence warningBen Skeggs2-1/+7
2008-03-17Evict cached_mapped relocatee before applying reloc.Thomas Hellstrom1-0/+6
2008-03-17drm/pcigart: fix the pci gart to use the drm_pci wrapper.Dave Airlie4-82/+28
2008-03-16[via] Allow a little larger stride for SG DMA DownloadFromScreen.Thomas Hellstrom1-1/+1
2008-03-16ati: fix rs690 igp gart by allocating the page table in 32-bit memoryDave Airlie1-1/+1
2008-03-16drm: this u32 should be a dma_addr_tDave Airlie1-1/+2
2008-03-14fix build problemsAlan Hourihane1-2/+2
2008-03-14drm: Fix race that can lockup the kernelMike Isely2-17/+25
2008-03-12Merge branch 'intel-post-reloc'Thomas Hellstrom4-4/+914
2008-03-12Bug # 14712Thomas Hellstrom1-6/+6
2008-03-12Dont allow !sysadmin clients to alter the memory type ofThomas Hellstrom1-0/+14
2008-03-12Fix for debug memory routinesAlan Hourihane1-1/+6
2008-03-12Add error messageAlan Hourihane1-1/+3
2008-03-12Add an emergency pinnable memory quota for root-only processes.Thomas Hellstrom3-9/+53
2008-03-12Fix kernel crash when we hit OOM conditions.Thomas Hellstrom1-1/+14
2008-03-12Avoid duplicate calls to drm_ttm_bind in some cases.Thomas Hellstrom1-21/+20
2008-03-12Make sure other TTM memory types than TT is really unbound when evicted.Thomas Hellstrom1-2/+1
2008-03-10remove unneeded load callDave Airlie1-5/+0
2008-03-07flush_agp_mappings commitDave Airlie1-0/+5
2008-03-06drm/bo: allow non-suser priv to add kernel BOs.Dave Airlie1-1/+1
2008-03-05drm: Fix for non-coherent DMA PowerPCBenjamin Herrenschmidt3-6/+30
2008-03-06ttm: make sure userspace can't destroy kernel create memory managersDave Airlie2-12/+24
2008-03-06drm/ttm: add ioctl to get back memory managed area sizedDave Airlie3-0/+41