summaryrefslogtreecommitdiff
path: root/shared-core
AgeCommit message (Expand)AuthorFilesLines
2005-07-03Add sysfs attribute dri_library_name on Linux. code in share-core/via_drv.cJon Smirl1-0/+6
2005-06-29Move to linux specific directoryAlan Hourihane1-167/+0
2005-06-29add mga and r128 32/64 bitsDave Airlie2-0/+5
2005-06-28- Remove drm_initmap and replace its usage with drm_addmap. This reducesEric Anholt5-153/+52
2005-06-28add compat code from Paul MackerrasDave Airlie1-0/+2
2005-06-28Given that BenH says using the sysdev approach for DRM is bogus, I'll yankAlan Hourihane1-26/+0
2005-06-27Reverse the pm_message_t patch for now, it appears that the 2.6.12 releaseAlan Hourihane1-26/+8
2005-06-27Check for 2.6.12 suspend/resume changes (pm_message_t)Alan Hourihane1-10/+28
2005-06-27Check dev_privAlan Hourihane1-0/+4
2005-06-27Save state of registers for suspend/resume.Alan Hourihane1-8/+29
2005-06-24Fix suspend problem when i915 private hasn't been initialized yet.Alan Hourihane1-0/+8
2005-06-21Change initialization of savage register access to _DRM_READ_ONLY. Flags ofJon Smirl1-1/+1
2005-06-20Change initialization of radeon register access to _DRM_READ_ONLY. Flags ofJon Smirl1-1/+1
2005-06-19Remove I2C support from radeon driver. Same support is available fromJon Smirl2-12/+0
2005-06-17fix up drm_alloc_agp to take a dev arg and not pass crappy agpgart aroundDave Airlie1-1/+1
2005-06-14Adds support for PCI cards to MGA DRMIan Romanick7-53/+786
2005-06-11fix up drm.h for C++ include as this can be included in user programsDave Airlie1-0/+4
2005-06-10add dragonfly #define from Xorg CVSDave Airlie1-1/+1
2005-06-09Completely re-initialize DMA settingsIan Romanick3-27/+38
2005-06-06fix some issues with radeon interrupt handlingDave Airlie1-19/+13
2005-06-06Fix copyrightsAlan Hourihane6-9/+136
2005-06-04Remove warnings about code mixed with declerations..Dave Airlie2-10/+11
2005-06-03Minor clean-ups. The drm_mga_fullscreen_t stuff has been dead for a looongIan Romanick1-10/+0
2005-06-03Move the deallocation of dev_private. Since dev_private is allocated whenIan Romanick1-5/+11
2005-05-28Re-implement the power management.Alan Hourihane2-0/+145
2005-05-27Modify drm_driver::device_is_agp to return a tri-state value to indicateIan Romanick2-0/+17
2005-05-27add radeon registers from VHA code these are the "unknown" registersDave Airlie1-0/+30
2005-05-23VIA:Thomas Hellstrom4-12/+12
2005-05-22Refactor the routines for "calculating" the size of the WARP microcode. TheIan Romanick2-35/+24
2005-05-21Forgot to bump the patchlevel and driver date on last commit.Ian Romanick1-2/+2
2005-05-21Change the MGA initialization and cleanup a bit. The dev_private structureIan Romanick3-34/+23
2005-05-18Add i945G pci ids to drmDave Airlie1-0/+1
2005-05-16Added device_is_agp callback to drm_driver. This function is called by theIan Romanick1-2/+2
2005-05-15wrap config.h include with defined for KERNELDave Airlie1-0/+2
2005-05-08VIA: Fix for oops when AGP ring-buffer initialization is called and thereThomas Hellstrom2-2/+8
2005-04-26Clean up some const qualifier cast warnings.Eric Anholt1-6/+6
2005-04-26Convert BSD code to mostly use bus_dma, the dma abstraction for dealingEric Anholt4-29/+29
2005-04-26Use msleep instead of tsleep to drop the DRM device lock and avoid aEric Anholt1-0/+5
2005-04-20VIA: Interrupt handler bugfixes. Bumped patchlevel to 2.6.2.Thomas Hellstrom2-9/+2
2005-04-18VIA:Thomas Hellstrom3-5/+33
2005-03-29Missing file via_video.c commited.Thomas Hellstrom1-0/+97
2005-03-29Add skeletal imagine driver (but don't build it yet).Adam Jackson2-0/+48
2005-03-28Via updates:Thomas Hellstrom8-141/+411
2005-03-25Don't know who set the i915GM PCI ID incorrectly but it should be 0x2592Alan Hourihane1-1/+1
2005-03-25From Xorg CVS realign the i915_drv.hDave Airlie1-4/+12
2005-03-18Add support for production version of ATI RN50/ES1000. (ATI TechnologiesMichel Daenzer1-0/+1
2005-03-15add R200_EMIT_PP_TRI_PERF_CNTL packet to support brilinear filtering onRoland Scheidegger3-4/+11
2005-03-14via changes:Thomas Hellstrom4-16/+19
2005-03-13Command DMA optimizations:Felix Kuehling2-26/+48
2005-03-07Tracked down random lockups related to command DMA that occurred in Quake3Felix Kuehling2-12/+20