OSDN Git Service

Memory manager init and takedown.
[android-x86/external-libdrm.git] / linux-core / drmP.h
2006-08-30 Thomas HellstromMemory manager init and takedown.
2006-08-30 Thomas HellstromBuffer object reply fill in.
2006-08-29 Thomas HellstromCheckpoint commit. Buffer object flags and IOCTL argume...
2006-08-29 Thomas HellstromCheckpoint ttm addition to buffer objects.
2006-08-29 Thomas Hellstrom64-bit IOCTL integer (Michel Dänzer & Brian Paul)
2006-08-28 Thomas HellstromProper TTM dereferencing
2006-08-28 Thomas HellstromBuffer object idle and mapping synchronization.
2006-08-28 Thomas HellstromAdd a 64-bit drm unsigned type for 64-bit clean IOCTLS.
2006-08-28 Thomas HellstromMerge branch 'master' of git+ssh://git.freedesktop...
2006-08-28 Dave Airliedrm: lots of small cleanups and whitespace issues fixed up
2006-08-28 Dave Airlieremove local copies of pci domain/bus/slot/num
2006-08-27 Thomas HellstromHave TTM create and reference ioctl call return the...
2006-08-27 Thomas Hellstromttm create / destroy / ref / unref ioctl.
2006-08-25 Thomas Hellstromttm and buffer objects ioctl stubs.
2006-08-25 Thomas HellstromCheckpoint commit
2006-08-23 Thomas HellstromMerge branch 'master' of git+ssh://git.freedesktop...
2006-08-22 Thomas Hellstromttm code cleanup.
2006-08-22 Thomas HellstromAdd a fence object class field for future use (For...
2006-08-22 Thomas HellstromAGP backends for TTM.
2006-08-22 Thomas HellstromBring in stripped TTM functionality.
2006-08-21 Thomas HellstromRemove some accidently included TTM code.
2006-08-21 Thomas HellstromAdd missing fence type define.
2006-08-21 Thomas HellstromUser / Kernel space fence objects (device-independent...
2006-08-21 Thomas HellstromGeneric DRM support base-class support for user-space...
2006-07-24 Dave Airlieswitch drm to use Linux mutexes instead of semaphore.
2006-07-10 Thomas HellstromChange drm Map handles to be arbitrary 32-bit hash...
2006-06-06 Thomas HellstromFix drm_remove_magic potential memory leak / corruption...
2006-06-06 Thomas HellstromMerge in the drm-sman-branch
2006-04-05 Dave Airlieremove stupid init and exit flags..
2006-02-19 Dave Airlieexperimental PCI DMA fixes use proper Linux interfaces
2006-02-18 Dave Airliemajor realigment of DRM CVS with kernel code, makes...
2006-01-02 Dave Airlieuse drm_cards_limit instead of cards_limit
2005-11-08 Eric AnholtInitial port of savage to FreeBSD for the AGP and ...
2005-11-08 Eric AnholtCatch FreeBSD up to the pcie gart changes. Required...
2005-11-03 Ian RomanickConverts the remaining drm_agp_foo functions to be...
2005-10-23 Dave Airliewe don't use this stuff anymore .. remove 1k buffer...
2005-10-06 Dave Airlieremove version not used anymore
2005-09-25 Dave Airlieuse linux kernel macros don't make our own
2005-09-11 Dave AirlieAdd GART in FB support for ati pcigart, and PCIE suppor...
2005-09-03 Dave Airlieconvert ioctl flags to use flags instead of separate...
2005-08-22 Alan Hourihaneremove i915_pm code as it causes too many issues with...
2005-08-16 Dave Airlieadd Egberts 32/64 bit patch (its in kernel already...)
2005-08-12 Thomas HellstromReverting the previous via security-fix commit, since...
2005-08-10 Thomas HellstromSecurity fix on via: Checking that the specified contex...
2005-08-05 Eric AnholtRename the driver hooks in the DRM to something a littl...
2005-08-04 Jon SmirlSplit the control of master vs root priv. Everything...
2005-07-20 Eric AnholtAdd latest r300 support from r300.sf.net CVS. Patch...
2005-07-03 Jon SmirlSimplify the sysfs code
2005-07-03 Jon SmirlAdd sysfs attribute dri_library_name on Linux. code...
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 Alan HourihaneGiven that BenH says using the sysdev approach for...
2005-06-26 Jon Smirlremoved dev->sysdev_registered
2005-06-22 Jon SmirlGet the power management hooks into the right place...
2005-06-17 Dave Airliefix up drm_alloc_agp to take a dev arg and not pass...
2005-06-14 Ian RomanickAdds support for PCI cards to MGA DRM
2005-06-04 Dave Airliemisc cleanup patch from Adrian Bunk
2005-05-28 Eric AnholtBugzilla #3217: Create a new __drm_pci_free which is...
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-16 Ian RomanickAdded device_is_agp callback to drm_driver. This functi...
2005-04-26 Eric AnholtConvert BSD code to mostly use bus_dma, the dma abstrac...
2005-03-25 Dave Airliefix up AGP multi-head support for kernel 2.6.12
2005-02-07 Dave Airliefix agp detection on linux
2005-02-05 Eric Anholt- Implement drm_initmap, and extend it with the resourc...
2005-01-16 Dave AirlieThe patch makes drmAddBufs/drmMapBufs can handle buffer...
2004-10-31 Felix KuehlingAllow drivers to override reclaim_buffers in an OS...
2004-10-23 Jon SmirlRound 2 of getting rid of inter_module_get()
2004-10-15 Jon SmirlMove drm_cpu_valid out of drm_init. drm_init is empty...
2004-10-15 Jon SmirlSwitch linux-core over to 2.6 parameter model to enable...
2004-10-13 Jon SmirlAdd a poll function that alternates between zero and...
2004-10-12 Jon SmirlBreakout heads into their own data structures.
2004-10-10 Jon SmirlRename fn_tbl to driver. Core driver now uses pci_drive...
2004-10-09 Dave Airlieremove unused dma remnants that were gamma only - these...
2004-10-06 Jon SmirlRevert back to drm_order() instead of using kernel...
2004-09-30 Jon SmirlMake the debug memory functions compile for the core...
2004-09-30 Jon SmirlLindent of core build. Drivers checked for no binary...
2004-09-30 Jon SmirlMove things around to reduce public symbols and even...
2004-09-30 Jon SmirlMake fops per driver instead of global, remove default...
2004-09-28 Jon SmirlGetting the AGP module is a global resource. Make sure...
2004-09-27 Jon SmirlFirst check in for DRM that splits core from personalit...
2004-09-23 Jon SmirlRemove 2.6 code that allow DRM major device number...
2004-09-23 Jon Smirl1) switches from class_sysfs to drm sysfs implementatio...
2004-09-22 Jon SmirlRemove hotplug reset support from DRM driver. This...
2004-09-16 Jon SmirlLet's try adding the dyn-minor patch again. This patch...
2004-09-15 Jon SmirlBack dyn-minor patch out for now. fops handling is...
2004-09-15 Jon SmirlDynamic device minor support. Minor device numbers...
2004-09-05 Dave Airliemerge back bunch of whitespace and misc changes from...
2004-09-04 Dave AirlieFixup OS_HAS_AGP/OS_HAS_MTRR along lines of patches...
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-29 Dave AirlieDrop GAMMA DRM from a great height ...
2004-08-24 Dave AirlieMerged drmfntbl-0-0-2
2004-08-24 Dave Airlieaddmap-base-2 patch from Jon Smirl:
2004-08-17 Dave AirlieMerged drmfntbl-0-0-1
2004-08-11 Dave Airlieminor patch from Jon Smirl : sets up some things for...
2004-08-04 Dave Airlie2.4 hotplug compat
2004-08-03 Dave Airliefix for drm in /proc - from Jon Smirl
2004-07-31 Jon SmirlAdd a hotplug event to DRM. Parameters match the ones...
2004-07-25 Dave Airliesync up with current 2.6 kernel bk tree - mostly __user...
next