kernel/drivers/gpu/drm/amd/display/dmub/dmub_srv.h
.. .. @@ -347,7 +347,7 @@ 347 347 * of a firmware to know if feature or functionality is supported or present. 348 348 */ 349 349 #define DMUB_FW_VERSION(major, minor, revision) \ 350 - ((((major) & 0xFF) << 24) | (((minor) & 0xFF) << 16) | ((revision) & 0xFFFF))350 + ((((major) & 0xFF) << 24) | (((minor) & 0xFF) << 16) | (((revision) & 0xFF) << 8))351 351 352 352 /** 353 353 * dmub_srv_create() - creates the DMUB service.