summaryrefslogtreecommitdiffstats
path: root/video/out/drm_common.h
Commit message (Collapse)AuthorAgeFilesLines
* vo_drm: use bool rather than integer return valuesrr-2015-11-081-2/+3
| | | | | Since the errors weren't used for anything other than simple success/fail checks, I simplified things a bit.
* vo_drm: move initialization to drm_commonrr-2015-11-081-0/+16
| | | | | Makes KMS initialization procedures reusable so that they can be used by the upcoming DRM EGL adapter.
* vo_drm: extract vt_switcher to drm_commonMarcin Kurczewski2015-04-191-0/+36