Modify drm_driver::device_is_agp to return a tri-state value to indicate
[profile/ivi/libdrm.git] / linux-core /
2005-05-27 Ian RomanickModify drm_driver::device_is_agp to return a tri-state...
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-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-04-26 Eric AnholtConvert BSD code to mostly use bus_dma, the dma abstrac...
2005-04-20 Thomas HellstromA fix for a locking bug which is triggered when a clien...
2005-04-19 Dave AirlieRevert last commit, it affect via things
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 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-08 Dave AirlieFix for bug 2673 from Egbert Eich - memset the version
2005-02-08 Eric AnholtClose a race which could allow for privilege escalation...
2005-02-07 Dave AirlieInvalid bound check of driver defined ioctls in drm_ioctl
2005-02-07 Dave Airliechange DRIVER_ to CORE_ makes things look nicer, also...
2005-02-07 Dave Airliefix agp detection on linux
2005-02-05 Eric Anholt- Implement drm_initmap, and extend it with the resourc...
2005-02-01 Dave Airliemake functions static in i915, remove unused functions
2005-02-01 Dave Airlieupdate i830 similiar to the kernel, add statics
2005-02-01 Dave Airliemake more functions static in i810 and fix pageflip...
2005-01-29 Dave Airliefix radeon drv
2005-01-24 Dave Airliehopefully fix drm_core setversion ioctl... pointed...
2005-01-19 Alan HourihaneFix cut & paste problem
2005-01-16 Dave Airlieremove duplicate drm_sysfs.o
2005-01-16 Dave AirlieThe patch makes drmAddBufs/drmMapBufs can handle buffer...
2005-01-15 Felix KuehlingSetup MTRRs for frame buffer and aperture manually...
2005-01-12 Felix KuehlingUse virt_to_page instead of vmalloc_to_page in drm_do_v...
2005-01-09 Jon SmirlAdjust 4 level page check for <= 2.6.10
2005-01-07 Thomas Hellstromvia updates: moved the verifier state struct to dev_pri...
2005-01-06 Jon SmirlAdjust drm-memory for 4 level page tables in 2.6.10...
2005-01-01 Felix KuehlingCompleteley rewritten Savage DRM which can be considere...
2005-01-01 Felix KuehlingAdded a new DRM map type _DRM_CONSISTENT for consistent...
2005-01-01 Dave Airliei810/i830 bug with Jon's file operations changes
2004-12-10 Dave AirlieUse wbinvd macro instead of assembly for it,
2004-12-07 Thomas HellstromPatch from Jon Smirl from Nov. 2nd that makes older...
2004-12-03 Thomas HellstromAdded 3D functionality to the via command verifier...
2004-11-11 Dave Airliepatch from bug 1803 - will try and push to kernel soon
2004-11-09 Jon SmirlFix more build problems on linux-core
2004-11-09 Jon Smirlmake linux-core build again
2004-11-06 Eric AnholtConvert more drivers for bsd-core, moving the ioctl...
2004-11-06 Jon SmirlFix Linux build. Why won't this complile? extern int...
2004-11-06 Eric AnholtCommit WIP of BSD conversion to core model. Compiles...
2004-11-05 Jon SmirlMove ati_pcigart shared routines into drm-core module
2004-10-31 Felix KuehlingAllow drivers to override reclaim_buffers in an OS...
2004-10-29 Jon SmirlSwitch SPIN_LOCK_UNLOCKED to spin_lock_init()
2004-10-29 Jon SmirlAdd include of moduleparam.h
2004-10-28 Jon SmirlBreak poll() to make it match the Xserver's broken...
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 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-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 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 Airliefix up whitespacing in Kconfig
2004-10-09 Dave Airlieremove unused dma remnants that were gamma only - these...
2004-10-08 Jon SmirlFix refcount bug in stealth mode
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-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 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 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-21 Jon SmirlMake DRM permanent maps match broken X behavior. X...
next