Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Direct3D 12 HDR sample] Metadata not forwarded in windowed mode #797

Open
mitzsch opened this issue Sep 14, 2022 · 4 comments
Open

[Direct3D 12 HDR sample] Metadata not forwarded in windowed mode #797

mitzsch opened this issue Sep 14, 2022 · 4 comments
Labels

Comments

@mitzsch
Copy link

mitzsch commented Sep 14, 2022

I just got a question regarding the Direct3D 12 HDR sample app.
Actual metadata is only transmitted when the app is in fullscreen. I confirmed this with a hdfury arcana that shows the HDMI stream information. Is this behavior intended, where metadata is only forwarded in fullscreen mode, or is this a bug? Or to ask it differently what is needed for the windows compositor to actually forward HDR metadata?

This behavior is also present in other apps, like the video player mpv, that rely on the same api calls (like IDXGISwapChain4_SetHDRMetaData). The mpv video player transmits metadata only in fullscreen mode, like the HDR samples app.

(tested on Windows 10 21H2, with a RTX3050 and a RX 580)

@kpsam2000Intel
Copy link

As I know, for KMD it's always scRGB (709 FP16 linear with higher extends) with the fixed static metadata - ideally will be the same as that the display EDID indicate back to OS.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

5 participants
@walbourn @mitzsch @kpsam2000Intel and others