Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
xenomai
ipipe-x86
Commits
4ceca5f8
Commit
4ceca5f8
authored
Oct 14, 2011
by
Ben Skeggs
Browse files
drm/nouveau: don't pretend to support the DVI-I 'select subconnector' prop
Signed-off-by:
Ben Skeggs
<
bskeggs@redhat.com
>
parent
de691855
Changes
2
Hide whitespace changes
Inline
Side-by-side
drivers/gpu/drm/nouveau/nouveau_connector.c
View file @
4ceca5f8
...
...
@@ -935,11 +935,8 @@ nouveau_connector_create(struct drm_device *dev, int index)
}
/* Init DVI-I specific properties */
if
(
dcb
->
type
==
DCB_CONNECTOR_DVI_I
)
{
drm_mode_create_dvi_i_properties
(
dev
);
if
(
dcb
->
type
==
DCB_CONNECTOR_DVI_I
)
drm_connector_attach_property
(
connector
,
dev
->
mode_config
.
dvi_i_subconnector_property
,
0
);
drm_connector_attach_property
(
connector
,
dev
->
mode_config
.
dvi_i_select_subconnector_property
,
0
);
}
/* Add overscan compensation options to digital outputs */
if
(
disp
->
underscan_property
&&
...
...
drivers/gpu/drm/nouveau/nouveau_display.c
View file @
4ceca5f8
...
...
@@ -215,6 +215,7 @@ nouveau_display_create(struct drm_device *dev)
drm_mode_config_init
(
dev
);
drm_mode_create_scaling_mode_property
(
dev
);
drm_mode_create_dvi_i_properties
(
dev
);
if
(
dev_priv
->
card_type
<
NV_50
)
gen
=
0
;
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment