Snap for 12415101 from e943d565fe
to 25Q1-release
Change-Id: I7c124112adc620245c46ad591baf6de65984aadb
This commit is contained in:
commit
912e0f8969
3 changed files with 17 additions and 10 deletions
|
@ -27,4 +27,11 @@ PRODUCT_PROPERTY_OVERRIDES += \
|
||||||
PRODUCT_SYSTEM_EXT_PROPERTIES += \
|
PRODUCT_SYSTEM_EXT_PROPERTIES += \
|
||||||
ro.audio.ihaladaptervendorextension_enabled=true
|
ro.audio.ihaladaptervendorextension_enabled=true
|
||||||
|
|
||||||
|
ifneq (,$(filter userdebug eng, $(TARGET_BUILD_VARIANT)))
|
||||||
|
$(call soong_config_set,aoc_audio_func,dump_usecase_data,true)
|
||||||
|
$(call soong_config_set,aoc_audio_func,hal_socket_control,true)
|
||||||
|
$(call soong_config_set,aoc_audio_func,record_tuning_keys,true)
|
||||||
|
$(call soong_config_set,aoc_audio_func,aidl_command_interface,true)
|
||||||
|
endif
|
||||||
|
|
||||||
$(call soong_config_set,pixel_audio_hal_type,aidl_build,true)
|
$(call soong_config_set,pixel_audio_hal_type,aidl_build,true)
|
||||||
|
|
|
@ -16,15 +16,15 @@
|
||||||
#include <dump/pixel_dump.h>
|
#include <dump/pixel_dump.h>
|
||||||
#include <android-base/file.h>
|
#include <android-base/file.h>
|
||||||
|
|
||||||
|
|
||||||
int main() {
|
int main() {
|
||||||
setbuf(stdout, NULL);
|
setbuf(stdout, NULL);
|
||||||
dumpFileContent("DECON-0 counters /sys/class/drm/card0/device/decon0/counters", "/sys/class/drm/card0/device/decon0/counters");
|
dumpFileContent("DECON-0 counters /sys/class/drm/card0/device/decon0/counters", "/sys/class/drm/card0/device/decon0/counters");
|
||||||
dumpFileContent("CRTC-0 event log", "/sys/kernel/debug/dri/0/crtc-0/event");
|
dumpFileContent("CRTC-0 event log", "/sys/kernel/debug/dri/0/crtc-0/event");
|
||||||
runCommand("libdisplaycolor", "/vendor/bin/dumpsys displaycolor -v");
|
runCommand("libdisplaycolor", "/vendor/bin/dumpsys displaycolor -v");
|
||||||
dumpFileContent("Primary panel name", "/sys/devices/platform/exynos-drm/primary-panel/panel_name");
|
|
||||||
dumpFileContent("Primary panel extra info", "/sys/devices/platform/exynos-drm/primary-panel/panel_extinfo");
|
dumpFileContent("Primary panel name", "/sys/class/drm/card0/device/primary-panel/panel_name");
|
||||||
dumpFileContent("Primary panel power Vreg", "/sys/devices/platform/exynos-drm/primary-panel/panel_pwr_vreg");
|
dumpFileContent("Primary panel extra info", "/sys/class/drm/card0/device/primary-panel/panel_extinfo");
|
||||||
dumpFileContent("Primary panel power mode register", "/sys/devices/platform/exynos-drm/primary-panel/power_mode");
|
dumpFileContent("Primary panel power Vreg", "/sys/class/drm/card0/device/primary-panel/panel_pwr_vreg");
|
||||||
|
dumpFileContent("Primary panel power mode register", "/sys/class/drm/card0/device/primary-panel/power_mode");
|
||||||
return 0;
|
return 0;
|
||||||
}
|
}
|
|
@ -18,9 +18,9 @@
|
||||||
int main() {
|
int main() {
|
||||||
dumpFileContent("DECON-1 counters /sys/class/drm/card0/device/decon1/counters", "/sys/class/drm/card0/device/decon1/counters");
|
dumpFileContent("DECON-1 counters /sys/class/drm/card0/device/decon1/counters", "/sys/class/drm/card0/device/decon1/counters");
|
||||||
dumpFileContent("CRTC-1 event log", "/sys/kernel/debug/dri/0/crtc-1/event");
|
dumpFileContent("CRTC-1 event log", "/sys/kernel/debug/dri/0/crtc-1/event");
|
||||||
dumpFileContent("Secondary panel name", "/sys/devices/platform/exynos-drm/secondary-panel/panel_name");
|
|
||||||
dumpFileContent("Secondary panel extra info", "/sys/devices/platform/exynos-drm/secondary-panel/panel_extinfo");
|
dumpFileContent("Secondary panel name", "/sys/class/drm/card0/device/secondary-panel/panel_name");
|
||||||
dumpFileContent("Secondary panel power mode register", "/sys/devices/platform/exynos-drm/secondary-panel/power_mode");
|
dumpFileContent("Secondary panel extra info", "/sys/class/drm/card0/device/secondary-panel/panel_extinfo");
|
||||||
|
dumpFileContent("Secondary panel power mode register", "/sys/class/drm/card0/device/secondary-panel/power_mode");
|
||||||
return 0;
|
return 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue