summaryrefslogtreecommitdiff
path: root/sys/dev/pci/drm/drmP.h
AgeCommit message (Expand)Author
2013-03-11unstub the rest of intel_pm.cJonathan Gray
2013-03-05unstub the ring throttle ioctlJonathan Gray
2013-03-04sync vblank code with linuxJonathan Gray
2013-02-27sync execbuffer domain tracking and flushing with linux 3.4.33Jonathan Gray
2013-02-25add some callbacks and a var for upcoming vblank changesJonathan Gray
2013-02-21use hw_prod/hw_vendor for smbios based quirks matchingJonathan Gray
2013-02-11add and use WARN/BUG macros to reduce the diff to linuxJonathan Gray
2013-02-10sync i915 irq code with linux (with less breakage this time)Jonathan Gray
2013-02-09sync the i915 modesetting code with linuxJonathan Gray
2013-02-08sync the device independent drm modesetting code with linuxJonathan Gray
2013-02-07Revert "sync i915_irq.c with linux"Jonathan Gray
2013-02-05sync i915_irq.c with linuxJonathan Gray
2013-01-16Add drm_gem_object_unreference_unlocked().Mark Kettenis
2013-01-10hook up dumbfb callbacksJonathan Gray
2013-01-10add the rest of the sdvo functionsJonathan Gray
2013-01-10add the rest of intel_display.cJonathan Gray
2013-01-10add the rest of the dp functionsJonathan Gray
2013-01-10add the rest of the tv functionsJonathan Gray
2013-01-10convert boolean_t back to boolJonathan Gray
2013-01-10add the drm memory managerJonathan Gray
2013-01-10expose dumb fb ioctlsJonathan Gray
2013-01-10more bios bitsJonathan Gray
2013-01-10moreJonathan Gray
2013-01-10moreJonathan Gray
2013-01-10moreJonathan Gray
2013-01-10moreJonathan Gray
2013-01-10Add driver independant KMS support.Matthieu Herrb
2012-12-06Rework how AGP memory regions are mapped and add support for AGP bridgesMartin Pieuchot
2012-09-08Instead of having yet an other option to compile the drm code without agpMartin Pieuchot
2012-08-22Add memory barriers for powerpc.Martin Pieuchot
2012-08-21Define the endianness macro used in drm code corresponding to theMartin Pieuchot
2012-04-11fix all the suser calls which pass an incorrect p_acflag argument;Mike Belopuhov
2011-06-02Add $OpenBSD$ after oga said 'go ahead and fix that'Paul de Weerd
2011-03-02- change recieved -> received in comments, as well as two unused definesJasper Lievisse Adriaanse
2010-07-18Support from vblank events in drm.Owain Ainsworth
2010-05-24Remove the drm drivers that are not enabled (and have never been so).Owain Ainsworth
2010-04-25The locking rework/fix that I promised when I commited GEM.Owain Ainsworth
2010-04-08DRM memory management for inteldrm(4) using the Graphics ExecutionOwain Ainsworth
2010-03-27DRM for R600 and R700 chipsets.Owain Ainsworth
2009-05-12Remove the vblank_disable_allowed crud.Owain Ainsworth
2009-05-11Rework the pcigart stuff somewhat.Owain Ainsworth
2009-04-06factor a bit more functionality into common code instead of repeating itOwain Ainsworth
2009-04-06Remove the context constructor and destructor driver hooks. sisdrm's oldOwain Ainsworth
2009-04-06merge radeon_mem_release() and radeon_mem_takedown() into the drm_heapOwain Ainsworth
2009-04-05Rework the vblank subsystem so that instead of having various bits inOwain Ainsworth
2009-04-05kill DRM_VERIFYAREA_READ, it's part of a linux optimisation where we canOwain Ainsworth
2009-04-04Remove the three inline functions from drmP.h.Owain Ainsworth
2009-04-03detypedef drm_local_map.Owain Ainsworth
2009-04-03detypedef drm_device_dma_t.Owain Ainsworth
2009-04-03detypedef drm_buf_entry_t too.Owain Ainsworth