Revert "Add some more verbosity to drm_bo_set_pin_req comments."
[platform/upstream/libdrm.git] / linux-core /
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.
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
2007-07-16 Dave Airliedrm: fixup compat wrappers
2007-07-16 Dave Airliedrm: remove internal sman typedef
2007-07-16 Dave Airliedrm: remove drm_ref_t
2007-07-16 Dave Airliedrm: remove drm_buf_t
2007-07-16 Dave Airliedrm: detypedef ttm/bo/fence code
2007-07-16 Dave Airliedrm: remove hashtab/sman and object typedefs
2007-07-16 Dave Airliedrm: remove drmP.h internal typedefs
2007-07-16 Dave Airliedrm: remove ttm userspace typedefs
2007-07-16 Dave Airliedrm: detypedef drm.h and fixup all problems
2007-07-16 Dave Airliedrm: fix typedef in drm_os_linux.h
2007-07-16 Dave AirlieMerge branch 'drm-ttm-cleanup-branch'
2007-07-12 Ian RomanickMerge branch 'master' into xgi-0-0-2
2007-07-12 Ben Skeggsnouveau: separate region_offset into map_handle and...
2007-07-11 Dave AirlieMerge branch 'master' into cleanup
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-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/nv50: Initial channel/object support
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ä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-27 Ben Skeggsnouveau/nv50: skeletal backend
2007-06-27 Ben Skeggsnouveau: Nuke DMA_OBJECT_INIT ioctl (bumps interface...
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.
next