sna: Allow disconnected outputs to retain state without EDID checks
Signed-off-by: Chris Wilson <chris@chris-wilson.co.uk>
This commit is contained in:
parent
25d2c2d049
commit
8477615ae1
|
|
@ -5056,6 +5056,9 @@ output_check_status(struct sna *sna, struct sna_output *output)
|
|||
if (output->status != status)
|
||||
return false;
|
||||
|
||||
if (status != XF86OutputStatusConnected)
|
||||
return true;
|
||||
|
||||
if (output->edid_len == 0)
|
||||
return false;
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue