[PATCH] drm: Add check for encoder in intel_get_crtc_new_encoder()

2024-09-24 Thread George Rurikov
If the video card driver could not find the connector assigned to the current video controller, or if the hardware status has changed so that a pre-existing connector is no longer active, none of the state connectors will meet the assignment criteria for the current crtc video controller. In the d

Re: [PATCH] drm: Add check for encoder in intel_get_crtc_new_encoder()

2024-09-24 Thread Jani Nikula
On Tue, 24 Sep 2024, Jani Nikula wrote: > On Tue, 24 Sep 2024, George Rurikov wrote: >> If the video card driver could not find the connector assigned to the >> current video controller, or if the hardware status has changed so that >> a pre-existing connector is no longer active, none of the sta

Re: [PATCH] drm: Add check for encoder in intel_get_crtc_new_encoder()

2024-09-24 Thread Jani Nikula
On Tue, 24 Sep 2024, George Rurikov wrote: > If the video card driver could not find the connector assigned to the > current video controller, or if the hardware status has changed so that > a pre-existing connector is no longer active, none of the state > connectors will meet the assignment crite