OSDN Git Service

android-x86/external-libdrm.git
2005-06-29 Eric AnholtGet the BSD DRM compiling again after MGA and mapping...
2005-06-28 Eric Anholt- Remove drm_initmap and replace its usage with drm_add...
2005-06-28 Dave Airlieadd compat code from Paul Mackerras
2005-06-28 Dave AirlieAdd compat to Makefile
2005-06-28 Dave AirlieAdd drm and radeon 32/64-bit compat code from Paul...
2005-06-28 Alan HourihaneGiven that BenH says using the sysdev approach for...
2005-06-28 Alan HourihaneComment out the .resume function as without programming...
2005-06-27 Alan HourihaneReverse the pm_message_t patch for now, it appears...
2005-06-27 Alan HourihaneCheck for 2.6.12 suspend/resume changes (pm_message_t)
2005-06-27 Alan HourihaneCheck dev_priv
2005-06-27 Alan HourihaneSave state of registers for suspend/resume.
2005-06-26 Jon Smirlremoved dev->sysdev_registered
2005-06-24 Jon SmirlRef count the sysdev class to support multiple DRM...
2005-06-24 Jon SmirlMake sysdev class only register when fbdev detected
2005-06-24 Jon SmirlMore err path clean up for drm_pm Add mandatory sysdev...
2005-06-24 Alan HourihaneFix the sysdev approach for power management.
2005-06-24 Alan HourihaneFix suspend problem when i915 private hasn't been initi...
2005-06-23 Jon SmirlFix drm_memory_debug.c to compile, doesn't seem to...
2005-06-22 Jon SmirlGet the power management hooks into the right place...
2005-06-21 Jon SmirlChange initialization of savage register access to...
2005-06-20 Jon SmirlChange initialization of radeon register access to...
2005-06-19 Jon SmirlRemove I2C support from radeon driver. Same support...
2005-06-17 Dave Airliefix up drm_alloc_agp to take a dev arg and not pass...
2005-06-17 Jon SmirlFix 810/830 build
2005-06-16 Alan HourihaneForce AGP always for Intel chipsets.
2005-06-15 Ian RomanickRe-sync (and correct!) shared/mga_drm.h with shared...
2005-06-14 Ian RomanickAdds support for PCI cards to MGA DRM
2005-06-11 Dave Airliefix up drm.h for C++ include as this can be included...
2005-06-10 Dave Airlieadd dragonfly #define from Xorg CVS
2005-06-09 Ian RomanickSynchronize with the shared-core version.
2005-06-09 Ian RomanickCompletely re-initialize DMA settings
2005-06-09 Jon Smirldrm_mem_init should be done at core load, not driver...
2005-06-06 Dave Airliefix some issues with radeon interrupt handling
2005-06-06 Alan HourihaneFix copyrights
2005-06-06 Eric AnholtAdd a few more bits of Tonnerre's NetBSD port (Still...
2005-06-04 Dave Airliemisc cleanup patch from Adrian Bunk
2005-06-04 Dave AirlieRemove warnings about code mixed with declerations..
2005-06-03 Ian RomanickMinor clean-ups. The drm_mga_fullscreen_t stuff has...
2005-06-03 Ian RomanickMove the deallocation of dev_private. Since dev_private...
2005-05-28 Eric AnholtBugzilla #3217: Create a new __drm_pci_free which is...
2005-05-28 Eric AnholtBugzilla #3217: The size field in the new dma handle...
2005-05-28 Alan HourihaneActually check for drm_fb_loaded before trying to initi...
2005-05-28 Alan HourihaneRe-implement the power management.
2005-05-27 Ian RomanickModify drm_driver::device_is_agp to return a tri-state...
2005-05-27 Dave Airlieadd radeon registers from VHA code these are the "unkno...
2005-05-23 Thomas HellstromVIA:
2005-05-22 Ian RomanickRefactor the routines for "calculating" the size of...
2005-05-21 Ian RomanickForgot to bump the patchlevel and driver date on last...
2005-05-21 Ian RomanickChange the MGA initialization and cleanup a bit. The...
2005-05-20 Ian RomanickRefactor common, boilerplate ioctl code from drm_addbuf...
2005-05-18 Dave AirlieAdd i945G pci ids to drm
2005-05-17 Felix KuehlingSavage doesn't require AGP any more. Enable build even...
2005-05-16 Ian RomanickAdded device_is_agp callback to drm_driver. This functi...
2005-05-15 Dave Airliewrap config.h include with defined for KERNEL
2005-05-08 Thomas HellstromVIA: Fix for oops when AGP ring-buffer initialization...
2005-04-26 Eric AnholtConvert NOMAN to the new preferred spelling NO_MAN...
2005-04-26 Eric AnholtClean up some const qualifier cast warnings.
2005-04-26 Eric AnholtConvert BSD code to mostly use bus_dma, the dma abstrac...
2005-04-26 Eric AnholtUse msleep instead of tsleep to drop the DRM device...
2005-04-24 Eric AnholtFix a panic on startup with non-initmapping drivers...
2005-04-20 Thomas HellstromA fix for a locking bug which is triggered when a clien...
2005-04-20 Thomas HellstromVIA: Interrupt handler bugfixes. Bumped patchlevel...
2005-04-19 Dave AirlieRevert last commit, it affect via things
2005-04-18 Thomas HellstromVIA:
2005-04-16 Eric AnholtUse /*- to begin license blocks in BSD code to reduce...
2005-04-13 Eric AnholtFix build on FreeBSD-current, thanks to jhb@.
2005-04-04 Dave Airliemirror changes made in main tree.. just happened to...
2005-03-29 Thomas HellstromMissing file via_video.c commited.
2005-03-29 Adam JacksonAdd skeletal imagine driver (but don't build it yet).
2005-03-28 Thomas HellstromVia updates:
2005-03-27 Dave AirlieDescription: Rather than use custom code in DRM_WAIT_ON...
2005-03-27 Dave AirlieSome ia64 platforms may not support write combining...
2005-03-25 Alan HourihaneDon't know who set the i915GM PCI ID incorrectly but...
2005-03-25 Dave AirlieFrom Xorg CVS realign the i915_drv.h
2005-03-25 Dave Airlieuse linux-core for 2.6 not this stuff..
2005-03-25 Dave Airliefix up AGP multi-head support for kernel 2.6.12
2005-03-25 Dave Airlieverify_area is deprecated, replaced by access_ok. Seems...
2005-03-25 Dave Airliefix bug with XFree86 4.3 on core drm
2005-03-25 Dave Airlie3dfx DRM depends on PCI
2005-03-25 Dave AirlieFor 2.6.12 and 2.6.11.x:
2005-03-18 Michel DaenzerAdd support for production version of ATI RN50/ES1000...
2005-03-15 Roland Scheideggeradd R200_EMIT_PP_TRI_PERF_CNTL packet to support brilin...
2005-03-14 Thomas Hellstromvia changes:
2005-03-13 Felix KuehlingCommand DMA optimizations:
2005-03-08 Dave AirlieFix for bug 2673 from Egbert Eich - memset the version
2005-03-07 Felix KuehlingTracked down random lockups related to command DMA...
2005-03-07 Dave Airlieminor pointer cast typo
2005-03-06 Felix KuehlingAdded support for command DMA on Savage4-based hardware...
2005-03-04 Dave Airlieadd some idct type 3 packets for reference
2005-02-23 Felix KuehlingUse wrap counter to extend 16-bit hardware event tags...
2005-02-20 Thomas HellstromFix VIA K8M800 PCI ID.
2005-02-19 Eric AnholtFix a couple of gcc warnings in DRM_INFOs.
2005-02-19 Eric AnholtMerge r1.26 from FreeBSD: Now that mem(4) is a kernel...
2005-02-18 Michel Daenzerfd.o bug #2576: Add support for ATI RN50/ES1000. (ATI...
2005-02-18 Adam JacksonBug #2567: Fix reversed memset arguments. (David Krause)
2005-02-15 Keith WhitwellRun depmod after installing new modules
2005-02-14 Eric AnholtUse fuword32 for DRM_GET_USER_UNCHECKED when available...
2005-02-14 Eric AnholtUse the proper API to get PCI vendor/device number...
2005-02-14 Eric AnholtInitialize kbuf to NULL to quiet the compiler about...
2005-02-13 Thomas HellstromFixed Futex release bug. Bumped driver date and patchlevel.
next