profile/ivi/libdrm.git
2004-10-23 Jon SmirlRound 2 of getting rid of inter_module_get()
2004-10-23 Jon SmirlRevert symbol_get() changes from drm_drv
2004-10-23 Dave Airliefix inter module put/get
2004-10-23 Dave Airlieactually 2.6.10 introduced pfn range so it should work...
2004-10-23 Dave Airliefix pfn vs page for older kernels (2.6.9-rc kernels...
2004-10-23 Dave AirlieApply radeon r300 microcode patch to non-core
2004-10-23 Jon SmirlPrepare to eliminate inter_module_get("agp")
2004-10-22 Jon SmirlBring in patch from kernel for remap_pfn_range
2004-10-21 Jon SmirlFix up the radeon i2c error handing
2004-10-20 Jon SmirlDon't release an i2c channel that has not initialized...
2004-10-20 Jon SmirlSwitch linux-core from using dev->pdev->driver->name to
2004-10-20 Jon SmirlFix dd vs di version typo in drm_setversion
2004-10-19 Jon SmirlAdd a protective check against a possible buffer overflow
2004-10-19 Jon SmirlFix missing I2C busses to be non-fatal error.
2004-10-19 Jon Smirldrm-core, Clean up bug error path on stealth mode exit
2004-10-18 Jose FonsecaUpdate Doxygen configuration & comments.
2004-10-16 Ville SyrjalaFixed off by one errors in clipping.
2004-10-16 Ville SyrjalaFixed bad formatting.
2004-10-15 Jon SmirlRemove drm_init.c
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 Thomas HellstromVia updates. Fixed unlikely but possible uint32_t overf...
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-10 Dave AirlieVladimir requested support so we can at least load...
2004-10-10 Jon SmirlForgot to add the new Makefile
2004-10-10 Jon SmirlMake the test programs build
2004-10-09 Dave Airliecleanup VIA driver to look a bit like others before...
2004-10-09 Dave Airliefix up whitespacing in Kconfig
2004-10-09 Dave AirlieLindent the via stuff so I can include it in kernel
2004-10-09 Dave Airlieremove unused dma remnants that were gamma only - these...
2004-10-08 Thomas HellstromChanged unsigned to uint32_t in some ioctl parameters...
2004-10-08 Jon SmirlFix refcount bug in stealth mode
2004-10-07 Jon SmirlFix drm_exit to allow for DRM(global) being deleted...
2004-10-06 Jon SmirlRevert back to drm_order() instead of using kernel...
2004-10-05 Dave AirliePatch for Kconfig for making i830/i915 not build together
2004-10-05 Jon Smirlenable the device in the right order, remove __devinit...
2004-10-02 Jon Smirljanitor-list_for_each-drivers-char-drm-radeon_memc...
2004-09-30 Jon SmirlMake the debug memory functions compile for the core...
2004-09-30 Jon SmirlRemove DRM() macros from core ffb driver. DaveA says...
2004-09-30 Jon SmirlLindent of core build. Drivers checked for no binary...
2004-09-30 Jon Smirlsavage.h not used in core builds
2004-09-30 Jon Smirlcore ffb.h is not used anymore
2004-09-30 Jon SmirlRemove unused drm_module.h
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 SmirlFix the shared directory I accidentally stomped on
2004-09-27 Jon Smirlcore needs three new files
2004-09-27 Jon SmirlFirst check in for DRM that splits core from personalit...
2004-09-27 Jon SmirlFlip the 2.4 check so that it looks for 2.6 instead...
2004-09-24 Jon SmirlREADME with hints on how to make a 2.6 specific version...
2004-09-24 Jon SmirlMakefile reminder to build in 2.6 when on 2.6
2004-09-24 Jon SmirlCreate new linux-2.6 build. Move all gpl files into...
2004-09-23 Jon SmirlRemove 2.6 code that allow DRM major device number...
2004-09-23 Jon SmirlAdd new sysfs support files
2004-09-23 Jon Smirl1) switches from class_sysfs to drm sysfs implementatio...
2004-09-22 Felix KuehlingCreate permanent maps of framebuffer, aperture and...
2004-09-22 Jon SmirlRemove hotplug reset support from DRM driver. This...
2004-09-22 Eric AnholtAdd *.flags to cvsignore.
2004-09-21 Jon SmirlMake DRM permanent maps match broken X behavior. X...
2004-09-20 Jon SmirlRemove size restriction on permanent addmap
2004-09-20 Jon SmirlFelix's fix for map request smaller than permanent...
2004-09-20 Dave Airlieremove HAVE_COUNTERS
2004-09-20 Dave Airlieanother fix after the macro stuff
2004-09-18 Jon SmirlFix from: Nishanth Aravamudan replace direct assignment...
2004-09-17 Jon SmirlMakefile and missing file to build libxf86drm.a
2004-09-17 Jon SmirlAdd the two GPL licensed I2C support files.
2004-09-17 Jon SmirlAdd linux sysfs i2c support to radeon driver. This...
2004-09-16 Jon SmirlLet's try adding the dyn-minor patch again. This patch...
2004-09-16 Jon SmirlFix drm_scatter to properly report it's availability
2004-09-15 Jon SmirlBack dyn-minor patch out for now. fops handling is...
2004-09-15 Jon SmirlDon't use module_param if it isn't defined in older...
2004-09-15 Jon SmirlDynamic device minor support. Minor device numbers...
2004-09-14 Jon SmirlAdd chip family names to the radeon driver
2004-09-12 Jon SmirlFix error path in probe() to release resources if there...
2004-09-12 Jon SmirlMake the comment match the code
2004-09-12 Jon SmirlFix DRM to compile cleanly with recent kernel changes...
2004-09-10 Jon SmirlMore general patch to mark resources in use by all...
2004-09-08 Jose FonsecaUpdate doxygen configuration file. Minor documentation...
2004-09-08 Jon SmirlAdjust permanent mapping code to account for more than...
2004-09-07 Thomas HellstromAdded IOCTL for writing 2D DMA command buffers over...
2004-09-05 Dave Airliemissed fix as part of last checkin
2004-09-05 Dave Airliemerge back bunch of whitespace and misc changes from...
2004-09-05 Dave Airliebad code copy for alpha.. fix the member names
2004-09-05 Dave Airliemake the AMD64 check a compat thing
2004-09-04 Dave AirlieFixup OS_HAS_AGP/OS_HAS_MTRR along lines of patches...
2004-09-04 Dave Airliedoh.. that makes no sense.. thinko in removal of OS_HAS_AGP
2004-09-03 Dave Airliefile drm_core.h was initially added on branch drmlib...
2004-09-03 Dave Airliefile drm_agpsupport.c was initially added on branch...
2004-09-03 Dave Airliefile drm_core_memory.h was initially added on branch...
2004-09-03 Dave Airliefile drm_headers.h was initially added on branch drmlib...
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
next