jitao shi has uploaded this change for review. ( https://review.coreboot.org/c/coreboot/+/39025 )
Change subject: drivers/analogix: improve the clock tolance from 0.1% to 2% ......................................................................
drivers/analogix: improve the clock tolance from 0.1% to 2%
Improve the input tolance to avoid panel scroll.
BUG=b:149051882 BRANCH=kukui TEST=None
Change-Id: I4af96f58876932175b28fc0a8543720ebd7b5deb Signed-off-by: Jitao Shi jitao.shi@mediatek.com --- M src/drivers/analogix/anx7625/anx7625.c 1 file changed, 1 insertion(+), 1 deletion(-)
git pull ssh://review.coreboot.org:29418/coreboot refs/changes/25/39025/1
diff --git a/src/drivers/analogix/anx7625/anx7625.c b/src/drivers/analogix/anx7625/anx7625.c index 9387a83b..d2d09d8 100644 --- a/src/drivers/analogix/anx7625/anx7625.c +++ b/src/drivers/analogix/anx7625/anx7625.c @@ -395,7 +395,7 @@ ret |= anx7625_reg_write(bus, RX_P1_ADDR, MIPI_PLL_N_NUM_7_0, (n & 0xff)); /* diff */ - ret |= anx7625_reg_write(bus, RX_P1_ADDR, MIPI_DIGITAL_ADJ_1, 0x37); + ret |= anx7625_reg_write(bus, RX_P1_ADDR, MIPI_DIGITAL_ADJ_1, 0x3d);
ret |= anx7625_odfc_config(bus, post_divider - 1);
Hung-Te Lin has posted comments on this change. ( https://review.coreboot.org/c/coreboot/+/39025 )
Change subject: drivers/analogix: improve the clock tolance from 0.1% to 2% ......................................................................
Patch Set 1:
should we abandon this?
Hung-Te Lin has posted comments on this change. ( https://review.coreboot.org/c/coreboot/+/39025 )
Change subject: drivers/analogix: improve the clock tolance from 0.1% to 2% ......................................................................
Patch Set 1:
ping - do we still need this?
Attention is currently required from: jitao shi. Chen-Tsung Hsieh has posted comments on this change. ( https://review.coreboot.org/c/coreboot/+/39025 )
Change subject: drivers/analogix: improve the clock tolance from 0.1% to 2% ......................................................................
Patch Set 1:
(2 comments)
Commit Message:
https://review.coreboot.org/c/coreboot/+/39025/comment/78a6bb95_d407d45a PS1, Line 11: BUG=b:149051882 Please also list b:173603645 here.
Patchset:
PS1:
Patch Set 1:
ping - do we still need this?
Yes, we still need this.
Attention is currently required from: jitao shi. Jitao Shi has uploaded a new patch set (#2) to the change originally created by jitao shi. ( https://review.coreboot.org/c/coreboot/+/39025 )
Change subject: drivers/analogix: improve the clock tolance from 0.1% to 2% ......................................................................
drivers/analogix: improve the clock tolance from 0.1% to 2%
Improve the input tolance to avoid panel scroll.
BUG=b:173603645 BRANCH=kukui TEST=None
Change-Id: I4af96f58876932175b28fc0a8543720ebd7b5deb Signed-off-by: Jitao Shi jitao.shi@mediatek.com --- M src/drivers/analogix/anx7625/anx7625.c 1 file changed, 1 insertion(+), 1 deletion(-)
git pull ssh://review.coreboot.org:29418/coreboot refs/changes/25/39025/2
Attention is currently required from: jitao shi. Hung-Te Lin has posted comments on this change. ( https://review.coreboot.org/c/coreboot/+/39025 )
Change subject: drivers/analogix: improve the clock tolance from 0.1% to 2% ......................................................................
Patch Set 3: Code-Review+1
(1 comment)
Patchset:
PS3: please add the issue link as chentsung indicated
Attention is currently required from: Chen-Tsung Hsieh, jitao shi. Chen-Tsung Hsieh has posted comments on this change. ( https://review.coreboot.org/c/coreboot/+/39025 )
Change subject: drivers/analogix: improve the clock tolance from 0.1% to 2% ......................................................................
Patch Set 3:
(1 comment)
Commit Message:
https://review.coreboot.org/c/coreboot/+/39025/comment/c8f0f79c_8c3152aa PS1, Line 11: BUG=b:149051882
Please also list b:173603645 here.
BUG=b:149051882, b:173603645
Attention is currently required from: jitao shi. Yu-Ping Wu has posted comments on this change. ( https://review.coreboot.org/c/coreboot/+/39025 )
Change subject: drivers/analogix: improve the clock tolance from 0.1% to 2% ......................................................................
Patch Set 3:
(4 comments)
Commit Message:
https://review.coreboot.org/c/coreboot/+/39025/comment/1e11a914_e7636adb PS3, Line 7: tolance tolerance
https://review.coreboot.org/c/coreboot/+/39025/comment/401585af_df934336 PS3, Line 7: improve Increase
https://review.coreboot.org/c/coreboot/+/39025/comment/d5e011a6_78a6a42b PS3, Line 9: Improve Increase
https://review.coreboot.org/c/coreboot/+/39025/comment/4d361b7d_a4c06569 PS3, Line 9: tolance tolerance
Attention is currently required from: jitao shi. Shaoming Chen has uploaded a new patch set (#4) to the change originally created by jitao shi. ( https://review.coreboot.org/c/coreboot/+/39025 )
Change subject: drivers/analogix: improve the clock tolance from 0.1% to 2% ......................................................................
drivers/analogix: improve the clock tolance from 0.1% to 2%
Increase the input tolerance to avoid panel scroll.
BUG=b:173603645 BRANCH=kukui TEST=None
Change-Id: I4af96f58876932175b28fc0a8543720ebd7b5deb Signed-off-by: Jitao Shi jitao.shi@mediatek.com --- M src/drivers/analogix/anx7625/anx7625.c 1 file changed, 1 insertion(+), 1 deletion(-)
git pull ssh://review.coreboot.org:29418/coreboot refs/changes/25/39025/4
Attention is currently required from: jitao shi, Yu-Ping Wu. Shaoming Chen has posted comments on this change. ( https://review.coreboot.org/c/coreboot/+/39025 )
Change subject: drivers/analogix: improve the clock tolance from 0.1% to 2% ......................................................................
Patch Set 4:
(4 comments)
Commit Message:
https://review.coreboot.org/c/coreboot/+/39025/comment/8186caff_64556a7b PS3, Line 7: improve
Increase
Done
https://review.coreboot.org/c/coreboot/+/39025/comment/8a07d0d2_f9f296af PS3, Line 7: tolance
tolerance
Done
https://review.coreboot.org/c/coreboot/+/39025/comment/d869143c_923df250 PS3, Line 9: tolance
tolerance
Done
https://review.coreboot.org/c/coreboot/+/39025/comment/5471d069_bbf757f2 PS3, Line 9: Improve
Increase
Done
Attention is currently required from: Shaoming Chen, jitao shi. Yu-Ping Wu has posted comments on this change. ( https://review.coreboot.org/c/coreboot/+/39025 )
Change subject: drivers/analogix: improve the clock tolance from 0.1% to 2% ......................................................................
Patch Set 4:
(2 comments)
Commit Message:
https://review.coreboot.org/c/coreboot/+/39025/comment/08540032_7b0f2b04 PS3, Line 7: improve
Done
Not done yet.
https://review.coreboot.org/c/coreboot/+/39025/comment/9eedda42_e191da85 PS3, Line 7: tolance
Done
Not done yet.
Attention is currently required from: Shaoming Chen, jitao shi. Shaoming Chen has uploaded a new patch set (#5) to the change originally created by jitao shi. ( https://review.coreboot.org/c/coreboot/+/39025 )
Change subject: drivers/analogix: Increase the clock tolerance from 0.1% to 2% ......................................................................
drivers/analogix: Increase the clock tolerance from 0.1% to 2%
Increase the input tolerance to avoid panel scroll.
BUG=b:173603645 BRANCH=kukui TEST=None
Change-Id: I4af96f58876932175b28fc0a8543720ebd7b5deb Signed-off-by: Jitao Shi jitao.shi@mediatek.com --- M src/drivers/analogix/anx7625/anx7625.c 1 file changed, 1 insertion(+), 1 deletion(-)
git pull ssh://review.coreboot.org:29418/coreboot refs/changes/25/39025/5
Attention is currently required from: jitao shi, Yu-Ping Wu. Shaoming Chen has posted comments on this change. ( https://review.coreboot.org/c/coreboot/+/39025 )
Change subject: drivers/analogix: Increase the clock tolerance from 0.1% to 2% ......................................................................
Patch Set 5:
(2 comments)
Commit Message:
https://review.coreboot.org/c/coreboot/+/39025/comment/b8c1b41f_31cef0b9 PS3, Line 7: tolance
Not done yet.
Done
https://review.coreboot.org/c/coreboot/+/39025/comment/8a44106c_5f89af45 PS3, Line 7: improve
Not done yet.
Done
Attention is currently required from: Shaoming Chen, jitao shi. Yu-Ping Wu has posted comments on this change. ( https://review.coreboot.org/c/coreboot/+/39025 )
Change subject: drivers/analogix: Increase the clock tolerance from 0.1% to 2% ......................................................................
Patch Set 5: Code-Review+2
Attention is currently required from: Chen-Tsung Hsieh, Shaoming Chen, jitao shi. Hung-Te Lin has posted comments on this change. ( https://review.coreboot.org/c/coreboot/+/39025 )
Change subject: drivers/analogix: Increase the clock tolerance from 0.1% to 2% ......................................................................
Patch Set 5:
(1 comment)
Commit Message:
https://review.coreboot.org/c/coreboot/+/39025/comment/ae66dae4_b277acf0 PS1, Line 11: BUG=b:149051882
BUG=b:149051882, b:173603645
Ack
Hung-Te Lin has submitted this change. ( https://review.coreboot.org/c/coreboot/+/39025 )
Change subject: drivers/analogix: Increase the clock tolerance from 0.1% to 2% ......................................................................
drivers/analogix: Increase the clock tolerance from 0.1% to 2%
Increase the input tolerance to avoid panel scroll.
BUG=b:173603645 BRANCH=kukui TEST=None
Change-Id: I4af96f58876932175b28fc0a8543720ebd7b5deb Signed-off-by: Jitao Shi jitao.shi@mediatek.com Reviewed-on: https://review.coreboot.org/c/coreboot/+/39025 Reviewed-by: Yu-Ping Wu yupingso@google.com Reviewed-by: Hung-Te Lin hungte@chromium.org Tested-by: build bot (Jenkins) no-reply@coreboot.org --- M src/drivers/analogix/anx7625/anx7625.c 1 file changed, 1 insertion(+), 1 deletion(-)
Approvals: build bot (Jenkins): Verified Hung-Te Lin: Looks good to me, but someone else must approve Yu-Ping Wu: Looks good to me, approved
diff --git a/src/drivers/analogix/anx7625/anx7625.c b/src/drivers/analogix/anx7625/anx7625.c index 9f0b2e1..e37e047 100644 --- a/src/drivers/analogix/anx7625/anx7625.c +++ b/src/drivers/analogix/anx7625/anx7625.c @@ -381,7 +381,7 @@ ret |= anx7625_reg_write(bus, RX_P1_ADDR, MIPI_PLL_N_NUM_7_0, (n & 0xff)); /* diff */ - ret |= anx7625_reg_write(bus, RX_P1_ADDR, MIPI_DIGITAL_ADJ_1, 0x37); + ret |= anx7625_reg_write(bus, RX_P1_ADDR, MIPI_DIGITAL_ADJ_1, 0x3d);
ret |= anx7625_odfc_config(bus, post_divider - 1);