protocols/dmabuf: fix DMA-BUF checks and events (#12965)
This commit is contained in:
parent
9f9dbb0dc5
commit
60f1c61323
3 changed files with 55 additions and 12 deletions
|
|
@ -2047,5 +2047,11 @@ inline static const std::vector<SConfigOptionDescription> CONFIG_OPTIONS = {
|
|||
.type = CONFIG_OPTION_INT,
|
||||
.data = SConfigOptionDescription::SRangeData{.value = 0, .min = 0, .max = 2},
|
||||
},
|
||||
SConfigOptionDescription{
|
||||
.value = "quirks:skip_non_kms_dmabuf_formats",
|
||||
.description = "Do not report dmabuf formats which cannot be imported into KMS",
|
||||
.type = CONFIG_OPTION_BOOL,
|
||||
.data = SConfigOptionDescription::SBoolData{true},
|
||||
},
|
||||
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue