mirror of
https://github.com/AuxXxilium/linux_dsm_epyc7002.git
synced 2024-11-27 01:10:52 +07:00
drm/radeon/kms: fix typo in printing the HPD info
I forgot to fix this in 8e36ed0084
Signed-off-by: Alex Deucher <alexdeucher@gmail.com>
Signed-off-by: Dave Airlie <airlied@redhat.com>
This commit is contained in:
parent
c9e75b2125
commit
cbd4623d4d
@ -284,8 +284,7 @@ static const char *connector_names[15] = {
|
||||
"eDP",
|
||||
};
|
||||
|
||||
static const char *hpd_names[7] = {
|
||||
"NONE",
|
||||
static const char *hpd_names[6] = {
|
||||
"HPD1",
|
||||
"HPD2",
|
||||
"HPD3",
|
||||
|
Loading…
Reference in New Issue
Block a user