drm_mode_vrefresh(&crtc_state->mode));
ipipe_cfg.pixel_format = pixel_format;
- ipipe_cfg.nl = NL_REC709;
+
+ ipipe_cfg.nl = NL_REC2084;
ipipe_cfg.pr = PR_FULL;
- ipipe_cfg.g = G_REC709;
+ ipipe_cfg.g = G_REC2020;
dcss_crtc_get_opipe_cfg(state->crtc, &opipe_cfg);
- /* apparently the other settins that are read from connector are not good,
- * so hardcode */
- opipe_cfg.nl = NL_REC709;
- opipe_cfg.pr = PR_FULL;
- opipe_cfg.g = G_REC2020;
-
dcss_hdr10_setup(dcss_plane->dcss, dcss_plane->ch_num,
&ipipe_cfg, &opipe_cfg);