drm/amd/display: Correct `DMUB_FW_VERSION` macro
authorMario Limonciello <mario.limonciello@amd.com>
Fri, 23 Jun 2023 15:05:19 +0000 (10:05 -0500)
committerAlex Deucher <alexander.deucher@amd.com>
Fri, 30 Jun 2023 17:11:36 +0000 (13:11 -0400)
commit274d205cb59f43815542e04b42a9e6d0b9b95eff
tree62f81bb1a890cdb3eb4b5bbba98072c638b47d61
parentcfc7d8314b7e8fd6bcafa31deaa21ac9ad19494f
drm/amd/display: Correct `DMUB_FW_VERSION` macro

The `DMUB_FW_VERSION` macro has a mistake in that the revision field
is off by one byte. The last byte is typically used for other purposes
and not a revision.

Cc: stable@vger.kernel.org
Cc: Sean Wang <sean.ns.wang@amd.com>
Cc: Marc Rossi <Marc.Rossi@amd.com>
Cc: Hamza Mahfooz <Hamza.Mahfooz@amd.com>
Cc: Tsung-hua (Ryan) Lin <Tsung-hua.Lin@amd.com>
Reviewed-by: Leo Li <sunpeng.li@amd.com>
Signed-off-by: Mario Limonciello <mario.limonciello@amd.com>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
drivers/gpu/drm/amd/display/dmub/dmub_srv.h