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
2014-03-09
remove dri1 interfaces
Jonathan Gray
2014-02-23
Give drm(4) a console locator just like wsdisplay(4) such that we can make
Mark Kettenis
2014-01-30
Get rid of the simple locks; they're lies. Also get rid of the holding
Mark Kettenis
2014-01-20
drm_activate() serves no purpose; ok kettenis
Theo de Raadt
2013-12-21
Advertise that we provide monotonic timestamps.
Mark Kettenis
2013-12-16
Switch generic drm modesetting code over to Linux-style negative errno
Mark Kettenis
2013-12-05
Rename 'struct drm_obj' to 'struct drm_gem_object' to reduce the diffs with
Mark Kettenis
2013-11-27
Hook up gem_open/close_object methods.
Mark Kettenis
2013-11-02
Replace drm_handle_create/delete with drm_gem_handle_create/delete and make
Mark Kettenis
2013-10-26
Unstub i915_gem_dumb_destroy() and radeon_mode_dumb_destroy().
Mark Kettenis
2013-09-30
drmclose: don't unref objects with a mutex locked.
Jonathan Gray
2013-08-27
implement drm_pcie_get_speed_cap_mask()
Jonathan Gray
2013-08-27
stash pci chipset and bridge tags in the drm_device struct
Jonathan Gray
2013-08-26
Add a stubbed out version of drm_pcie_get_speed_cap_mask() and
Jonathan Gray
2013-08-12
Add a port of the TTM and Radeon DRM code from Linux 3.8.13.
Jonathan Gray
2013-08-07
Another major overhaul of the inteldrm(4) GEM code, bringing us considerably
Mark Kettenis
2013-06-17
Include <uvm/uvm.h> instead of <uvm/uvm_extern.h> to make sure
Mark Kettenis
2013-06-11
Turn the allocation of GEM objects upside down and make the driver
Mark Kettenis
2013-06-07
Add proper mmap(2) support for drm(4)/inteldrm(4). This changes the
Mark Kettenis
2013-04-22
Put the code manipulating scatter gather mapping for the framebuffer under
Martin Pieuchot
2013-04-14
Take a different approach towards framebuffer accelartion. Instead of using
Mark Kettenis
2013-04-10
Fix various glitches in queue macro usage.
Philip Guenther
2013-04-03
Return ENOENT instead of EBADF if looking up a gem object fails.
Mark Kettenis
2013-03-22
wire up the mode object property ioctls
Jonathan Gray
2013-03-18
Significantly increase the wordlist for ddb hangman,
Jonathan Gray
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
[next]