[mythtv-commits] [MythTV/mythtv] 53d170: libmythui: Add MythDisplayDRM

Mark Kendall noreply at github.com
Tue Dec 10 18:53:17 UTC 2019


  Branch: refs/heads/master
  Home:   https://github.com/MythTV/mythtv
  Commit: 53d170221983764ae108939cbdb0bcbfc48b6114
      https://github.com/MythTV/mythtv/commit/53d170221983764ae108939cbdb0bcbfc48b6114
  Author: Mark Kendall <mark.kendall at gmail.com>
  Date:   2019-12-10 (Tue, 10 Dec 2019)

  Changed paths:
    M mythtv/libs/libmythui/libmythui.pro
    M mythtv/libs/libmythui/mythdisplay.cpp
    M mythtv/libs/libmythui/mythdisplay.h
    A mythtv/libs/libmythui/mythedid.cpp
    A mythtv/libs/libmythui/mythedid.h
    A mythtv/libs/libmythui/platforms/mythdisplaydrm.cpp
    A mythtv/libs/libmythui/platforms/mythdisplaydrm.h
    A mythtv/libs/libmythui/platforms/mythdrmdevice.cpp
    A mythtv/libs/libmythui/platforms/mythdrmdevice.h

  Log Message:
  -----------
  libmythui: Add MythDisplayDRM

- this is functionality limited as we can never currently get an
authenticated connection with permissions to set display modes etc
- so limited to interrogating the device for current mode etc
- hopefully will be extended in the future
- requires >= Qt5.9 - not used otherwise - as the only way be can be
sure of getting the correct connected device for the QScreen in use is
by validating the serial number
- serial number parsing is handled in the new MythEDID class - which
will also be used for libcec physical address handling and extended for
HDR support when ready.




More information about the mythtv-commits mailing list