summaryrefslogtreecommitdiff
path: root/sys/dev/pci/drm/drmP.h
AgeCommit message (Expand)Author
2016-10-08Various printf claim to report the PID, so actually report that and not the TIDPhilip Guenther
2016-04-08Get rid of some infrastrcuture that is now obsolete and synchronize some ofMark Kettenis
2016-04-07Retry the drm_crtc.c "idr"conversion. Turns out the xf86-video-intel driverMark Kettenis
2016-04-06Revert the drm_crt.c "idr" conversion as it breaks X on (at least) the T430s.Mark Kettenis
2016-04-06Remove some pre-idr leftovers.Mark Kettenis
2016-04-05Now that we the "idr" API, we can get rid of a lot ofMark Kettenis
2016-04-05Remove completely out-of-date comment about locking protocol.Mark Kettenis
2016-04-05Split out the generic GEM code (like Linux did) and switch it over toMark Kettenis
2016-02-05Improve Linux PCI compatibility code.Mark Kettenis
2015-11-22Remove drm_gem_object_alloc() and associated infrastructure. It's unused andMark Kettenis
2015-11-21The drm irq stuff isn't actually used on OpenBSD. Using the PCI deviceMark Kettenis
2015-09-26Update drm_irq.c to the version from Linux 3.14.52.Mark Kettenis
2015-09-23Update inteldrm to the code from Linux 3.14.52 (which corresponds toMark Kettenis
2015-05-30DRMDEBUG not DRM_DEBUG. From frantisek holop.Jonathan Gray
2015-04-18another round of reducing the diff to linuxJonathan Gray
2015-04-17Make drm ioctls table driven. Further reduces the diff to linux.Jonathan Gray
2015-04-12change back to wait_for/wait_for_atomic_usJonathan Gray
2015-04-12make wait_queue_head a struct with a mutexJonathan Gray
2015-04-11change back to drm_free_large/drm_malloc_abJonathan Gray
2015-04-10Move irqs_disabled() and in_dbg_master() out of the i386/amd64 ifdef blockJonathan Gray
2015-04-10Use mdelay(x) instead of delay(x * 1000) for drm_msleep() to betterJonathan Gray
2015-04-10Make drm_can_sleep() match linux. No change in behaviour as it'sJonathan Gray
2015-04-10add irqs_disabled() and in_dbg_master() using cold and db_is_activeJonathan Gray
2015-04-06Move almost all of the linux compat from drmP.h to drm_linux.h.Jonathan Gray
2015-04-06move some inline linux compat into the dedicated filesJonathan Gray
2015-04-06add/use some more errno remappingJonathan Gray
2015-04-06Add an empty drm_sysfs_hotplug_event() function and use itJonathan Gray
2015-04-03resync i915_drv.h to make it diffable to linuxJonathan Gray
2015-02-12Add and use macros for linux memory barriers. Fix the call inJonathan Gray
2015-02-11Switch most printf style functions calls back to linux function namesJonathan Gray
2015-02-10Remove DRM_LOCK macros, rename dev_lock to struct_mutex and directlyJonathan Gray
2014-07-12add a size argument to free. will be used soon, but for now default to 0.Ted Unangst
2014-05-24Barriers for mips64Miod Vallat
2014-04-07reduce the diff to linux for drm pci vid/pid testsJonathan Gray
2014-04-01Move some duplicated code implementing Linux compatibility APIs and stick itMark Kettenis
2014-03-26No need to include <sys/lock.h> when only <sys/rwlock.h> is needed,Martin Pieuchot
2014-03-25Remove and shuffle some includes to reduce their number since drmP.hMartin Pieuchot
2014-03-24Another round of reducing diffs with the Linux codebase.Mark Kettenis
2014-03-17The AGP ioctl interface is gone; remove the header file as well.Mark Kettenis
2014-03-13Block userland from entering drm code (and make sure it is no longer in there)Mark Kettenis
2014-03-09remove dri1 interfacesJonathan Gray
2014-02-23Give drm(4) a console locator just like wsdisplay(4) such that we can makeMark Kettenis
2014-02-09add some more linux compat functions for memory allocationJonathan Gray
2014-02-04Add WARN_ONCE.Mark Kettenis
2014-02-02add min_t and div_u64 which will be used to reduce the diff to linuxJonathan Gray
2014-02-02add a simple version of usleep_range() that DELAYs for the min valueJonathan Gray
2014-01-30Get rid of the simple locks; they're lies. Also get rid of the holdingMark Kettenis
2014-01-22add DMI_EXACT_MATCH macro, handled the same as DMI_MATCH for nowJonathan Gray
2014-01-22Provide inline dummy implementations of drm_sysfs_connector_add() andMark Kettenis
2014-01-22Use DIV_ROUND_UP instead of howmany to reduce the diffs with Linux.Mark Kettenis