drm/amdgpu: correct MMSCH 1.0 version
MMSCH 1.0 doesn't have major/minor version, only verison. Signed-off-by: Zhigang Luo <zhigang.luo@amd.com> Reviewed by Shaoyun.liu <Shaoyun.liu@amd.com> Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
This commit is contained in:
parent
44357a1bd5
commit
424f2b2e26
1 changed files with 1 additions and 3 deletions
|
@ -24,9 +24,7 @@
|
|||
#ifndef __MMSCH_V1_0_H__
|
||||
#define __MMSCH_V1_0_H__
|
||||
|
||||
#define MMSCH_VERSION_MAJOR 1
|
||||
#define MMSCH_VERSION_MINOR 0
|
||||
#define MMSCH_VERSION (MMSCH_VERSION_MAJOR << 16 | MMSCH_VERSION_MINOR)
|
||||
#define MMSCH_VERSION 0x1
|
||||
|
||||
enum mmsch_v1_0_command_type {
|
||||
MMSCH_COMMAND__DIRECT_REG_WRITE = 0,
|
||||
|
|
Loading…
Add table
Reference in a new issue