mirror of
https://gitlab.freedesktop.org/mesa/drm.git
synced 2026-05-07 15:49:02 +02:00
revert LVDS destroy - this oops on sysfs on sdvo init of i2c bus
This commit is contained in:
parent
9f0f6509f5
commit
a890d596fc
1 changed files with 3 additions and 4 deletions
|
|
@ -476,8 +476,7 @@ out:
|
|||
return;
|
||||
|
||||
failed:
|
||||
DRM_DEBUG("No LVDS modes found, disabling.\n");
|
||||
intel_i2c_destroy(intel_output->ddc_bus);
|
||||
kfree(output->driver_private);
|
||||
drm_output_destroy(output);
|
||||
DRM_DEBUG("No LVDS modes found, disabling.\n");
|
||||
// intel_lvds_destroy(output);
|
||||
// drm_output_destroy(output);
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue