v4l2-uvm-test: remove drm related sysnode config [1/1]
PD#SWPL-24831
Problem:
In driver, video player will be automatically enabled/disabled
Solution:
Delete sys node control in drm.c
Verify:
U212
Change-Id: I45c30f6332efe4f60d57327510fb2dcf575c1470
Signed-off-by: Song Zhao <song.zhao@amlogic.com>
diff --git a/v4l2-uvm-test/src/drm.c b/v4l2-uvm-test/src/drm.c
index becff4b..d5e8637 100644
--- a/v4l2-uvm-test/src/drm.c
+++ b/v4l2-uvm-test/src/drm.c
@@ -799,11 +799,6 @@
get_properties(crtc, CRTC, setup.crtc_id);
get_properties(connector, CONNECTOR, setup.connector_id);
- /* enable video plane */
- config_sys_node("/sys/class/video/disable_video", "0");
- /* ignore frame duration */
- config_sys_node("/sys/class/video/freerun_mode", "1");
-
/* make osd transparent */
rc = OsdBufferCreate(drm_cli_fd, setup.crtc_width, setup.crtc_height, &osd_gem_buf);
if (rc) {