From 0f541c42d1b10e787a839c1cb5cc6019e6975bd2 Mon Sep 17 00:00:00 2001 From: Yilun Lin Date: Mon, 16 Sep 2019 09:34:37 +0800 Subject: krane: change sensor-ref point to default device orintation Switch from display scanout orientation to device default orientation. (go/chromeos-tablet-orientation) TEST=Ensure the display acts normal with UI patch. BUG=b:133201004 BRANCH=None Change-Id: If7a1632f3fcc03b381411b46d7b5441f8de5847d Signed-off-by: Yilun Lin Reviewed-on: https://chromium-review.googlesource.com/c/chromiumos/platform/ec/+/1826360 Reviewed-by: Nicolas Boichat Commit-Queue: Nicolas Boichat --- board/kukui/board.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/board/kukui/board.c b/board/kukui/board.c index a0a594ffa9..4e7182b433 100644 --- a/board/kukui/board.c +++ b/board/kukui/board.c @@ -389,8 +389,8 @@ static const mat33_fp_t lid_standard_ref = { }; #else static const mat33_fp_t lid_standard_ref = { + {FLOAT_TO_FP(-1), 0, 0}, {0, FLOAT_TO_FP(-1), 0}, - {FLOAT_TO_FP(1), 0, 0}, {0, 0, FLOAT_TO_FP(1)} }; #endif /* BOARD_KUKUI */ -- cgit v1.2.1