summaryrefslogtreecommitdiff
path: root/linux-core/drm_os_linux.h
AgeCommit message (Expand)AuthorFilesLines
2007-11-05drm: remove lots of spurious whitespace.Dave Airlie1-3/+2
2007-11-05drm: move some of the OS stuff into the OS headerDave Airlie1-0/+15
2007-07-20Replace DRM_IOCTL_ARGS with (dev, data, file_priv) and remove DRM_DEVICE.Eric Anholt1-12/+0
2007-07-20Replace filp in ioctl arguments with drm_file *file_priv.Eric Anholt1-7/+2
2007-07-20Remove DRM_ERR OS macro.Eric Anholt1-1/+0
2007-07-16drm: fix typedef in drm_os_linux.hDave Airlie1-2/+2
2007-04-28remove DRM_GETSAREA and replace with drm_getsarea functionDave Airlie1-18/+0
2006-12-19remove legacy taskqueue codeDave Airlie1-3/+0
2006-12-19drm: remove all 2.4 support for drm development tree.Dave Airlie1-5/+0
2006-12-19fix irq args compatiblity with pre 2.6.19Dave Airlie1-1/+1
2006-02-18major realigment of DRM CVS with kernel code, makes integration much easierDave Airlie1-6/+9
2005-08-15Port the VIA DRM to FreeBSD. Original patch by Jake, with some cleanup byEric Anholt1-0/+1
2005-04-19Revert last commit, it affect via thingsDave Airlie1-7/+20
2005-03-27Description: Rather than use custom code in DRM_WAIT_ON() to do exactlyDave Airlie1-20/+7
2005-03-25verify_area is deprecated, replaced by access_ok. Seems I missed this oneDave Airlie1-1/+1
2005-02-08Close a race which could allow for privilege escalation by users with DRIEric Anholt1-2/+0
2004-10-12Breakout heads into their own data structures.Jon Smirl1-1/+1
2004-09-30Lindent of core build. Drivers checked for no binary diffs. A few filesJon Smirl1-12/+8
2004-09-18Fix from: Nishanth Aravamudan replace direct assignment withJon Smirl1-2/+2
2004-09-12Make the comment match the codeJon Smirl1-1/+1
2004-09-12Fix DRM to compile cleanly with recent kernel changes in PCI IO andJon Smirl1-0/+15
2004-09-04Fixup OS_HAS_AGP/OS_HAS_MTRR along lines of patches going to kernel, asDave Airlie1-0/+25
2004-08-30drm-memory patch, cleans up alloc/free and makes calloc look more libc likeDave Airlie1-5/+0
2004-08-27__NO_VERSION__ hasn't been needed since 2.3 days ditch it...Dave Airlie1-1/+0
2004-06-10A few changes for recent redhat.Keith Whitwell1-0/+4
2003-11-04Memory layout transition:Michel Daenzer1-0/+4
2003-10-22- Add DRM_GET_PRIV_WITH_RETURN macro. This can be used in shared code toEric Anholt1-0/+2
2003-07-29IRQ code cleanup suggested by Linus TorvaldsMichel Daenzer1-10/+6
2003-07-25Compile fixes for recent 2.5/2.6 Linux kernels. I hope this doesn't breakMichel Daenzer1-2/+22
2003-05-28Restore DRM_*MEMORYBARRIER change reverted with documentation mergeLeif Delgass1-3/+3
2003-05-27Merged DRM documentation.Jose Fonseca1-7/+33
2003-04-28Restore Eric Anholt's DRM_*MEMORYBARRIER changes from rev 1.11Leif Delgass1-2/+3
2003-04-28DRM_READ/WRITEMEMORYBARRIER was given an argument in the bsd tree, fix forAlan Hourihane1-3/+2
2003-04-26Remove the map argument from DRM_*MEMORYBARRIER. Not all of the uses ofEric Anholt1-2/+3
2003-04-262.5.x sync patch from Linus TorvaldsKeith Whitwell1-1/+1
2003-04-08Use list_entry() to get container struct from struct list_head pointers.Leif Delgass1-24/+23
2003-03-28merged drm-filp-0-1-branchdrm-filp-1-20020328-mergeKeith Whitwell1-7/+8
2003-03-25XFree86 4.3.0 mergeX_4_3_0-20030324-mergeAlan Hourihane1-7/+7
2003-03-04DRM_FREE/2 patch from Philip BrownKeith Whitwell1-1/+1
2003-02-21Merge from bsd-4-0-0-branch.bsd-4-0-0-20030221-mergeEric Anholt1-6/+6
2002-10-09replaced max() macro with conditional expressionBrian Paul1-1/+1
2002-09-29Move os-dependent stuff out of radeon_irq.cKeith Whitwell1-12/+43
2002-09-23merged r200-0-2-branch to trunkKeith Whitwell1-0/+3
2002-07-05merged bsd-3-0-0-branchbsd-3-0-0-20020705-mergeAlan Hourihane1-0/+56