aboutsummaryrefslogtreecommitdiffhomepage
path: root/video/out/drm_common.c
Commit message (Collapse)AuthorAge
* Change GPL/LGPL dual-licensed files to LGPLGravatar wm42016-01-19
| | | | | | | | | | | Do this to make the license situation less confusing. This change should be of no consequence, since LGPL is compatible with GPL anyway, and making it LGPL-only does not restrict the use with GPL code. Additionally, the wording implies that this is allowed, and that we can just remove the GPL part.
* vo_drm: fix CRTC usageGravatar rr-2016-01-18
|
* drm: fix setting up connectorsGravatar rr-2015-11-11
| | | | Fixes regression from 67caea357c23443cf583ad401a38bbaae19e3df8.
* vo_drm: relicense to LGPLGravatar rr-2015-11-08
| | | | | Also removed authorship information (as per convention seen in other files)
* vo_drm: use bool rather than integer return valuesGravatar rr-2015-11-08
| | | | | 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_commonGravatar rr-2015-11-08
| | | | | Makes KMS initialization procedures reusable so that they can be used by the upcoming DRM EGL adapter.
* vo_drm: uninstall signal handlers after quittingGravatar rr-2015-10-30
|
* vo_drm: handle possible errors from sigactionGravatar rr-2015-10-30
|
* vo_drm: check if signal already usedGravatar rr-2015-10-30
|
* vo_drm: fix missing newlines in error messagesGravatar rr-2015-06-28
|
* vo_drm: fix coding style to adhere to guidelinesGravatar Marcin Kurczewski2015-04-21
|
* vo_drm: extract vt_switcher to drm_commonGravatar Marcin Kurczewski2015-04-19