mirror of
https://gitlab.freedesktop.org/mesa/drm.git
synced 2026-01-06 06:10:18 +01:00
add sysfs entry for DVO output
forget to add it in the previous DVO porting patch. Signed-off-by: Hong Liu <hong.liu@intel.com>
This commit is contained in:
parent
8a390e058f
commit
b57e1f7efd
1 changed files with 1 additions and 0 deletions
|
|
@ -477,6 +477,7 @@ void intel_dvo_init(struct drm_device *dev)
|
|||
dvo->panel_wants_dither = true;
|
||||
}
|
||||
|
||||
drm_sysfs_output_add(output);
|
||||
drm_output_attach_property(output,
|
||||
dev->mode_config.connector_type_property,
|
||||
connector);
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue