HomeSort by: relevance | last modified time | path
    Searched refs:dirty_work (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/external/bsd/drm2/dist/include/drm/
drm_fb_helper.h 113 * @dirty_work: worker used to flush the framebuffer
147 struct work_struct dirty_work; member in struct:drm_fb_helper
  /src/sys/external/bsd/drm2/dist/drm/
drm_fb_helper.c 138 * accumulate changes and schedule &drm_fb_helper.dirty_work to run right
142 * callback it will also schedule dirty_work with the damage collected from the
419 dirty_work);
465 INIT_WORK(&helper->dirty_work, drm_fb_helper_dirty_work);
615 cancel_work_sync(&fb_helper->dirty_work);
672 schedule_work(&helper->dirty_work);

Completed in 38 milliseconds