History log of /freebsd/sys/compat/linuxkpi/common/include/acpi/video.h (Results 1 – 7 of 7)
Revision (<<< Hide revision tags) (Show revision tags >>>) Date Author Comments
# 745067c5 24-Dec-2023 Vladimir Kondratyev <wulf@FreeBSD.org>

LinuxKPI: Add acpi_video_backlight_use_native()

We assume that backlight (in Linux term) is always "native".

Also stub acpi_video_register_backlight()

Sponsored by: Serenity Cyber Security, LLC
Re

LinuxKPI: Add acpi_video_backlight_use_native()

We assume that backlight (in Linux term) is always "native".

Also stub acpi_video_register_backlight()

Sponsored by: Serenity Cyber Security, LLC
Reviewed by: manu, bz
MFC after: 1 week
Differential Revision: https://reviews.freebsd.org/D42814

show more ...


Revision tags: release/14.0.0
# 95ee2897 16-Aug-2023 Warner Losh <imp@FreeBSD.org>

sys: Remove $FreeBSD$: two-line .h pattern

Remove /^\s*\*\n \*\s+\$FreeBSD\$$\n/


# 4d846d26 10-May-2023 Warner Losh <imp@FreeBSD.org>

spdx: The BSD-2-Clause-FreeBSD identifier is obsolete, drop -FreeBSD

The SPDX folks have obsoleted the BSD-2-Clause-FreeBSD identifier. Catch
up to that fact and revert to their recommended match of

spdx: The BSD-2-Clause-FreeBSD identifier is obsolete, drop -FreeBSD

The SPDX folks have obsoleted the BSD-2-Clause-FreeBSD identifier. Catch
up to that fact and revert to their recommended match of BSD-2-Clause.

Discussed with: pfg
MFC After: 3 days
Sponsored by: Netflix

show more ...


Revision tags: release/13.2.0
# 8dfb5571 30-Dec-2022 Jean-Sébastien Pédron <dumbbell@FreeBSD.org>

linuxkpi: Include `errno.h` from `acpi/video.h`

This defines `ENODEV` used in this header. This fixes a build failure in
the DRM drivers.

Reviewed by: bz
Approved by: bz
Differential Revision: http

linuxkpi: Include `errno.h` from `acpi/video.h`

This defines `ENODEV` used in this header. This fixes a build failure in
the DRM drivers.

Reviewed by: bz
Approved by: bz
Differential Revision: https://reviews.freebsd.org/D37909

show more ...


Revision tags: release/12.4.0
# afe53d7f 09-Aug-2022 Emmanuel Vadot <manu@FreeBSD.org>

linuxkpi: acpi/video.h: Add stubs acpi_video_{register,unregister}

Needed by i915.

Reviewed by: bz
Obtained from: drm-kmod
Sponsored by: Beckhoff Automation GmbH & Co. KG
Differential Revision: htt

linuxkpi: acpi/video.h: Add stubs acpi_video_{register,unregister}

Needed by i915.

Reviewed by: bz
Obtained from: drm-kmod
Sponsored by: Beckhoff Automation GmbH & Co. KG
Differential Revision: https://reviews.freebsd.org/D36102

show more ...


Revision tags: release/13.1.0
# 307f78f3 19-Dec-2021 Vladimir Kondratyev <wulf@FreeBSD.org>

LinuxKPI: Constantly use _LINUXKPI_ prefix in include guards

MFC after: 1 week
Reviewed by: bz, emaste, hselasky, manu
Differential Revision: https://reviews.freebsd.org/D33562


Revision tags: release/12.3.0, release/13.0.0
# dab39c11 09-Nov-2020 Emmanuel Vadot <manu@FreeBSD.org>

LinuxKPI: Implement ACPI bits required by drm-kmod in base system

It includes:

ACPI_HANDLE() implementation.
AC and VIDEO ACPI events notification support.
Replacement of hand-rolled GPLed _DSM met

LinuxKPI: Implement ACPI bits required by drm-kmod in base system

It includes:

ACPI_HANDLE() implementation.
AC and VIDEO ACPI events notification support.
Replacement of hand-rolled GPLed _DSM method evaluation helpers
with in-base ones.

Submitted by: wulf
Differential Revision: https://reviews.freebsd.org/D26603

show more ...