Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit ca244e05 authored by Lipsa Rout's avatar Lipsa Rout Committed by Gerrit - the friendly Code Review server
Browse files

drivers/clk/qcom: Remove 2/3 divider from frac_table_pixel



In case of RGB666, 2/3 divider was getting selected, leading
to continuous UNDERFLOW. 2/3 divider is recommended by HPG
for RGB101010 4lanes. Since RGB101010 is not supported, 2/3
can be removed from the list and the recommended 4/9 divider
for RGB666 gets selected.

Change-Id: I3d3f071f5a90eb06d69e66c29405e472cc19839e
Signed-off-by: default avatarLipsa Rout <lrout@codeaurora.org>
parent 9bc5cca0
Loading
Loading
Loading
Loading
+1 −2
Original line number Original line Diff line number Diff line
/*
/*
 * Copyright (c) 2013, 2016-2018, 2020,
 * Copyright (c) 2013, 2016-2018, 2020-2021
 *
 *
 * The Linux Foundation. All rights reserved.
 * The Linux Foundation. All rights reserved.
 *
 *
@@ -980,7 +980,6 @@ EXPORT_SYMBOL_GPL(clk_byte2_ops);


static const struct frac_entry frac_table_pixel[] = {
static const struct frac_entry frac_table_pixel[] = {
	{ 1, 1 },
	{ 1, 1 },
	{ 2, 3 },
	{ 4, 9 },
	{ 4, 9 },
	{ 3, 8 },
	{ 3, 8 },
	{ 2, 9 },
	{ 2, 9 },