dumpstate: dump panel extra info
Dump panel extra info to show display hw revision. Bug: 189190103 Test: adb bugreport Change-Id: I14121ff428d494b65c2a1741880b6fe7424d2d69
This commit is contained in:
parent
5bc5698b5a
commit
b115af5590
1 changed files with 2 additions and 0 deletions
|
@ -804,6 +804,8 @@ void DumpstateDevice::dumpDisplaySection(int fd) {
|
||||||
DumpFileToFd(fd, "CRTC-1 event log", "/sys/kernel/debug/dri/0/crtc-1/event");
|
DumpFileToFd(fd, "CRTC-1 event log", "/sys/kernel/debug/dri/0/crtc-1/event");
|
||||||
RunCommandToFd(fd, "libdisplaycolor", {"/vendor/bin/dumpsys", "displaycolor", "-v"},
|
RunCommandToFd(fd, "libdisplaycolor", {"/vendor/bin/dumpsys", "displaycolor", "-v"},
|
||||||
CommandOptions::WithTimeout(2).Build());
|
CommandOptions::WithTimeout(2).Build());
|
||||||
|
DumpFileToFd(fd, "Primary panel extra info", "/sys/devices/platform/exynos-drm/primary-panel/panel_extinfo");
|
||||||
|
DumpFileToFd(fd, "secondary panel extra info", "/sys/devices/platform/exynos-drm/secondary-panel/panel_extinfo");
|
||||||
}
|
}
|
||||||
|
|
||||||
// Dump items related to AoC
|
// Dump items related to AoC
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue