search for: af2405af07d1

Displaying 2 results from an estimated 2 matches for "af2405af07d1".

2018 Sep 19
0
[PATCH 3/6] drm/i915: Leave intel_conn->mst_port set, use mst_port_gone instead
...ssible 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: Push down modeset lock into FB helpers") v4.4.156: Failed to apply! Possible dependencies: 0552f7651bc2 ("drm/i915/mst: use reference counted connectors. (v3)") 06bfe5b0d892 ("drm/i915: Avoid null dereference if mst_port is unset.") 22a2c8...
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