profile/ivi/libdrm.git
2007-08-16 Ian RomanickForgot to add this file on the last commit.
2007-08-16 Ian RomanickImplement fence support.
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 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 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-01 Ian RomanickRefactor register dumping code.
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-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-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 Romanickxgi_mem_alloc::offset is a hardware offset, so it shoul...
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 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-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 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 Ian RomanickAdd XP5 and XP10 PCI IDs.
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 unnecessary structures and defines.
2007-07-17 Ben Skeggsnouveau: Destroy PGRAPH context table on PGRAPH takedown
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 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
next