mirror of
git://nv-tegra.nvidia.com/linux-nv-oot.git
synced 2025-12-25 10:42:21 +03:00
36a425b6f7e91f031e4cc5a8bbdcdf0482f53c27
This change removes worker thread from serializer driver which waits on both links to lock. If both links are not set via DTS entry then it does not proceed further which causes no video output. As it is possible that one link can be connected to deserializer, this does not require the worker to wait on link locks. So removing worker thread and enabling video immediately fixes this issue. bug 3727875 Change-Id: Ie427103a7d455201a4f783d690c6250b38a9113c Signed-off-by: Prafull Suryawanshi <prafulls@nvidia.com> Reviewed-on: https://git-master.nvidia.com/r/c/linux-nvidia/+/2775207 Reviewed-by: svcacv <svcacv@nvidia.com> Reviewed-by: svc-mobile-coverity <svc-mobile-coverity@nvidia.com> Reviewed-by: svc-mobile-cert <svc-mobile-cert@nvidia.com> Reviewed-by: Shu Zhong <shuz@nvidia.com> GVS: Gerrit_Virtual_Submit <buildbot_gerritrpt@nvidia.com>
Description
No description provided