X-Git-Url: http://pileus.org/git/?a=blobdiff_plain;f=include%2Fvideo%2Fudlfb.h;h=f9466fa54ba4bd626fe618aef5b95f3b30dfde9b;hb=2e7580b0e75d771d93e24e681031a165b1d31071;hp=c41f308c963626d900972f843d2853458cff89da;hpb=c63c4edcc8cf0f1ed2c6a1c9ba7a56bc50aa8199;p=~andy%2Flinux diff --git a/include/video/udlfb.h b/include/video/udlfb.h index c41f308c963..f9466fa54ba 100644 --- a/include/video/udlfb.h +++ b/include/video/udlfb.h @@ -41,6 +41,7 @@ struct dlfb_data { char *backing_buffer; int fb_count; bool virtualized; /* true when physical usb device not present */ + struct delayed_work init_framebuffer_work; struct delayed_work free_framebuffer_work; atomic_t usb_active; /* 0 = update virtual buffer, but no usb traffic */ atomic_t lost_pixels; /* 1 = a render op failed. Need screen refresh */