]> git.karo-electronics.de Git - karo-tx-linux.git/blobdiff - drivers/gpu/drm/nouveau/include/nvkm/subdev/timer.h
drm/nouveau/tmr: fully separate alarm execution/pending lists
[karo-tx-linux.git] / drivers / gpu / drm / nouveau / include / nvkm / subdev / timer.h
index 6a567fe347b369a2c01d5e89c67ac0a881a49420..820a4805916f1da8115b798cf3c93d5750ae8196 100644 (file)
@@ -4,6 +4,7 @@
 
 struct nvkm_alarm {
        struct list_head head;
+       struct list_head exec;
        u64 timestamp;
        void (*func)(struct nvkm_alarm *);
 };