Skip to content

Commit

Permalink
Revert: drm/meson: not load RGB709 to YUV709 coefficient
Browse files Browse the repository at this point in the history
This reverts commit 0f000a3.
  • Loading branch information
paralin committed Feb 18, 2023
1 parent ca27ddd commit 1fb869c
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions drivers/gpu/drm/meson/meson_viu.c
Original file line number Diff line number Diff line change
Expand Up @@ -425,7 +425,6 @@ void meson_viu_init(struct meson_drm *priv)
if (meson_vpu_is_compatible(priv, VPU_COMPATIBLE_GXM) ||
meson_vpu_is_compatible(priv, VPU_COMPATIBLE_GXL))
meson_viu_load_matrix(priv);
#if 0
else if (meson_vpu_is_compatible(priv, VPU_COMPATIBLE_G12A)) {
meson_viu_set_g12a_osd1_matrix(priv, RGB709_to_YUV709l_coeff,
true);
Expand All @@ -434,7 +433,6 @@ void meson_viu_init(struct meson_drm *priv)
OSD1_HDR2_CTRL_VDIN0_HDR2_TOP_EN, 0,
priv->io_base + _REG(OSD1_HDR2_CTRL));
}
#endif

/* Initialize OSD1 fifo control register */
reg = VIU_OSD_DDR_PRIORITY_URGENT |
Expand Down

0 comments on commit 1fb869c

Please sign in to comment.