Merge "display: add drm_atomic_state to debug-build bugreport" into main
This commit is contained in:
commit
340cf2f377
2 changed files with 2 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue