summaryrefslogtreecommitdiff
path: root/linux/drmP.h
AgeCommit message (Expand)AuthorFilesLines
2006-07-19Delete the pre-core DRM code with extreme prejudice.Adam Jackson1-1012/+0
2005-01-16The patch makes drmAddBufs/drmMapBufs can handle buffers in video memoryDave Airlie1-6/+8
2004-10-31Allow drivers to override reclaim_buffers in an OS-independent way byFelix Kuehling1-2/+2
2004-10-09remove unused dma remnants that were gamma only - these could cause an oopsDave Airlie1-7/+0
2004-09-23Remove 2.6 code that allow DRM major device number to be shared. We can addJon Smirl1-4/+0
2004-09-231) switches from class_sysfs to drm sysfs implementation to allowJon Smirl1-1/+3
2004-09-22Remove hotplug reset support from DRM driver. This will be handled by theJon Smirl1-2/+0
2004-09-16Let's try adding the dyn-minor patch again. This patch will reuse minorJon Smirl1-5/+27
2004-09-15Back dyn-minor patch out for now. fops handling is broken on some cardsJon Smirl1-27/+5
2004-09-15Dynamic device minor support. Minor device numbers will be reused if theJon Smirl1-5/+27
2004-09-05merge back bunch of whitespace and misc changes from kernelDave Airlie1-9/+9
2004-09-04Fixup OS_HAS_AGP/OS_HAS_MTRR along lines of patches going to kernel, asDave Airlie1-11/+21
2004-08-30implement drm_core_check_feature and use it .. looks lots nicerDave Airlie1-0/+5
2004-08-30drm-memory patch, cleans up alloc/free and makes calloc look more libc likeDave Airlie1-2/+20
2004-08-29Drop GAMMA DRM from a great height ...Dave Airlie1-7/+0
2004-08-24Merged drmfntbl-0-0-2drmfntbl-0-0-2-20040824-mergeDave Airlie1-49/+41
2004-08-24addmap-base-2 patch from Jon Smirl:Dave Airlie1-0/+2
2004-08-17Merged drmfntbl-0-0-1drmfntbl-0-0-1-20040817-mergeDave Airlie1-54/+67
2004-08-11minor patch from Jon Smirl : sets up some things for later useDave Airlie1-0/+1
2004-08-042.4 hotplug compatDave Airlie1-0/+1
2004-08-03fix for drm in /proc - from Jon SmirlDave Airlie1-4/+4
2004-07-31Add a hotplug event to DRM. Parameters match the ones from the general PCIJon Smirl1-3/+5
2004-07-25sync up with current 2.6 kernel bk tree - mostly __user annotationsDave Airlie1-5/+5
2004-07-20first set of __user annotations from kernel (Al Viro)Dave Airlie1-1/+1
2004-07-11split out backwards compat into a separate file makes it easier for mergingDave Airlie1-115/+1
2004-07-11fix issue in 2.4 kernels with returning NULL from this functionDave Airlie1-1/+1
2004-05-302.4 compatDave Airlie1-0/+4
2004-05-18another 2.4 fixDave Airlie1-0/+2
2004-05-182.4 compat fixDave Airlie1-0/+1
2004-05-09Commit sysfs and drm PCI changes for 2.6 kernelDave Airlie1-0/+1
2004-05-02fix 2.4 buildDave Airlie1-2/+1
2004-04-22Add __user annotations from kernelDave Airlie1-0/+4
2004-04-21centralise pci ids into one place and use scripts to generate files forDave Airlie1-8/+4
2004-04-12Add mach64 to the trunkDave Airlie1-0/+6
2004-04-082.6 sysfs patches + stubs in drmP.h for 2.4 compatibilityDave Airlie1-0/+12
2004-04-08more 2.4 compat fnsDave Airlie1-0/+10
2004-03-12Fixes need to clean up the mess I made with the mesa merge. This codeJon Smirl1-12/+0
2004-02-28Remove extraneous code accidentally added with revision 1.86driinterface-0-0-3-20040303-premergedriinterface-0-0-3-20040303-mergeMichel Daenzer1-17/+0
2004-02-21Conditionally add definition of list_for_each_entry_safe for kernelFelix Kuehling1-0/+8
2004-02-20drm_ctx_dtor.patch Submitted by: Erdi ChenKeith Whitwell1-0/+16
2004-01-11Adapt to nopage() prototype change in Linux 2.6.1.Michel Daenzer1-12/+17
2003-11-05- Tie the DRM to a specific device: setunique no longer succeeds when givenEric Anholt1-4/+12
2003-11-04Memory layout transition:Michel Daenzer1-0/+3
2003-10-23- Introduce a new ioctl, DRM_IOCTL_SET_VERSION. This ioctl allows theEric Anholt1-0/+2
2003-10-17- Move IRQ functions from drm_dma.h to new drm_irq.h and disentangle themEric Anholt1-7/+11
2003-10-17- Converted Linux drivers to initialize DRM instances based on PCI IDs, notEric Anholt1-4/+8
2003-08-29Add DRM(calloc), which is convenient, used by the new sis code, and takesEric Anholt1-0/+1
2003-07-29IRQ code cleanup suggested by Linus TorvaldsMichel Daenzer1-1/+1
2003-07-25Compile fixes for recent 2.5/2.6 Linux kernels. I hope this doesn't breakMichel Daenzer1-12/+11
2003-07-04Don't need to include linux/wrapper.h - we only use Set/ClearPageReservedLeif Delgass1-1/+0