OSDN Git Service

Revert "Add some more verbosity to drm_bo_set_pin_req comments."
[android-x86/external-libdrm.git] / linux-core /
2007-10-16 Michel DänzerRevert part of earlier commit that caused an unresolved...
2007-10-16 Kristian HøgsbergDrop destroy ioctls for fences and buffer objects.
2007-10-16 Kristian HøgsbergTake bo type argument out of the ioctl interface.
2007-10-16 [utf-8] Kristian... Eliminate support for fake buffers.
2007-10-12 Arthur Huilletnouveau: mandatory "oops I forgot half of the files...
2007-10-11 Dave Airliei915: check mask instead of flags for buffer fence...
2007-10-10 Ian RomanickEliminate trailing whitespace from last commit.
2007-10-10 Ian RomanickFix command list submission on big-endian.
2007-10-10 Thomas HellstromOnly add native-type on EXE signals. Otherwise flush...
2007-10-05 Dave AirlieMerge branch 'pre-superioctl-branch'
2007-10-04 Maarten Maathuisnouveau: Switch over to using PMC_BOOT_0 for card detec...
2007-10-04 Maarten Maathuislinux-drm: Obey device class requirements when detectin...
2007-10-04 Dave Airliedrm: fix page count calculation
2007-10-03 Ian RomanickUse 'ifdef __BIG_ENDIAN' instead of 'if __BIG_ENDIAN'
2007-10-03 Ian RomanickFirst round of byte-ordering fixes for PowerPC.
2007-10-02 Dave Airliettm: returning into dummy causes a buffer object leak
2007-09-30 Pekka Paalanennouveau: rename nv30_graph.c to nv20_graph.c
2007-09-30 Pekka Paalanennouveau: nv30 graph function renames, removed nv20_graph.c
2007-09-29 Michel DänzerDon't build without any optimization on Linux.
2007-09-26 Keith PackardAllow parallel module compile
2007-09-26 Alan HourihaneAdd brackets
2007-09-26 Alan Hourihanedon't copy back if an error was returned.
2007-09-25 Thomas HellstromMerge branch 'master' into pre-superioctl-branch
2007-09-25 Dave Airliedrm/ttm: fixup fence class naming and interfaces
2007-09-22 Thomas HellstromFix pinned buffer fence class.
2007-09-22 Thomas HellstromFix drm_bo.c compiling.
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.
next