platform/upstream/libdrm.git
2004-09-03 Dave Airliefile drm_memory.c was initially added on branch drmlib...
2004-09-03 Dave Airliefile drm_memory_debug.c was initially added on branch...
2004-09-03 Dave Airliefile drm_proc.c was initially added on branch drmlib...
2004-09-03 Dave Airliefile drmcore_exports.c was initially added on branch...
2004-09-02 Dave Airlieoops called ctor instead of dtor.. found this on the...
2004-09-02 Jon SmirlFix ref count problem in stealth mode. pci_get_subsys...
2004-08-31 Dave AirlieApply patch from Bryan Stine bugzilla #1227
2004-08-30 Dave Airlieimplement drm_core_check_feature and use it .. looks...
2004-08-30 Dave Airliedrm-memory patch, cleans up alloc/free and makes calloc...
2004-08-30 Erdi ChenFix copy_from_user return value ignored warning at...
2004-08-29 Dave Airlieadd context include so fn are defined
2004-08-29 Dave Airliefix up some small things ffb (no idea if it works or...
2004-08-29 Dave Airlieremove hacky context thing that was gamma only
2004-08-29 Dave AirlieDrop GAMMA DRM from a great height ...
2004-08-29 Dave Airliefixup issue caused by fntbl-2 merge
2004-08-28 Jon SmirlInitialize pdev to NULL correctly so that pci_get_subsy...
2004-08-27 Dave Airlierun i915 through lindent
2004-08-27 Dave Airlie__NO_VERSION__ hasn't been needed since 2.3 days ditch...
2004-08-27 Jon SmirlMake DRM detect vesafb and revert to stealth mode to...
2004-08-26 Jon SmirlRearrange things so that via_dma.c will compile with...
2004-08-24 Dave AirlieMerged drmfntbl-0-0-2
2004-08-24 Dave Airlieaddmap-base-2 patch from Jon Smirl:
2004-08-24 Erdi ChenThis patch adds three new ioctl's to the VIA Unichrome...
2004-08-23 Dave Airlieset pointers to NULL after freeing, remove some extra...
2004-08-17 Dave AirlieMerged drmfntbl-0-0-1
2004-08-17 Dave Airliepreparation patch for radeon permanent mapping register...
2004-08-17 Dave Airlie2.6.8.1 has changed the links in /lib/modules
2004-08-15 Jon SmirlFix warning about unused ddev variable
2004-08-15 Jon SmirlAdd dev to DRIVER_CTX_DTOR( dev, pos->handle) so that...
2004-08-14 Eric AnholtRemove unused pcigart/sg header stuff from i915 driver.
2004-08-14 Eric AnholtAdd a "dev" argument to DRIVER_CTX_[CD]TOR. This will...
2004-08-14 Eric AnholtHopefully proper fix for corrupted driver name in memco...
2004-08-13 Eric AnholtFix apparent copy'n'paste-o of the card attributes...
2004-08-13 Eric AnholtEnable MTRR usage on AMD64, and use DELAY() instead...
2004-08-11 Adam JacksonBug #979: Don't include <sys/sysmacros.h> on linux...
2004-08-11 Dave Airlieminor patch from Jon Smirl : sets up some things for...
2004-08-10 Dave AirliePatch from Jon Smirl to add attribute field to the...
2004-08-04 Dave Airlie2.4 compat
2004-08-04 Dave Airlie2.4 hotplug compat
2004-08-03 Dave Airliebring over fix from i865-agp branch, it now probes...
2004-08-03 Dave Airliefix for drm in /proc - from Jon Smirl
2004-08-02 Dave Airlieforgot to check these in.. thanks to Jon for reminding...
2004-07-31 Jon SmirlAdd a hotplug event to DRM. Parameters match the ones...
2004-07-31 Dave Airliepatch from RH xorg-x11 tree ported to drm.h
2004-07-31 Dave AirliePatch picked up from Redhat xorg release:
2004-07-31 Dave Airliefixes for using userspace pointers found by sparse...
2004-07-31 Dave Airlieathe patch below optimises the drm code to not do put_u...
2004-07-29 Dave Airlieadd read/write 16
2004-07-29 Dave Airliechange to agp not pci ... still not working
2004-07-29 Dave Airlieinitial port of i915 to BSD, not finished doesn't work...
2004-07-25 Dave Airliecheck for __user if not there define it
2004-07-25 Dave Airliesync up with current 2.6 kernel bk tree - mostly __user...
2004-07-25 Dave Airliewhitespace merge with kernel
2004-07-25 Dave Airlieif the driver has already register don't do another...
2004-07-25 Dave AirliePatch from Tom Arbuckle for missing bus_address
2004-07-23 Keith WhitwellCorrect a couple of packet length calculations.
2004-07-22 Dave Airlieanother logic error returns 0 or greater for success
2004-07-21 Dave AirlieATI Rage 128 and Radeon DRM unconditionally depend...
2004-07-21 Dave Airlieadd some more debugging fix ++ and --
2004-07-20 Dave Airliefirst set of __user annotations from kernel (Al Viro)
2004-07-20 Dave AirlieAdd NULLs instead of 0 for i915
2004-07-20 Dave AirlieKconfig update add i915 bring over some stuff from...
2004-07-20 Dave Airlieadd x86_64 architecture defines from kernel (leave...
2004-07-20 Dave Airliefix some more NULLs from kernel
2004-07-20 Dave Airlieattempt to clean up stub_register, register_chrdev...
2004-07-15 Dave Airliesparse cleanups from kernel: Al Viro
2004-07-14 Dave AirlieFix reference counting for stub for new Linux PCI probe
2004-07-14 Dave Airlieallow O= usage for Linux 2.6 kernel building in another...
2004-07-11 Dave Airliesplit out backwards compat into a separate file makes...
2004-07-11 Dave Airliefix issue in 2.4 kernels with returning NULL from this...
2004-07-08 Jon SmirlAdd two items to Makefile clean XFree86 bug: Reported...
2004-07-07 Jon SmirlMake drm/libdrm/xf86drm.c match
2004-07-07 Jon SmirlAdd xf86drm.h back to drm/libdrm until it's true home...
2004-07-06 Eric AnholtFix module loading on alpha by not referencing MTRR...
2004-07-06 Eric AnholtMFC as of 20040705: dev_t -> struct cdev * change.
2004-07-05 Dave Airliealign with kernel
2004-07-05 Dave Airliefixes from kernel for 0 vs NULL - mika
2004-07-05 Dave Airliewhitespace align with kernel
2004-06-21 Dave Airliefix bug with pci_disable_device in the wrong place...
2004-06-12 Dave Airliedirty hack to make mach64 work, (don't worry I'll get...
2004-06-10 Keith WhitwellA few changes for recent redhat.
2004-06-10 Keith Whitwelli915 drm module
2004-06-10 Keith Whitwelli915.o drm driver
2004-06-10 Dave Airliegamma_dma_priority and gamma_dma_send_buffers both...
2004-06-07 Dave AirlieThe dev->devname being passed to request_irq in drm_irq...
2004-06-02 Ian RomanickAdded some comments copied from xf86drm.h.
2004-06-01 Ian RomanickReplace size_t with an ugly, ugly hack. This was done...
2004-05-30 Dave Airlie2.4 compat
2004-05-30 Dave Airliefixes from kernel: Make users of page->count use the...
2004-05-18 Roland Scheideggerfix whitespace issue in previous patch
2004-05-18 Roland Scheideggeradd R200_EMIT_RB3D_BLENDCOLOR state packet to support...
2004-05-18 Dave Airlieanother 2.4 fix
2004-05-18 Dave Airlie2.4 compat fix
2004-05-14 Erdi ChenAdd PCI id entry for VIA CN400 (UnichromePro) chip...
2004-05-11 Eric AnholtMerge from FreeBSD-current. Mostly 64-bit cleanliness...
2004-05-11 Eric AnholtAdd missing DRM_ERR()s.
2004-05-10 Dave Airliedo some real testing and fix the DRM initialising and...
2004-05-09 Eric AnholtAdd mach64 DRM module for BSD (untested, but compiles).
2004-05-09 Eric AnholtAdd .cvsignore files.
2004-05-09 Eric AnholtWarning fixes.
next