summaryrefslogtreecommitdiff
path: root/linux-core/drm_context.c
AgeCommit message (Expand)AuthorFilesLines
2009-11-17Drop shared-core, bsd-core, linux-core and scripts subdirsKristian Høgsberg1-472/+0
2008-12-10Revert "Merge branch 'modesetting-gem'"Jesse Barnes1-4/+6
2008-03-27drm: remove authentication on master exit.Dave Airlie1-3/+0
2008-02-13start moving over to proper hierarchy wrt master accessesDave Airlie1-3/+4
2008-02-13major port of multi-master ideas into modesettingDave Airlie1-1/+1
2007-11-05drm: remove lots of spurious whitespace.Dave Airlie1-2/+2
2007-07-20Replace DRM_IOCTL_ARGS with (dev, data, file_priv) and remove DRM_DEVICE.Eric Anholt1-97/+52
2007-07-20Replace filp in ioctl arguments with drm_file *file_priv.Eric Anholt1-31/+25
2007-07-18drm_context: fix brainoDave Airlie1-1/+1
2007-07-16drm: remove drmP.h internal typedefsDave Airlie1-18/+18
2007-07-16drm: detypedef drm.h and fixup all problemsDave Airlie1-23/+23
2007-07-03Use idr_replace trick to eliminate struct drm_ctx_sarea_list.Kristian Høgsberg1-34/+7
2007-07-03Don't take dev->struct_mutex twice in drm_setsareactx.Kristian Høgsberg1-2/+0
2007-06-10use krh's idr mods to remove lists from idr codeDave Airlie1-30/+26
2007-05-27drm: move context handling code to use linux idrDave Airlie1-89/+53
2007-05-26drm: cleanup use of Linux list handling macrosDave Airlie1-7/+5
2006-08-28fixup some of the comments in drm_context.cDave Airlie1-4/+4
2006-07-24switch drm to use Linux mutexes instead of semaphore.Dave Airlie1-22/+22
2006-02-18major realigment of DRM CVS with kernel code, makes integration much easierDave Airlie1-2/+3
2006-01-02sparse cleanupsDave Airlie1-2/+2
2005-12-04Fix from SuSE for issue with context creation failureDave Airlie1-1/+4
2005-08-16add Egberts 32/64 bit patch (its in kernel already...)Dave Airlie1-2/+13
2005-08-12Reverting the previous via security-fix commit, since the assumption ofThomas Hellstrom1-30/+0
2005-08-11Missing symbol export from previous via context check commit.Thomas Hellstrom1-1/+1
2005-08-10Security fix on via: Checking that the specified context belongs to theThomas Hellstrom1-0/+30
2005-08-05Fix bug in return to userspace resctx codeDave Airlie1-1/+1
2005-06-04misc cleanup patch from Adrian BunkDave Airlie1-2/+2
2004-10-18Update Doxygen configuration & comments.Jose Fonseca1-1/+1
2004-10-12Breakout heads into their own data structures.Jon Smirl1-6/+6
2004-10-10Rename fn_tbl to driver. Core driver now uses pci_driver name whichJon Smirl1-4/+4
2004-09-30Lindent of core build. Drivers checked for no binary diffs. A few filesJon Smirl1-149/+150
2004-09-27First check in for DRM that splits core from personality modulesJon Smirl1-32/+32
2004-09-05merge back bunch of whitespace and misc changes from kernelDave Airlie1-1/+2
2004-09-02oops called ctor instead of dtor.. found this on the kernel mergeDave Airlie1-2/+2
2004-08-29remove hacky context thing that was gamma onlyDave Airlie1-14/+0
2004-08-27__NO_VERSION__ hasn't been needed since 2.3 days ditch it...Dave Airlie1-1/+0
2004-08-24Merged drmfntbl-0-0-2drmfntbl-0-0-2-20040824-mergeDave Airlie1-6/+15
2004-08-17Merged drmfntbl-0-0-1drmfntbl-0-0-1-20040817-mergeDave Airlie1-6/+8
2004-08-14Add a "dev" argument to DRIVER_CTX_[CD]TOR. This will be used in anEric Anholt1-2/+2
2004-07-20first set of __user annotations from kernel (Al Viro)Dave Airlie1-14/+16
2004-02-20drm_ctx_dtor.patch Submitted by: Erdi ChenKeith Whitwell1-0/+29
2003-05-27Merged DRM documentation.Jose Fonseca1-14/+169
2003-04-22remove unused variableAlan Hourihane1-2/+0
2003-04-22Move a chunk of gamma-specific code out of drm_dma.h. Remove unusedKeith Whitwell1-4/+5
2003-04-22remove unused dma histogram codeKeith Whitwell1-8/+0
2003-04-22Move a bunch of gamma-specific code into a gamma-specific file. Restore theKeith Whitwell1-371/+0
2003-04-22remove DRM read, poll and write_stringKeith Whitwell1-6/+0
2003-04-08Use list_entry() to get container struct from struct list_head pointers.Leif Delgass1-1/+1
2002-06-25gamma_alloc -> DRM(alloc)xv845g-0-1-bptrunk-20020626xv845g-0-1-branchAlan Hourihane1-1/+1
2002-01-27First pass merge of XFree86 4.2.0 import.X_4_2_0-20020128-mergeDavid Dawes1-0/+11