So, I've checked with the latest kernel, but the KMS properties aren't either showing:
proptest | grep privacy -A3 98 privacy-screen sw-state: flags: enum enums: Disabled=0 Enabled=1 value: 0 99 privacy-screen hw-state: flags: immutable enum enums: Disabled=0 Enabled=1 Disabled-locked=2 Enabled-locked=3 value: 0
However, with properly compiled kernel I noticed there are also issues, I think that's due to some recent upstream changes to the initial patch, I'll check that again.
So, I've checked with the latest kernel, but the KMS properties aren't either showing:
proptest | grep privacy -A3
98 privacy-screen sw-state:
flags: enum
enums: Disabled=0 Enabled=1
value: 0
99 privacy-screen hw-state:
flags: immutable enum
enums: Disabled=0 Enabled=1 Disabled-locked=2 Enabled-locked=3
value: 0
However, with properly compiled kernel I noticed there are also issues, I think that's due to some recent upstream changes to the initial patch, I'll check that again.