summaryrefslogtreecommitdiff
path: root/linux/drm_drv.h
AgeCommit message (Expand)AuthorFilesLines
2006-07-19Delete the pre-core DRM code with extreme prejudice.Adam Jackson1-1127/+0
2005-04-20A fix for a locking bug which is triggered when a client tries to lock withThomas Hellstrom1-9/+12
2004-10-31Allow drivers to override reclaim_buffers in an OS-independent way byFelix Kuehling1-1/+1
2004-10-29Switch SPIN_LOCK_UNLOCKED to spin_lock_init()Jon Smirl1-1/+1
2004-10-08Fix refcount bug in stealth modeJon Smirl1-0/+1
2004-10-07Fix drm_exit to allow for DRM(global) being deleted when framebuffer isJon Smirl1-1/+1
2004-09-20Remove size restriction on permanent addmapJon Smirl1-0/+1
2004-09-20remove HAVE_COUNTERSDave Airlie1-44/+14
2004-09-16Let's try adding the dyn-minor patch again. This patch will reuse minorJon Smirl1-94/+46
2004-09-15Back dyn-minor patch out for now. fops handling is broken on some cardsJon Smirl1-46/+94
2004-09-15Dynamic device minor support. Minor device numbers will be reused if theJon Smirl1-94/+46
2004-09-12Fix error path in probe() to release resources if there is an error.Jon Smirl1-15/+20
2004-09-10More general patch to mark resources in use by all DRM drivers. Makes theJon Smirl1-1/+4
2004-09-05missed fix as part of last checkinDave Airlie1-2/+2
2004-09-05merge back bunch of whitespace and misc changes from kernelDave Airlie1-6/+3
2004-09-04Fixup OS_HAS_AGP/OS_HAS_MTRR along lines of patches going to kernel, asDave Airlie1-42/+32
2004-09-02Fix ref count problem in stealth mode. pci_get_subsys() with last parameterJon Smirl1-1/+0
2004-08-30implement drm_core_check_feature and use it .. looks lots nicerDave Airlie1-13/+13
2004-08-29remove hacky context thing that was gamma onlyDave Airlie1-4/+4
2004-08-29Drop GAMMA DRM from a great height ...Dave Airlie1-39/+27
2004-08-28Initialize pdev to NULL correctly so that pci_get_subsys() will work.Jon Smirl1-1/+3
2004-08-27Make DRM detect vesafb and revert to stealth mode to avoid resourceJon Smirl1-14/+28
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 kerneldrmpci-0-0-1Dave 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