Age | Commit message (Expand) | Author |
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 |
2004-09-28 | Getting the AGP module is a global resource. Make sure a dual PCI/AGP | Jon Smirl |
2004-09-27 | First check in for DRM that splits core from personality modules | Jon Smirl |
2004-09-23 | Remove 2.6 code that allow DRM major device number to be shared. We can add | Jon Smirl |
2004-09-23 | 1) switches from class_sysfs to drm sysfs implementation to allow | Jon Smirl |
2004-09-22 | Remove hotplug reset support from DRM driver. This will be handled by the | Jon Smirl |
2004-09-16 | Let's try adding the dyn-minor patch again. This patch will reuse minor | Jon Smirl |
2004-09-15 | Back dyn-minor patch out for now. fops handling is broken on some cards | Jon Smirl |
2004-09-15 | Dynamic device minor support. Minor device numbers will be reused if the | Jon Smirl |
2004-09-05 | merge back bunch of whitespace and misc changes from kernel | Dave Airlie |
2004-09-04 | Fixup OS_HAS_AGP/OS_HAS_MTRR along lines of patches going to kernel, as | Dave Airlie |
2004-08-30 | implement drm_core_check_feature and use it .. looks lots nicer | Dave Airlie |
2004-08-30 | drm-memory patch, cleans up alloc/free and makes calloc look more libc like | Dave Airlie |
2004-08-29 | Drop GAMMA DRM from a great height ... | Dave Airlie |
2004-08-24 | Merged drmfntbl-0-0-2 | Dave Airlie |
2004-08-24 | addmap-base-2 patch from Jon Smirl: | Dave Airlie |
2004-08-17 | Merged drmfntbl-0-0-1 | Dave Airlie |
2004-08-11 | minor patch from Jon Smirl : sets up some things for later use | Dave Airlie |
2004-08-04 | 2.4 hotplug compat | Dave Airlie |
2004-08-03 | fix for drm in /proc - from Jon Smirl | Dave Airlie |
2004-07-31 | Add a hotplug event to DRM. Parameters match the ones from the general PCI | Jon Smirl |
2004-07-25 | sync up with current 2.6 kernel bk tree - mostly __user annotations | Dave Airlie |
2004-07-20 | first set of __user annotations from kernel (Al Viro) | Dave Airlie |
2004-07-11 | split out backwards compat into a separate file makes it easier for merging | Dave Airlie |
2004-07-11 | fix issue in 2.4 kernels with returning NULL from this function | Dave Airlie |
2004-05-30 | 2.4 compat | Dave Airlie |
2004-05-18 | another 2.4 fix | Dave Airlie |
2004-05-18 | 2.4 compat fix | Dave Airlie |
2004-05-09 | Commit sysfs and drm PCI changes for 2.6 kernel | Dave Airlie |
2004-05-02 | fix 2.4 build | Dave Airlie |
2004-04-22 | Add __user annotations from kernel | Dave Airlie |
2004-04-21 | centralise pci ids into one place and use scripts to generate files for | Dave Airlie |
2004-04-12 | Add mach64 to the trunk | Dave Airlie |
2004-04-08 | 2.6 sysfs patches + stubs in drmP.h for 2.4 compatibility | Dave Airlie |
2004-04-08 | more 2.4 compat fns | Dave Airlie |
2004-03-12 | Fixes need to clean up the mess I made with the mesa merge. This code | Jon Smirl |
2004-02-28 | Remove extraneous code accidentally added with revision 1.86 | Michel Daenzer |
2004-02-21 | Conditionally add definition of list_for_each_entry_safe for kernel | Felix Kuehling |
2004-02-20 | drm_ctx_dtor.patch Submitted by: Erdi Chen | Keith Whitwell |
2004-01-11 | Adapt to nopage() prototype change in Linux 2.6.1. | Michel Daenzer |
2003-11-05 | - Tie the DRM to a specific device: setunique no longer succeeds when given | Eric Anholt |
2003-11-04 | Memory layout transition: | Michel Daenzer |
2003-10-23 | - Introduce a new ioctl, DRM_IOCTL_SET_VERSION. This ioctl allows the | Eric Anholt |
2003-10-17 | - Move IRQ functions from drm_dma.h to new drm_irq.h and disentangle them | Eric Anholt |
2003-10-17 | - Converted Linux drivers to initialize DRM instances based on PCI IDs, not | Eric Anholt |
2003-08-29 | Add DRM(calloc), which is convenient, used by the new sis code, and takes | Eric Anholt |
2003-07-29 | IRQ code cleanup suggested by Linus Torvalds | Michel Daenzer |
2003-07-25 | Compile fixes for recent 2.5/2.6 Linux kernels. I hope this doesn't break | Michel Daenzer |
2003-07-04 | Don't need to include linux/wrapper.h - we only use Set/ClearPageReserved | Leif Delgass |