aboutsummaryrefslogtreecommitdiffhomepage
path: root/video/out/vo_drm.c
Commit message (Collapse)AuthorAge
* vo_drm: fix logging problems with connectorsGravatar Marcin Kurczewski2015-04-18
| | | | | | | Logging was meant to be silenced only when user uses connector auto-detection feature. If user supplies connector ID manually, he should see exact reason why connecting to this specific connector failed.
* vo_drm: fix VT behavior with auxiliary screensGravatar Marcin Kurczewski2015-04-18
| | | | Fixes #1828
* vo_drm: fix VT switchingGravatar Marcin Kurczewski2015-04-18
| | | | Fixes #1827
* vo_drm: add KMS/DRM renderer supportGravatar Marcin Kurczewski2015-04-16
Signed-off-by: wm4 <wm4@nowhere>