summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2007-12-01bsd: Hook secondary vblank support.Robert Noland4-2/+11
2007-12-01bsd: Fix typo in i915_drv.cRobert Noland1-1/+1
2007-12-01mtx_sleep is preferred to msleepRobert Noland1-1/+1
2007-12-01Clarify order of operationsRobert Noland1-1/+1
2007-12-01DRM_DEBUG already prints the function name.Robert Noland1-5/+4
2007-12-01drm: Add _DRM_DRIVER map flag.Robert Noland4-7/+11
2007-12-01bsd: Move counter initialization to load time.Robert Noland1-12/+12
2007-11-30nouveau: Properly identify NV40 and NV44 generation.Maarten Maathuis1-3/+12
2007-11-29Beside the emitted warning, the added cast (u64 -> unsigned) strips outJiri Slaby1-2/+2
2007-11-29drm: enable udev node creationDave Airlie1-6/+1
2007-11-29drm: oops not a cleanup..Dave Airlie1-1/+1
2007-11-29Fix up drm_ati_pcigart_infoRobert C. Noland III2-6/+6
2007-11-29drm: more cleanupsDave Airlie5-20/+24
2007-11-28i965: oops force mi batchbuffer startDave Airlie1-0/+3
2007-11-22drm: major whitespace/coding style realignment with kernelDave Airlie44-364/+352
2007-11-22drm: cleanup drm_regman.c coding styleDave Airlie1-6/+1
2007-11-22i915: add context handle to superioctl structDave Airlie1-0/+1
2007-11-21drm: don't reset to 0 irq_enabled when client open file descriptorJerome Glisse2-1/+1
2007-11-19Fix capitalization of __linux__ define.Eric Anholt2-3/+3
2007-11-19drm: fix dead lock in drm_buffer_object_transferJerome Glisse1-1/+1
2007-11-18Bug #13233: Fix build on FreeBSD.Robert Noland2-9/+17
2007-11-18Bug #13233: Chase move of agp headers on FreeBSD.Robert Noland2-0/+8
2007-11-18radeon: refactor out the fb/agp location read/write.Dave Airlie4-8/+27
2007-11-16nouveau: also mention the number of succcessfully copied bios bytes.Stephane Marchesin1-1/+1
2007-11-15nouveau: renameJeremy Kolb1-5/+5
2007-11-15nouveau: flip buffer into gart.Jeremy Kolb1-0/+41
2007-11-15nouveau: be verbose about PPC bios for now.Stephane Marchesin1-0/+5
2007-11-15nouveau: revert the nv34 context size change, it was not the culprit after all.Stephane Marchesin1-1/+1
2007-11-15nouveau: use get_property instead of of_get_property on pre-2.6.22 kernels.Stephane Marchesin1-2/+6
2007-11-15mm fixups.Thomas Hellstrom3-19/+6
2007-11-15i915: remove excess debug outputDave Airlie1-2/+0
2007-11-15nouveau: Copy the PPC bios to RAMIN on init, that lets us do proper output de...Stephane Marchesin1-0/+19
2007-11-15intel: add flushing for i8xx chipsets.Dave Airlie2-32/+97
2007-11-14nouveau: nv30: missing ramin init, does it brake other hw?Patrice Mandin1-0/+13
2007-11-14Add new shared header file drm_internal.h.Kristian Høgsberg5-9/+44
2007-11-14nouveau: adjust the size of the NV34 context. That fixes mobile PPC cards.Stephane Marchesin1-1/+1
2007-11-13Fix ttmtest.Thomas Hellstrom2-19/+21
2007-11-14nouveau: Also wait until CACHE1 gets emptied.Ben Skeggs2-1/+8
2007-11-14Revert "nouveau: stub superioctl"Ben Skeggs6-21/+5
2007-11-14Merge branch 'fifo-cleanup' into upstream-masterBen Skeggs15-78/+191
2007-11-14nouveau: Attempt to wait for channel idle before we destroy it.Ben Skeggs1-0/+22
2007-11-14nouveau: Use "new" NV40 USER control regs.Ben Skeggs1-1/+8
2007-11-14nouveau: store user control reg offsets in channel structBen Skeggs6-40/+75
2007-11-14nouveau: funcs to determine active channel on PFIFO.Ben Skeggs12-38/+87
2007-11-14nouveau: stub superioctlBen Skeggs6-5/+21
2007-11-10Make sure PLLs are enabled before writing pipe configuration regsJesse Barnes1-2/+9
2007-11-09suspend() and resume() need kernel 2.6.22 or laterPatrice Mandin1-0/+2
2007-11-07Don't overwrite TTM page flags.Thomas Hellstrom1-1/+1
2007-11-07i915: oops disable TTM is backwardsDave Airlie1-1/+1
2007-11-06Avoid buffers not ending up on a list in some cases.Thomas Hellstrom1-3/+12