summaryrefslogtreecommitdiff
path: root/linux-core/drm_stub.c
AgeCommit message (Expand)AuthorFilesLines
2007-07-16drm: remove drmP.h internal typedefsDave Airlie1-10/+10
2007-07-02Fix must-check warnings and implement a few error paths.Kristian Høgsberg1-9/+17
2007-06-10use krh's idr mods to remove lists from idr codeDave Airlie1-1/+0
2007-06-01drm: fixup initialisation of list heads and idrDave Airlie1-2/+7
2007-05-26drm: cleanup use of Linux list handling macrosDave Airlie1-7/+2
2007-03-23cleanup more whitespace from ttm mergeDave Airlie1-1/+1
2007-02-14Merge branch 'ttm-vram-0-1-branch'Thomas Hellstrom1-0/+1
2007-02-13Bugzilla Bug #9457Thomas Hellstrom1-0/+1
2007-02-06Implement a policy for selecting memory types.Thomas Hellstrom1-0/+1
2007-01-01fixup permission along line of kernelDave Airlie1-2/+2
2006-12-19drm: remove all 2.4 support for drm development tree.Dave Airlie1-2/+2
2006-12-15Remove the memory caches for fence objects and memory manager nodes,Thomas Hellstrom1-5/+0
2006-10-18Merging drm-ttm-0-2-branchThomas Hellstrom1-4/+25
2006-10-17Add vma list memory usage to memory accounting.Thomas Hellstrom1-2/+1
2006-10-17Extend generality for more memory types.Thomas Hellstrom1-0/+1
2006-10-10Use a nopage-based approach to fault in pfns.Thomas Hellstrom1-4/+5
2006-10-02Add a buffer object manager for TTM maps.Thomas Hellstrom1-2/+9
2006-10-02Make locked tasklet handling more robust.Michel Dänzer1-0/+1
2006-09-29Add support for tracking drawable information to coreMichel Dänzer1-0/+1
2006-09-28Add support for tracking drawable information to coreMichel Dänzer1-0/+1
2006-09-06Put the PCI device/vendor id in the drm_device_t.Eric Anholt1-0/+2
2006-09-04Make memory caches global so that they can be used withThomas Hellstrom1-29/+5
2006-09-01Bugfixes,Thomas Hellstrom1-0/+30
2006-08-28Merge branch 'master' of git+ssh://git.freedesktop.org/git/mesa/drm into drm-...Thomas Hellstrom1-10/+4
2006-08-28drm: lots of small cleanups and whitespace issues fixed upDave Airlie1-4/+4
2006-08-28remove local copies of pci domain/bus/slot/numDave Airlie1-6/+0
2006-08-21User / Kernel space fence objects (device-independent part).Thomas Hellstrom1-0/+1
2006-08-21Generic DRM support base-class support for user-space objects, likeThomas Hellstrom1-0/+6
2006-07-24switch drm to use Linux mutexes instead of semaphore.Dave Airlie1-2/+2
2006-07-10Change drm Map handles to be arbitrary 32-bit hash tokens in the rangeThomas Hellstrom1-0/+4
2006-02-18always enable and set master on pci deviceDave Airlie1-1/+4
2006-02-18major realigment of DRM CVS with kernel code, makes integration much easierDave Airlie1-2/+3
2006-01-02use drm_cards_limit instead of cards_limitDave Airlie1-3/+3
2005-08-05Rename the driver hooks in the DRM to something a little moreEric Anholt1-9/+6
2005-07-03Simplify the sysfs codeJon Smirl1-5/+2
2005-07-03Add sysfs attribute dri_library_name on Linux. code in share-core/via_drv.cJon Smirl1-4/+3
2005-06-28Given that BenH says using the sysdev approach for DRM is bogus, I'll yankAlan Hourihane1-4/+0
2005-06-23Fix drm_memory_debug.c to compile, doesn't seem to be working Clean upJon Smirl1-2/+4
2005-06-22Get the power management hooks into the right place so that everything getsJon Smirl1-3/+4
2005-06-04misc cleanup patch from Adrian BunkDave Airlie1-54/+55
2005-05-28Actually check for drm_fb_loaded before trying to initialize the sysdevAlan Hourihane1-1/+2
2005-05-28Re-implement the power management.Alan Hourihane1-0/+2
2005-05-16Added device_is_agp callback to drm_driver. This function is called by theIan Romanick1-1/+2
2005-03-25fix up AGP multi-head support for kernel 2.6.12Dave Airlie1-1/+1
2005-03-25For 2.6.12 and 2.6.11.x:Dave Airlie1-1/+1
2005-02-07change DRIVER_ to CORE_ makes things look nicer, also change it so theDave Airlie1-3/+3
2004-10-29Switch SPIN_LOCK_UNLOCKED to spin_lock_init()Jon Smirl1-1/+1
2004-10-29Add include of moduleparam.hJon Smirl1-0/+1
2004-10-23Prepare to eliminate inter_module_get("agp")Jon Smirl1-1/+1
2004-10-20Switch linux-core from using dev->pdev->driver->name toJon Smirl1-1/+1