diff options
author | Tomi Valkeinen <tomi.valkeinen@ti.com> | 2020-05-15 11:08:03 +0300 |
---|---|---|
committer | Tomi Valkeinen <tomi.valkeinen@ti.com> | 2020-05-15 11:13:30 +0300 |
commit | 36f42004d8f084775efd92a559996ecaeefb0cda (patch) | |
tree | 559c511227dd744f9fd83896618b568c58882156 /kms++/inc | |
parent | 4091a630137400dfac389215a7ec8c43b191ec5f (diff) |
kmstest: allow enabling output without anything connected
Allow kmstest to enable an output without anything connected, if the
user gives a videomode. DRM framework allows this, and is needed for
testing.
Signed-off-by: Tomi Valkeinen <tomi.valkeinen@ti.com>
Diffstat (limited to 'kms++/inc')
-rw-r--r-- | kms++/inc/kms++/videomode.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/kms++/inc/kms++/videomode.h b/kms++/inc/kms++/videomode.h index 74aa8f1..3aacd57 100644 --- a/kms++/inc/kms++/videomode.h +++ b/kms++/inc/kms++/videomode.h @@ -52,6 +52,8 @@ struct Videomode std::string to_string_short() const; std::string to_string_long() const; std::string to_string_long_padded() const; + + bool valid() const; }; struct Videomode videomode_from_timings(uint32_t clock_khz, |