From: hyesoo.yu Date: Thu, 10 Aug 2017 05:18:34 +0000 (+0900) Subject: [COMMON] g2d: show HDR coefficients X-Git-Url: https://git.stricted.de/?a=commitdiff_plain;h=b02f9af51d578ed466dfb8112b2a4735ddf39c40;p=GitHub%2FLineageOS%2Fandroid_kernel_motorola_exynos9610.git [COMMON] g2d: show HDR coefficients Add the debug information for HDR coefficients Change-Id: Ic2af15a1b127d908ab04534bf99581fb3602a46a Signed-off-by: hyesoo.yu --- diff --git a/drivers/gpu/exynos/g2d/g2d_debug.c b/drivers/gpu/exynos/g2d/g2d_debug.c index aea9c9bf5f00..fe56662d6b02 100644 --- a/drivers/gpu/exynos/g2d/g2d_debug.c +++ b/drivers/gpu/exynos/g2d/g2d_debug.c @@ -114,8 +114,14 @@ static struct regs_info g2d_reg_info[] = { { 0x34, 0x10, "Secure Layer" }, { 0xF0, 0x10, "AFBC debugging" }, { 0x80, 0x70, "Job manager" }, - { 0x8000, 0x100, "HW flow control" }, { 0x2000, 0x120, "Layer CSC Coefficient" }, + { 0x3000, 0x110, "HDR EOTF" }, + { 0x3200, 0x110, "DEGAMMA EOTF" }, + { 0x3400, 0x30, "HDR GM" }, + { 0x3500, 0x30, "DEGAMMA 2.2" }, + { 0x3600, 0x90, "HDR TM" }, + { 0x3700, 0x90, "DEGAMMA TM" }, + { 0x8000, 0x100, "HW flow control" }, { 0x120, 0xE0, "Destination" }, { 0x200, 0x100, "Layer0" }, { 0x300, 0x100, "Layer1" },