search for: 06bfe5b0d892

Displaying 2 results from an estimated 2 matches for "06bfe5b0d892".

2018 Sep 19
0
[PATCH 3/6] drm/i915: Leave intel_conn->mst_port set, use mst_port_gone instead
...d because it contains a -stable tag. The stable tag indicates that it's relevant for the following trees: all The bot has tested the following trees: v4.18.8, v4.14.70, v4.9.127, v4.4.156, v3.18.122, v4.18.8: Build OK! v4.14.70: Build OK! v4.9.127: Failed to apply! Possible dependencies: 06bfe5b0d892 ("drm/i915: Avoid null dereference if mst_port is unset.") 22a2c8e0457f ("drm/i915: Validate mode against max. link data rate for DP MST") 9301397a63b3 ("drm/i915: Implement Link Rate fallback on Link training failure") af2405af07d1 ("drm/fb-helper: Pu...
2018 Sep 18
4
[PATCH 3/6] drm/i915: Leave intel_conn->mst_port set, use mst_port_gone instead
Currently we set intel_connector->mst_port to NULL to signify that the MST port has been removed from the system so that we can prevent further action on the port such as connector probes, mode probing, etc. However, we're going to need access to intel_connector->mst_port in order to fixup ->best_encoder() so that it can always return the correct encoder for an MST port to prevent