platform/upstream/libdrm.git
2007-08-16 Ben Skeggsnouveau: Detect memory on NFORCE/NFORCE2 correctly.
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 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 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.
2007-08-10 Ben Skeggsnouveau/nv50: demagic instmem setup.
2007-08-10 Ben Skeggsnouveau: Allow creation of gpuobjs before any other...
2007-08-09 Ben Skeggsnouveau: silence irq handler a bit
2007-08-09 Ben Skeggsnouveau/nv40: add some missing pciids.
2007-08-08 Matthieu Castetnouveau : nv10, nv20, nv30 : don't save all channel...
2007-08-08 Ben Skeggsnouveau: Always allocate drm's push buffer in VRAM
2007-08-08 Ben Skeggsnouveau: return channel id
2007-08-08 Ben Skeggsnouveau/nv50: hack up initial channel context from...
2007-08-08 Ben Skeggsnouveau: enable/disable engine-specific interrupts...
2007-08-07 Matthieu Castetnouveau : fix enable irq (in the previous code all...
2007-08-06 Eric AnholtInitialize the AGP structure's base address at init...
2007-08-06 Ben Skeggsnouveau: Init global gpuobj list early, unbreaks sgdma...
2007-08-06 Stephane Marchesinnouveau: Bump PCI GART to 16MB
2007-08-06 Ben Skeggsnouveau: ouch, add nouveau_dma.[ch] files..
2007-08-06 Ben SkeggsExport some useful ttm functions to drivers.
2007-08-06 Ben Skeggsnouveau: Remove PGRAPH_SURFACE hack, it wont work now...
2007-08-06 Ben Skeggsnouveau: Give DRM its own gpu channel
2007-08-06 Ben Skeggsnouveau: Determine trapped channel id from active grctx...
2007-08-06 Ben Skeggsnouveau: Various internal and external API changes
2007-08-05 Ben Skeggsnouveau: Pass channel struct around instead of channel id.
2007-08-03 Patrice Mandinnouveau:nv10: fill and use load,save graph context...
2007-08-02 Patrice MandinMerge branch 'master' of git+ssh://pmandin@git.freedesk...
2007-08-02 Patrice MandinAdd libdrm source dir, to build tests from a different...
2007-08-02 Dave Airliedrm: add unlocked ioctl code path - not used yet
2007-08-01 Dave Airliedrm/fence: shut up lockdep
2007-07-30 Dave Airliedrm: fix fencing refcount error
2007-07-27 Arthur Huilletnouveau: creating notifier in PCI memory for PCIGART
2007-07-26 Dave Airliedrm/bo: set the req pointer for each buffer to validate
2007-07-26 Dave Airliedrm: fix size argument for copy to/from user
2007-07-25 Eric AnholtImprove the drawable test to use multiple drawables.
2007-07-25 Eric AnholtFix copy'n'paste-o in FreeBSD drawable code.
2007-07-23 Adrian Bunkdrm_rmmap_ioctl(): remove dead code
2007-07-21 Pekka PaalanenFix misc ioctl issues, makes Nouveau run.
2007-07-21 Dave Airliefix missing brace placement for IOC_IN
2007-07-21 Dave Airliefix drm no-compile due to BSD :-)
2007-07-21 Eric AnholtReplace DRM_IOCTL_ARGS with (dev, data, file_priv)...
2007-07-20 Eric AnholtReplace filp in ioctl arguments with drm_file *file_priv.
2007-07-20 Eric AnholtBSD: Replace symlink building with symlinks in git.
2007-07-20 Eric AnholtRemove DRM_ERR OS macro.
2007-07-20 Eric AnholtFix linux spinlock macros after the last commit.
2007-07-19 Eric AnholtFreeBSD warnings cleanup.
2007-07-19 Eric AnholtMerge branch 'origin'
2007-07-19 Eric AnholtFreeBSD: Fix the recently added drawable add/remove...
2007-07-19 Eric AnholtAdd a test for drawable add, remove, and update.
2007-07-19 Eric AnholtFix the getclient test (Need this feature for future...
2007-07-19 Eric AnholtAdd some trivial regression tests, one of which fails.
2007-07-19 Eric AnholtAdd current BSD stuff to .gitignore.
2007-07-19 Ben Skeggsnouveau/nv50: get non-default push buffer sizes working.
2007-07-18 Eric AnholtAdd dry-coded DRM drawable private information storage...
2007-07-18 Pekka Paalanennouveau: Make nouveau_wait_for_idle() read PTIMER.
2007-07-18 Pekka Paalanennouveau: Add read() method to Engine.timer.
2007-07-18 Pekka Paalanennouveau: Add bitfield names for NSOURCE and NSTATUS.
2007-07-18 Pekka Paalanennouveau: Replace 0x00400104 and 0x00400108 with names.
2007-07-18 Thomas HellstromFix via dmablit when blit queue is full.
2007-07-18 Dave Airliefix some missing whitespace/tab
2007-07-17 Dave Airliedrm: idr stuff is upstream for 2.6.23
2007-07-17 Dave Airliedrm: remove drm_u64_t, replace with uint64_t everwhere
2007-07-17 Dave Airliedrm_context: fix braino
2007-07-17 Ben Skeggsnouveau: Destroy PGRAPH context table on PGRAPH takedown
2007-07-17 Ben Skeggsnouveau: G8x PCIEGART
2007-07-16 Ian RomanickCorrect errors in the usage of pci_map_page.
2007-07-16 Eric AnholtFix FreeBSD build.
2007-07-16 Dave Airliedrm: fixup old kernel compat code
2007-07-16 Dave Airliedrm: fixup compat wrappers
2007-07-16 Dave Airliedrm: remove internal sman typedef
2007-07-16 Dave Airliedrm: remove drm_ref_t
2007-07-16 Dave Airliedrm: remove drm_buf_t
2007-07-16 Dave Airliedrm: detypedef ttm/bo/fence code
2007-07-16 Dave Airliedrm: remove hashtab/sman and object typedefs
2007-07-16 Dave Airliedrm: remove drmP.h internal typedefs
2007-07-16 Dave Airliedrm: remove ttm userspace typedefs
2007-07-16 Dave Airliedrm: detypedef drm.h and fixup all problems
2007-07-16 Dave Airliedrm: fix typedef in drm_os_linux.h
2007-07-16 Dave Airliedrm: remove typedefs in drm.h to their own section
2007-07-16 Dave AirlieMerge branch 'drm-ttm-cleanup-branch'
2007-07-14 Patrice Mandinnouveau: nv10 and nv11/15 are different
next