1
0
mirror of https://github.com/mpv-player/mpv synced 2025-02-16 12:17:12 +00:00

drm/atomic: add connector to atomic context

This patch adds
  - DRM connector object to atomic context.
  - fd property to the drm atomic object as well as a method to read blob type properties.

This allows to ensure that the proper connector is picked up, especially when specifying it
from the commandline, and also allows to make sure we're using the right one when embedding
with interop into an application.
This commit is contained in:
LongChair 2018-03-17 08:21:56 +01:00 committed by Jan Ekström
parent 9f2970f28a
commit 49bc07faea
6 changed files with 38 additions and 4 deletions