mirror of
https://github.com/torvalds/linux.git
synced 2026-04-27 19:12:29 -04:00
drm/nouveau/disp: Silence DCB warnings.
Most of these errors seem to be WFD related. Official documentation says dcb type 8 is reserved. It's probably used for WFD. Silence the warning in either case. Connector type 70 is stated to be a virtual connector for WiFi display. Since we know this, don't warn that we don't. Signed-off by: Rosen Penev <rosenp@gmail.com> Signed-off-by: Ben Skeggs <bskeggs@redhat.com>
This commit is contained in:
@@ -18,6 +18,7 @@ enum dcb_connector_type {
|
||||
DCB_CONNECTOR_HDMI_C = 0x63,
|
||||
DCB_CONNECTOR_DMS59_DP0 = 0x64,
|
||||
DCB_CONNECTOR_DMS59_DP1 = 0x65,
|
||||
DCB_CONNECTOR_WFD = 0x70,
|
||||
DCB_CONNECTOR_NONE = 0xff
|
||||
};
|
||||
|
||||
|
||||
@@ -6,6 +6,7 @@ enum dcb_output_type {
|
||||
DCB_OUTPUT_TMDS = 0x2,
|
||||
DCB_OUTPUT_LVDS = 0x3,
|
||||
DCB_OUTPUT_DP = 0x6,
|
||||
DCB_OUTPUT_WFD = 0x8,
|
||||
DCB_OUTPUT_EOL = 0xe,
|
||||
DCB_OUTPUT_UNUSED = 0xf,
|
||||
DCB_OUTPUT_ANY = -1,
|
||||
|
||||
Reference in New Issue
Block a user