Skip to content

Commit

Permalink
amcsc: fix falllback master data
Browse files Browse the repository at this point in the history
Signed-off-by: Sam Nazarko <email@samnazarko.co.uk>
  • Loading branch information
samnazarko committed Sep 5, 2018
1 parent e6b23e5 commit 2d3ef29
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion drivers/amlogic/amvecm/amcsc.c
Expand Up @@ -3136,7 +3136,7 @@ static void amvecm_cp_hdr_info(struct master_display_info_s *hdr_data,
hdr_data->white_point[0] = bt709_white_point[0];
hdr_data->white_point[1] = bt709_white_point[1];
/* default luminance */
hdr_data->luminance[0] = 5000 * 10000;
hdr_data->luminance[0] = 1000 * 10000;
hdr_data->luminance[1] = 50;

/* content_light_level */
Expand Down

0 comments on commit 2d3ef29

Please sign in to comment.