diff options
Diffstat (limited to 'sys/dev/pci/drm/intel_drv.h')
-rw-r--r-- | sys/dev/pci/drm/intel_drv.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/sys/dev/pci/drm/intel_drv.h b/sys/dev/pci/drm/intel_drv.h index fb86620c125..5eaadbafbe9 100644 --- a/sys/dev/pci/drm/intel_drv.h +++ b/sys/dev/pci/drm/intel_drv.h @@ -376,7 +376,8 @@ struct intel_unpin_work { }; struct intel_fbc_work { -// struct delayed_work work; + struct workq_task task; + struct timeout to; struct drm_crtc *crtc; struct drm_framebuffer *fb; int interval; |