diff options
Diffstat (limited to 'drivers/gpu/drm/nouveau/include/nvkm/subdev')
| -rw-r--r-- | drivers/gpu/drm/nouveau/include/nvkm/subdev/timer.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/gpu/drm/nouveau/include/nvkm/subdev/timer.h b/drivers/gpu/drm/nouveau/include/nvkm/subdev/timer.h index 6a567fe347b3..820a4805916f 100644 --- a/drivers/gpu/drm/nouveau/include/nvkm/subdev/timer.h +++ b/drivers/gpu/drm/nouveau/include/nvkm/subdev/timer.h | |||
| @@ -4,6 +4,7 @@ | |||
| 4 | 4 | ||
| 5 | struct nvkm_alarm { | 5 | struct nvkm_alarm { |
| 6 | struct list_head head; | 6 | struct list_head head; |
| 7 | struct list_head exec; | ||
| 7 | u64 timestamp; | 8 | u64 timestamp; |
| 8 | void (*func)(struct nvkm_alarm *); | 9 | void (*func)(struct nvkm_alarm *); |
| 9 | }; | 10 | }; |
