|
Revision tags: release/13.4.0-p5, release/13.5.0-p1, release/14.2.0-p3, release/13.5.0, release/14.2.0-p2, release/14.1.0-p8, release/13.4.0-p4, release/14.1.0-p7, release/14.2.0-p1, release/13.4.0-p3, release/14.2.0, release/13.4.0, release/14.1.0, release/13.3.0, release/14.0.0 |
|
| #
95ee2897 |
| 16-Aug-2023 |
Warner Losh <[email protected]> |
sys: Remove $FreeBSD$: two-line .h pattern
Remove /^\s*\*\n \*\s+\$FreeBSD\$$\n/
|
|
Revision tags: release/13.2.0 |
|
| #
a82a8a5e |
| 08-Feb-2023 |
Jean-Sébastien Pédron <[email protected]> |
linuxkpi: Define `backlight_get_brightness()` and `backlight_is_blank()`
This is not used by the DRM driver yet because we comment out the code calling them, but they are easy to implement.
Reviewe
linuxkpi: Define `backlight_get_brightness()` and `backlight_is_blank()`
This is not used by the DRM driver yet because we comment out the code calling them, but they are easy to implement.
Reviewed by: manu Approved by: manu Differential Revision: https://reviews.freebsd.org/D38530
show more ...
|
|
Revision tags: release/12.4.0, release/13.1.0 |
|
| #
2cc3af6e |
| 15-Feb-2022 |
Emmanuel Vadot <[email protected]> |
linuxkpi: Add backlight_device_set_brightness
This simply set the brightness of a backlight device. Needed by drm-kmod v5.8
Reviewed by: bz, emaste MFC after: 2 weeks Sponsored by: Beckhoff Automat
linuxkpi: Add backlight_device_set_brightness
This simply set the brightness of a backlight device. Needed by drm-kmod v5.8
Reviewed by: bz, emaste MFC after: 2 weeks Sponsored by: Beckhoff Automation GmbH & Co. KG Differential Revision: https://reviews.freebsd.org/D34285
show more ...
|
| #
307f78f3 |
| 19-Dec-2021 |
Vladimir Kondratyev <[email protected]> |
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 |
|
| #
b52e3638 |
| 29-Sep-2021 |
Vladimir Kondratyev <[email protected]> |
LinuxKPI: Implement backlight_enable and backlight_disable functions
For now, disable backlight if brightness level is set to 0. In the future we may implement separate knob in backlight(8).
Requir
LinuxKPI: Implement backlight_enable and backlight_disable functions
For now, disable backlight if brightness level is set to 0. In the future we may implement separate knob in backlight(8).
Required by drm-kmod v5.6
Reviewed by: hselasky, manu MFC after: 2 weeks Differential revision: https://reviews.freebsd.org/D32165
show more ...
|
|
Revision tags: release/13.0.0, release/12.2.0 |
|
| #
2b68c973 |
| 02-Oct-2020 |
Emmanuel Vadot <[email protected]> |
linuxkpi: Add backlight support
Add backlight function to linuxkpi. Graphics drivers expose the backlight of the panel directly so allow them to use the backlight subsystem so user can use backlight
linuxkpi: Add backlight support
Add backlight function to linuxkpi. Graphics drivers expose the backlight of the panel directly so allow them to use the backlight subsystem so user can use backlight(8) to configure them.
Reviewed by: hselasky Relnotes: yes Differential Revision: The FreeBSD Foundation
show more ...
|