Merge "display: add drm_atomic_state to debug-build bugreport" into main
This commit is contained in:
committed by
Android (Google) Code Review
commit
340cf2f377
@@ -19,6 +19,7 @@
|
||||
int main() {
|
||||
setbuf(stdout, NULL);
|
||||
dumpFileContent("CRTC-0 status", "/sys/kernel/debug/dri/0/crtc-0/status");
|
||||
dumpFileContent("DRM State", "/sys/kernel/debug/dri/0/state");
|
||||
runCommand("libdisplaycolor", "/vendor/bin/dumpsys displaycolor -v");
|
||||
|
||||
dumpFileContent("Primary panel name", "/sys/class/drm/card0/device/primary-panel/panel_name");
|
||||
|
||||
@@ -1,3 +1,4 @@
|
||||
|
||||
genfscon debugfs /dri/0/crtc- u:object_r:vendor_dri_debugfs:s0
|
||||
genfscon debugfs /dri/0/state u:object_r:vendor_dri_debugfs:s0
|
||||
genfscon sysfs /module/drm/parameters/debug u:object_r:sysfs_display:s0
|
||||
|
||||
Reference in New Issue
Block a user