diff options
author | Jonathan Gray <jsg@cvs.openbsd.org> | 2023-01-13 01:27:42 +0000 |
---|---|---|
committer | Jonathan Gray <jsg@cvs.openbsd.org> | 2023-01-13 01:27:42 +0000 |
commit | 070b7c53f965dd6f66e6056361cf08b83ed88cb6 (patch) | |
tree | 0c2630ec51ab9cd0e5bfd5d607e2256b3ab77a77 /sys | |
parent | cd1f552d54e116fcc602813c8fee0a4ec88be063 (diff) |
add acpi_video_report_nolcd() for 6.1.5 drm
Diffstat (limited to 'sys')
-rw-r--r-- | sys/dev/pci/drm/include/acpi/video.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/sys/dev/pci/drm/include/acpi/video.h b/sys/dev/pci/drm/include/acpi/video.h index 400c6e2ea7c..1a24d857c17 100644 --- a/sys/dev/pci/drm/include/acpi/video.h +++ b/sys/dev/pci/drm/include/acpi/video.h @@ -26,4 +26,9 @@ acpi_video_backlight_use_native(void) return true; } +static inline void +acpi_video_report_nolcd(void) +{ +} + #endif |