Home | History | Annotate | Download | only in vmwgfx
History log of /src/sys/external/bsd/drm2/vmwgfx/vmwgfxfb.c
RevisionDateAuthorComments
 1.4  25-Sep-2022  riastradh vmwgfxfb(4): Omit now-needless is_console hack.

This has been resolved in drmfb.
 1.3  18-Jul-2022  riastradh drm: Simplify async framebuffer child task attachment logic.

No need for scheduling the task to fail. Nix needless error
branches.
 1.2  18-Jul-2022  riastradh drm: Fix asynchronous attach logic for drm framebuffer devices.

The driver-specific sc_scheduled boolean flag was racy. It is
necessary to use config_pending_incr/decr to hold up console
selection and userland start (and block detach, not that that works
yet) until the drmfb attach has completed.
 1.1  17-Feb-2022  riastradh drm/vmwgfx: First draft. Passes make depend, doesn't build yet.

RSS XML Feed