summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2005-07-13distcheck fixeslibdrm-1_0_0Adam Jackson4-13/+6
2005-07-11IRQ must be assigned and enabled or this will hangJon Smirl1-1/+1
2005-07-10autoconfiscate libdrmAdam Jackson6-55/+146
2005-07-03Simplify the sysfs codeJon Smirl3-48/+15
2005-07-03Add sysfs attribute dri_library_name on Linux. code in share-core/via_drv.cJon Smirl6-10/+57
2005-06-30release can happen before dev->ctxlist is allocatedJon Smirl1-1/+1
2005-06-29Remove the AGP requirement from Makefile and Kconfig for MGA. Remove theIan Romanick2-10/+8
2005-06-29add remaining callsAlan Hourihane1-0/+79
2005-06-29add i915_ioc32.cAlan Hourihane2-0/+143
2005-06-29silence warningAlan Hourihane1-1/+4
2005-06-29fix some warnings from cross compilerDave Airlie2-7/+7
2005-06-29make r128/mga compile properly on sparc cross-compilerDave Airlie2-4/+4
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