History log of /haiku/src/add-ons/kernel/drivers/display/Jamfile
Revision Date Author Comments
# 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.


# f236b941 15-Dec-2012 Fredrik Holmqvist <fredrik.holmqvist@gmail.com>

Display controls driver stub.

Work I did at Begeistert, trying to use the new driver manager and
detecting display controls. It should probably be a good example of
how a new driver is built. It currently loads and detects
display controls correctly but doesn't do any actual work yet.
Not sure when I have the time to finish the driver, it shouldn't be
that hard but I currently have have other priorities. Feel free to
work on it in the meantime.


# 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.


# f236b941d009620b6b80eae6f39ce778c60031ae 15-Dec-2012 Fredrik Holmqvist <fredrik.holmqvist@gmail.com>

Display controls driver stub.

Work I did at Begeistert, trying to use the new driver manager and
detecting display controls. It should probably be a good example of
how a new driver is built. It currently loads and detects
display controls correctly but doesn't do any actual work yet.
Not sure when I have the time to finish the driver, it shouldn't be
that hard but I currently have have other priorities. Feel free to
work on it in the meantime.