summaryrefslogtreecommitdiff
path: root/shared-core/mga_dma.c
AgeCommit message (Expand)AuthorFilesLines
2008-01-03drm: cleanup DRM_DEBUG() parametersMárton Németh1-1/+1
2007-12-17While reading some code I stumbled across the use of 'err' inJesper Juhl1-1/+1
2007-11-22drm: major whitespace/coding style realignment with kernelDave Airlie1-44/+41
2007-11-05drm: remove lots of spurious whitespace.Dave Airlie1-11/+11
2007-07-20Replace DRM_IOCTL_ARGS with (dev, data, file_priv) and remove DRM_DEVICE.Eric Anholt1-52/+34
2007-07-20Replace filp in ioctl arguments with drm_file *file_priv.Eric Anholt1-7/+8
2007-07-20Remove DRM_ERR OS macro.Eric Anholt1-21/+21
2007-07-16drm: remove drm_buf_tDave Airlie1-4/+4
2007-07-16drm: remove drmP.h internal typedefsDave Airlie1-21/+21
2007-07-16drm: detypedef drm.h and fixup all problemsDave Airlie1-13/+13
2007-05-26drm: cleanup use of Linux list handling macrosDave Airlie1-1/+1
2007-04-28remove DRM_GETSAREA and replace with drm_getsarea functionDave Airlie1-2/+1
2005-11-28Assert an MIT copyright on sis_drm.h, since one was lacking and I createdEric Anholt1-2/+2
2005-11-08Fix FreeBSD DRM for latest MGA changes to agp support, which cleans thingsEric Anholt1-0/+2
2005-11-03Converts the remaining drm_agp_foo functions to be a drm_agp_foo andIan Romanick1-13/+41
2005-10-20dma access also needs some workDave Airlie1-0/+1
2005-10-20the old init path needs to set WAGP_ENABLE by defaultDave Airlie1-0/+3
2005-10-14Doig a full clean up from mga_do_dma_bootstrap whenIan Romanick1-11/+15
2005-10-14Fixed a cut-and-paste bug that could cause an oops in mga_do_cleanup_dmaIan Romanick1-2/+2
2005-08-26- Don't try to allocate mappings of less than a PAGE_SIZE in MGA DMA code.Eric Anholt1-19/+32
2005-08-16add Egberts 32/64 bit patch (its in kernel already...)Dave Airlie1-0/+1
2005-08-05Rename the driver hooks in the DRM to something a little moreEric Anholt1-4/+11
2005-08-04Whitespace fixups.Eric Anholt1-5/+2
2005-08-04Fix the MGA driver on BSD by passing in the proper chipset flags to theEric Anholt1-20/+18
2005-06-28- Remove drm_initmap and replace its usage with drm_addmap. This reducesEric Anholt1-102/+14
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 Romanick1-41/+509
2005-06-09Completely re-initialize DMA settingsIan Romanick1-24/+33
2005-06-03Move the deallocation of dev_private. Since dev_private is allocated whenIan Romanick1-5/+11
2005-05-21Change the MGA initialization and cleanup a bit. The dev_private structureIan Romanick1-30/+18
2005-02-01cleanup patch from Adrian Bunk <bunk@stusta.de>Dave Airlie1-57/+4
2004-09-30Lindent of core build. Drivers checked for no binary diffs. A few filesJon Smirl1-269/+256
2004-09-27First check in for DRM that splits core from personality modulesJon Smirl1-26/+8
2004-09-20remove HAVE_COUNTERSDave Airlie1-0/+5
2004-08-24Merged drmfntbl-0-0-2drmfntbl-0-0-2-20040824-mergeDave Airlie1-2/+6
2004-08-23set pointers to NULL after freeing, remove some extra debuggingDave Airlie1-1/+3
2004-08-17Merged drmfntbl-0-0-1drmfntbl-0-0-1-20040817-mergeDave Airlie1-15/+31
2004-07-25sync up with current 2.6 kernel bk tree - mostly __user annotationsDave Airlie1-4/+5
2003-12-16Don't ioremap the framebuffer area. The ioremapped area wasn't used bydriinterface-0-0-2-branchEric Anholt1-8/+0
2003-11-05- Tie the DRM to a specific device: setunique no longer succeeds when givenEric Anholt1-1/+1
2003-10-17- Move IRQ functions from drm_dma.h to new drm_irq.h and disentangle themEric Anholt1-1/+1
2003-05-16Support AGP bridges where the AGP aperture can't be accessed directly byMichel Daenzer1-6/+6
2003-04-26Ensure driver has been initialized (dev_private != NULL) before installingLeif Delgass1-0/+10
2003-04-21Check for NULL map before calling DRM(ioremapfree) on cleanup. Prevents anLeif Delgass1-3/+6
2003-03-28merged drm-filp-0-1-branchdrm-filp-1-20020328-mergeKeith Whitwell1-6/+7
2002-10-29updated e-mail addresses for Keith, Alan and JensJens Owen1-1/+1
2002-10-27s/udelay/DRM_UDELAY/Eric Anholt1-1/+1
2002-10-10Jonny Strom's mga_dma.c patchKeith Whitwell1-1/+10
2002-08-29standardize use of __FUNCTION__ (Linus)Keith Whitwell1-1/+1
2002-07-05merged bsd-3-0-0-branchbsd-3-0-0-20020705-mergeAlan Hourihane1-0/+786