Age | Commit message (Expand) | Author |
2006-09-28 | Change first valid DRM drawable ID to be 1 instead of 0. | Michel Dänzer |
2006-09-28 | Hook up DRM_IOCTL_UPDATE_DRAW ioctl. | Michel Dänzer |
2006-08-28 | add static function, and remove bad attributions | Dave Airlie |
2006-08-28 | remove some DRM_ARRAY_SIZE from linux core code | Dave Airlie |
2006-08-16 | Remove hash tables on DRM exit. | Thomas Hellstrom |
2006-08-14 | Avoid kernel oops in some error paths calling drm_lastclose(). | Thomas Hellstrom |
2006-07-24 | remove incorrect exit marking on cleanup pci as this is called from other paths | Dave Airlie |
2006-07-24 | switch drm to use Linux mutexes instead of semaphore. | Dave Airlie |
2006-06-06 | Fix drm_remove_magic potential memory leak / corruption. Move drm | Thomas Hellstrom |
2006-04-03 | make add context non master... | Dave Airlie |
2006-02-18 | major realigment of DRM CVS with kernel code, makes integration much easier | Dave Airlie |
2006-02-18 | fix card unload | Dave Airlie |
2006-01-02 | use drm_cards_limit instead of cards_limit | Dave Airlie |
2005-11-11 | A bunch of create_proc_dir_entry() calls creating directories had crept in | Dave Airlie |
2005-11-03 | Converts the remaining drm_agp_foo functions to be a drm_agp_foo and | Ian Romanick |
2005-09-03 | convert ioctl flags to use flags instead of separate ints | Dave Airlie |
2005-08-05 | Rename the driver hooks in the DRM to something a little more | Eric Anholt |
2005-08-04 | Split the control of master vs root priv. Everything is still marked as | Jon Smirl |
2005-06-28 | - Remove drm_initmap and replace its usage with drm_addmap. This reduces | Eric Anholt |
2005-06-28 | Given that BenH says using the sysdev approach for DRM is bogus, I'll yank | Alan Hourihane |
2005-06-24 | Make sysdev class only register when fbdev detected | Jon Smirl |
2005-06-24 | More err path clean up for drm_pm Add mandatory sysdev shutdown function | Jon Smirl |
2005-06-22 | Get the power management hooks into the right place so that everything gets | Jon Smirl |
2005-06-14 | Adds support for PCI cards to MGA DRM | Ian Romanick |
2005-06-09 | drm_mem_init should be done at core load, not driver init | Jon Smirl |
2005-06-04 | misc cleanup patch from Adrian Bunk | Dave Airlie |
2005-05-28 | Bugzilla #3217: Create a new __drm_pci_free which is used internally in | Eric Anholt |
2005-05-28 | Actually check for drm_fb_loaded before trying to initialize the sysdev | Alan Hourihane |
2005-05-28 | Re-implement the power management. | Alan Hourihane |
2005-04-26 | Convert BSD code to mostly use bus_dma, the dma abstraction for dealing | Eric Anholt |
2005-03-25 | fix up AGP multi-head support for kernel 2.6.12 | Dave Airlie |
2005-03-25 | fix bug with XFree86 4.3 on core drm | Dave Airlie |
2005-02-07 | Invalid bound check of driver defined ioctls in drm_ioctl | Dave Airlie |
2005-02-07 | change DRIVER_ to CORE_ makes things look nicer, also change it so the | Dave Airlie |
2005-01-01 | Added a new DRM map type _DRM_CONSISTENT for consistent PCI memory. It uses | Felix Kuehling |
2004-12-07 | Patch from Jon Smirl from Nov. 2nd that makes older X servers behave well | Thomas Hellstrom |
2004-10-23 | Round 2 of getting rid of inter_module_get() | Jon Smirl |
2004-10-23 | Revert symbol_get() changes from drm_drv | Jon Smirl |
2004-10-23 | fix inter module put/get | Dave Airlie |
2004-10-23 | Prepare to eliminate inter_module_get("agp") | Jon Smirl |
2004-10-19 | drm-core, Clean up bug error path on stealth mode exit | Jon Smirl |
2004-10-18 | Update Doxygen configuration & comments. | Jose Fonseca |
2004-10-15 | Switch linux-core over to 2.6 parameter model to enable debug use | Jon Smirl |
2004-10-12 | Breakout heads into their own data structures. | Jon Smirl |
2004-10-10 | Rename fn_tbl to driver. Core driver now uses pci_driver name which | Jon Smirl |
2004-10-08 | Fix refcount bug in stealth mode | Jon Smirl |
2004-10-05 | enable the device in the right order, remove __devinit from drm_int | Jon Smirl |
2004-09-30 | Lindent of core build. Drivers checked for no binary diffs. A few files | Jon Smirl |
2004-09-30 | Move things around to reduce public symbols and even out files. Switch to | Jon Smirl |
2004-09-30 | Make fops per driver instead of global, remove default flush, poll, read | Jon Smirl |