edid-decode: the AMD VSDB minor version is really a caps field
commit8fd97f32c8f25b6560a5766066218a72ad2e2a01
authorHans Verkuil <hverkuil-cisco@xs4all.nl>
Sat, 12 Oct 2024 08:01:21 +0000 (12 10:01 +0200)
committerHans Verkuil <hverkuil-cisco@xs4all.nl>
Sat, 12 Oct 2024 08:01:21 +0000 (12 10:01 +0200)
tree9906f8c8da2ba38be0e02057e3c27273fab166e9
parentbc17c383597d45a3ade2395b83a3d91ecb95bc3c
edid-decode: the AMD VSDB minor version is really a caps field

This kernel commit:

ec8e59cb4e0c ("drm/amd/display: Get replay info from VSDB")

gives a bit of insight into the AMD VSDB. Specifically, the first
byte is the version and the second byte is a Feature Caps byte.
Only one capability was described in that commit, so I added that.

Signed-off-by: Hans Verkuil <hverkuil-cisco@xs4all.nl>
parse-cta-block.cpp