summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorYilun Lin <yllin@chromium.org>2019-09-16 09:34:37 +0800
committerCommit Bot <commit-bot@chromium.org>2019-09-30 10:31:14 +0000
commit0f541c42d1b10e787a839c1cb5cc6019e6975bd2 (patch)
tree3443c29e673621fb727f6051a20b3a797f4412e5
parentb2621c0cb45dc0280df95c6f975c60b94bad16b2 (diff)
downloadchrome-ec-0f541c42d1b10e787a839c1cb5cc6019e6975bd2.tar.gz
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 <yllin@chromium.org> Reviewed-on: https://chromium-review.googlesource.com/c/chromiumos/platform/ec/+/1826360 Reviewed-by: Nicolas Boichat <drinkcat@chromium.org> Commit-Queue: Nicolas Boichat <drinkcat@chromium.org>
-rw-r--r--board/kukui/board.c2
1 files changed, 1 insertions, 1 deletions
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 */