profile/ivi/libdrm.git
2007-10-15 Alan HourihaneFix some buffer teardown problems.
2007-09-28 Alan HourihaneSet the fb_base, so userspace applications can actually...
2007-09-27 Alan HourihaneCreate memory pool for TT memory
2007-09-27 Alan HourihaneAdd some more checks to modelist walking for matching
2007-09-26 Alan HourihaneAdd brackets
2007-09-26 Alan Hourihaneno need to copy to/from user as the unlocked ioctl...
2007-09-26 Alan Hourihanedon't copy back if an error was returned.
2007-09-25 Jesse BarnesHack out i915_mem_takedown
2007-09-25 Jesse BarnesMove map hash destruction to after driver unload hook...
2007-09-25 Jesse BarnesRemove buffer object user list check in drm_bo_destroy_...
2007-09-24 Jesse BarnesCleanup SDVO debug output
2007-09-24 Jesse BarnesAdd 965GM macro bits
2007-09-24 Jesse BarnesMerge branch 'master' into modesetting-101 - TTM &...
2007-09-24 Jakob BornecrantzAdded small modesetting test
2007-09-22 Thomas HellstromFix pinned buffer fence class.
2007-09-22 Eric AnholtMerge branch 'bo-set-pin'
2007-09-21 Eric AnholtAdd some more verbosity to drm_bo_set_pin_req comments.
2007-09-21 Eric AnholtFix mapCount refcounting on unmap, even though the...
2007-09-21 Stephane Marchesinnouveau: fix ppc and get it right this time.
2007-09-21 Stephane Marchesinnouveau: fix notifiers on PPC.
2007-09-21 Stephane Marchesinnouveau: add some checks to the nv04 graph switching...
2007-09-20 Dave Airliedrm_sysfs: update sysfs code from kernel
2007-09-19 Eric AnholtMerge branch 'origin' into bo-set-pin
2007-09-18 Michel Dänzeri915: Reinstate check that drawable has valid informati...
2007-09-18 Michel Dänzeri915: Fix scheduled buffer swaps.
2007-09-18 Ian RomanickAdd ioc32 compat layer for XGI DRM.
2007-09-18 Ian RomanickFix ioc32 compat layer
2007-09-12 BrianAdded bool typedef added in kernel 2.6.19
2007-09-12 BrianAdded idr_replace() function which was apparently added...
2007-09-12 Jesse BarnesRemove plane->pipe mapping from SAREA private after all
2007-09-11 Jesse BarnesMerge branch 'master' of ssh://git.freedesktop.org...
2007-09-11 Jesse BarnesDisambiguate planes & pipes for swap operations
2007-09-10 Patrice Mandinnouveau: nv10: add combiner registers
2007-09-09 Matthieu Castetnouveau : nv10 fix NV10_PGRAPH_CTX_USER save/load
2007-09-09 Matthieu Castetnouveau : nv10 pipe ctx switch load/save.
2007-09-08 Maarten Maathuisnouveau: Add Quadro NVS 140 pciid
2007-09-07 Ben Skeggsnouveau: Use nv41 ctxprog/vals on nv42.
2007-09-06 Ian RomanickMerge branch 'xgi-0-0-2'
2007-09-06 Ian RomanickBump version to 1.0.0.
2007-09-06 Stephane Marchesinnouveau: fix some nv04 graph switching.
2007-09-06 Stephane Marchesinnouveau: add pure nv30 support.
2007-09-04 Maarten MaathuisAdd context init voodoo and context switch code for...
2007-08-31 Ian RomanickMerge branch 'master' of ssh+git://git.freedesktop...
2007-08-31 Ian RomanickAcutally emit the IRQ (duh) when setting the fence...
2007-08-30 Stephane Marchesinnouveau: nv04 context switching support. Works for...
2007-08-30 Stephane Marchesinnouveau: give nv03 the last cut.
2007-08-29 Ian RomanickUse ati_pcigart for PCI-e GART table handling.
2007-08-29 Ian RomanickFix late night dumb-dumb mistake.
2007-08-29 Ian RomanickUse DRM_SPINLOCK / DRM_UNSPINLOCK macros.
2007-08-28 Keith PackardAdd register defines for hw binning
2007-08-28 Dave Airliedrm: remove XFREE86_VERSION macros
2007-08-26 Matthieu Castetnouveau : add NV04_PGRAPH_TRAPPED_ADDR definition
2007-08-25 Matthieu Castetnouveau : nv1x graph reworks
2007-08-24 Patrice Mandinnouveau: nv10: output a warning if last channel invalid...
2007-08-23 Patrice Mandinnouveau: nv10: check some NULL pointers inside context...
2007-08-22 Matthieu Castetnouveau : fix some potential crashes with objects causi...
2007-08-22 Ben Skeggsnouveau/nv40: Preserve other bits in 0x400304/0x400310...
2007-08-22 Ben Skeggsnouveau/nv40: Dump extra info on ucode state if ctx...
2007-08-22 Ben Skeggsnouveau: NV4c ctx ucode.
2007-08-22 Ben Skeggsnouveau/nv50: Correct thinko for 8800 chips + cleanup...
2007-08-22 Stephane Marchesinnouveau: redo nv30_graph.c. Should work better, but...
2007-08-22 Stephane Marchesinnouveau: fix the comment and debug message for PCIGART...
2007-08-20 Ben Skeggsnouveau: Add NV44 ctx ucode. Patch from stillunknown.
2007-08-20 Ben Skeggsnouveau: Poke 0x2230 on NV47 also.
2007-08-19 Patrice MandinCheck also for Linux, as it's not supported on different OS
2007-08-19 Patrice MandinFunction pci_get_bus_and_slot needs 2.6.19 or later
2007-08-17 Ian RomanickRemove unnecessary include.
2007-08-16 Ian RomanickForgot to add this file on the last commit.
2007-08-16 Eric AnholtMerge branch 'master' into bo-set-pin
2007-08-16 Ben Skeggsnouveau: Detect memory on NFORCE/NFORCE2 correctly.
2007-08-16 Ian RomanickImplement fence support.
2007-08-15 Eric AnholtFix dev->agp->base initialization on BSD, and fix addma...
2007-08-15 Eric AnholtBSD: Return EINVAL if drm_unlock is called on an unheld...
2007-08-15 Eric AnholtAdd a set of tests for DRM locking, exposing issues...
2007-08-15 Eric AnholtFix a bad error message in auth.c regression test.
2007-08-15 Eric AnholtRequire master in setversion test, since it requires...
2007-08-15 vehemensBSD: simplify drm_ioctl() after other refactoring.
2007-08-15 vehemensBug #11989: Fix regression in getstats ioctl (kernel...
2007-08-15 Eric AnholtBSD: Fix regression in setversion ioctl (current versio...
2007-08-15 Eric AnholtAdd a regression test for the setversion interface.
2007-08-15 Eric AnholtAdd simple regression test for getstats (does it not...
2007-08-15 Eric AnholtBSD: Replace brief description in each file's first...
2007-08-15 Ben Skeggsnouveau: Use count parameter in nouveau_notifier_alloc().
2007-08-15 Ben Skeggsnouveau: Turn some messages into DRM_DEBUGs..
2007-08-15 Ben Skeggsnouveau: Allow GART notifiers when using sgdma code.
2007-08-15 Ben Skeggsnouveau: Workaround mysterious PRAMIN clobbering by...
2007-08-14 Ian RomanickEliminate unused / useless ioctls.
2007-08-14 Ian RomanickClean up remaining C++ style comments.
2007-08-14 Ian RomanickMove dwWriteReg to xgi_cmdlist.c, the only file where...
2007-08-14 Ian RomanickRemove unused interrupt related functions.
2007-08-14 Ian RomanickClean up xgi_(en|dis)able_(mmio|ge) and move to xgi_misc.c.
2007-08-14 Ben Skeggsnouveau: Catch all NV4x chips instead of just NV_40.
2007-08-14 Ben Skeggsnouveau/nv40: Fix channel scheduling.
2007-08-13 Eric AnholtBug #11895: Only add the AGP base to map offset if...
2007-08-13 Ian RomanickStrobe magic 0xB03F register to flush PCI-e GART table.
2007-08-13 vehemensBug #11951: Fix an errno sign inversion on pre-FreeBSD 5.
2007-08-13 Eric AnholtAdd a regression test for authentication.
2007-08-13 Eric AnholtAdd doxygen and fix whitespace for drm_auth.c
2007-08-13 vehemensFix drm_auth.c locking to not recurse on dev_lock.
2007-08-10 Dave Airliei915: i965 non-secure batchbuffer bit has moved.
next