diff options
author | Alex Deucher <alexdeucher@gmail.com> | 2011-01-06 19:13:32 -0500 |
---|---|---|
committer | Dave Airlie <airlied@redhat.com> | 2011-01-06 23:11:16 -0500 |
commit | 32171d2297daa2fe90d6ef41c5424ca9ac5bd797 (patch) | |
tree | fb501da6600b7b93601b2073cad70fc8a58c7bea | |
parent | c46cb4dabddeda851d0d5faee64484f3783053e3 (diff) |
drm/radeon/kms: fix some typos in evergreen pm4 defines
Signed-off-by: Alex Deucher <alexdeucher@gmail.com>
Signed-off-by: Dave Airlie <airlied@redhat.com>
-rw-r--r-- | drivers/gpu/drm/radeon/evergreend.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/drivers/gpu/drm/radeon/evergreend.h b/drivers/gpu/drm/radeon/evergreend.h index b8da323f15c8..36d32d83d866 100644 --- a/drivers/gpu/drm/radeon/evergreend.h +++ b/drivers/gpu/drm/radeon/evergreend.h | |||
@@ -648,7 +648,7 @@ | |||
648 | #define PACKET3_NOP 0x10 | 648 | #define PACKET3_NOP 0x10 |
649 | #define PACKET3_SET_BASE 0x11 | 649 | #define PACKET3_SET_BASE 0x11 |
650 | #define PACKET3_CLEAR_STATE 0x12 | 650 | #define PACKET3_CLEAR_STATE 0x12 |
651 | #define PACKET3_INDIRECT_BUFFER_SIZE 0x13 | 651 | #define PACKET3_INDEX_BUFFER_SIZE 0x13 |
652 | #define PACKET3_DISPATCH_DIRECT 0x15 | 652 | #define PACKET3_DISPATCH_DIRECT 0x15 |
653 | #define PACKET3_DISPATCH_INDIRECT 0x16 | 653 | #define PACKET3_DISPATCH_INDIRECT 0x16 |
654 | #define PACKET3_INDIRECT_BUFFER_END 0x17 | 654 | #define PACKET3_INDIRECT_BUFFER_END 0x17 |
@@ -689,14 +689,14 @@ | |||
689 | # define PACKET3_CB8_DEST_BASE_ENA (1 << 15) | 689 | # define PACKET3_CB8_DEST_BASE_ENA (1 << 15) |
690 | # define PACKET3_CB9_DEST_BASE_ENA (1 << 16) | 690 | # define PACKET3_CB9_DEST_BASE_ENA (1 << 16) |
691 | # define PACKET3_CB10_DEST_BASE_ENA (1 << 17) | 691 | # define PACKET3_CB10_DEST_BASE_ENA (1 << 17) |
692 | # define PACKET3_CB11_DEST_BASE_ENA (1 << 17) | 692 | # define PACKET3_CB11_DEST_BASE_ENA (1 << 18) |
693 | # define PACKET3_FULL_CACHE_ENA (1 << 20) | 693 | # define PACKET3_FULL_CACHE_ENA (1 << 20) |
694 | # define PACKET3_TC_ACTION_ENA (1 << 23) | 694 | # define PACKET3_TC_ACTION_ENA (1 << 23) |
695 | # define PACKET3_VC_ACTION_ENA (1 << 24) | 695 | # define PACKET3_VC_ACTION_ENA (1 << 24) |
696 | # define PACKET3_CB_ACTION_ENA (1 << 25) | 696 | # define PACKET3_CB_ACTION_ENA (1 << 25) |
697 | # define PACKET3_DB_ACTION_ENA (1 << 26) | 697 | # define PACKET3_DB_ACTION_ENA (1 << 26) |
698 | # define PACKET3_SH_ACTION_ENA (1 << 27) | 698 | # define PACKET3_SH_ACTION_ENA (1 << 27) |
699 | # define PACKET3_SMX_ACTION_ENA (1 << 28) | 699 | # define PACKET3_SX_ACTION_ENA (1 << 28) |
700 | #define PACKET3_ME_INITIALIZE 0x44 | 700 | #define PACKET3_ME_INITIALIZE 0x44 |
701 | #define PACKET3_ME_INITIALIZE_DEVICE_ID(x) ((x) << 16) | 701 | #define PACKET3_ME_INITIALIZE_DEVICE_ID(x) ((x) << 16) |
702 | #define PACKET3_COND_WRITE 0x45 | 702 | #define PACKET3_COND_WRITE 0x45 |