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
/
drmP.h
Age
Commit message (
Expand
)
Author
2016-10-08
Various printf claim to report the PID, so actually report that and not the TID
Philip Guenther
2016-04-08
Get rid of some infrastrcuture that is now obsolete and synchronize some of
Mark Kettenis
2016-04-07
Retry the drm_crtc.c "idr"conversion. Turns out the xf86-video-intel driver
Mark Kettenis
2016-04-06
Revert the drm_crt.c "idr" conversion as it breaks X on (at least) the T430s.
Mark Kettenis
2016-04-06
Remove some pre-idr leftovers.
Mark Kettenis
2016-04-05
Now that we the "idr" API, we can get rid of a lot of
Mark Kettenis
2016-04-05
Remove completely out-of-date comment about locking protocol.
Mark Kettenis
2016-04-05
Split out the generic GEM code (like Linux did) and switch it over to
Mark Kettenis
2016-02-05
Improve Linux PCI compatibility code.
Mark Kettenis
2015-11-22
Remove drm_gem_object_alloc() and associated infrastructure. It's unused and
Mark Kettenis
2015-11-21
The drm irq stuff isn't actually used on OpenBSD. Using the PCI device
Mark Kettenis
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-05-30
DRMDEBUG not DRM_DEBUG. From frantisek holop.
Jonathan Gray
2015-04-18
another round of reducing the diff to linux
Jonathan Gray
2015-04-17
Make drm ioctls table driven. Further reduces the diff to linux.
Jonathan Gray
2015-04-12
change back to wait_for/wait_for_atomic_us
Jonathan Gray
2015-04-12
make wait_queue_head a struct with a mutex
Jonathan Gray
2015-04-11
change back to drm_free_large/drm_malloc_ab
Jonathan Gray
2015-04-10
Move irqs_disabled() and in_dbg_master() out of the i386/amd64 ifdef block
Jonathan Gray
2015-04-10
Use mdelay(x) instead of delay(x * 1000) for drm_msleep() to better
Jonathan Gray
2015-04-10
Make drm_can_sleep() match linux. No change in behaviour as it's
Jonathan Gray
2015-04-10
add irqs_disabled() and in_dbg_master() using cold and db_is_active
Jonathan Gray
2015-04-06
Move almost all of the linux compat from drmP.h to drm_linux.h.
Jonathan Gray
2015-04-06
move some inline linux compat into the dedicated files
Jonathan Gray
2015-04-06
add/use some more errno remapping
Jonathan Gray
2015-04-06
Add an empty drm_sysfs_hotplug_event() function and use it
Jonathan Gray
2015-04-03
resync i915_drv.h to make it diffable to linux
Jonathan Gray
2015-02-12
Add and use macros for linux memory barriers. Fix the call in
Jonathan Gray
2015-02-11
Switch most printf style functions calls back to linux function names
Jonathan Gray
2015-02-10
Remove DRM_LOCK macros, rename dev_lock to struct_mutex and directly
Jonathan Gray
2014-07-12
add a size argument to free. will be used soon, but for now default to 0.
Ted Unangst
2014-05-24
Barriers for mips64
Miod Vallat
2014-04-07
reduce the diff to linux for drm pci vid/pid tests
Jonathan Gray
2014-04-01
Move some duplicated code implementing Linux compatibility APIs and stick it
Mark Kettenis
2014-03-26
No need to include <sys/lock.h> when only <sys/rwlock.h> is needed,
Martin Pieuchot
2014-03-25
Remove and shuffle some includes to reduce their number since drmP.h
Martin Pieuchot
2014-03-24
Another round of reducing diffs with the Linux codebase.
Mark Kettenis
2014-03-17
The AGP ioctl interface is gone; remove the header file as well.
Mark Kettenis
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-02-09
add some more linux compat functions for memory allocation
Jonathan Gray
2014-02-04
Add WARN_ONCE.
Mark Kettenis
2014-02-02
add min_t and div_u64 which will be used to reduce the diff to linux
Jonathan Gray
2014-02-02
add a simple version of usleep_range() that DELAYs for the min value
Jonathan Gray
2014-01-30
Get rid of the simple locks; they're lies. Also get rid of the holding
Mark Kettenis
2014-01-22
add DMI_EXACT_MATCH macro, handled the same as DMI_MATCH for now
Jonathan Gray
2014-01-22
Provide inline dummy implementations of drm_sysfs_connector_add() and
Mark Kettenis
2014-01-22
Use DIV_ROUND_UP instead of howmany to reduce the diffs with Linux.
Mark Kettenis
[next]