drm/ast: Only warn about unsupported TX chips on Gen4 and later
[drm/drm-misc.git] / include / linux / mxm-wmi.h
blob28b5b4c2a782c220db440603212e433c23e824f8
1 /* SPDX-License-Identifier: GPL-2.0-or-later */
2 /*
3 * MXM WMI driver
5 * Copyright(C) 2010 Red Hat.
6 */
8 #ifndef MXM_WMI_H
9 #define MXM_WMI_H
11 /* discrete adapters */
12 #define MXM_MXDS_ADAPTER_0 0x0
13 #define MXM_MXDS_ADAPTER_1 0x0
14 /* integrated adapter */
15 #define MXM_MXDS_ADAPTER_IGD 0x10
16 int mxm_wmi_call_mxds(int adapter);
17 int mxm_wmi_call_mxmx(int adapter);
18 bool mxm_wmi_supported(void);
20 #endif