**** Testing *****
Hi all,
I created a build to enable non DoVi content to run through the Dolby Vision VS10 Engine for use on tv-led DoVi TV.
I just got this up and running and have tested that it triggers DoVi for:
SDR8
SDR10
HDR10
I don’t think it will trigger for HDR10+ (though it can be configured to - but using just the HDR10 layer), not yet tried this as all my HDR10+ I have converted to p8 anyway.
This is obviously not reference and just for those interested to see what it does and if they like it.
I have not explored any options at this point, there are what look like PQ options in the code but it is not clear to me if they are really meant for TV interactions i.e. SoC embedded in TV, or also relevant to STB.
If any one has experience with other VS10 solution out there would appreciate feedback on if this looks the same / different etc.
This is a Test build so expect bugs - there is an obvious one returning to the menu the colours will be broken, but can still navigate around.
(can work around by making sure setting dolby_vision_policy back to 1 before stopping the video - see options below)
This is the tar built on the latest code base for 21 ng.
Edit: Version removed - please see new version in later post.
Would highly recommend keeping it separate on another micro-sd-card away from any normal build you are using.
It should act like a normal build from start up and you need to use the following terminal (ssh) commands to enable VS10 for other content:
echo 0 > /sys/module/amdolby_vision/parameters/dolby_vision_policy
to revert back use:
echo 1 > /sys/module/amdolby_vision/parameters/dolby_vision_policy
You should be able to do this whilst the video is running - if your TV is like mine it will take a while to switch modes.
I also think you will need to do the following:
echo 13 > /sys/module/amdolby_vision/parameters/dolby_vision_flags
I run with this in my normal build as well - need more testing on the impact there but I think it will have impact here (again need to test).
Please try it out, let me know the feedback!
And again this is not reference it is just for those interested.