aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Add sysfs attribute dri_library_name on Linux. code in share-core/via_drv.cJon Smirl2005-07-031-0/+6
* Move to linux specific directoryAlan Hourihane2005-06-291-167/+0
* add mga and r128 32/64 bitsDave Airlie2005-06-292-0/+5
* - Remove drm_initmap and replace its usage with drm_addmap. This reducesEric Anholt2005-06-285-153/+52
* add compat code from Paul MackerrasDave Airlie2005-06-281-0/+2
* Given that BenH says using the sysdev approach for DRM is bogus, I'll yankAlan Hourihane2005-06-281-26/+0
* Reverse the pm_message_t patch for now, it appears that the 2.6.12 releaseAlan Hourihane2005-06-271-26/+8
* Check for 2.6.12 suspend/resume changes (pm_message_t)Alan Hourihane2005-06-271-10/+28
* Check dev_privAlan Hourihane2005-06-271-0/+4
* Save state of registers for suspend/resume.Alan Hourihane2005-06-271-8/+29
* Fix suspend problem when i915 private hasn't been initialized yet.Alan Hourihane2005-06-241-0/+8
* Change initialization of savage register access to _DRM_READ_ONLY. Flags ofJon Smirl2005-06-201-1/+1
* Change initialization of radeon register access to _DRM_READ_ONLY. Flags ofJon Smirl2005-06-201-1/+1
* Remove I2C support from radeon driver. Same support is available fromJon Smirl2005-06-182-12/+0
* fix up drm_alloc_agp to take a dev arg and not pass crappy agpgart aroundDave Airlie2005-06-171-1/+1
* Adds support for PCI cards to MGA DRMIan Romanick2005-06-147-53/+786
* fix up drm.h for C++ include as this can be included in user programsDave Airlie2005-06-111-0/+4
* add dragonfly #define from Xorg CVSDave Airlie2005-06-091-1/+1
* Completely re-initialize DMA settingsIan Romanick2005-06-093-27/+38
* fix some issues with radeon interrupt handlingDave Airlie2005-06-061-19/+13
* Fix copyrightsAlan Hourihane2005-06-066-9/+136
* Remove warnings about code mixed with declerations..Dave Airlie2005-06-042-10/+11
* Minor clean-ups. The drm_mga_fullscreen_t stuff has been dead for a looongIan Romanick2005-06-031-10/+0
* Move the deallocation of dev_private. Since dev_private is allocated whenIan Romanick2005-06-031-5/+11
* Re-implement the power management.Alan Hourihane2005-05-272-0/+145
* Modify drm_driver::device_is_agp to return a tri-state value to indicateIan Romanick2005-05-272-0/+17
* add radeon registers from VHA code these are the "unknown" registersDave Airlie2005-05-271-0/+30
* VIA:Thomas Hellstrom2005-05-234-12/+12
* Refactor the routines for "calculating" the size of the WARP microcode. TheIan Romanick2005-05-212-35/+24
* Forgot to bump the patchlevel and driver date on last commit.Ian Romanick2005-05-201-2/+2
* Change the MGA initialization and cleanup a bit. The dev_private structureIan Romanick2005-05-203-34/+23
* Add i945G pci ids to drmDave Airlie2005-05-181-0/+1
* Added device_is_agp callback to drm_driver. This function is called by theIan Romanick2005-05-161-2/+2
* wrap config.h include with defined for KERNELDave Airlie2005-05-151-0/+2
* VIA: Fix for oops when AGP ring-buffer initialization is called and thereThomas Hellstrom2005-05-082-2/+8
* Clean up some const qualifier cast warnings.Eric Anholt2005-04-261-6/+6
* Convert BSD code to mostly use bus_dma, the dma abstraction for dealingEric Anholt2005-04-264-29/+29
* Use msleep instead of tsleep to drop the DRM device lock and avoid aEric Anholt2005-04-261-0/+5
* VIA: Interrupt handler bugfixes. Bumped patchlevel to 2.6.2.Thomas Hellstrom2005-04-202-9/+2
* VIA:Thomas Hellstrom2005-04-183-5/+33
* Missing file via_video.c commited.Thomas Hellstrom2005-03-291-0/+97
* Add skeletal imagine driver (but don't build it yet).Adam Jackson2005-03-282-0/+48
* Via updates:Thomas Hellstrom2005-03-288-141/+411
* Don't know who set the i915GM PCI ID incorrectly but it should be 0x2592Alan Hourihane2005-03-251-1/+1
* From Xorg CVS realign the i915_drv.hDave Airlie2005-03-251-4/+12
* Add support for production version of ATI RN50/ES1000. (ATI TechnologiesMichel Daenzer2005-03-181-0/+1
* add R200_EMIT_PP_TRI_PERF_CNTL packet to support brilinear filtering onRoland Scheidegger2005-03-153-4/+11
* via changes:Thomas Hellstrom2005-03-144-16/+19
* Command DMA optimizations:Felix Kuehling2005-03-122-26/+48
* Tracked down random lockups related to command DMA that occurred in Quake3Felix Kuehling2005-03-072-12/+20