summaryrefslogtreecommitdiff
path: root/linux/drm_drv.h
AgeCommit message (Expand)AuthorFilesLines
2004-08-24Merged drmfntbl-0-0-2drmfntbl-0-0-2-20040824-mergeDave Airlie1-105/+81
2004-08-24addmap-base-2 patch from Jon Smirl:Dave Airlie1-19/+47
2004-08-24This patch adds three new ioctl's to the VIA Unichrome/Pro DRM driver:Erdi Chen1-0/+1
2004-08-17Merged drmfntbl-0-0-1drmfntbl-0-0-1-20040817-mergeDave Airlie1-154/+75
2004-08-15Add dev to DRIVER_CTX_DTOR( dev, pos->handle) so that sis driver willJon Smirl1-1/+1
2004-08-11minor patch from Jon Smirl : sets up some things for later useDave Airlie1-7/+8
2004-08-10Patch from Jon Smirl to add attribute field to the pciids, and use this forDave Airlie1-20/+8
2004-08-03fix for drm in /proc - from Jon SmirlDave Airlie1-1/+2
2004-07-25if the driver has already register don't do another intermodule registerDave Airlie1-0/+1
2004-07-20first set of __user annotations from kernel (Al Viro)Dave Airlie1-8/+5
2004-07-15sparse cleanups from kernel: Al ViroDave Airlie1-1/+1
2004-07-14Fix reference counting for stub for new Linux PCI probeDave Airlie1-0/+2
2004-06-21fix bug with pci_disable_device in the wrong place (Paul Mackerras) removeDave Airlie1-6/+3
2004-06-12dirty hack to make mach64 work, (don't worry I'll get around to fixing itDave Airlie1-0/+4
2004-05-10do some real testing and fix the DRM initialising and unloadingDave Airlie1-1/+3
2004-05-09Commit sysfs and drm PCI changes for 2.6 kernelDave Airlie1-64/+118
2004-05-02better device class support from Jon Smirls patches..Dave Airlie1-0/+15
2004-04-21centralise pci ids into one place and use scripts to generate files forDave Airlie1-7/+10
2004-04-082.6 patches for larger dev_tDave Airlie1-3/+3
2004-04-08patch from Linux kernel 2.6.5Dave Airlie1-1/+1
2004-03-16Add a missing ifdef CTX to get rid of the waring in the gamma driver build.Jon Smirl1-1/+2
2004-02-20drm_ctx_dtor.patch Submitted by: Erdi ChenKeith Whitwell1-0/+26
2003-11-05- Tie the DRM to a specific device: setunique no longer succeeds when givenEric Anholt1-3/+14
2003-11-04Memory layout transition:Michel Daenzer1-0/+3
2003-10-24Switch pci enumeration call to work on both 2.4 and 2.6 pci_for_each_dev isJon Smirl1-2/+2
2003-10-23Move to "old-style" probing as documented in linux/Documentation/pci.txt.Eric Anholt1-20/+10
2003-10-23- Introduce a new ioctl, DRM_IOCTL_SET_VERSION. This ioctl allows theEric Anholt1-0/+1
2003-10-19Fix probing on 2.5+ kernels, which require that drivers have .id_table set.Eric Anholt1-1/+5
2003-10-17- Move IRQ functions from drm_dma.h to new drm_irq.h and disentangle themEric Anholt1-6/+6
2003-10-17- Converted Linux drivers to initialize DRM instances based on PCI IDs, notEric Anholt1-119/+98
2003-08-15Merge from 2.6 kernel (Linus Torvalds)Michel Daenzer1-1/+1
2003-08-06Fix maplist entries being used after they were freed; thanks to BenjaminMichel Daenzer1-39/+37
2003-07-11Restore __HAVE_KERNEL_CTX_SWITCH, required for the sparc drm module in theKeith Whitwell1-1/+42
2003-07-08Removed unused __HAVE_KERNEL_CTX_SWITCH, whatever that was.Keith Whitwell1-36/+3
2003-06-19Revert the janitorial - that works is now on the new branchJose Fonseca1-23/+45
2003-06-03Split declarations/definitions in drm_scatter.h into drm_sg.h/drm_sg_tmp.hJose Fonseca1-45/+23
2003-05-27Merged DRM documentation.Jose Fonseca1-36/+136
2003-05-16Support AGP bridges where the AGP aperture can't be accessed directly byMichel Daenzer1-1/+1
2003-04-27Put back __HAVE_KERNEL_CTX_SWITCH for David Miller's sparc drm driverKeith Whitwell1-0/+29
2003-04-24Remove unused dev->map_count. We always iterate the maplist withLeif Delgass1-1/+0
2003-04-24Remove #if 0'd code and some unused string functionsKeith Whitwell1-3/+0
2003-04-23Install dummy/noop read & poll fops unless the driver has replacements.Keith Whitwell1-0/+8
2003-04-22Move the excitingly named DRM(flush_block_and_flush) and friends toKeith Whitwell1-2/+10
2003-04-22remove unused __HAVE_KERNEL_CTX_SWITCH codeKeith Whitwell1-29/+0
2003-04-22remove unused dma histogram codeKeith Whitwell1-8/+0
2003-04-22remove DRM read, poll and write_stringKeith Whitwell1-2/+0
2003-04-17Bring some drm module changes over from the XFree86 trunk:David Dawes1-2/+4
2003-03-28merged drm-filp-0-1-branchdrm-filp-1-20020328-mergeKeith Whitwell1-12/+12
2003-03-25linux merge for drmAlan Hourihane1-4/+5
2002-09-25common ioctl to wait for vertical blank IRQsMichel Daenzer1-0/+4