mirror of
git://nv-tegra.nvidia.com/linux-nvgpu.git
synced 2025-12-25 02:52:51 +03:00
gpu: nvgpu: Reconfigure instance block with syncpt
Resetup RAMFC once sync point id is allocated for a channel. Change-Id: Idbac406bea1c94c89ef587dda08fddc740c1fadb Signed-off-by: Terje Bergstrom <tbergstrom@nvidia.com> Reviewed-on: http://git-master/r/711302 Reviewed-on: http://git-master/r/737526 Reviewed-by: Alexander Van Brunt <avanbrunt@nvidia.com> Tested-by: Alexander Van Brunt <avanbrunt@nvidia.com> Reviewed-by: Automatic_Commit_Validation_User
This commit is contained in:
committed by
Alexander Van Brunt
parent
6e1dfd0131
commit
9bbffa11de
@@ -86,6 +86,9 @@ struct gk20a_channel_sync {
|
||||
* expired. */
|
||||
void (*signal_timeline)(struct gk20a_channel_sync *s);
|
||||
|
||||
/* Returns the sync point id or negative number if no syncpt*/
|
||||
int (*syncpt_id)(struct gk20a_channel_sync *s);
|
||||
|
||||
/* flag to set sync destroy aggressiveness */
|
||||
bool aggressive_destroy;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user