mirror of
git://nv-tegra.nvidia.com/linux-nv-oot.git
synced 2025-12-22 09:11:26 +03:00
d3e0d8bb363ee7d1642c1f5715b094f162021c21
This commit replaces the deprecated nvhost_syncpt_unit_interface_init() and other related deprecated nvhost syncpoint functions in nvdla_sync_syncpt_emu.c with direct implementations using the host1x API Key changes include: - Added a local nvhost_syncpt_interface structure definition - Replaced nvhost_syncpt_unit_interface_init() with direct initialization code - Added nvdla_syncpt_address() function to replace nvhost_syncpt_address() - Updated nvhost_syncpt_put_ref_ext() -> host1x_syncpt_put() - Updated nvhost_get_syncpt_host_managed() -> host1x_syncpt_alloc() + host1x_syncpt_id() - Updated nvhost_syncpt_incr_max_ext() -> host1x_syncpt_incr_max() - Updated nvhost_syncpt_read_maxval() -> host1x_syncpt_read_max() - Updated nvhost_syncpt_is_expired_ext() -> host1x_syncpt_wait() - Updated nvhost_syncpt_set_min_update() -> host1x_syncpt_read() + host1x_syncpt_incr() Bug 4921461 Jira HOSTX-5971 Change-Id: Ief353770bfcf87ef48abcc598f5ca84bcf72bd22 Signed-off-by: Mainak Sen <msen@nvidia.com> Reviewed-on: https://git-master.nvidia.com/r/c/linux-nv-oot/+/3330688 Reviewed-by: svcacv <svcacv@nvidia.com> Reviewed-by: Mitch Harwell <mharwell@nvidia.com> GVS: buildbot_gerritrpt <buildbot_gerritrpt@nvidia.com> Reviewed-by: Arvind M <am@nvidia.com>
Description
No description provided