Displaying 1 result from an estimated 1 matches for "g153144c".
Did you mean:
1153144
2023 Jun 25
0
[PATCH] drm/nouveau: Remove the unused variable entry
...ev)[3] >= 4)
- entry |= (u32)ROM16(nv_connector->dcb[2]) << 16;
-
nv_connector->type = nv_connector->dcb[0];
+
if (drm_conntype_from_dcb(nv_connector->type) ==
DRM_MODE_CONNECTOR_Unknown) {
NV_WARN(drm, "unknown connector type %02x\n",
--
2.20.1.7.g153144c