OSDN Git Service

Make nouveau compile on older kernels.
[android-x86/external-libdrm.git] / linux-core /
2007-09-22 Thomas HellstromMake nouveau compile on older kernels.
2007-09-22 Thomas HellstromAdd fence error member.
2007-09-22 Eric AnholtMerge branch 'bo-set-pin'
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 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-06 Ian RomanickMerge branch 'xgi-0-0-2'
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 Eric AnholtMerge branch 'master' into bo-set-pin
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 Eric AnholtRemove the pinned buffer from the LRU when pinning.
2007-08-02 Eric AnholtAdd a couple of doxygen comments from reading the code.
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 Eric Anholtdebug print ioctl return value as -integer rather than...
2007-07-26 Eric AnholtCopy the important parts of object_validate into object...
2007-07-26 Eric AnholtReplace NO_MOVE/NO_EVICT flags to buffer objects with...
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 Eric Anholtlinux: Make DRM_IOCTL_GET_CLIENT return EINVAL when...
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.
next