summaryrefslogtreecommitdiff
path: root/linux-core/drmP.h
AgeCommit message (Expand)AuthorFilesLines
2005-06-28- Remove drm_initmap and replace its usage with drm_addmap. This reducesEric Anholt1-6/+3
2005-06-28add compat code from Paul MackerrasDave Airlie1-0/+6
2005-06-28Given that BenH says using the sysdev approach for DRM is bogus, I'll yankAlan Hourihane1-4/+0
2005-06-26removed dev->sysdev_registeredJon Smirl1-1/+0
2005-06-22Get the power management hooks into the right place so that everything getsJon Smirl1-1/+1
2005-06-17fix up drm_alloc_agp to take a dev arg and not pass crappy agpgart aroundDave Airlie1-5/+1
2005-06-14Adds support for PCI cards to MGA DRMIan Romanick1-9/+19
2005-06-04misc cleanup patch from Adrian BunkDave Airlie1-19/+1
2005-05-28Bugzilla #3217: Create a new __drm_pci_free which is used internally inEric Anholt1-0/+1
2005-05-28Re-implement the power management.Alan Hourihane1-0/+11
2005-05-27Modify drm_driver::device_is_agp to return a tri-state value to indicateIan Romanick1-5/+10
2005-05-16Added device_is_agp callback to drm_driver. This function is called by theIan Romanick1-0/+17
2005-04-26Convert BSD code to mostly use bus_dma, the dma abstraction for dealingEric Anholt1-5/+9
2005-03-25fix up AGP multi-head support for kernel 2.6.12Dave Airlie1-2/+13
2005-02-07fix agp detection on linuxDave Airlie1-0/+5
2005-02-05- Implement drm_initmap, and extend it with the resource number to helpEric Anholt1-1/+6
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-23Round 2 of getting rid of inter_module_get()Jon Smirl1-1/+0
2004-10-15Move drm_cpu_valid out of drm_init. drm_init is empty now.Jon Smirl1-3/+0
2004-10-15Switch linux-core over to 2.6 parameter model to enable debug useJon Smirl1-3/+2
2004-10-13Add a poll function that alternates between zero and normal poll return toJon Smirl1-0/+1
2004-10-12Breakout heads into their own data structures.Jon Smirl1-26/+29
2004-10-10Rename fn_tbl to driver. Core driver now uses pci_driver name whichJon Smirl1-8/+7
2004-10-09remove unused dma remnants that were gamma only - these could cause an oopsDave Airlie1-7/+0
2004-10-06Revert back to drm_order() instead of using kernel get_order(). TheJon Smirl1-0/+1
2004-09-30Make the debug memory functions compile for the core model.Jon Smirl1-1/+1
2004-09-30Lindent of core build. Drivers checked for no binary diffs. A few filesJon Smirl1-469/+462
2004-09-30Move things around to reduce public symbols and even out files. Switch toJon Smirl1-15/+11
2004-09-30Make fops per driver instead of global, remove default flush, poll, readJon Smirl1-12/+8
2004-09-28Getting the AGP module is a global resource. Make sure a dual PCI/AGPJon Smirl1-4/+5
2004-09-27First check in for DRM that splits core from personality modulesJon Smirl1-147/+171
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