summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2005-06-29Move to linux specific directoryAlan Hourihane2-1/+1
2005-06-29add mga and r128 32/64 bitsDave Airlie7-0/+399
2005-06-29these don't need reclaim buffers their release functions handle itDave Airlie2-2/+0
2005-06-29Bug in conversion from old DRM to core DRM....Dave Airlie1-1/+1
2005-06-29Get the BSD DRM compiling again after MGA and mapping changes. Note thatEric Anholt6-190/+251
2005-06-28- Remove drm_initmap and replace its usage with drm_addmap. This reducesEric Anholt9-399/+198
2005-06-28add compat code from Paul MackerrasDave Airlie4-0/+28
2005-06-28Add compat to MakefileDave Airlie1-0/+5
2005-06-28Add drm and radeon 32/64-bit compat code from Paul MackerrasDave Airlie2-0/+1464
2005-06-28Given that BenH says using the sysdev approach for DRM is bogus, I'll yankAlan Hourihane7-196/+1
2005-06-28Comment out the .resume function as without programming their dependentAlan Hourihane1-1/+1
2005-06-27Reverse the pm_message_t patch for now, it appears that the 2.6.12 releaseAlan Hourihane2-37/+10
2005-06-27Check for 2.6.12 suspend/resume changes (pm_message_t)Alan Hourihane2-12/+39
2005-06-27Check dev_privAlan Hourihane1-0/+4
2005-06-27Save state of registers for suspend/resume.Alan Hourihane1-8/+29
2005-06-26removed dev->sysdev_registeredJon Smirl2-7/+8
2005-06-24Ref count the sysdev class to support multiple DRM cardsJon Smirl1-4/+17
2005-06-24Make sysdev class only register when fbdev detectedJon Smirl2-7/+12
2005-06-24More err path clean up for drm_pm Add mandatory sysdev shutdown functionJon Smirl2-10/+14
2005-06-24Fix the sysdev approach for power management.Alan Hourihane1-2/+4
2005-06-24Fix suspend problem when i915 private hasn't been initialized yet.Alan Hourihane1-0/+8
2005-06-23Fix drm_memory_debug.c to compile, doesn't seem to be working Clean upJon Smirl2-2/+12
2005-06-22Get the power management hooks into the right place so that everything getsJon Smirl4-34/+39
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 Smirl5-195/+1
2005-06-17fix up drm_alloc_agp to take a dev arg and not pass crappy agpgart aroundDave Airlie6-19/+8
2005-06-17Fix 810/830 buildJon Smirl2-0/+2
2005-06-16Force AGP always for Intel chipsets.Alan Hourihane4-0/+34
2005-06-15Re-sync (and correct!) shared/mga_drm.h with shared-core/mga_drm.h.Ian Romanick1-1/+2
2005-06-14Adds support for PCI cards to MGA DRMIan Romanick17-173/+1063
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-09Synchronize with the shared-core version.Ian Romanick1-69/+56
2005-06-09Completely re-initialize DMA settingsIan Romanick5-27/+40
2005-06-09drm_mem_init should be done at core load, not driver initJon Smirl1-2/+2
2005-06-06fix some issues with radeon interrupt handlingDave Airlie1-19/+13
2005-06-06Fix copyrightsAlan Hourihane7-12/+158
2005-06-06Add a few more bits of Tonnerre's NetBSD port (Still need to deal with theEric Anholt9-11/+48
2005-06-04misc cleanup patch from Adrian BunkDave Airlie12-91/+86
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-28Bugzilla #3217: Create a new __drm_pci_free which is used internally inEric Anholt5-5/+19
2005-05-28Bugzilla #3217: The size field in the new dma handle structure wasEric Anholt1-0/+1
2005-05-28Actually check for drm_fb_loaded before trying to initialize the sysdevAlan Hourihane2-8/+11
2005-05-28Re-implement the power management.Alan Hourihane8-2/+295
2005-05-27Modify drm_driver::device_is_agp to return a tri-state value to indicateIan Romanick8-13/+41
2005-05-27add radeon registers from VHA code these are the "unknown" registersDave Airlie1-0/+30
2005-05-23VIA:Thomas Hellstrom9-24/+26