History log of /haiku/src/add-ons/kernel/drivers/display/display_adapter.cpp
Revision Date Author Comments
# 215b685f 11-Dec-2022 X512 <danger_mail@list.ru>

kernel: Drop non-standard GNU inline assignment syntax

* We needed this previously due to our gcc2 compiled kernel.
* Now that our kernel is always latest gcc, we can move to the
c++20 syntax for inline assignment.
* Improves compatibility with clang, less GNU-specific stuff

Change-Id: Ib7272a0a52554a31e9a0e788fd3f031db9049795
Reviewed-on: https://review.haiku-os.org/c/haiku/+/5898
Reviewed-by: Alex von Gluck IV <kallisti5@unixzen.com>
Reviewed-by: Adrien Destugues <pulkomandy@pulkomandy.tk>


# ae715b10 08-Nov-2014 Fredrik Holmqvist <fredrik.holmqvist@gmail.com>

Add Todos for adapter and displays.


# b5be9587 08-Nov-2014 Fredrik Holmqvist <fredrik.holmqvist@gmail.com>

WIP ACPI display adapters driver

Currently find display adapters and attached displays but nothing more.
I would like it to publish adapters and displays in dev tree, so that
you can open and control the adapter (get firmware, boot display) and
the adapter itself would have child devices for displays (brightness ..).

However that part could use some review, and since my time is limited it
is better to make it availble for others to work on as well.


# 95b67793 07-Sep-2014 Fredrik Holmqvist <fredrik.holmqvist@gmail.com>

Format code, add display device base.

Still very much work in progress.


# 8516e6a9 07-Sep-2014 Fredrik Holmqvist <fredrik.holmqvist@gmail.com>

Rename display_controls to display_adapter

ACPI talks about display_adapters, and we will likely have displays
as child nodes. Displays will be attached to an adapter.


# ae715b108d5cba6eb4f9adeb63c57640a4e90c35 08-Nov-2014 Fredrik Holmqvist <fredrik.holmqvist@gmail.com>

Add Todos for adapter and displays.


# b5be958727f8cd08599a131cccec574864b341a4 08-Nov-2014 Fredrik Holmqvist <fredrik.holmqvist@gmail.com>

WIP ACPI display adapters driver

Currently find display adapters and attached displays but nothing more.
I would like it to publish adapters and displays in dev tree, so that
you can open and control the adapter (get firmware, boot display) and
the adapter itself would have child devices for displays (brightness ..).

However that part could use some review, and since my time is limited it
is better to make it availble for others to work on as well.


# 95b67793813941d6ca785a68f6cca08193fd789d 07-Sep-2014 Fredrik Holmqvist <fredrik.holmqvist@gmail.com>

Format code, add display device base.

Still very much work in progress.


# 8516e6a92416961d179e15ff56b2d57d868e0b4f 07-Sep-2014 Fredrik Holmqvist <fredrik.holmqvist@gmail.com>

Rename display_controls to display_adapter

ACPI talks about display_adapters, and we will likely have displays
as child nodes. Displays will be attached to an adapter.