mirror of
git://nv-tegra.nvidia.com/linux-nvgpu.git
synced 2025-12-24 02:22:34 +03:00
Split existing runlist HALs into: - runlist HALs depending on ram hw headers - runlist HALs depending on fifo hw headers hal/fifo/runlist_<chip>.c implement - runlist.entry_size - runlist.get_tsg_entry - runlist.get_ch_entry hal/fifo/runlist_fifo_<chip>.c implement - runlist.reschedule - runlist.count_max - runlist.entry_size - runlist.hw_submit Renamed - nvgpu_fifo_reschedule_runlist -> nvgpu_runlist_reschedule Jira NVGPU-3198 Change-Id: Icf835b0a4a45e5987e3db9d0931a9f111f418137 Signed-off-by: Thomas Fleury <tfleury@nvidia.com> Reviewed-on: https://git-master.nvidia.com/r/2107603 Reviewed-by: mobile promotions <svcmobile_promotions@nvidia.com> Tested-by: mobile promotions <svcmobile_promotions@nvidia.com>