提交 df391c0d 编写于 作者: I Ilija Hadzic 提交者: Dave Airlie

drm/radeon: add a missing entry to encoder_names

An entry for INTERNAL_VCE encoder was missing. Add it.
Signed-off-by: NIlija Hadzic <ihadzic@research.bell-labs.com>
Reviewed-by: NAlex Deucher <alexdeucher@gmail.com>
Signed-off-by: NDave Airlie <airlied@redhat.com>
上级 792ac99c
...@@ -533,7 +533,7 @@ static void radeon_crtc_init(struct drm_device *dev, int index) ...@@ -533,7 +533,7 @@ static void radeon_crtc_init(struct drm_device *dev, int index)
radeon_legacy_init_crtc(dev, radeon_crtc); radeon_legacy_init_crtc(dev, radeon_crtc);
} }
static const char *encoder_names[36] = { static const char *encoder_names[37] = {
"NONE", "NONE",
"INTERNAL_LVDS", "INTERNAL_LVDS",
"INTERNAL_TMDS1", "INTERNAL_TMDS1",
...@@ -570,6 +570,7 @@ static const char *encoder_names[36] = { ...@@ -570,6 +570,7 @@ static const char *encoder_names[36] = {
"INTERNAL_UNIPHY2", "INTERNAL_UNIPHY2",
"NUTMEG", "NUTMEG",
"TRAVIS", "TRAVIS",
"INTERNAL_VCE"
}; };
static const char *connector_names[15] = { static const char *connector_names[15] = {
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册