summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2007-10-12nouveau: Make notifiers go into PCI memoryPekka Paalanen1-11/+2
2007-10-12nouveau: mandatory "oops I forgot half of the files" commitArthur Huillet5-17/+33
2007-10-12nouveau: added support for software methods, and implemented those necessary ...Arthur Huillet2-0/+227
2007-10-12i915: add superioctl support to i915Dave Airlie3-2/+391
2007-10-12i915: check mask instead of flags for buffer fence typesDave Airlie1-1/+1
2007-10-10FreeBSD: Fill in domain field when supported.Eric Anholt1-1/+4
2007-10-10Eliminate trailing whitespace from last commit.Ian Romanick1-2/+2
2007-10-10Fix command list submission on big-endian.Ian Romanick3-28/+7
2007-10-10nouveau : nv10 and nv04 PGRAPH_NSTATUS are differentMatthieu Castet2-9/+25
2007-10-10nouveau: PMC_BOOT_1 was not mapped.Maarten Maathuis1-1/+1
2007-10-10Only add native-type on EXE signals. Otherwise flush flags mayThomas Hellstrom1-1/+3
2007-10-10nouveau: try to fix big endian.Stephane Marchesin2-3/+12
2007-10-07nouveau: A char is signed, so it may overflow for >NV50.Maarten Maathuis1-1/+1
2007-10-06nouveau : print correct value in nouveau_graph_dump_trap_info for nv04Matthieu Castet1-1/+5
2007-10-05Merge branch 'pre-superioctl-branch'Dave Airlie17-208/+626
2007-10-04nouveau: Remove excess device classes.Maarten Maathuis2-9/+0
2007-10-04nouveau: NV47 context switching voodoo + warningMaarten Maathuis1-0/+169
2007-10-04nouveau: Switch over to using PMC_BOOT_0 for card detection.Maarten Maathuis3-262/+78
2007-10-04linux-drm: Obey device class requirements when detecting devices.Maarten Maathuis1-0/+10
2007-10-04drm: fix page count calculationDave Airlie1-10/+9
2007-10-04nouveau: nv2a drm context switch support.Stephane Marchesin1-5/+69
2007-10-03Use 'ifdef __BIG_ENDIAN' instead of 'if __BIG_ENDIAN'Ian Romanick1-1/+1
2007-10-03First round of byte-ordering fixes for PowerPC.Ian Romanick6-31/+56
2007-10-02nouveau: nv20 graph_create_context differencePekka Paalanen1-1/+3
2007-10-02nouveau: fix nv25_graph_context_initPekka Paalanen1-2/+1
2007-10-02nouveau: nv20 graph context initStuart Bennett1-2/+138
2007-10-02ttm: returning into dummy causes a buffer object leakDave Airlie1-2/+1
2007-10-01nouveau: Fix dereferencing a NULL pointer when erroring out during initializa...Maarten Maathuis1-6/+9
2007-10-01nouveau: flip the ctx switch bit on. it seems to be ignored on nv34 but cause...Stephane Marchesin1-1/+1
2007-09-30nouveau : nv30 remove harcoded NV20_PGRAPH_CHANNEL_CTX_TABLEMatthieu Castet1-6/+4
2007-09-30nouveau : nv20_graph replace nouveau_graph_wait_idle by nouveau_wait_for_idleMatthieu Castet2-26/+8
2007-09-30nouveau: rename nv30_graph.c to nv20_graph.cPekka Paalanen5-3/+3
2007-09-30nouveau: nv30 graph function renames, removed nv20_graph.cPekka Paalanen6-293/+137
2007-09-30nouveau: graph ctx init nv25Pekka Paalanen1-0/+1
2007-09-30nouveau: nv28 graph context initPekka Paalanen1-4/+156
2007-09-30nouveau: let nv20 hardware do ctx switching automatically.Pekka Paalanen2-16/+13
2007-09-30nouveau: Make nv20 use the nv30 PGRAPH ctx functions.Pekka Paalanen3-6/+29
2007-09-30nouveau: Change couple constants to symbols.Pekka Paalanen1-3/+3
2007-09-30nouveau: NV30 should never call nouveau_nv20_context_switch().Pekka Paalanen1-1/+0
2007-09-30nouveau : pgraph_ctx dynamic alloc for nv04, nv10Matthieu Castet3-21/+36
2007-09-30nouveau : nv04 don't use chan->pgraph_ctx arrayMatthieu Castet1-8/+14
2007-09-29nouveau : stop the fifo of the channel we are deletingMatthieu Castet1-0/+16
2007-09-29nouveau : nv1x fix strange corruptionMatthieu Castet1-3/+11
2007-09-29radeon: Commit the ring after each partial texture upload blit.chaohong guo1-1/+3
2007-09-29Don't build without any optimization on Linux.Michel Dänzer1-1/+1
2007-09-28nouveau : clean chan->pgraph_ctx stuff. We now do a static init of the array.Matthieu Castet1-261/+282
2007-09-28Revert drm_i915_flip_t braindamageJesse Barnes2-4/+11
2007-09-26Allow parallel module compileKeith Packard1-1/+1
2007-09-26Add bracketsAlan Hourihane1-1/+1
2007-09-26don't copy back if an error was returned.Alan Hourihane1-1/+1