Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

drm/radeon: fix register name to match internal name

no functional change.

Signed-off-by: Alex Deucher <alexander.deucher@amd.com>

+2 -2
+1 -1
drivers/gpu/drm/radeon/dce6_afmt.c
··· 289 289 if (!pin) 290 290 return; 291 291 292 - WREG32_ENDPOINT(pin->offset, AZ_F0_CODEC_PIN_CONTROL_HOTPLUG_CONTROL, 292 + WREG32_ENDPOINT(pin->offset, AZ_F0_CODEC_PIN_CONTROL_HOT_PLUG_CONTROL, 293 293 enable ? AUDIO_ENABLED : 0); 294 294 } 295 295
+1 -1
drivers/gpu/drm/radeon/sid.h
··· 736 736 # define DESCRIPTION16(x) (((x) & 0xff) << 0) 737 737 # define DESCRIPTION17(x) (((x) & 0xff) << 8) 738 738 739 - #define AZ_F0_CODEC_PIN_CONTROL_HOTPLUG_CONTROL 0x54 739 + #define AZ_F0_CODEC_PIN_CONTROL_HOT_PLUG_CONTROL 0x54 740 740 # define AUDIO_ENABLED (1 << 31) 741 741 742 742 #define AZ_F0_CODEC_PIN_CONTROL_RESPONSE_CONFIGURATION_DEFAULT 0x56