提交 47771669 编写于 作者: A Alex Deucher

drm/radeon/atpx: check for ATIF dGPU wake for display events support

Some ATPX laptops implement special circuitry to generate
display hotplug events via ACPI when the dGPU is powered off.
Check if this is supported.
Signed-off-by: NAlex Deucher <alexander.deucher@amd.com>
上级 1b0f568d
......@@ -29,6 +29,7 @@ struct radeon_atpx {
acpi_handle handle;
struct radeon_atpx_functions functions;
bool is_hybrid;
bool dgpu_req_power_for_displays;
};
static struct radeon_atpx_priv {
......@@ -72,6 +73,10 @@ bool radeon_is_atpx_hybrid(void) {
return radeon_atpx_priv.atpx.is_hybrid;
}
bool radeon_atpx_dgpu_req_power_for_displays(void) {
return radeon_atpx_priv.atpx.dgpu_req_power_for_displays;
}
/**
* radeon_atpx_call - call an ATPX method
*
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册