index
:
renesas/drm.git
android
live
master
libdrm, cloned from git://anongit.freedesktop.org/mesa/drm
Laurent Pinchart
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
xf86drmMode.c
Age
Commit message (
Expand
)
Author
2015-03-14
Fix type-limits, pointer-arith and sign-compare warnings
Jan Vesely
2015-02-11
xf86drmMode: Unconditionally clear ioctl structs
Daniel Vetter
2015-02-10
Fix gcc -Wextra warnings
Jan Vesely
2014-08-14
drm: Implement drmCheckModesettingSupported() for DragonFly
François Tigeot
2014-05-01
Use signed location for drmModeSetPlane
Daniel Kurtz
2014-01-24
drm: Implement drmCheckModesettingSupported() for FreeBSD
Robert Millan
2014-01-20
drm: Initialize or valgrind-clear modesetting ioctl arguments.
Eric Anholt
2013-07-02
drm: add hotspot cursor interface support.
Dave Airlie
2012-10-14
initialize width/height fields in drmModeCrtc
Rob Clark
2012-06-08
Add support for bitmask properties
Rob Clark
2012-06-08
Add support for generic object properties IOCTLs
Paulo Zanoni
2012-02-02
Using sizeof() on a function parameter with an array type does not
Ville Syrjälä
2012-02-02
This function was missing.
Ville Syrjälä
2012-02-02
drmModeFreeResources() always leaked some memory.
Ville Syrjälä
2011-12-13
libdrm: update drm headers from kernel, including new overlay ioctls & structs
Jesse Barnes
2011-09-18
drm mode: fix drmIoctl wrapper
Marcin Slusarz
2011-07-12
Specify the return type explicitly.
Chih-Wei Huang
2010-08-24
Free the property blob along the error path.
Chris Wilson
2010-07-01
drm mode: Return -errno on drmIoctl() failure
Chris Wilson
2010-01-06
modes: Retry GETCONNECTOR if a hotplug event occurs between the two ioctls
Peter Clifton
2010-01-06
modes: Fix previous commit for potential legal NULLs
Chris Wilson
2010-01-06
modes: Free local resources after allocation failure in GETRESOURCES
Chris Wilson
2010-01-06
modes: Retry GETRESOURCES if a hotplug event occurs between the two ioctls
Chris Wilson
2009-12-02
Merge branch 'modesetting-dirty-libdrm'
Jakob Bornecrantz
2009-12-03
Bump event context structure version for page flipping
Jesse Barnes
2009-12-03
Merge branch 'pageflip' of git://people.freedesktop.org/~jbarnes/drm
Jesse Barnes
2009-11-26
Bring dirty code from old branch
Jakob Bornecrantz
2009-11-17
Move libdrm/ up one level
Kristian Høgsberg