index
:
xf86-video-armada.git
master
unstable-devel
Xorg video driver for Marvell Armada DRM and Freescale i.MX
Russell King
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
common_drm.c
Age
Commit message (
Expand
)
Author
2018-07-13
src: use box_init(), box_width() and box_height()
Russell King
2018-07-13
src: move connector handling to separate file
Russell King
2018-07-13
src: simplify common_drm_conn_set_property()
Russell King
2018-07-13
src: clean up connector properties when destroying
Russell King
2018-07-13
src: scan properties in common_drm_conn_init()
Russell King
2018-07-13
src: store crtc id instead of entire drmModeCrtc structure
Russell King
2018-07-13
src: ensure we free EDID blob
Russell King
2018-07-13
src: lookup and store the EDID connector property
Russell King
2018-07-13
src: lookup and store the DPMS connector property
Russell King
2018-07-13
src: avoid NULL pointer dereference when setting output properties
Russell King
2018-07-13
src: improve robustness converting from kernel enums
Russell King
2018-06-27
src: implement support for drmModeSetCursor2()
Russell King
2018-06-27
src: read default depth from KMS driver
Russell King
2018-06-27
src: move bpp, depth, rgb weight and visual init into common_drm.c
Russell King
2018-06-27
src: move armada_get_cap() to common_drm.c
Russell King
2017-02-04
armada: Use NotifyFd for drm fd
Christian Gmeiner
2016-01-28
src: dri2: fix MSC handling when a pixmap is moved between CRTCs
Russell King
2016-01-28
src: dri2: move GetMSC() undisplayed drawable to common_drm_get_msc()
Russell King
2016-01-28
src: dri2: pass drawable to MSC functions
Russell King
2016-01-28
src: dri2: fix MSC handling
Russell King
2015-12-27
src: add missing sys/stat.h import
Dennis Gilmore
2015-11-08
src: add support for Xorg platform bus and non-root servers
Russell King
2015-11-08
src: record and use last seen msc/ust, quieten common_drm_vblank_get()
Russell King
2015-11-08
src: common_drm_covering_crtc() returns NULL if !vtSema
Russell King
2015-10-26
src: initial present extension support
Russell King
2015-10-26
convert to 64-bit MSC values
Russell King
2015-10-26
src: prepare to convert to 64-bit msc
Russell King
2015-10-26
src: introduce common DRM event handling
Russell King
2015-10-26
src: move guts of common_dri2_GetMSC() to common_drm_get_msc()
Russell King
2015-10-26
src: move common_dri2_drawable_crtc()
Russell King
2015-06-29
src: export all front-end options
Russell King
2014-11-22
src: block page flips if a shadow rotate framebuffer is in use
Russell King
2014-11-22
src: add page flip support
Russell King
2014-11-22
src: move DRM handle and BO pointers into pixmap private data
Russell King
2014-11-22
src: move shadow rotate fb code to common_drm code
Russell King
2014-11-22
src: vblank wait to common drm
Russell King
2014-11-22
src: move vblank support code
Russell King
2014-11-22
src: add common_drm_covering_crtc()
Russell King
2014-07-15
Fix CloseScreen bug in src/common_drm.c
Russell King
2013-12-04
Convert Armada DRM CRTC into a set of library functions
Russell King
2013-12-04
compat-api stuff added
Sergey Bolshakov
2013-10-30
Separate out connector/output handing
Russell King