Skip to content
Snippets Groups Projects
Commit 299bac41 authored by Nicolas Dufresne's avatar Nicolas Dufresne
Browse files

WIP: drm: rockchip: Always update info frame

From Derek I believe
parent fe86da52
No related branches found
No related tags found
No related merge requests found
......@@ -408,6 +408,8 @@ static int hdmi_generate_hdr_infoframe(const struct drm_connector *connector,
&infoframe->data.drm;
int ret;
infoframe->set = false;
if (connector->max_bpc < 10)
return 0;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment