[COMMON] g2d: show HDR coefficients
authorhyesoo.yu <hyesoo.yu@samsung.com>
Thu, 10 Aug 2017 05:18:34 +0000 (14:18 +0900)
committerCosmin Tanislav <demonsingur@gmail.com>
Mon, 22 Apr 2024 17:22:14 +0000 (20:22 +0300)
Add the debug information for HDR coefficients

Change-Id: Ic2af15a1b127d908ab04534bf99581fb3602a46a
Signed-off-by: hyesoo.yu <hyesoo.yu@samsung.com>
drivers/gpu/exynos/g2d/g2d_debug.c

index aea9c9bf5f0095b66c098e0df99105a2719d3876..fe56662d6b021f42677c369e8748fb51169e06c6 100644 (file)
@@ -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" },