summaryrefslogtreecommitdiff
path: root/sys/dev/pci/drm/drmP.h
AgeCommit message (Expand)Author
2013-08-12add support for having multiple drm devicesMark Kettenis
2013-08-12make udv_attach_drm work for both radeondrm and inteldrmMark Kettenis
2013-08-12fix a merge errorJonathan Gray
2013-08-12add inline version of of_machine_is_compatible()Martin Pieuchot
2013-08-12don't set DRMDEBUG by defaultJonathan Gray
2013-08-12add inline versions of udelay/mdelayJonathan Gray
2013-08-12memory barriers for sparc64; use a big hammer for nowMark Kettenis
2013-08-12move drm_vblank_count_and_time() proto to drmP.hJonathan Gray
2013-08-12TAILQ_CONCAT macro from FreeBSDJonathan Gray
2013-08-12ror32 from FreeBSDJonathan Gray
2013-08-12compile more asic specific filesJonathan Gray
2013-08-12make most of the atombios code compileJonathan Gray
2013-08-12add lower_32_bits macroJonathan Gray
2013-08-12add roundup_pow_of_two from FreeBSDJonathan Gray
2013-08-12change DEV_INFO so it doesn't assume a dev_priv variableJonathan Gray
2013-08-12more typedefs for linux typesJonathan Gray
2013-08-12map more of the linux endian macrosJonathan Gray
2013-08-12empty MODULE_FIRMWARE definitionJonathan Gray
2013-08-12add DRM_MDELAY macro from FreeBSDJonathan Gray
2013-08-12always define DRMDEBUG for nowJonathan Gray
2013-08-12make a mostly stubbed version of radeon_device.c compileJonathan Gray
2013-08-12make radeon_gem.c compileJonathan Gray
2013-08-12make radeon_kms.c compileJonathan Gray
2013-08-12add a version of the 'likely' macro for linux compatJonathan Gray
2013-08-07Another major overhaul of the inteldrm(4) GEM code, bringing us considerablyMark Kettenis
2013-07-08add inline versions of udelay/mdelayJonathan Gray
2013-06-11Turn the allocation of GEM objects upside down and make the driverMark Kettenis
2013-06-07Add proper mmap(2) support for drm(4)/inteldrm(4). This changes theMark Kettenis
2013-03-28as DRM_LOG_KMS is called with partial lines make it a simple printfJonathan Gray
2013-03-21Do not include machine/param.h since sys/param.h already did so.Theo de Raadt
2013-03-18Significantly increase the wordlist for ddb hangman,Jonathan Gray
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