gpu: nvgpu: move post_event_id from fifo to tsg

Moved the following HAL from fifo to tsg:
- tsg.post_event_id

Implemented as
- nvgpu_tsg_post_event_id

Jira NVGPU-2979

Change-Id: I074233aaf96b33d011b50b1465ea5d76e0a43689
Signed-off-by: Thomas Fleury <tfleury@nvidia.com>
Reviewed-on: https://git-master.nvidia.com/r/2087186
Reviewed-by: mobile promotions <svcmobile_promotions@nvidia.com>
Tested-by: mobile promotions <svcmobile_promotions@nvidia.com>
This commit is contained in:
Thomas Fleury
2019-04-01 17:32:11 -07:00
committed by mobile promotions
parent 35e9663bd0
commit 9121f84e67
18 changed files with 483 additions and 20 deletions

View File

@@ -200,7 +200,7 @@ static u32 nvgpu_event_id_to_ioctl_channel_event_id(u32 event_id)
return NVGPU_IOCTL_CHANNEL_EVENT_ID_MAX;
}
void gk20a_tsg_event_id_post_event(struct tsg_gk20a *tsg,
void nvgpu_tsg_post_event_id(struct tsg_gk20a *tsg,
int event_id)
{
struct gk20a_event_id_data *channel_event_id_data;