Bump version to 1.0.0.
[platform/upstream/libdrm.git] / linux-core /
2007-09-06 Ian RomanickBump version to 1.0.0.
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-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 Dave Airliedrm: remove XFREE86_VERSION macros
2007-08-17 Ian RomanickRemove unnecessary include.
2007-08-16 Ian RomanickForgot to add this file on the last commit.
2007-08-16 Ian RomanickImplement fence support.
2007-08-15 Eric AnholtFix dev->agp->base initialization on BSD, and fix addma...
2007-08-15 Ben Skeggsnouveau: Allow GART notifiers when using sgdma code.
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-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-10 Ian RomanickAfter calling drm_sman_cleanup, mark both heaps as...
2007-08-10 Ian RomanickUse DRM_MEMORYBARRIER() macro instead of mb().
2007-08-10 Ian RomanickMask off correct bits in M2REG_AUTO_LINK_STATUS for...
2007-08-09 Ian RomanickMinor clean up of IRQ code. Much, much more to come.
2007-08-09 Ian RomanickUse sman memory manager instead of internal version.
2007-08-09 Ian RomanickUnify alloc and free ioctls.
2007-08-09 Ian RomanickAssociate master file pointer with command list buffer.
2007-08-07 Ian RomanickUnify infrastructure for freeing on-card / GART memory.
2007-08-06 Ian RomanickRelease client memory in reclaim_buffers_idlelocked...
2007-08-06 Ian RomanickRefactor xgi_(fb|pcie)_free_all into xgi_free_all.
2007-08-06 Ian RomanickReplace per-heap semaphores with drm_device::struct_mutex.
2007-08-06 Ian RomanickUnify infrastructure for allocating (not yet freeing...
2007-08-06 Ian RomanickEliminate unnecessary function xgi_pcie_free_locked.
2007-08-06 Eric AnholtInitialize the AGP structure's base address at init...
2007-08-06 Ian RomanickFinish removing allocation "owner" infrastructure.
2007-08-06 Ian RomanickEliminate special-case handling of framebuffer (fake...
2007-08-06 Ian RomanickEliminate allocation "owner" usage.
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: Give DRM its own gpu channel
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-02 Patrice MandinMerge branch 'master' of git+ssh://pmandin@git.freedesk...
2007-08-02 Dave Airliedrm: add unlocked ioctl code path - not used yet
2007-08-01 Ian RomanickRefactor register dumping code.
2007-08-01 Dave Airliedrm/fence: shut up lockdep
2007-07-30 Dave Airliedrm: fix fencing refcount error
2007-07-30 Ian RomanickMove additional GE initialization into the kernel.
2007-07-30 Ian RomanickFix GE shut-down sequence.
2007-07-30 Ian RomanickUse DRM_READ/DRM_WRITE macros instead of directly acces...
2007-07-30 Ian RomanickUse OUT3C5B macro instead of assuming little-endian...
2007-07-27 Ian RomanickConvert to new ioctl interface between core DRM and...
2007-07-27 Ian RomanickEliminate use of DRM_ERR.
2007-07-26 Ian RomanickEliminate unnecessary (and now wrong) call gto drm_sg_free.
2007-07-26 Ian RomanickMerge branch 'master' of ssh+git://git.freedesktop...
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-24 Ian RomanickFix typo on previous commit. Sigh...
2007-07-24 Ian RomanickPass correct offset to xgi_find_pcie_virt.
2007-07-24 Ian RomanickFix license formatting.
2007-07-24 Ian RomanickFix flags for serveral ioctls.
2007-07-24 Ian RomanickFix bug preventing X server from restarting.
2007-07-24 Ian RomanickMinor log message clean up.
2007-07-24 Ian RomanickMinor log message clean up.
2007-07-23 Ian RomanickEliminate XGI_CHECK_PCI_CONFIG.
2007-07-23 Adrian Bunkdrm_rmmap_ioctl(): remove dead code
2007-07-22 Ian RomanickBump version.
2007-07-22 Ian RomanickRemove some extraneous debug messages.
2007-07-22 Ian RomanickRename and document fields of xgi_cmdring_info.
2007-07-22 Ian RomanickMake s_cmdring a field in the xgi_info structure instea...
2007-07-22 Ian RomanickClean up xgi_cmd_info and associated 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 AnholtRemove DRM_ERR OS macro.
2007-07-20 Eric AnholtFix linux spinlock macros after the last commit.
2007-07-20 Ian RomanickClean up flush command generation in addFlush2D.
2007-07-20 Ian RomanickClean up generation of begin commands in xgi_submit_cmdlist
2007-07-20 Ian RomanickChange handling of begin types slightly.
2007-07-20 Ian RomanickDelete unused variable in xgi_driver_load.
2007-07-20 Ian RomanickFix error handing related to xgi_cmdlist_initialize.
2007-07-20 Ian RomanickDebug message and comment clean up in xgi_submit_cmdlist.
2007-07-19 Ian RomanickRework xgi_(pcie|fb)_free_all to prevent deadlock.
2007-07-19 Ian RomanickMove MMIO drm_addmap (and code that depends on it)...
2007-07-19 Ian RomanickInitial pass at converting driver to DRM infrastructure.
2007-07-19 Eric AnholtMerge branch 'origin'
2007-07-18 Eric AnholtAdd dry-coded DRM drawable private information storage...
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 Ian RomanickMake drm_sg_free callable in-kernel.
2007-07-17 Ian RomanickLog message clean up in WriteRegDWord. Remove unused...
2007-07-17 Ian RomanickClean ups (primarilly log messages) in xgi_test_rwinkernel.
2007-07-17 Ian RomanickEliminate several useless ioctls and associated cruft.
2007-07-17 Ian RomanickMassive log message clean up in xgi_submit_cmdlist.
2007-07-17 Ben Skeggsnouveau: G8x PCIEGART
2007-07-16 Dave Airliedrm: fixup old kernel compat code
next