1 /* 2 * Copyright 2019 Advanced Micro Devices, Inc. 3 * 4 * Permission is hereby granted, free of charge, to any person obtaining a 5 * copy of this software and associated documentation files (the "Software"), 6 * to deal in the Software without restriction, including without limitation 7 * the rights to use, copy, modify, merge, publish, distribute, sublicense, 8 * and/or sell copies of the Software, and to permit persons to whom the 9 * Software is furnished to do so, subject to the following conditions: 10 * 11 * The above copyright notice and this permission notice shall be included in 12 * all copies or substantial portions of the Software. 13 * 14 * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR 15 * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, 16 * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL 17 * THE COPYRIGHT HOLDER(S) OR AUTHOR(S) BE LIABLE FOR ANY CLAIM, DAMAGES OR 18 * OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, 19 * ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR 20 * OTHER DEALINGS IN THE SOFTWARE. 21 * 22 * Authors: AMD 23 * 24 */ 25 26 #ifndef _DMUB_DCN20_H_ 27 #define _DMUB_DCN20_H_ 28 29 #include "../inc/dmub_cmd.h" 30 31 struct dmub_srv; 32 33 /* DCN20 register definitions. */ 34 35 #define DMUB_COMMON_REGS() \ 36 DMUB_SR(DMCUB_CNTL) \ 37 DMUB_SR(DMCUB_MEM_CNTL) \ 38 DMUB_SR(DMCUB_SEC_CNTL) \ 39 DMUB_SR(DMCUB_INBOX1_BASE_ADDRESS) \ 40 DMUB_SR(DMCUB_INBOX1_SIZE) \ 41 DMUB_SR(DMCUB_INBOX1_RPTR) \ 42 DMUB_SR(DMCUB_INBOX1_WPTR) \ 43 DMUB_SR(DMCUB_OUTBOX0_BASE_ADDRESS) \ 44 DMUB_SR(DMCUB_OUTBOX0_SIZE) \ 45 DMUB_SR(DMCUB_OUTBOX0_RPTR) \ 46 DMUB_SR(DMCUB_OUTBOX0_WPTR) \ 47 DMUB_SR(DMCUB_OUTBOX1_BASE_ADDRESS) \ 48 DMUB_SR(DMCUB_OUTBOX1_SIZE) \ 49 DMUB_SR(DMCUB_OUTBOX1_RPTR) \ 50 DMUB_SR(DMCUB_OUTBOX1_WPTR) \ 51 DMUB_SR(DMCUB_REGION3_CW0_OFFSET) \ 52 DMUB_SR(DMCUB_REGION3_CW1_OFFSET) \ 53 DMUB_SR(DMCUB_REGION3_CW2_OFFSET) \ 54 DMUB_SR(DMCUB_REGION3_CW3_OFFSET) \ 55 DMUB_SR(DMCUB_REGION3_CW4_OFFSET) \ 56 DMUB_SR(DMCUB_REGION3_CW5_OFFSET) \ 57 DMUB_SR(DMCUB_REGION3_CW6_OFFSET) \ 58 DMUB_SR(DMCUB_REGION3_CW7_OFFSET) \ 59 DMUB_SR(DMCUB_REGION3_CW0_OFFSET_HIGH) \ 60 DMUB_SR(DMCUB_REGION3_CW1_OFFSET_HIGH) \ 61 DMUB_SR(DMCUB_REGION3_CW2_OFFSET_HIGH) \ 62 DMUB_SR(DMCUB_REGION3_CW3_OFFSET_HIGH) \ 63 DMUB_SR(DMCUB_REGION3_CW4_OFFSET_HIGH) \ 64 DMUB_SR(DMCUB_REGION3_CW5_OFFSET_HIGH) \ 65 DMUB_SR(DMCUB_REGION3_CW6_OFFSET_HIGH) \ 66 DMUB_SR(DMCUB_REGION3_CW7_OFFSET_HIGH) \ 67 DMUB_SR(DMCUB_REGION3_CW0_BASE_ADDRESS) \ 68 DMUB_SR(DMCUB_REGION3_CW1_BASE_ADDRESS) \ 69 DMUB_SR(DMCUB_REGION3_CW2_BASE_ADDRESS) \ 70 DMUB_SR(DMCUB_REGION3_CW3_BASE_ADDRESS) \ 71 DMUB_SR(DMCUB_REGION3_CW4_BASE_ADDRESS) \ 72 DMUB_SR(DMCUB_REGION3_CW5_BASE_ADDRESS) \ 73 DMUB_SR(DMCUB_REGION3_CW6_BASE_ADDRESS) \ 74 DMUB_SR(DMCUB_REGION3_CW7_BASE_ADDRESS) \ 75 DMUB_SR(DMCUB_REGION3_CW0_TOP_ADDRESS) \ 76 DMUB_SR(DMCUB_REGION3_CW1_TOP_ADDRESS) \ 77 DMUB_SR(DMCUB_REGION3_CW2_TOP_ADDRESS) \ 78 DMUB_SR(DMCUB_REGION3_CW3_TOP_ADDRESS) \ 79 DMUB_SR(DMCUB_REGION3_CW4_TOP_ADDRESS) \ 80 DMUB_SR(DMCUB_REGION3_CW5_TOP_ADDRESS) \ 81 DMUB_SR(DMCUB_REGION3_CW6_TOP_ADDRESS) \ 82 DMUB_SR(DMCUB_REGION3_CW7_TOP_ADDRESS) \ 83 DMUB_SR(DMCUB_REGION4_OFFSET) \ 84 DMUB_SR(DMCUB_REGION4_OFFSET_HIGH) \ 85 DMUB_SR(DMCUB_REGION4_TOP_ADDRESS) \ 86 DMUB_SR(DMCUB_REGION5_OFFSET) \ 87 DMUB_SR(DMCUB_REGION5_OFFSET_HIGH) \ 88 DMUB_SR(DMCUB_REGION5_TOP_ADDRESS) \ 89 DMUB_SR(DMCUB_SCRATCH0) \ 90 DMUB_SR(DMCUB_SCRATCH1) \ 91 DMUB_SR(DMCUB_SCRATCH2) \ 92 DMUB_SR(DMCUB_SCRATCH3) \ 93 DMUB_SR(DMCUB_SCRATCH4) \ 94 DMUB_SR(DMCUB_SCRATCH5) \ 95 DMUB_SR(DMCUB_SCRATCH6) \ 96 DMUB_SR(DMCUB_SCRATCH7) \ 97 DMUB_SR(DMCUB_SCRATCH8) \ 98 DMUB_SR(DMCUB_SCRATCH9) \ 99 DMUB_SR(DMCUB_SCRATCH10) \ 100 DMUB_SR(DMCUB_SCRATCH11) \ 101 DMUB_SR(DMCUB_SCRATCH12) \ 102 DMUB_SR(DMCUB_SCRATCH13) \ 103 DMUB_SR(DMCUB_SCRATCH14) \ 104 DMUB_SR(DMCUB_SCRATCH15) \ 105 DMUB_SR(DMCUB_GPINT_DATAIN1) \ 106 DMUB_SR(CC_DC_PIPE_DIS) \ 107 DMUB_SR(MMHUBBUB_SOFT_RESET) \ 108 DMUB_SR(DCN_VM_FB_LOCATION_BASE) \ 109 DMUB_SR(DCN_VM_FB_OFFSET) \ 110 DMUB_SR(DMCUB_INTERRUPT_ACK) \ 111 DMUB_SR(DMCUB_TIMER_CURRENT) 112 113 #define DMUB_COMMON_FIELDS() \ 114 DMUB_SF(DMCUB_CNTL, DMCUB_ENABLE) \ 115 DMUB_SF(DMCUB_CNTL, DMCUB_SOFT_RESET) \ 116 DMUB_SF(DMCUB_CNTL, DMCUB_TRACEPORT_EN) \ 117 DMUB_SF(DMCUB_MEM_CNTL, DMCUB_MEM_READ_SPACE) \ 118 DMUB_SF(DMCUB_MEM_CNTL, DMCUB_MEM_WRITE_SPACE) \ 119 DMUB_SF(DMCUB_SEC_CNTL, DMCUB_SEC_RESET) \ 120 DMUB_SF(DMCUB_SEC_CNTL, DMCUB_MEM_UNIT_ID) \ 121 DMUB_SF(DMCUB_REGION3_CW0_TOP_ADDRESS, DMCUB_REGION3_CW0_TOP_ADDRESS) \ 122 DMUB_SF(DMCUB_REGION3_CW0_TOP_ADDRESS, DMCUB_REGION3_CW0_ENABLE) \ 123 DMUB_SF(DMCUB_REGION3_CW1_TOP_ADDRESS, DMCUB_REGION3_CW1_TOP_ADDRESS) \ 124 DMUB_SF(DMCUB_REGION3_CW1_TOP_ADDRESS, DMCUB_REGION3_CW1_ENABLE) \ 125 DMUB_SF(DMCUB_REGION3_CW2_TOP_ADDRESS, DMCUB_REGION3_CW2_TOP_ADDRESS) \ 126 DMUB_SF(DMCUB_REGION3_CW2_TOP_ADDRESS, DMCUB_REGION3_CW2_ENABLE) \ 127 DMUB_SF(DMCUB_REGION3_CW3_TOP_ADDRESS, DMCUB_REGION3_CW3_TOP_ADDRESS) \ 128 DMUB_SF(DMCUB_REGION3_CW3_TOP_ADDRESS, DMCUB_REGION3_CW3_ENABLE) \ 129 DMUB_SF(DMCUB_REGION3_CW4_TOP_ADDRESS, DMCUB_REGION3_CW4_TOP_ADDRESS) \ 130 DMUB_SF(DMCUB_REGION3_CW4_TOP_ADDRESS, DMCUB_REGION3_CW4_ENABLE) \ 131 DMUB_SF(DMCUB_REGION3_CW5_TOP_ADDRESS, DMCUB_REGION3_CW5_TOP_ADDRESS) \ 132 DMUB_SF(DMCUB_REGION3_CW5_TOP_ADDRESS, DMCUB_REGION3_CW5_ENABLE) \ 133 DMUB_SF(DMCUB_REGION3_CW6_TOP_ADDRESS, DMCUB_REGION3_CW6_TOP_ADDRESS) \ 134 DMUB_SF(DMCUB_REGION3_CW6_TOP_ADDRESS, DMCUB_REGION3_CW6_ENABLE) \ 135 DMUB_SF(DMCUB_REGION3_CW7_TOP_ADDRESS, DMCUB_REGION3_CW7_TOP_ADDRESS) \ 136 DMUB_SF(DMCUB_REGION3_CW7_TOP_ADDRESS, DMCUB_REGION3_CW7_ENABLE) \ 137 DMUB_SF(DMCUB_REGION4_TOP_ADDRESS, DMCUB_REGION4_TOP_ADDRESS) \ 138 DMUB_SF(DMCUB_REGION4_TOP_ADDRESS, DMCUB_REGION4_ENABLE) \ 139 DMUB_SF(DMCUB_REGION5_TOP_ADDRESS, DMCUB_REGION5_TOP_ADDRESS) \ 140 DMUB_SF(DMCUB_REGION5_TOP_ADDRESS, DMCUB_REGION5_ENABLE) \ 141 DMUB_SF(CC_DC_PIPE_DIS, DC_DMCUB_ENABLE) \ 142 DMUB_SF(MMHUBBUB_SOFT_RESET, DMUIF_SOFT_RESET) \ 143 DMUB_SF(DCN_VM_FB_LOCATION_BASE, FB_BASE) \ 144 DMUB_SF(DCN_VM_FB_OFFSET, FB_OFFSET) \ 145 DMUB_SF(DMCUB_INTERRUPT_ACK, DMCUB_OUTBOX0_READY_INT_ACK) 146 147 struct dmub_srv_common_reg_offset { 148 #define DMUB_SR(reg) uint32_t reg; 149 DMUB_COMMON_REGS() 150 #undef DMUB_SR 151 }; 152 153 struct dmub_srv_common_reg_shift { 154 #define DMUB_SF(reg, field) uint8_t reg##__##field; 155 DMUB_COMMON_FIELDS() 156 #undef DMUB_SF 157 }; 158 159 struct dmub_srv_common_reg_mask { 160 #define DMUB_SF(reg, field) uint32_t reg##__##field; 161 DMUB_COMMON_FIELDS() 162 #undef DMUB_SF 163 }; 164 165 struct dmub_srv_common_regs { 166 const struct dmub_srv_common_reg_offset offset; 167 const struct dmub_srv_common_reg_mask mask; 168 const struct dmub_srv_common_reg_shift shift; 169 }; 170 171 extern const struct dmub_srv_common_regs dmub_srv_dcn20_regs; 172 173 /* Hardware functions. */ 174 175 void dmub_dcn20_init(struct dmub_srv *dmub); 176 177 void dmub_dcn20_reset(struct dmub_srv *dmub); 178 179 void dmub_dcn20_reset_release(struct dmub_srv *dmub); 180 181 void dmub_dcn20_backdoor_load(struct dmub_srv *dmub, 182 const struct dmub_window *cw0, 183 const struct dmub_window *cw1); 184 185 void dmub_dcn20_setup_windows(struct dmub_srv *dmub, 186 const struct dmub_window *cw2, 187 const struct dmub_window *cw3, 188 const struct dmub_window *cw4, 189 const struct dmub_window *cw5, 190 const struct dmub_window *cw6); 191 192 void dmub_dcn20_setup_mailbox(struct dmub_srv *dmub, 193 const struct dmub_region *inbox1); 194 195 uint32_t dmub_dcn20_get_inbox1_rptr(struct dmub_srv *dmub); 196 197 void dmub_dcn20_set_inbox1_wptr(struct dmub_srv *dmub, uint32_t wptr_offset); 198 199 void dmub_dcn20_setup_out_mailbox(struct dmub_srv *dmub, 200 const struct dmub_region *outbox1); 201 202 uint32_t dmub_dcn20_get_outbox1_wptr(struct dmub_srv *dmub); 203 204 void dmub_dcn20_set_outbox1_rptr(struct dmub_srv *dmub, uint32_t rptr_offset); 205 206 void dmub_dcn20_setup_outbox0(struct dmub_srv *dmub, 207 const struct dmub_region *outbox0); 208 209 uint32_t dmub_dcn20_get_outbox0_wptr(struct dmub_srv *dmub); 210 211 void dmub_dcn20_set_outbox0_rptr(struct dmub_srv *dmub, uint32_t rptr_offset); 212 213 bool dmub_dcn20_is_hw_init(struct dmub_srv *dmub); 214 215 bool dmub_dcn20_is_supported(struct dmub_srv *dmub); 216 217 void dmub_dcn20_set_gpint(struct dmub_srv *dmub, 218 union dmub_gpint_data_register reg); 219 220 bool dmub_dcn20_is_gpint_acked(struct dmub_srv *dmub, 221 union dmub_gpint_data_register reg); 222 223 uint32_t dmub_dcn20_get_gpint_response(struct dmub_srv *dmub); 224 225 void dmub_dcn20_enable_dmub_boot_options(struct dmub_srv *dmub, const struct dmub_srv_hw_params *params); 226 227 void dmub_dcn20_skip_dmub_panel_power_sequence(struct dmub_srv *dmub, bool skip); 228 229 union dmub_fw_boot_status dmub_dcn20_get_fw_boot_status(struct dmub_srv *dmub); 230 231 bool dmub_dcn20_use_cached_inbox(struct dmub_srv *dmub); 232 233 bool dmub_dcn20_use_cached_trace_buffer(struct dmub_srv *dmub); 234 235 uint32_t dmub_dcn20_get_current_time(struct dmub_srv *dmub); 236 237 #endif /* _DMUB_DCN20_H_ */ 238