summaryrefslogtreecommitdiffstats
path: root/video/out/drm_common.c
Commit message (Expand)AuthorAgeFilesLines
* drm: fix setting up connectorsrr-2015-11-111-1/+1
* vo_drm: relicense to LGPLrr-2015-11-081-2/+5
* vo_drm: use bool rather than integer return valuesrr-2015-11-081-37/+32
* vo_drm: move initialization to drm_commonrr-2015-11-081-0/+187
* vo_drm: uninstall signal handlers after quittingrr-2015-10-301-0/+2
* vo_drm: handle possible errors from sigactionrr-2015-10-301-6/+17
* vo_drm: check if signal already usedrr-2015-10-301-5/+23
* vo_drm: fix missing newlines in error messagesrr-2015-06-281-4/+4
* vo_drm: fix coding style to adhere to guidelinesMarcin Kurczewski2015-04-211-4/+2
* vo_drm: extract vt_switcher to drm_commonMarcin Kurczewski2015-04-191-0/+151