summaryrefslogtreecommitdiffstats
path: root/video/out/drm_common.c
Commit message (Expand)AuthorAgeFilesLines
* drm_common: Support --drm-mode=<preferred|highest|N|WxH[@R]>Anton Kindestam2019-05-041-12/+226
* drm_common: Don't export functions only being used internallyAnton Kindestam2019-05-041-9/+22
* drm_common: Add proper help option to drm-modeAnton Kindestam2019-05-041-20/+82
* drm_common: Add option to toggle use of atomic modesettingAnton Kindestam2019-05-041-4/+10
* drm: rename plane options to better, invariant, namesAnton Kindestam2018-12-011-7/+12
* drm_atomic: Add general primary/overlay plane optionAnton Kindestam2018-12-011-4/+9
* context_drm_egl: Fix CRTC setup and release code when using atomicAnton Kindestam2018-07-091-4/+4
* drm_common: Be smarter when deciding on which CRTC and Encoder to useAnton Kindestam2018-05-011-1/+27
* drm/atomic: refactor planes namesLongChair2018-05-011-3/+8
* drm/atomic: add connector to atomic contextLongChair2018-05-011-1/+2
* drm/atomic: refactor hwdec_drmprime_drm with native resourcesLongChair2018-05-011-0/+1
* drm_common: Improve VT switching signal handling somewhatAnton Kindestam2018-02-261-1/+15
* context_drm_egl: Introduce 30bpp supportAnton Kindestam2018-02-261-0/+3
* video : Move drm options to substruct.Lionel CHAZALLON2017-10-231-0/+12
* Add DRM_PRIME Format Handling and Display for RockChip MPP decodersLionel CHAZALLON2017-10-231-1/+22
* vo_drm: nake drm mode help output also output refresh rateAnton Kindestam2017-06-181-3/+9
* drm: include <poll.h> instead of <sys/poll.h>wm42017-01-091-1/+1
* vo_drm: change CLI options + refactorsrr-2016-10-071-76/+214
* vo_drm: fix tiny memory leakrr-2016-10-041-3/+8
* vo_drm: refactor getting display fpsrr-2016-10-041-0/+5
* build: silence -Wunused-resultNiklas Haas2016-06-071-2/+2
* Change GPL/LGPL dual-licensed files to LGPLwm42016-01-191-12/+7
* vo_drm: fix CRTC usagerr-2016-01-181-1/+1
* 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