summaryrefslogtreecommitdiff
path: root/sys/dev/pci/drm/drm_drv.c
AgeCommit message (Expand)Author
2013-03-04pass an extra arg to drm_fb_release so we can do the lockingJonathan Gray
2013-03-04avoid some additional setup/teardown calls for modesetJonathan Gray
2013-03-04we need to call drm_fb_release on close for modesetJonathan Gray
2013-03-04move the place we init vbl_events to match linuxJonathan Gray
2013-03-04sync vblank code with linuxJonathan Gray
2013-02-10sync i915 irq code with linux (with less breakage this time)Jonathan 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-02-02make the feature macros take drm_device instead of inteldrm_softcJonathan Gray
2013-01-10enable dirtyfb ioctl, print a warning for page flip ioctlJonathan Gray
2013-01-10implement DRM_IOCTL_MODE_ADDFB2Jonathan Gray
2013-01-10adjust drm_irq_install/uninstall use for modesetJonathan Gray
2013-01-10add DRM_IOCTL_GET_CAPJonathan Gray
2013-01-10add the rest of intel_display.cJonathan Gray
2013-01-10add the rest of the tv functionsJonathan Gray
2013-01-10add plane ioctlsJonathan Gray
2013-01-10expose dumb fb ioctlsJonathan 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-30Use only one macro instead of two to turn debug printf on.Martin Pieuchot
2011-07-03Rip out and burn support for UVM_HIST.Owain Ainsworth
2011-07-03Remove config_activate() and DVACT_ACTIVATE. PCMCIA's the only thingMatthew Dempsky
2011-06-17M_WAITOK cleanup of two cases:Michael Knudsen
2011-06-02Add $OpenBSD$ after oga said 'go ahead and fix that'Paul de Weerd
2011-05-02Some extra paranoia for if we fail to attach.Owain Ainsworth
2011-04-07Do not use NULL in integer comparisons. No functional change.Miod Vallat
2010-12-26Kill pmap_phys_address(), and force every driver's mmap() routine to returnMiod Vallat
2010-11-09correct some bit tests spotted by -Wparentheses in newer gcc.Jonathan Gray
2010-09-21Avoid double unlocking the DRM lock in drmclose(). Caught by theMatthew Dempsky
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-30Right now, if anything internal changes with a uvm object, diverseOwain 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
2009-10-13Get rid of devact enum, substitute it with an int and coresponding defines.Paul Irofti
2009-08-02Never return nonzero in a device activate method invoked with DVACT_ACTIVATE,Miod Vallat
2009-06-06mechanical rename of ``priv'' to ``file_priv'' in the one function whereOwain Ainsworth
2009-06-06use BUS_DMA_ZERO instead of alloc + bzero.Owain Ainsworth
2009-04-03detypedef drm_local_map.Owain Ainsworth
2009-04-03detypedef drm_device_dma_t.Owain Ainsworth
2009-04-03detypedef drm_pci_id_list_t.Owain Ainsworth
2009-04-03Sprinkle some const correctness for the pciid lists. From mickey agesOwain Ainsworth
2009-03-30Zap a superfluous newline in the drmprint function, it messes up outputOwain Ainsworth
2009-03-29Remove the lock_time member from the hardware lock. It's not thatOwain Ainsworth
2009-03-27Rework the dma buffer api a bit to make it smaller and to have lessOwain Ainsworth
2009-03-27Remove a bunch of compat macros, just expand them to the openbsdOwain Ainsworth
2009-03-26Rework how we deal with the list of per-open datastructures, and theOwain Ainsworth
2009-03-26The drm_* allocation functions have been #defined to not use most ofOwain Ainsworth