mirror of
https://github.com/hardkernel/kernel_common_drivers.git
synced 2026-06-25 12:03:48 +09:00
d823c0b5bd
PD#SWPL-237244 PD#SWPL-244011 PD#SWPL-240725 Problem: 1.missing testattr ioctl implementation in the meson connector. 2.HPD uevent is not reported via DRM in the meson connector. 3.the sequence_id function is not implemented in the meson connector. Solution: implement the following three features in the meson connector: 1.add testattr ioctl support. 2.report HPD uevent through the DRM subsystem. 3.implement the sequence_id function. Verify: s7d Test: DRM-OSD-46 Change-Id: I48c548f8e3dfa03d6c36869e76a38f82bcd3497c Signed-off-by: congyang.huang <congyang.huang@amlogic.com>