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
2015-09-26
Update drm_irq.c to the version from Linux 3.14.52.
Mark Kettenis
2015-09-23
Update inteldrm to the code from Linux 3.14.52 (which corresponds to
Mark Kettenis
2015-09-06
We actually need an interrupt-safe allocator here, as we call pool_put()
Mark Kettenis
2015-04-17
Make drm ioctls table driven. Further reduces the diff to linux.
Jonathan Gray
2015-04-15
Convert remaining drm ioctl implementation functions to return Linux-style
Mark Kettenis
2015-02-10
First step towards making uiomove() take a size_t size argument:
Miod Vallat
2015-02-10
Remove DRM_LOCK macros, rename dev_lock to struct_mutex and directly
Jonathan Gray
2014-09-24
fix the build when DRMDEBUG is defined
Jonathan Gray
2014-09-13
Replace all queue *_END macro calls except CIRCLEQ_END with NULL.
Doug Hogan
2014-07-12
add a size argument to free. will be used soon, but for now default to 0.
Ted Unangst
2014-07-02
Use real parameter types for u{dv,vn}_attach() instead of void *
Matthew Dempsky
2014-04-07
reduce the diff to linux for drm pci vid/pid tests
Jonathan Gray
2014-03-25
Remove and shuffle some includes to reduce their number since drmP.h
Martin Pieuchot
2014-03-13
Block userland from entering drm code (and make sure it is no longer in there)
Mark Kettenis
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
[next]