diff options
author | Patrick Rudolph <siro@das-labor.org> | 2017-07-25 17:40:36 +0200 |
---|---|---|
committer | Martin Roth <martinroth@google.com> | 2017-08-10 16:05:56 +0000 |
commit | d7dcc44eb97dcf99093e64b887b9dc2296a31d21 (patch) | |
tree | 77f6a0ea002cf32df5a5dc0f846d9949e3b28733 /src/mainboard | |
parent | 0c67a66d23428151686ec25d046c4353dbdec91a (diff) | |
download | coreboot-d7dcc44eb97dcf99093e64b887b9dc2296a31d21.tar.xz |
drvs/lenovo/hybrid_graphics: Add new hybrid graphics driver
Introduce a chip_driver that uses devicetree instead of Kconfig.
The new driver has the following advantages:
* No more wasted IGD GFX stolen memory
* Can be used by T500 series
* Is even run on devices that do not have a dGPU installed
* Can disable unused PEG port on devices without dGPU (and save power)
* Use devicetree instead of Kconfig options
* Support for multiple hybrid GPIO active levels
* Support for backlight control GPIO
* Support for _ROM on Optimus capable devices
The driver is split into romstage part and ramstage part.
Every mainboard has to call the driver in romstage to get the requested
GPU state. The mainboard code then has to toggle GPU power or disable
the IGD or PEG port.
The ramstage part does handle the hygrid graphics GPIO, including
optional backlight mux GPIO. Every GPIO can have it's own active level,
as defined in devicetree. Devices are no longer disabled in ramstage.
The existing hybrid graphics driver does the same configuration and
should not interfere with this commit until it has been removed.
Change-Id: Ie467f9a18b35ab3b8a523dbf51c5575db5b374a5
Signed-off-by: Patrick Rudolph <siro@das-labor.org>
Reviewed-on: https://review.coreboot.org/20792
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Nico Huber <nico.h@gmx.de>
Reviewed-by: Arthur Heymans <arthur@aheymans.xyz>
Diffstat (limited to 'src/mainboard')
0 files changed, 0 insertions, 0 deletions