summaryrefslogtreecommitdiff
path: root/shared-core/mga_drv.h
AgeCommit message (Expand)AuthorFilesLines
2007-07-20Replace DRM_IOCTL_ARGS with (dev, data, file_priv) and remove DRM_DEVICE.Eric Anholt1-5/+10
2007-07-20Remove DRM_ERR OS macro.Eric Anholt1-2/+2
2007-07-16drm: remove drm_buf_tDave Airlie1-2/+2
2007-07-16drm: remove drmP.h internal typedefsDave Airlie1-11/+11
2006-03-20Bump driver date to reflect airlied's last fix.Adam Jackson1-2/+2
2005-11-11cleanup ioctl/max_ioctl to use header file for extern symbolsDave Airlie1-0/+3
2005-11-03Converts the remaining drm_agp_foo functions to be a drm_agp_foo andIan Romanick1-4/+4
2005-10-20fix G550 cardsDave Airlie1-1/+1
2005-08-05Rename the driver hooks in the DRM to something a little moreEric Anholt1-3/+3
2005-06-29add mga and r128 32/64 bitsDave Airlie1-0/+2
2005-06-28- Remove drm_initmap and replace its usage with drm_addmap. This reducesEric Anholt1-12/+0
2005-06-14Adds support for PCI cards to MGA DRMIan Romanick1-3/+61
2005-06-09Completely re-initialize DMA settingsIan Romanick1-3/+3
2005-05-22Refactor the routines for "calculating" the size of the WARP microcode. TheIan Romanick1-0/+1
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 Romanick1-1/+2
2005-05-16Added device_is_agp callback to drm_driver. This function is called by theIan Romanick1-2/+2
2005-02-01cleanup patch from Adrian Bunk <bunk@stusta.de>Dave Airlie1-13/+0
2004-09-30Lindent of core build. Drivers checked for no binary diffs. A few filesJon Smirl1-47/+39
2004-09-27First check in for DRM that splits core from personality modulesJon Smirl1-0/+15
2004-08-24Merged drmfntbl-0-0-2drmfntbl-0-0-2-20040824-mergeDave Airlie1-0/+6
2003-12-16Don't ioremap the framebuffer area. The ioremapped area wasn't used bydriinterface-0-0-2-branchEric Anholt1-1/+0
2003-05-16Support AGP bridges where the AGP aperture can't be accessed directly byMichel Daenzer1-2/+2
2003-04-26Remove the map argument from DRM_*MEMORYBARRIER. Not all of the uses ofEric Anholt1-4/+4
2003-03-28merged drm-filp-0-1-branchdrm-filp-1-20020328-mergeKeith Whitwell1-29/+17
2003-03-25XFree86 4.3.0 mergeX_4_3_0-20030324-mergeAlan Hourihane1-17/+19
2003-02-21Merge from bsd-4-0-0-branch.bsd-4-0-0-20030221-mergeEric Anholt1-19/+17
2002-10-30Kernel support for vblank syncing on Rage 128 and Matrox.Eric Anholt1-0/+12
2002-08-29standardize use of __FUNCTION__ (Linus)Keith Whitwell1-6/+6
2002-08-06Updates from Rusty Russell to:Rik Faith1-1/+1
2002-07-05merged bsd-3-0-0-branchbsd-3-0-0-20020705-mergeAlan Hourihane1-0/+631