platform/upstream/libdrm.git
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-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 Ian RomanickEliminate several useless ioctls and associated cruft.
2007-07-17 Ian RomanickMassive log message clean up in xgi_submit_cmdlist.
2007-07-12 Ian RomanickMerge branch 'master' into xgi-0-0-2
2007-07-12 Ben Skeggsnouveau: unbreak AGP
2007-07-12 Ben Skeggsnouveau: mem_alloc() returns offsets, not absolute...
2007-07-12 Ben Skeggsnouveau: nuke left over debug message
2007-07-12 Ben Skeggsnouveau: separate region_offset into map_handle and...
2007-07-12 Arthur Huilletfixed object creation code to not Oops on 64bits, worke...
2007-07-11 Arthur HuilletNV50 will not attempt to use PCIGART now
2007-07-11 Arthur Huilletfixed bug that prevented PCIE cards from actually using...
2007-07-11 Ben Skeggsnouveau/nv50: G80 fixes.
2007-07-11 Ben Skeggsnouveau: Some checks on userspace object handles.
2007-07-11 Arthur HuilletAdded support for PCIGART for PCI(E) cards. Bumped...
2007-07-11 Arthur HuilletMade drm_sg_alloc accessible from inside the DRM -...
2007-07-10 Ian RomanickConvert occurances of U32 to other types.
2007-07-10 Ian RomanickFix ioctl types.
2007-07-09 Ian RomanickEliminiate fields in xgi_info that are duplicates of...
2007-07-09 Ian RomanickMove types shared with user mode to xgi_drm.h.
2007-07-09 Ian RomanickCorrect types that are shared with user mode.
2007-07-09 Ian RomanickAdjust the types of the fields of xgi_aperture.
2007-07-09 Ian RomanickMerge xgi_mem_req and xgi_mem_alloc into a single type.
2007-07-09 Ben Skeggsnouveau: Allocate mappable VRAM for notifiers..
2007-07-09 Ben Skeggsnouveau: Don't be so strict on <NV50
2007-07-09 Ben Skeggsnouveau: Avoid oops
2007-07-09 Ben Skeggsnouveau/nv50: Initial channel/object support
2007-07-09 Ben Skeggsnouveau: enable reporting for all PFIFO/PGRAPH irqs
2007-07-09 Ben Skeggsnouveau: rewrite gpu object code
2007-07-06 Ian RomanickRemove XGI_IOCTL_CPUID and associated cruft.
2007-07-06 Ian RomanickMajor clean up of xgi_ge_irq_handler
2007-07-06 Ian RomanickConvert weird rtdsc usage to get_cycles.
2007-07-03 Kristian HøgsbergUse idr_replace trick to eliminate struct drm_ctx_sarea...
2007-07-03 Kristian HøgsbergDon't take dev->struct_mutex twice in drm_setsareactx.
2007-07-03 Michel DänzerOne more spinlock initializer cleanup.
2007-07-03 Michel DänzerSimplification for previous commit.
2007-07-03 Michel DänzerRestore pre-idr semantics for drawable information.
2007-07-02 Kristian HøgsbergFix must-check warnings and implement a few error paths.
2007-07-02 Kristian HøgsbergDrop drm_drawable_list and add drm_drawable_info direct...
2007-06-30 Ian RomanickConvert a few more U32 variables to more appropriate...
2007-06-30 Ian RomanickConvert xgi_mem_location enum values to less generic...
2007-06-30 Ian RomanickConvert open coded list iterators to either list_for_ea...
2007-06-30 Ian RomanickClean up xgi_pcie_heap_check
2007-06-30 Ian RomanickStop-gap fix in xgi_submit_cmdlist
2007-06-30 Ian RomanickConvert some PCI-e GART related variable to generic...
2007-06-30 Ian RomanickDelete unused arrays s_emptyBegin and s_flush2D.
2007-06-29 Ian RomanickReplace U(8|16) with u(8|16).
2007-06-29 Ian RomanickEliminate unnecessary defines of TRUE and FALSE.
2007-06-29 Ian RomanickReplace BOOL with bool.
2007-06-29 Ian RomanickEliminate unused integer and float typedefs.
2007-06-29 Ian RomanickEliminate structure typedefs
2007-06-29 Ian RomanickFix return type of xgi_find_pcie_block.
2007-06-29 Thomas HellstromAvoid hitting BUG() for kernel-only fence objects.
2007-06-29 Thomas HellstromFence object reference / dereference cleanup.
2007-06-29 Ian RomanickRemove unused type 'struct xgi_pcie_list_s' / xgi_pcie_...
2007-06-29 Ian RomanickMinor clean up of variable declarations in xgi_find_pci...
2007-06-29 Ian RomanickClean up debug log messages in xgi_find_pcie_block.
2007-06-29 Ian RomanickConvert comment header of xgi_find_pcie_virt to kernel...
2007-06-29 Ben Skeggsnouveau: small RAMFC cleanups
2007-06-28 Ben Skeggsnouveau: Hack around possible Xv blit adaptor breakage
2007-06-27 Ben Skeggsnouveau/nv10: Fix earlier NV1x chips
2007-06-27 Ben Skeggsnouveau: never touch PRAMIN with NV_WRITE, cleanup...
2007-06-27 Ben Skeggsnouveau: simplify PRAMIN access
2007-06-27 Ben Skeggsnouveau: name some regs
2007-06-27 Ben Skeggsnouveau/nv50: skeletal backend
2007-06-27 Ben Skeggsnouveau: Nuke DMA_OBJECT_INIT ioctl (bumps interface...
2007-06-27 Ben Skeggsnouveau/nv04: Set NV_PFIFO_CACHE1_PUSH1 correctly ...
2007-06-26 Ian RomanickClean up warnings about unused variables and functions.
2007-06-26 Ian RomanickClean up mixed declarations and code.
2007-06-26 Ian RomanickRevert over-zealous change from previous commit.
2007-06-26 Ian RomanickAdd XGI driver to Makefiles.
2007-06-26 Ian RomanickClean up compile-time kernel feature detection.
2007-06-26 Ian Romanicklinux/config.h is deprecated or gone.
2007-06-26 Ian RomanickGut support for pre-2.6 kernels.
2007-06-26 Ian Romanickdos2unix and Lindent
2007-06-26 Ian RomanickInitial XP10 code drop from XGI.
2007-06-26 Ian RomanickAdd support SiS based XGI chips to SiS DRM.
2007-06-24 Ben Skeggsnouveau: NV49/NV4B PGRAPH setup from jb17bsome and...
2007-06-24 Ben Skeggsnouveau: kill some dead code
2007-06-24 Ben Skeggsnouveau: NV04/NV10/NV20 PGRAPH engtab functions
2007-06-24 Ben Skeggsnouveau: NV3X PGRAPH engtab functions
2007-06-24 Ben Skeggsnouveau: NV1X/2X/3X PFIFO engtab functions
2007-06-24 Ben Skeggsnouveau: NV04 PFIFO engtab functions
2007-06-24 Ben Skeggsnouveau: NV4X PGRAPH engtab functions
2007-06-24 Ben Skeggsnouveau: NV4X PFIFO engtab functions
2007-06-24 Ben Skeggsnouveau: split PFIFO/PGRAPH context creation
2007-06-24 Ben Skeggsnouveau: (mostly) hook up put_base again
2007-06-24 Ben Skeggsnouveau: prototype PFIFO/PGRAPH engtab API
2007-06-24 Ben Skeggsnouveau: rename engtab functions
2007-06-22 Michel Dänzerradeon: Acknowledge all interrupts we're interested in.
next