index
:
src
cvs/HEAD
kms/intel
kms/radeon
master
OpenBSD base system
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
sys
/
dev
/
pci
/
drm
/
drm_drv.c
Age
Commit message (
Expand
)
Author
2013-03-04
pass an extra arg to drm_fb_release so we can do the locking
Jonathan Gray
2013-03-04
avoid some additional setup/teardown calls for modeset
Jonathan Gray
2013-03-04
we need to call drm_fb_release on close for modeset
Jonathan Gray
2013-03-04
move the place we init vbl_events to match linux
Jonathan Gray
2013-03-04
sync vblank code with linux
Jonathan Gray
2013-02-10
sync i915 irq code with linux (with less breakage this time)
Jonathan Gray
2013-02-08
sync the device independent drm modesetting code with linux
Jonathan Gray
2013-02-07
Revert "sync i915_irq.c with linux"
Jonathan Gray
2013-02-05
sync i915_irq.c with linux
Jonathan Gray
2013-02-02
make the feature macros take drm_device instead of inteldrm_softc
Jonathan Gray
2013-01-10
enable dirtyfb ioctl, print a warning for page flip ioctl
Jonathan Gray
2013-01-10
implement DRM_IOCTL_MODE_ADDFB2
Jonathan Gray
2013-01-10
adjust drm_irq_install/uninstall use for modeset
Jonathan Gray
2013-01-10
add DRM_IOCTL_GET_CAP
Jonathan Gray
2013-01-10
add the rest of intel_display.c
Jonathan Gray
2013-01-10
add the rest of the tv functions
Jonathan Gray
2013-01-10
add plane ioctls
Jonathan Gray
2013-01-10
expose dumb fb ioctls
Jonathan Gray
2013-01-10
Add driver independant KMS support.
Matthieu Herrb
2012-12-06
Rework how AGP memory regions are mapped and add support for AGP bridges
Martin Pieuchot
2012-09-08
Instead of having yet an other option to compile the drm code without agp
Martin Pieuchot
2012-08-30
Use only one macro instead of two to turn debug printf on.
Martin Pieuchot
2011-07-03
Rip out and burn support for UVM_HIST.
Owain Ainsworth
2011-07-03
Remove config_activate() and DVACT_ACTIVATE. PCMCIA's the only thing
Matthew Dempsky
2011-06-17
M_WAITOK cleanup of two cases:
Michael Knudsen
2011-06-02
Add $OpenBSD$ after oga said 'go ahead and fix that'
Paul de Weerd
2011-05-02
Some extra paranoia for if we fail to attach.
Owain Ainsworth
2011-04-07
Do not use NULL in integer comparisons. No functional change.
Miod Vallat
2010-12-26
Kill pmap_phys_address(), and force every driver's mmap() routine to return
Miod Vallat
2010-11-09
correct some bit tests spotted by -Wparentheses in newer gcc.
Jonathan Gray
2010-09-21
Avoid double unlocking the DRM lock in drmclose(). Caught by the
Matthew Dempsky
2010-07-18
Support from vblank events in drm.
Owain Ainsworth
2010-05-24
Remove the drm drivers that are not enabled (and have never been so).
Owain Ainsworth
2010-04-30
Right now, if anything internal changes with a uvm object, diverse
Owain Ainsworth
2010-04-25
The locking rework/fix that I promised when I commited GEM.
Owain Ainsworth
2010-04-08
DRM memory management for inteldrm(4) using the Graphics Execution
Owain Ainsworth
2009-10-13
Get rid of devact enum, substitute it with an int and coresponding defines.
Paul Irofti
2009-08-02
Never return nonzero in a device activate method invoked with DVACT_ACTIVATE,
Miod Vallat
2009-06-06
mechanical rename of ``priv'' to ``file_priv'' in the one function where
Owain Ainsworth
2009-06-06
use BUS_DMA_ZERO instead of alloc + bzero.
Owain Ainsworth
2009-04-03
detypedef drm_local_map.
Owain Ainsworth
2009-04-03
detypedef drm_device_dma_t.
Owain Ainsworth
2009-04-03
detypedef drm_pci_id_list_t.
Owain Ainsworth
2009-04-03
Sprinkle some const correctness for the pciid lists. From mickey ages
Owain Ainsworth
2009-03-30
Zap a superfluous newline in the drmprint function, it messes up output
Owain Ainsworth
2009-03-29
Remove the lock_time member from the hardware lock. It's not that
Owain Ainsworth
2009-03-27
Rework the dma buffer api a bit to make it smaller and to have less
Owain Ainsworth
2009-03-27
Remove a bunch of compat macros, just expand them to the openbsd
Owain Ainsworth
2009-03-26
Rework how we deal with the list of per-open datastructures, and the
Owain Ainsworth
2009-03-26
The drm_* allocation functions have been #defined to not use most of
Owain Ainsworth
[next]