This is useful to the DRM drivers to let them know if a device is effectively used by the console.
This is part of the update of the DRM drivers to Linux 5.13.
Paths
| Differential D38089 Authored by dumbbell on Jan 16 2023, 7:52 PM.
Details Summary This is useful to the DRM drivers to let them know if a device is effectively used by the console. This is part of the update of the DRM drivers to Linux 5.13.
Diff Detail
Event TimelineHerald added a subscriber: imp. · View Herald TranscriptJan 16 2023, 7:52 PM2023-01-16 19:52:24 (UTC+0) This revision is now accepted and ready to land.Jan 24 2023, 9:06 AM2023-01-24 09:06:07 (UTC+0) Closed by commit rG29ab19455484: vt(4): Return errors from `vt_{,de}allocate()` (authored by dumbbell). · Explain WhyJan 25 2023, 9:39 PM2023-01-25 21:39:40 (UTC+0) This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 115751 sys/dev/vt/hw/fb/vt_fb.c
sys/dev/vt/vt.h
sys/dev/vt/vt_core.c
|
Should this be enclosed with while (0) and not "do { } while (0) "?