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
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
2014-01-21
Add kmalloc/kcalloc/kzalloc/kfree Linux compat functions.
Mark Kettenis
2013-12-21
Advertise that we provide monotonic timestamps.
Mark Kettenis
2013-12-15
Fix error handling of ->fb_create() call. Prevents kernel panic if an
Mark Kettenis
2013-12-05
Rename 'struct drm_obj' to 'struct drm_gem_object' to reduce the diffs with
Mark Kettenis
2013-12-01
Fix WARN() and WARN_ON(); the condition should only be evaluated once.
Mark Kettenis
2013-11-27
Hook up gem_open/close_object methods.
Mark Kettenis
2013-11-19
Move the GTT management into the inteldrm driver. It is really obvious now
Mark Kettenis
2013-11-07
add a simplistic version of WARN_ON_ONCE() that doesn't warn
Jonathan Gray
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-08
switch to using linux style pci match tables
Jonathan Gray
2013-09-02
use DRM_MEMORYBARRIER() for smp_mb__*
Jonathan Gray
[next]