CVS log for src/sys/external/bsd/drm2/vmwgfx/vmwgfxfb.c
Up to [cvs.NetBSD.org] / src / sys / external / bsd / drm2 / vmwgfx
Request diff between arbitrary revisions
Keyword substitution: kv
Default branch: MAIN
Revision 1.4: download - view: text, markup, annotated - select for diffs
Sun Sep 25 08:21:02 2022 UTC (2 years, 6 months ago) by riastradh
Branches: MAIN
CVS tags: thorpej-ifq-base,
thorpej-ifq,
thorpej-altq-separation-base,
thorpej-altq-separation,
perseant-exfatfs-base-20240630,
perseant-exfatfs-base,
perseant-exfatfs,
netbsd-10-base,
netbsd-10-1-RELEASE,
netbsd-10-0-RELEASE,
netbsd-10-0-RC6,
netbsd-10-0-RC5,
netbsd-10-0-RC4,
netbsd-10-0-RC3,
netbsd-10-0-RC2,
netbsd-10-0-RC1,
netbsd-10,
bouyer-sunxi-drm-base,
bouyer-sunxi-drm,
HEAD
Diff to: previous 1.3: preferred, colored
Changes since revision 1.3: +2 -16
lines
vmwgfxfb(4): Omit now-needless is_console hack.
This has been resolved in drmfb.
Revision 1.3: download - view: text, markup, annotated - select for diffs
Mon Jul 18 23:34:03 2022 UTC (2 years, 8 months ago) by riastradh
Branches: MAIN
Diff to: previous 1.2: preferred, colored
Changes since revision 1.2: +3 -9
lines
drm: Simplify async framebuffer child task attachment logic.
No need for scheduling the task to fail. Nix needless error
branches.
Revision 1.2: download - view: text, markup, annotated - select for diffs
Mon Jul 18 23:33:53 2022 UTC (2 years, 8 months ago) by riastradh
Branches: MAIN
Diff to: previous 1.1: preferred, colored
Changes since revision 1.1: +7 -17
lines
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.
Revision 1.1: download - view: text, markup, annotated - select for diffs
Thu Feb 17 01:21:03 2022 UTC (3 years, 1 month ago) by riastradh
Branches: MAIN
drm/vmwgfx: First draft. Passes make depend, doesn't build yet.
CVSweb <webmaster@jp.NetBSD.org>