Age | Commit message (Collapse) | Author | |
---|---|---|---|
2008-12-10 | Revert "Merge branch 'modesetting-gem'" | Jesse Barnes | |
This reverts commit 6656db10551bbb8770dd945b6d81d5138521f208. We really just want the libdrm and ioctl bits, not all the driver stuff. | |||
2008-03-27 | drm: remove authentication on master exit. | Dave Airlie | |
using contexts for this is bad for multiple masters | |||
2008-02-13 | start moving over to proper hierarchy wrt master accesses | Dave Airlie | |
2008-02-13 | major port of multi-master ideas into modesetting | Dave Airlie | |
2007-11-05 | drm: remove lots of spurious whitespace. | Dave Airlie | |
Kernel "cleanfile" script run. | |||
2007-07-20 | Replace DRM_IOCTL_ARGS with (dev, data, file_priv) and remove DRM_DEVICE. | Eric Anholt | |
The data is now in kernel space, copied in/out as appropriate according to the This results in DRM_COPY_{TO,FROM}_USER going away, and error paths to deal with those failures. This also means that XFree86 4.2.0 support for i810 DRM is lost. | |||
2007-07-20 | Replace filp in ioctl arguments with drm_file *file_priv. | Eric Anholt | |
As a fallout, replace filp storage with file_priv storage for "unique identifier of a client" all over the DRM. There is a 1:1 mapping, so this should be a noop. This could be a minor performance improvement, as everything on Linux dereferenced filp to get file_priv anyway, while only the mmap ioctls went the other direction. | |||
2007-07-18 | drm_context: fix braino | Dave Airlie | |
2007-07-16 | drm: remove drmP.h internal typedefs | Dave Airlie | |
2007-07-16 | drm: detypedef drm.h and fixup all problems | Dave Airlie | |
2007-07-03 | Use idr_replace trick to eliminate struct drm_ctx_sarea_list. | Kristian Høgsberg | |
2007-07-03 | Don't take dev->struct_mutex twice in drm_setsareactx. | Kristian Høgsberg | |
2007-06-10 | use krh's idr mods to remove lists from idr code | Dave Airlie | |
2007-05-27 | drm: move context handling code to use linux idr | Dave Airlie | |
2007-05-26 | drm: cleanup use of Linux list handling macros | Dave Airlie | |
This makes the drms use of the list handling macros a lot cleaner and more along the lines of how they should be used. | |||
2006-08-28 | fixup some of the comments in drm_context.c | Dave Airlie | |
2006-07-24 | switch drm to use Linux mutexes instead of semaphore. | Dave Airlie | |
I hope the fallback compat code works if not shout at me. | |||
2006-02-18 | major realigment of DRM CVS with kernel code, makes integration much easier | Dave Airlie | |
2006-01-02 | sparse cleanups | Dave Airlie | |
2005-12-04 | Fix from SuSE for issue with context creation failure | Dave Airlie | |
2005-08-16 | add Egberts 32/64 bit patch (its in kernel already...) | Dave Airlie | |
2005-08-12 | Reverting the previous via security-fix commit, since the assumption of | Thomas Hellstrom | |
contexts registered with the callers filp was wrong. | |||
2005-08-11 | Missing symbol export from previous via context check commit. | Thomas Hellstrom | |
2005-08-10 | Security fix on via: Checking that the specified context belongs to the | Thomas Hellstrom | |
caller on fb / agp memory alloc and free. Otherwise malicious clients can register allocations on other clients or free memory used by other clients which will lead to severe memory manager inconsistensies. | |||
2005-08-05 | Fix bug in return to userspace resctx code | Dave Airlie | |
From: Egbert Eich <eich@suse.de> | |||
2005-06-04 | misc cleanup patch from Adrian Bunk | Dave Airlie | |
2004-10-18 | Update Doxygen configuration & comments. | Jose Fonseca | |
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 | |
reflects the personality name. | |||
2004-09-30 | Lindent of core build. Drivers checked for no binary diffs. A few files | Jon Smirl | |
weren't Lindent's because their comments didn't convert very well. A bunch of other minor clean up with no code implact included. | |||
2004-09-27 | First check in for DRM that splits core from personality modules | Jon Smirl | |
2004-09-05 | merge back bunch of whitespace and misc changes from kernel | Dave Airlie | |
2004-09-02 | oops called ctor instead of dtor.. found this on the kernel merge | Dave Airlie | |
2004-08-29 | remove hacky context thing that was gamma only | Dave Airlie | |
2004-08-27 | __NO_VERSION__ hasn't been needed since 2.3 days ditch it... | Dave Airlie | |
2004-08-24 | Merged drmfntbl-0-0-2 | Dave Airlie | |
2004-08-17 | Merged drmfntbl-0-0-1 | Dave Airlie | |
2004-08-14 | Add a "dev" argument to DRIVER_CTX_[CD]TOR. This will be used in an | Eric Anholt | |
upcoming commit for the SiS driver. | |||
2004-07-20 | first set of __user annotations from kernel (Al Viro) | Dave Airlie | |
2004-02-20 | drm_ctx_dtor.patch Submitted by: Erdi Chen | Keith Whitwell | |
2003-05-27 | Merged DRM documentation. | Jose Fonseca | |
2003-04-22 | remove unused variable | Alan Hourihane | |
2003-04-22 | Move a chunk of gamma-specific code out of drm_dma.h. Remove unused | Keith Whitwell | |
'DRM_FLAG_NOCTX' option. | |||
2003-04-22 | remove unused dma histogram code | Keith Whitwell | |
2003-04-22 | Move a bunch of gamma-specific code into a gamma-specific file. Restore the | Keith Whitwell | |
kooky DRM(write_string) code for gamma. | |||
2003-04-22 | remove DRM read, poll and write_string | Keith Whitwell | |
2003-04-08 | Use list_entry() to get container struct from struct list_head pointers. | Leif Delgass | |
Build fix for RedHat 9 kernel (5 args to remap_page_range()). | |||
2002-06-25 | gamma_alloc -> DRM(alloc) | Alan Hourihane | |
2002-01-27 | First pass merge of XFree86 4.2.0 import. | David Dawes | |
2001-09-25 | merge with 2.4.10 kernel | Alan Hourihane | |