mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/netdev/net.git/
synced 2026-04-18 06:33:43 -04:00
drm/amdgpu: Initialize dce_virtual_ip_funcs
For virtual display feature, first need to initialize dce_virtual_ip_funcs, which will be used when set ip blocks. Signed-off-by: Emily Deng <Emily.Deng@amd.com> Reviewed-by: Alex Deucher <alexander.deucher@amd.com> Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
This commit is contained in:
@@ -335,7 +335,7 @@ int amdgpu_crtc_set_config(struct drm_mode_set *set)
|
||||
return ret;
|
||||
}
|
||||
|
||||
static const char *encoder_names[38] = {
|
||||
static const char *encoder_names[41] = {
|
||||
"NONE",
|
||||
"INTERNAL_LVDS",
|
||||
"INTERNAL_TMDS1",
|
||||
@@ -374,6 +374,9 @@ static const char *encoder_names[38] = {
|
||||
"TRAVIS",
|
||||
"INTERNAL_VCE",
|
||||
"INTERNAL_UNIPHY3",
|
||||
"HDMI_ANX9805",
|
||||
"INTERNAL_AMCLK",
|
||||
"VIRTUAL",
|
||||
};
|
||||
|
||||
static const char *hpd_names[6] = {
|
||||
|
||||
Reference in New Issue
Block a user