1 /*
2 * Copyright 2018 Advanced Micro Devices, Inc.
3  * Copyright 2019 Raptor Engineering, LLC
4  *
5  * Permission is hereby granted, free of charge, to any person obtaining a
6  * copy of this software and associated documentation files (the "Software"),
7  * to deal in the Software without restriction, including without limitation
8  * the rights to use, copy, modify, merge, publish, distribute, sublicense,
9  * and/or sell copies of the Software, and to permit persons to whom the
10  * Software is furnished to do so, subject to the following conditions:
11  *
12  * The above copyright notice and this permission notice shall be included in
13  * all copies or substantial portions of the Software.
14  *
15  * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
16  * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
17  * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.  IN NO EVENT SHALL
18  * THE COPYRIGHT HOLDER(S) OR AUTHOR(S) BE LIABLE FOR ANY CLAIM, DAMAGES OR
19  * OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE,
20  * ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR
21  * OTHER DEALINGS IN THE SOFTWARE.
22  *
23  * Authors: AMD
24  *
25  */
26 
27 #include <linux/slab.h>
28 
29 #include "dm_services.h"
30 #include "dc.h"
31 
32 #include "dcn21_init.h"
33 
34 #include "resource.h"
35 #include "include/irq_service_interface.h"
36 #include "dcn20/dcn20_resource.h"
37 
38 #include "clk_mgr.h"
39 #include "dcn10/dcn10_hubp.h"
40 #include "dcn10/dcn10_ipp.h"
41 #include "dcn20/dcn20_hubbub.h"
42 #include "dcn20/dcn20_mpc.h"
43 #include "dcn20/dcn20_hubp.h"
44 #include "dcn21_hubp.h"
45 #include "irq/dcn21/irq_service_dcn21.h"
46 #include "dcn20/dcn20_dpp.h"
47 #include "dcn20/dcn20_optc.h"
48 #include "dcn21/dcn21_hwseq.h"
49 #include "dce110/dce110_hw_sequencer.h"
50 #include "dcn20/dcn20_opp.h"
51 #include "dcn20/dcn20_dsc.h"
52 #include "dcn21/dcn21_link_encoder.h"
53 #include "dcn20/dcn20_stream_encoder.h"
54 #include "dce/dce_clock_source.h"
55 #include "dce/dce_audio.h"
56 #include "dce/dce_hwseq.h"
57 #include "virtual/virtual_stream_encoder.h"
58 #include "dce110/dce110_resource.h"
59 #include "dml/display_mode_vba.h"
60 #include "dcn20/dcn20_dccg.h"
61 #include "dcn21_hubbub.h"
62 #include "dcn10/dcn10_resource.h"
63 #include "dce110/dce110_resource.h"
64 #include "dce/dce_panel_cntl.h"
65 
66 #include "dcn20/dcn20_dwb.h"
67 #include "dcn20/dcn20_mmhubbub.h"
68 #include "dpcs/dpcs_2_1_0_offset.h"
69 #include "dpcs/dpcs_2_1_0_sh_mask.h"
70 
71 #include "renoir_ip_offset.h"
72 #include "dcn/dcn_2_1_0_offset.h"
73 #include "dcn/dcn_2_1_0_sh_mask.h"
74 
75 #include "nbio/nbio_7_0_offset.h"
76 
77 #include "mmhub/mmhub_2_0_0_offset.h"
78 #include "mmhub/mmhub_2_0_0_sh_mask.h"
79 
80 #include "reg_helper.h"
81 #include "dce/dce_abm.h"
82 #include "dce/dce_dmcu.h"
83 #include "dce/dce_aux.h"
84 #include "dce/dce_i2c.h"
85 #include "dcn21_resource.h"
86 #include "vm_helper.h"
87 #include "dcn20/dcn20_vmid.h"
88 #include "dce/dmub_psr.h"
89 #include "dce/dmub_abm.h"
90 
91 #define DC_LOGGER_INIT(logger)
92 
93 
94 struct _vcs_dpi_ip_params_st dcn2_1_ip = {
95 	.odm_capable = 1,
96 	.gpuvm_enable = 1,
97 	.hostvm_enable = 1,
98 	.gpuvm_max_page_table_levels = 1,
99 	.hostvm_max_page_table_levels = 4,
100 	.hostvm_cached_page_table_levels = 2,
101 	.num_dsc = 3,
102 	.rob_buffer_size_kbytes = 168,
103 	.det_buffer_size_kbytes = 164,
104 	.dpte_buffer_size_in_pte_reqs_luma = 44,
105 	.dpte_buffer_size_in_pte_reqs_chroma = 42,//todo
106 	.dpp_output_buffer_pixels = 2560,
107 	.opp_output_buffer_lines = 1,
108 	.pixel_chunk_size_kbytes = 8,
109 	.pte_enable = 1,
110 	.max_page_table_levels = 4,
111 	.pte_chunk_size_kbytes = 2,
112 	.meta_chunk_size_kbytes = 2,
113 	.writeback_chunk_size_kbytes = 2,
114 	.line_buffer_size_bits = 789504,
115 	.is_line_buffer_bpp_fixed = 0,
116 	.line_buffer_fixed_bpp = 0,
117 	.dcc_supported = true,
118 	.max_line_buffer_lines = 12,
119 	.writeback_luma_buffer_size_kbytes = 12,
120 	.writeback_chroma_buffer_size_kbytes = 8,
121 	.writeback_chroma_line_buffer_width_pixels = 4,
122 	.writeback_max_hscl_ratio = 1,
123 	.writeback_max_vscl_ratio = 1,
124 	.writeback_min_hscl_ratio = 1,
125 	.writeback_min_vscl_ratio = 1,
126 	.writeback_max_hscl_taps = 12,
127 	.writeback_max_vscl_taps = 12,
128 	.writeback_line_buffer_luma_buffer_size = 0,
129 	.writeback_line_buffer_chroma_buffer_size = 14643,
130 	.cursor_buffer_size = 8,
131 	.cursor_chunk_size = 2,
132 	.max_num_otg = 4,
133 	.max_num_dpp = 4,
134 	.max_num_wb = 1,
135 	.max_dchub_pscl_bw_pix_per_clk = 4,
136 	.max_pscl_lb_bw_pix_per_clk = 2,
137 	.max_lb_vscl_bw_pix_per_clk = 4,
138 	.max_vscl_hscl_bw_pix_per_clk = 4,
139 	.max_hscl_ratio = 4,
140 	.max_vscl_ratio = 4,
141 	.hscl_mults = 4,
142 	.vscl_mults = 4,
143 	.max_hscl_taps = 8,
144 	.max_vscl_taps = 8,
145 	.dispclk_ramp_margin_percent = 1,
146 	.underscan_factor = 1.10,
147 	.min_vblank_lines = 32, //
148 	.dppclk_delay_subtotal = 77, //
149 	.dppclk_delay_scl_lb_only = 16,
150 	.dppclk_delay_scl = 50,
151 	.dppclk_delay_cnvc_formatter = 8,
152 	.dppclk_delay_cnvc_cursor = 6,
153 	.dispclk_delay_subtotal = 87, //
154 	.dcfclk_cstate_latency = 10, // SRExitTime
155 	.max_inter_dcn_tile_repeaters = 8,
156 
157 	.xfc_supported = false,
158 	.xfc_fill_bw_overhead_percent = 10.0,
159 	.xfc_fill_constant_bytes = 0,
160 	.ptoi_supported = 0,
161 	.number_of_cursors = 1,
162 };
163 
164 struct _vcs_dpi_soc_bounding_box_st dcn2_1_soc = {
165 	.clock_limits = {
166 			{
167 				.state = 0,
168 				.dcfclk_mhz = 400.0,
169 				.fabricclk_mhz = 400.0,
170 				.dispclk_mhz = 600.0,
171 				.dppclk_mhz = 400.00,
172 				.phyclk_mhz = 600.0,
173 				.socclk_mhz = 278.0,
174 				.dscclk_mhz = 205.67,
175 				.dram_speed_mts = 1600.0,
176 			},
177 			{
178 				.state = 1,
179 				.dcfclk_mhz = 464.52,
180 				.fabricclk_mhz = 800.0,
181 				.dispclk_mhz = 654.55,
182 				.dppclk_mhz = 626.09,
183 				.phyclk_mhz = 600.0,
184 				.socclk_mhz = 278.0,
185 				.dscclk_mhz = 205.67,
186 				.dram_speed_mts = 1600.0,
187 			},
188 			{
189 				.state = 2,
190 				.dcfclk_mhz = 514.29,
191 				.fabricclk_mhz = 933.0,
192 				.dispclk_mhz = 757.89,
193 				.dppclk_mhz = 685.71,
194 				.phyclk_mhz = 600.0,
195 				.socclk_mhz = 278.0,
196 				.dscclk_mhz = 287.67,
197 				.dram_speed_mts = 1866.0,
198 			},
199 			{
200 				.state = 3,
201 				.dcfclk_mhz = 576.00,
202 				.fabricclk_mhz = 1067.0,
203 				.dispclk_mhz = 847.06,
204 				.dppclk_mhz = 757.89,
205 				.phyclk_mhz = 600.0,
206 				.socclk_mhz = 715.0,
207 				.dscclk_mhz = 318.334,
208 				.dram_speed_mts = 2134.0,
209 			},
210 			{
211 				.state = 4,
212 				.dcfclk_mhz = 626.09,
213 				.fabricclk_mhz = 1200.0,
214 				.dispclk_mhz = 900.00,
215 				.dppclk_mhz = 847.06,
216 				.phyclk_mhz = 810.0,
217 				.socclk_mhz = 953.0,
218 				.dscclk_mhz = 489.0,
219 				.dram_speed_mts = 2400.0,
220 			},
221 			{
222 				.state = 5,
223 				.dcfclk_mhz = 685.71,
224 				.fabricclk_mhz = 1333.0,
225 				.dispclk_mhz = 1028.57,
226 				.dppclk_mhz = 960.00,
227 				.phyclk_mhz = 810.0,
228 				.socclk_mhz = 278.0,
229 				.dscclk_mhz = 287.67,
230 				.dram_speed_mts = 2666.0,
231 			},
232 			{
233 				.state = 6,
234 				.dcfclk_mhz = 757.89,
235 				.fabricclk_mhz = 1467.0,
236 				.dispclk_mhz = 1107.69,
237 				.dppclk_mhz = 1028.57,
238 				.phyclk_mhz = 810.0,
239 				.socclk_mhz = 715.0,
240 				.dscclk_mhz = 318.334,
241 				.dram_speed_mts = 3200.0,
242 			},
243 			{
244 				.state = 7,
245 				.dcfclk_mhz = 847.06,
246 				.fabricclk_mhz = 1600.0,
247 				.dispclk_mhz = 1395.0,
248 				.dppclk_mhz = 1285.00,
249 				.phyclk_mhz = 1325.0,
250 				.socclk_mhz = 953.0,
251 				.dscclk_mhz = 489.0,
252 				.dram_speed_mts = 4266.0,
253 			},
254 			/*Extra state, no dispclk ramping*/
255 			{
256 				.state = 8,
257 				.dcfclk_mhz = 847.06,
258 				.fabricclk_mhz = 1600.0,
259 				.dispclk_mhz = 1395.0,
260 				.dppclk_mhz = 1285.0,
261 				.phyclk_mhz = 1325.0,
262 				.socclk_mhz = 953.0,
263 				.dscclk_mhz = 489.0,
264 				.dram_speed_mts = 4266.0,
265 			},
266 
267 		},
268 
269 	.sr_exit_time_us = 12.5,
270 	.sr_enter_plus_exit_time_us = 17.0,
271 	.urgent_latency_us = 4.0,
272 	.urgent_latency_pixel_data_only_us = 4.0,
273 	.urgent_latency_pixel_mixed_with_vm_data_us = 4.0,
274 	.urgent_latency_vm_data_only_us = 4.0,
275 	.urgent_out_of_order_return_per_channel_pixel_only_bytes = 4096,
276 	.urgent_out_of_order_return_per_channel_pixel_and_vm_bytes = 4096,
277 	.urgent_out_of_order_return_per_channel_vm_only_bytes = 4096,
278 	.pct_ideal_dram_sdp_bw_after_urgent_pixel_only = 80.0,
279 	.pct_ideal_dram_sdp_bw_after_urgent_pixel_and_vm = 75.0,
280 	.pct_ideal_dram_sdp_bw_after_urgent_vm_only = 40.0,
281 	.max_avg_sdp_bw_use_normal_percent = 60.0,
282 	.max_avg_dram_bw_use_normal_percent = 100.0,
283 	.writeback_latency_us = 12.0,
284 	.max_request_size_bytes = 256,
285 	.dram_channel_width_bytes = 4,
286 	.fabric_datapath_to_dcn_data_return_bytes = 32,
287 	.dcn_downspread_percent = 0.5,
288 	.downspread_percent = 0.38,
289 	.dram_page_open_time_ns = 50.0,
290 	.dram_rw_turnaround_time_ns = 17.5,
291 	.dram_return_buffer_per_channel_bytes = 8192,
292 	.round_trip_ping_latency_dcfclk_cycles = 128,
293 	.urgent_out_of_order_return_per_channel_bytes = 4096,
294 	.channel_interleave_bytes = 256,
295 	.num_banks = 8,
296 	.num_chans = 4,
297 	.vmm_page_size_bytes = 4096,
298 	.dram_clock_change_latency_us = 23.84,
299 	.return_bus_width_bytes = 64,
300 	.dispclk_dppclk_vco_speed_mhz = 3600,
301 	.xfc_bus_transport_time_us = 4,
302 	.xfc_xbuf_latency_tolerance_us = 4,
303 	.use_urgent_burst_bw = 1,
304 	.num_states = 8
305 };
306 
307 #ifndef MAX
308 #define MAX(X, Y) ((X) > (Y) ? (X) : (Y))
309 #endif
310 #ifndef MIN
311 #define MIN(X, Y) ((X) < (Y) ? (X) : (Y))
312 #endif
313 
314 /* begin *********************
315  * macros to expend register list macro defined in HW object header file */
316 
317 /* DCN */
318 /* TODO awful hack. fixup dcn20_dwb.h */
319 #undef BASE_INNER
320 #define BASE_INNER(seg) DMU_BASE__INST0_SEG ## seg
321 
322 #define BASE(seg) BASE_INNER(seg)
323 
324 #define SR(reg_name)\
325 		.reg_name = BASE(mm ## reg_name ## _BASE_IDX) +  \
326 					mm ## reg_name
327 
328 #define SRI(reg_name, block, id)\
329 	.reg_name = BASE(mm ## block ## id ## _ ## reg_name ## _BASE_IDX) + \
330 					mm ## block ## id ## _ ## reg_name
331 
332 #define SRIR(var_name, reg_name, block, id)\
333 	.var_name = BASE(mm ## block ## id ## _ ## reg_name ## _BASE_IDX) + \
334 					mm ## block ## id ## _ ## reg_name
335 
336 #define SRII(reg_name, block, id)\
337 	.reg_name[id] = BASE(mm ## block ## id ## _ ## reg_name ## _BASE_IDX) + \
338 					mm ## block ## id ## _ ## reg_name
339 
340 #define DCCG_SRII(reg_name, block, id)\
341 	.block ## _ ## reg_name[id] = BASE(mm ## block ## id ## _ ## reg_name ## _BASE_IDX) + \
342 					mm ## block ## id ## _ ## reg_name
343 
344 #define VUPDATE_SRII(reg_name, block, id)\
345 	.reg_name[id] = BASE(mm ## reg_name ## _ ## block ## id ## _BASE_IDX) + \
346 					mm ## reg_name ## _ ## block ## id
347 
348 /* NBIO */
349 #define NBIO_BASE_INNER(seg) \
350 	NBIF0_BASE__INST0_SEG ## seg
351 
352 #define NBIO_BASE(seg) \
353 	NBIO_BASE_INNER(seg)
354 
355 #define NBIO_SR(reg_name)\
356 		.reg_name = NBIO_BASE(mm ## reg_name ## _BASE_IDX) + \
357 					mm ## reg_name
358 
359 /* MMHUB */
360 #define MMHUB_BASE_INNER(seg) \
361 	MMHUB_BASE__INST0_SEG ## seg
362 
363 #define MMHUB_BASE(seg) \
364 	MMHUB_BASE_INNER(seg)
365 
366 #define MMHUB_SR(reg_name)\
367 		.reg_name = MMHUB_BASE(mmMM ## reg_name ## _BASE_IDX) + \
368 					mmMM ## reg_name
369 
370 #define clk_src_regs(index, pllid)\
371 [index] = {\
372 	CS_COMMON_REG_LIST_DCN2_1(index, pllid),\
373 }
374 
375 static const struct dce110_clk_src_regs clk_src_regs[] = {
376 	clk_src_regs(0, A),
377 	clk_src_regs(1, B),
378 	clk_src_regs(2, C),
379 	clk_src_regs(3, D),
380 	clk_src_regs(4, E),
381 };
382 
383 static const struct dce110_clk_src_shift cs_shift = {
384 		CS_COMMON_MASK_SH_LIST_DCN2_0(__SHIFT)
385 };
386 
387 static const struct dce110_clk_src_mask cs_mask = {
388 		CS_COMMON_MASK_SH_LIST_DCN2_0(_MASK)
389 };
390 
391 static const struct bios_registers bios_regs = {
392 		NBIO_SR(BIOS_SCRATCH_3),
393 		NBIO_SR(BIOS_SCRATCH_6)
394 };
395 
396 static const struct dce_dmcu_registers dmcu_regs = {
397 		DMCU_DCN20_REG_LIST()
398 };
399 
400 static const struct dce_dmcu_shift dmcu_shift = {
401 		DMCU_MASK_SH_LIST_DCN10(__SHIFT)
402 };
403 
404 static const struct dce_dmcu_mask dmcu_mask = {
405 		DMCU_MASK_SH_LIST_DCN10(_MASK)
406 };
407 
408 static const struct dce_abm_registers abm_regs = {
409 		ABM_DCN20_REG_LIST()
410 };
411 
412 static const struct dce_abm_shift abm_shift = {
413 		ABM_MASK_SH_LIST_DCN20(__SHIFT)
414 };
415 
416 static const struct dce_abm_mask abm_mask = {
417 		ABM_MASK_SH_LIST_DCN20(_MASK)
418 };
419 
420 #define audio_regs(id)\
421 [id] = {\
422 		AUD_COMMON_REG_LIST(id)\
423 }
424 
425 static const struct dce_audio_registers audio_regs[] = {
426 	audio_regs(0),
427 	audio_regs(1),
428 	audio_regs(2),
429 	audio_regs(3),
430 	audio_regs(4),
431 	audio_regs(5),
432 };
433 
434 #define DCE120_AUD_COMMON_MASK_SH_LIST(mask_sh)\
435 		SF(AZF0ENDPOINT0_AZALIA_F0_CODEC_ENDPOINT_INDEX, AZALIA_ENDPOINT_REG_INDEX, mask_sh),\
436 		SF(AZF0ENDPOINT0_AZALIA_F0_CODEC_ENDPOINT_DATA, AZALIA_ENDPOINT_REG_DATA, mask_sh),\
437 		AUD_COMMON_MASK_SH_LIST_BASE(mask_sh)
438 
439 static const struct dce_audio_shift audio_shift = {
440 		DCE120_AUD_COMMON_MASK_SH_LIST(__SHIFT)
441 };
442 
443 static const struct dce_audio_mask audio_mask = {
444 		DCE120_AUD_COMMON_MASK_SH_LIST(_MASK)
445 };
446 
447 static const struct dccg_registers dccg_regs = {
448 		DCCG_COMMON_REG_LIST_DCN_BASE()
449 };
450 
451 static const struct dccg_shift dccg_shift = {
452 		DCCG_MASK_SH_LIST_DCN2(__SHIFT)
453 };
454 
455 static const struct dccg_mask dccg_mask = {
456 		DCCG_MASK_SH_LIST_DCN2(_MASK)
457 };
458 
459 #define opp_regs(id)\
460 [id] = {\
461 	OPP_REG_LIST_DCN20(id),\
462 }
463 
464 static const struct dcn20_opp_registers opp_regs[] = {
465 	opp_regs(0),
466 	opp_regs(1),
467 	opp_regs(2),
468 	opp_regs(3),
469 	opp_regs(4),
470 	opp_regs(5),
471 };
472 
473 static const struct dcn20_opp_shift opp_shift = {
474 		OPP_MASK_SH_LIST_DCN20(__SHIFT)
475 };
476 
477 static const struct dcn20_opp_mask opp_mask = {
478 		OPP_MASK_SH_LIST_DCN20(_MASK)
479 };
480 
481 #define tg_regs(id)\
482 [id] = {TG_COMMON_REG_LIST_DCN2_0(id)}
483 
484 static const struct dcn_optc_registers tg_regs[] = {
485 	tg_regs(0),
486 	tg_regs(1),
487 	tg_regs(2),
488 	tg_regs(3)
489 };
490 
491 static const struct dcn_optc_shift tg_shift = {
492 	TG_COMMON_MASK_SH_LIST_DCN2_0(__SHIFT)
493 };
494 
495 static const struct dcn_optc_mask tg_mask = {
496 	TG_COMMON_MASK_SH_LIST_DCN2_0(_MASK)
497 };
498 
499 static const struct dcn20_mpc_registers mpc_regs = {
500 		MPC_REG_LIST_DCN2_0(0),
501 		MPC_REG_LIST_DCN2_0(1),
502 		MPC_REG_LIST_DCN2_0(2),
503 		MPC_REG_LIST_DCN2_0(3),
504 		MPC_REG_LIST_DCN2_0(4),
505 		MPC_REG_LIST_DCN2_0(5),
506 		MPC_OUT_MUX_REG_LIST_DCN2_0(0),
507 		MPC_OUT_MUX_REG_LIST_DCN2_0(1),
508 		MPC_OUT_MUX_REG_LIST_DCN2_0(2),
509 		MPC_OUT_MUX_REG_LIST_DCN2_0(3),
510 		MPC_DBG_REG_LIST_DCN2_0()
511 };
512 
513 static const struct dcn20_mpc_shift mpc_shift = {
514 	MPC_COMMON_MASK_SH_LIST_DCN2_0(__SHIFT),
515 	MPC_DEBUG_REG_LIST_SH_DCN20
516 };
517 
518 static const struct dcn20_mpc_mask mpc_mask = {
519 	MPC_COMMON_MASK_SH_LIST_DCN2_0(_MASK),
520 	MPC_DEBUG_REG_LIST_MASK_DCN20
521 };
522 
523 #define hubp_regs(id)\
524 [id] = {\
525 	HUBP_REG_LIST_DCN21(id)\
526 }
527 
528 static const struct dcn_hubp2_registers hubp_regs[] = {
529 		hubp_regs(0),
530 		hubp_regs(1),
531 		hubp_regs(2),
532 		hubp_regs(3)
533 };
534 
535 static const struct dcn_hubp2_shift hubp_shift = {
536 		HUBP_MASK_SH_LIST_DCN21(__SHIFT)
537 };
538 
539 static const struct dcn_hubp2_mask hubp_mask = {
540 		HUBP_MASK_SH_LIST_DCN21(_MASK)
541 };
542 
543 static const struct dcn_hubbub_registers hubbub_reg = {
544 		HUBBUB_REG_LIST_DCN21()
545 };
546 
547 static const struct dcn_hubbub_shift hubbub_shift = {
548 		HUBBUB_MASK_SH_LIST_DCN21(__SHIFT)
549 };
550 
551 static const struct dcn_hubbub_mask hubbub_mask = {
552 		HUBBUB_MASK_SH_LIST_DCN21(_MASK)
553 };
554 
555 
556 #define vmid_regs(id)\
557 [id] = {\
558 		DCN20_VMID_REG_LIST(id)\
559 }
560 
561 static const struct dcn_vmid_registers vmid_regs[] = {
562 	vmid_regs(0),
563 	vmid_regs(1),
564 	vmid_regs(2),
565 	vmid_regs(3),
566 	vmid_regs(4),
567 	vmid_regs(5),
568 	vmid_regs(6),
569 	vmid_regs(7),
570 	vmid_regs(8),
571 	vmid_regs(9),
572 	vmid_regs(10),
573 	vmid_regs(11),
574 	vmid_regs(12),
575 	vmid_regs(13),
576 	vmid_regs(14),
577 	vmid_regs(15)
578 };
579 
580 static const struct dcn20_vmid_shift vmid_shifts = {
581 		DCN20_VMID_MASK_SH_LIST(__SHIFT)
582 };
583 
584 static const struct dcn20_vmid_mask vmid_masks = {
585 		DCN20_VMID_MASK_SH_LIST(_MASK)
586 };
587 
588 #define dsc_regsDCN20(id)\
589 [id] = {\
590 	DSC_REG_LIST_DCN20(id)\
591 }
592 
593 static const struct dcn20_dsc_registers dsc_regs[] = {
594 	dsc_regsDCN20(0),
595 	dsc_regsDCN20(1),
596 	dsc_regsDCN20(2),
597 	dsc_regsDCN20(3),
598 	dsc_regsDCN20(4),
599 	dsc_regsDCN20(5)
600 };
601 
602 static const struct dcn20_dsc_shift dsc_shift = {
603 	DSC_REG_LIST_SH_MASK_DCN20(__SHIFT)
604 };
605 
606 static const struct dcn20_dsc_mask dsc_mask = {
607 	DSC_REG_LIST_SH_MASK_DCN20(_MASK)
608 };
609 
610 #define ipp_regs(id)\
611 [id] = {\
612 	IPP_REG_LIST_DCN20(id),\
613 }
614 
615 static const struct dcn10_ipp_registers ipp_regs[] = {
616 	ipp_regs(0),
617 	ipp_regs(1),
618 	ipp_regs(2),
619 	ipp_regs(3),
620 };
621 
622 static const struct dcn10_ipp_shift ipp_shift = {
623 		IPP_MASK_SH_LIST_DCN20(__SHIFT)
624 };
625 
626 static const struct dcn10_ipp_mask ipp_mask = {
627 		IPP_MASK_SH_LIST_DCN20(_MASK),
628 };
629 
630 #define opp_regs(id)\
631 [id] = {\
632 	OPP_REG_LIST_DCN20(id),\
633 }
634 
635 
636 #define aux_engine_regs(id)\
637 [id] = {\
638 	AUX_COMMON_REG_LIST0(id), \
639 	.AUXN_IMPCAL = 0, \
640 	.AUXP_IMPCAL = 0, \
641 	.AUX_RESET_MASK = DP_AUX0_AUX_CONTROL__AUX_RESET_MASK, \
642 }
643 
644 static const struct dce110_aux_registers aux_engine_regs[] = {
645 		aux_engine_regs(0),
646 		aux_engine_regs(1),
647 		aux_engine_regs(2),
648 		aux_engine_regs(3),
649 		aux_engine_regs(4),
650 };
651 
652 #define tf_regs(id)\
653 [id] = {\
654 	TF_REG_LIST_DCN20(id),\
655 	TF_REG_LIST_DCN20_COMMON_APPEND(id),\
656 }
657 
658 static const struct dcn2_dpp_registers tf_regs[] = {
659 	tf_regs(0),
660 	tf_regs(1),
661 	tf_regs(2),
662 	tf_regs(3),
663 };
664 
665 static const struct dcn2_dpp_shift tf_shift = {
666 		TF_REG_LIST_SH_MASK_DCN20(__SHIFT),
667 		TF_DEBUG_REG_LIST_SH_DCN20
668 };
669 
670 static const struct dcn2_dpp_mask tf_mask = {
671 		TF_REG_LIST_SH_MASK_DCN20(_MASK),
672 		TF_DEBUG_REG_LIST_MASK_DCN20
673 };
674 
675 #define stream_enc_regs(id)\
676 [id] = {\
677 	SE_DCN2_REG_LIST(id)\
678 }
679 
680 static const struct dcn10_stream_enc_registers stream_enc_regs[] = {
681 	stream_enc_regs(0),
682 	stream_enc_regs(1),
683 	stream_enc_regs(2),
684 	stream_enc_regs(3),
685 	stream_enc_regs(4),
686 };
687 
688 static const struct dce110_aux_registers_shift aux_shift = {
689 	DCN_AUX_MASK_SH_LIST(__SHIFT)
690 };
691 
692 static const struct dce110_aux_registers_mask aux_mask = {
693 	DCN_AUX_MASK_SH_LIST(_MASK)
694 };
695 
696 static const struct dcn10_stream_encoder_shift se_shift = {
697 		SE_COMMON_MASK_SH_LIST_DCN20(__SHIFT)
698 };
699 
700 static const struct dcn10_stream_encoder_mask se_mask = {
701 		SE_COMMON_MASK_SH_LIST_DCN20(_MASK)
702 };
703 
704 static void dcn21_pp_smu_destroy(struct pp_smu_funcs **pp_smu);
705 
706 static int dcn21_populate_dml_pipes_from_context(
707 		struct dc *dc, struct dc_state *context, display_e2e_pipe_params_st *pipes);
708 
709 static struct input_pixel_processor *dcn21_ipp_create(
710 	struct dc_context *ctx, uint32_t inst)
711 {
712 	struct dcn10_ipp *ipp =
713 		kzalloc(sizeof(struct dcn10_ipp), GFP_KERNEL);
714 
715 	if (!ipp) {
716 		BREAK_TO_DEBUGGER();
717 		return NULL;
718 	}
719 
720 	dcn20_ipp_construct(ipp, ctx, inst,
721 			&ipp_regs[inst], &ipp_shift, &ipp_mask);
722 	return &ipp->base;
723 }
724 
725 static struct dpp *dcn21_dpp_create(
726 	struct dc_context *ctx,
727 	uint32_t inst)
728 {
729 	struct dcn20_dpp *dpp =
730 		kzalloc(sizeof(struct dcn20_dpp), GFP_KERNEL);
731 
732 	if (!dpp)
733 		return NULL;
734 
735 	if (dpp2_construct(dpp, ctx, inst,
736 			&tf_regs[inst], &tf_shift, &tf_mask))
737 		return &dpp->base;
738 
739 	BREAK_TO_DEBUGGER();
740 	kfree(dpp);
741 	return NULL;
742 }
743 
744 static struct dce_aux *dcn21_aux_engine_create(
745 	struct dc_context *ctx,
746 	uint32_t inst)
747 {
748 	struct aux_engine_dce110 *aux_engine =
749 		kzalloc(sizeof(struct aux_engine_dce110), GFP_KERNEL);
750 
751 	if (!aux_engine)
752 		return NULL;
753 
754 	dce110_aux_engine_construct(aux_engine, ctx, inst,
755 				    SW_AUX_TIMEOUT_PERIOD_MULTIPLIER * AUX_TIMEOUT_PERIOD,
756 				    &aux_engine_regs[inst],
757 					&aux_mask,
758 					&aux_shift,
759 					ctx->dc->caps.extended_aux_timeout_support);
760 
761 	return &aux_engine->base;
762 }
763 
764 #define i2c_inst_regs(id) { I2C_HW_ENGINE_COMMON_REG_LIST(id) }
765 
766 static const struct dce_i2c_registers i2c_hw_regs[] = {
767 		i2c_inst_regs(1),
768 		i2c_inst_regs(2),
769 		i2c_inst_regs(3),
770 		i2c_inst_regs(4),
771 		i2c_inst_regs(5),
772 };
773 
774 static const struct dce_i2c_shift i2c_shifts = {
775 		I2C_COMMON_MASK_SH_LIST_DCN2(__SHIFT)
776 };
777 
778 static const struct dce_i2c_mask i2c_masks = {
779 		I2C_COMMON_MASK_SH_LIST_DCN2(_MASK)
780 };
781 
782 struct dce_i2c_hw *dcn21_i2c_hw_create(
783 	struct dc_context *ctx,
784 	uint32_t inst)
785 {
786 	struct dce_i2c_hw *dce_i2c_hw =
787 		kzalloc(sizeof(struct dce_i2c_hw), GFP_KERNEL);
788 
789 	if (!dce_i2c_hw)
790 		return NULL;
791 
792 	dcn2_i2c_hw_construct(dce_i2c_hw, ctx, inst,
793 				    &i2c_hw_regs[inst], &i2c_shifts, &i2c_masks);
794 
795 	return dce_i2c_hw;
796 }
797 
798 static const struct resource_caps res_cap_rn = {
799 		.num_timing_generator = 4,
800 		.num_opp = 4,
801 		.num_video_plane = 4,
802 		.num_audio = 4, // 4 audio endpoints.  4 audio streams
803 		.num_stream_encoder = 5,
804 		.num_pll = 5,  // maybe 3 because the last two used for USB-c
805 		.num_dwb = 1,
806 		.num_ddc = 5,
807 		.num_vmid = 16,
808 		.num_dsc = 3,
809 };
810 
811 #ifdef DIAGS_BUILD
812 static const struct resource_caps res_cap_rn_FPGA_4pipe = {
813 		.num_timing_generator = 4,
814 		.num_opp = 4,
815 		.num_video_plane = 4,
816 		.num_audio = 7,
817 		.num_stream_encoder = 4,
818 		.num_pll = 4,
819 		.num_dwb = 1,
820 		.num_ddc = 4,
821 		.num_dsc = 0,
822 };
823 
824 static const struct resource_caps res_cap_rn_FPGA_2pipe_dsc = {
825 		.num_timing_generator = 2,
826 		.num_opp = 2,
827 		.num_video_plane = 2,
828 		.num_audio = 7,
829 		.num_stream_encoder = 2,
830 		.num_pll = 4,
831 		.num_dwb = 1,
832 		.num_ddc = 4,
833 		.num_dsc = 2,
834 };
835 #endif
836 
837 static const struct dc_plane_cap plane_cap = {
838 	.type = DC_PLANE_TYPE_DCN_UNIVERSAL,
839 	.blends_with_above = true,
840 	.blends_with_below = true,
841 	.per_pixel_alpha = true,
842 
843 	.pixel_format_support = {
844 			.argb8888 = true,
845 			.nv12 = true,
846 			.fp16 = true,
847 			.p010 = true
848 	},
849 
850 	.max_upscale_factor = {
851 			.argb8888 = 16000,
852 			.nv12 = 16000,
853 			.fp16 = 16000
854 	},
855 
856 	.max_downscale_factor = {
857 			.argb8888 = 250,
858 			.nv12 = 250,
859 			.fp16 = 250
860 	},
861 	64,
862 	64
863 };
864 
865 static const struct dc_debug_options debug_defaults_drv = {
866 		.disable_dmcu = false,
867 		.force_abm_enable = false,
868 		.timing_trace = false,
869 		.clock_trace = true,
870 		.disable_pplib_clock_request = true,
871 		.min_disp_clk_khz = 100000,
872 		.pipe_split_policy = MPC_SPLIT_AVOID_MULT_DISP,
873 		.force_single_disp_pipe_split = false,
874 		.disable_dcc = DCC_ENABLE,
875 		.vsr_support = true,
876 		.performance_trace = false,
877 		.max_downscale_src_width = 4096,
878 		.disable_pplib_wm_range = false,
879 		.scl_reset_length10 = true,
880 		.sanity_checks = true,
881 		.disable_48mhz_pwrdwn = false,
882 		.usbc_combo_phy_reset_wa = true
883 };
884 
885 static const struct dc_debug_options debug_defaults_diags = {
886 		.disable_dmcu = false,
887 		.force_abm_enable = false,
888 		.timing_trace = true,
889 		.clock_trace = true,
890 		.disable_dpp_power_gate = true,
891 		.disable_hubp_power_gate = true,
892 		.disable_clock_gate = true,
893 		.disable_pplib_clock_request = true,
894 		.disable_pplib_wm_range = true,
895 		.disable_stutter = true,
896 		.disable_48mhz_pwrdwn = true,
897 		.disable_psr = true,
898 		.enable_tri_buf = true
899 };
900 
901 enum dcn20_clk_src_array_id {
902 	DCN20_CLK_SRC_PLL0,
903 	DCN20_CLK_SRC_PLL1,
904 	DCN20_CLK_SRC_PLL2,
905 	DCN20_CLK_SRC_TOTAL_DCN21
906 };
907 
908 static void dcn21_resource_destruct(struct dcn21_resource_pool *pool)
909 {
910 	unsigned int i;
911 
912 	for (i = 0; i < pool->base.stream_enc_count; i++) {
913 		if (pool->base.stream_enc[i] != NULL) {
914 			kfree(DCN10STRENC_FROM_STRENC(pool->base.stream_enc[i]));
915 			pool->base.stream_enc[i] = NULL;
916 		}
917 	}
918 
919 	for (i = 0; i < pool->base.res_cap->num_dsc; i++) {
920 		if (pool->base.dscs[i] != NULL)
921 			dcn20_dsc_destroy(&pool->base.dscs[i]);
922 	}
923 
924 	if (pool->base.mpc != NULL) {
925 		kfree(TO_DCN20_MPC(pool->base.mpc));
926 		pool->base.mpc = NULL;
927 	}
928 	if (pool->base.hubbub != NULL) {
929 		kfree(pool->base.hubbub);
930 		pool->base.hubbub = NULL;
931 	}
932 	for (i = 0; i < pool->base.pipe_count; i++) {
933 		if (pool->base.dpps[i] != NULL)
934 			dcn20_dpp_destroy(&pool->base.dpps[i]);
935 
936 		if (pool->base.ipps[i] != NULL)
937 			pool->base.ipps[i]->funcs->ipp_destroy(&pool->base.ipps[i]);
938 
939 		if (pool->base.hubps[i] != NULL) {
940 			kfree(TO_DCN20_HUBP(pool->base.hubps[i]));
941 			pool->base.hubps[i] = NULL;
942 		}
943 
944 		if (pool->base.irqs != NULL) {
945 			dal_irq_service_destroy(&pool->base.irqs);
946 		}
947 	}
948 
949 	for (i = 0; i < pool->base.res_cap->num_ddc; i++) {
950 		if (pool->base.engines[i] != NULL)
951 			dce110_engine_destroy(&pool->base.engines[i]);
952 		if (pool->base.hw_i2cs[i] != NULL) {
953 			kfree(pool->base.hw_i2cs[i]);
954 			pool->base.hw_i2cs[i] = NULL;
955 		}
956 		if (pool->base.sw_i2cs[i] != NULL) {
957 			kfree(pool->base.sw_i2cs[i]);
958 			pool->base.sw_i2cs[i] = NULL;
959 		}
960 	}
961 
962 	for (i = 0; i < pool->base.res_cap->num_opp; i++) {
963 		if (pool->base.opps[i] != NULL)
964 			pool->base.opps[i]->funcs->opp_destroy(&pool->base.opps[i]);
965 	}
966 
967 	for (i = 0; i < pool->base.res_cap->num_timing_generator; i++) {
968 		if (pool->base.timing_generators[i] != NULL)	{
969 			kfree(DCN10TG_FROM_TG(pool->base.timing_generators[i]));
970 			pool->base.timing_generators[i] = NULL;
971 		}
972 	}
973 
974 	for (i = 0; i < pool->base.res_cap->num_dwb; i++) {
975 		if (pool->base.dwbc[i] != NULL) {
976 			kfree(TO_DCN20_DWBC(pool->base.dwbc[i]));
977 			pool->base.dwbc[i] = NULL;
978 		}
979 		if (pool->base.mcif_wb[i] != NULL) {
980 			kfree(TO_DCN20_MMHUBBUB(pool->base.mcif_wb[i]));
981 			pool->base.mcif_wb[i] = NULL;
982 		}
983 	}
984 
985 	for (i = 0; i < pool->base.audio_count; i++) {
986 		if (pool->base.audios[i])
987 			dce_aud_destroy(&pool->base.audios[i]);
988 	}
989 
990 	for (i = 0; i < pool->base.clk_src_count; i++) {
991 		if (pool->base.clock_sources[i] != NULL) {
992 			dcn20_clock_source_destroy(&pool->base.clock_sources[i]);
993 			pool->base.clock_sources[i] = NULL;
994 		}
995 	}
996 
997 	if (pool->base.dp_clock_source != NULL) {
998 		dcn20_clock_source_destroy(&pool->base.dp_clock_source);
999 		pool->base.dp_clock_source = NULL;
1000 	}
1001 
1002 	if (pool->base.abm != NULL) {
1003 		if (pool->base.abm->ctx->dc->config.disable_dmcu)
1004 			dmub_abm_destroy(&pool->base.abm);
1005 		else
1006 			dce_abm_destroy(&pool->base.abm);
1007 	}
1008 
1009 	if (pool->base.dmcu != NULL)
1010 		dce_dmcu_destroy(&pool->base.dmcu);
1011 
1012 	if (pool->base.psr != NULL)
1013 		dmub_psr_destroy(&pool->base.psr);
1014 
1015 	if (pool->base.dccg != NULL)
1016 		dcn_dccg_destroy(&pool->base.dccg);
1017 
1018 	if (pool->base.pp_smu != NULL)
1019 		dcn21_pp_smu_destroy(&pool->base.pp_smu);
1020 }
1021 
1022 
1023 static void calculate_wm_set_for_vlevel(
1024 		int vlevel,
1025 		struct wm_range_table_entry *table_entry,
1026 		struct dcn_watermarks *wm_set,
1027 		struct display_mode_lib *dml,
1028 		display_e2e_pipe_params_st *pipes,
1029 		int pipe_cnt)
1030 {
1031 	double dram_clock_change_latency_cached = dml->soc.dram_clock_change_latency_us;
1032 
1033 	ASSERT(vlevel < dml->soc.num_states);
1034 	/* only pipe 0 is read for voltage and dcf/soc clocks */
1035 	pipes[0].clks_cfg.voltage = vlevel;
1036 	pipes[0].clks_cfg.dcfclk_mhz = dml->soc.clock_limits[vlevel].dcfclk_mhz;
1037 	pipes[0].clks_cfg.socclk_mhz = dml->soc.clock_limits[vlevel].socclk_mhz;
1038 
1039 	dml->soc.dram_clock_change_latency_us = table_entry->pstate_latency_us;
1040 	dml->soc.sr_exit_time_us = table_entry->sr_exit_time_us;
1041 	dml->soc.sr_enter_plus_exit_time_us = table_entry->sr_enter_plus_exit_time_us;
1042 
1043 	wm_set->urgent_ns = get_wm_urgent(dml, pipes, pipe_cnt) * 1000;
1044 	wm_set->cstate_pstate.cstate_enter_plus_exit_ns = get_wm_stutter_enter_exit(dml, pipes, pipe_cnt) * 1000;
1045 	wm_set->cstate_pstate.cstate_exit_ns = get_wm_stutter_exit(dml, pipes, pipe_cnt) * 1000;
1046 	wm_set->cstate_pstate.pstate_change_ns = get_wm_dram_clock_change(dml, pipes, pipe_cnt) * 1000;
1047 	wm_set->pte_meta_urgent_ns = get_wm_memory_trip(dml, pipes, pipe_cnt) * 1000;
1048 	wm_set->frac_urg_bw_nom = get_fraction_of_urgent_bandwidth(dml, pipes, pipe_cnt) * 1000;
1049 	wm_set->frac_urg_bw_flip = get_fraction_of_urgent_bandwidth_imm_flip(dml, pipes, pipe_cnt) * 1000;
1050 	wm_set->urgent_latency_ns = get_urgent_latency(dml, pipes, pipe_cnt) * 1000;
1051 	dml->soc.dram_clock_change_latency_us = dram_clock_change_latency_cached;
1052 
1053 }
1054 
1055 static void patch_bounding_box(struct dc *dc, struct _vcs_dpi_soc_bounding_box_st *bb)
1056 {
1057 	int i;
1058 
1059 	DC_FP_START();
1060 
1061 	if (dc->bb_overrides.sr_exit_time_ns) {
1062 		for (i = 0; i < WM_SET_COUNT; i++) {
1063 			  dc->clk_mgr->bw_params->wm_table.entries[i].sr_exit_time_us =
1064 					  dc->bb_overrides.sr_exit_time_ns / 1000.0;
1065 		}
1066 	}
1067 
1068 	if (dc->bb_overrides.sr_enter_plus_exit_time_ns) {
1069 		for (i = 0; i < WM_SET_COUNT; i++) {
1070 			  dc->clk_mgr->bw_params->wm_table.entries[i].sr_enter_plus_exit_time_us =
1071 					  dc->bb_overrides.sr_enter_plus_exit_time_ns / 1000.0;
1072 		}
1073 	}
1074 
1075 	if (dc->bb_overrides.urgent_latency_ns) {
1076 		bb->urgent_latency_us = dc->bb_overrides.urgent_latency_ns / 1000.0;
1077 	}
1078 
1079 	if (dc->bb_overrides.dram_clock_change_latency_ns) {
1080 		for (i = 0; i < WM_SET_COUNT; i++) {
1081 			dc->clk_mgr->bw_params->wm_table.entries[i].pstate_latency_us =
1082 				dc->bb_overrides.dram_clock_change_latency_ns / 1000.0;
1083 		}
1084 	}
1085 
1086 	DC_FP_END();
1087 }
1088 
1089 void dcn21_calculate_wm(
1090 		struct dc *dc, struct dc_state *context,
1091 		display_e2e_pipe_params_st *pipes,
1092 		int *out_pipe_cnt,
1093 		int *pipe_split_from,
1094 		int vlevel_req)
1095 {
1096 	int pipe_cnt, i, pipe_idx;
1097 	int vlevel, vlevel_max;
1098 	struct wm_range_table_entry *table_entry;
1099 	struct clk_bw_params *bw_params = dc->clk_mgr->bw_params;
1100 
1101 	ASSERT(bw_params);
1102 
1103 	patch_bounding_box(dc, &context->bw_ctx.dml.soc);
1104 
1105 	for (i = 0, pipe_idx = 0, pipe_cnt = 0; i < dc->res_pool->pipe_count; i++) {
1106 			if (!context->res_ctx.pipe_ctx[i].stream)
1107 				continue;
1108 
1109 			pipes[pipe_cnt].clks_cfg.refclk_mhz = dc->res_pool->ref_clocks.dchub_ref_clock_inKhz / 1000.0;
1110 			pipes[pipe_cnt].clks_cfg.dispclk_mhz = context->bw_ctx.dml.vba.RequiredDISPCLK[vlevel_req][context->bw_ctx.dml.vba.maxMpcComb];
1111 
1112 			if (pipe_split_from[i] < 0) {
1113 				pipes[pipe_cnt].clks_cfg.dppclk_mhz =
1114 						context->bw_ctx.dml.vba.RequiredDPPCLK[vlevel_req][context->bw_ctx.dml.vba.maxMpcComb][pipe_idx];
1115 				if (context->bw_ctx.dml.vba.BlendingAndTiming[pipe_idx] == pipe_idx)
1116 					pipes[pipe_cnt].pipe.dest.odm_combine =
1117 							context->bw_ctx.dml.vba.ODMCombineEnablePerState[vlevel_req][pipe_idx];
1118 				else
1119 					pipes[pipe_cnt].pipe.dest.odm_combine = 0;
1120 				pipe_idx++;
1121 			} else {
1122 				pipes[pipe_cnt].clks_cfg.dppclk_mhz =
1123 						context->bw_ctx.dml.vba.RequiredDPPCLK[vlevel_req][context->bw_ctx.dml.vba.maxMpcComb][pipe_split_from[i]];
1124 				if (context->bw_ctx.dml.vba.BlendingAndTiming[pipe_split_from[i]] == pipe_split_from[i])
1125 					pipes[pipe_cnt].pipe.dest.odm_combine =
1126 							context->bw_ctx.dml.vba.ODMCombineEnablePerState[vlevel_req][pipe_split_from[i]];
1127 				else
1128 					pipes[pipe_cnt].pipe.dest.odm_combine = 0;
1129 			}
1130 			pipe_cnt++;
1131 	}
1132 
1133 	if (pipe_cnt != pipe_idx) {
1134 		if (dc->res_pool->funcs->populate_dml_pipes)
1135 			pipe_cnt = dc->res_pool->funcs->populate_dml_pipes(dc,
1136 				context, pipes);
1137 		else
1138 			pipe_cnt = dcn21_populate_dml_pipes_from_context(dc,
1139 				context, pipes);
1140 	}
1141 
1142 	*out_pipe_cnt = pipe_cnt;
1143 
1144 	vlevel_max = bw_params->clk_table.num_entries - 1;
1145 
1146 
1147 	/* WM Set D */
1148 	table_entry = &bw_params->wm_table.entries[WM_D];
1149 	if (table_entry->wm_type == WM_TYPE_RETRAINING)
1150 		vlevel = 0;
1151 	else
1152 		vlevel = vlevel_max;
1153 	calculate_wm_set_for_vlevel(vlevel, table_entry, &context->bw_ctx.bw.dcn.watermarks.d,
1154 						&context->bw_ctx.dml, pipes, pipe_cnt);
1155 	/* WM Set C */
1156 	table_entry = &bw_params->wm_table.entries[WM_C];
1157 	vlevel = MIN(MAX(vlevel_req, 3), vlevel_max);
1158 	calculate_wm_set_for_vlevel(vlevel, table_entry, &context->bw_ctx.bw.dcn.watermarks.c,
1159 						&context->bw_ctx.dml, pipes, pipe_cnt);
1160 	/* WM Set B */
1161 	table_entry = &bw_params->wm_table.entries[WM_B];
1162 	vlevel = MIN(MAX(vlevel_req, 2), vlevel_max);
1163 	calculate_wm_set_for_vlevel(vlevel, table_entry, &context->bw_ctx.bw.dcn.watermarks.b,
1164 						&context->bw_ctx.dml, pipes, pipe_cnt);
1165 
1166 	/* WM Set A */
1167 	table_entry = &bw_params->wm_table.entries[WM_A];
1168 	vlevel = MIN(vlevel_req, vlevel_max);
1169 	calculate_wm_set_for_vlevel(vlevel, table_entry, &context->bw_ctx.bw.dcn.watermarks.a,
1170 						&context->bw_ctx.dml, pipes, pipe_cnt);
1171 }
1172 
1173 
1174 static bool dcn21_fast_validate_bw(
1175 		struct dc *dc,
1176 		struct dc_state *context,
1177 		display_e2e_pipe_params_st *pipes,
1178 		int *pipe_cnt_out,
1179 		int *pipe_split_from,
1180 		int *vlevel_out)
1181 {
1182 	bool out = false;
1183 	int split[MAX_PIPES] = { 0 };
1184 	int pipe_cnt, i, pipe_idx, vlevel;
1185 
1186 	ASSERT(pipes);
1187 	if (!pipes)
1188 		return false;
1189 
1190 	dcn20_merge_pipes_for_validate(dc, context);
1191 
1192 	pipe_cnt = dc->res_pool->funcs->populate_dml_pipes(dc, context, pipes);
1193 
1194 	*pipe_cnt_out = pipe_cnt;
1195 
1196 	if (!pipe_cnt) {
1197 		out = true;
1198 		goto validate_out;
1199 	}
1200 
1201 	vlevel = dml_get_voltage_level(&context->bw_ctx.dml, pipes, pipe_cnt);
1202 
1203 	if (vlevel > context->bw_ctx.dml.soc.num_states)
1204 		goto validate_fail;
1205 
1206 	vlevel = dcn20_validate_apply_pipe_split_flags(dc, context, vlevel, split, NULL);
1207 
1208 	for (i = 0, pipe_idx = 0; i < dc->res_pool->pipe_count; i++) {
1209 		struct pipe_ctx *pipe = &context->res_ctx.pipe_ctx[i];
1210 		struct pipe_ctx *mpo_pipe = pipe->bottom_pipe;
1211 		struct vba_vars_st *vba = &context->bw_ctx.dml.vba;
1212 
1213 		if (!pipe->stream)
1214 			continue;
1215 
1216 		/* We only support full screen mpo with ODM */
1217 		if (vba->ODMCombineEnabled[vba->pipe_plane[pipe_idx]] != dm_odm_combine_mode_disabled
1218 				&& pipe->plane_state && mpo_pipe
1219 				&& memcmp(&mpo_pipe->plane_res.scl_data.recout,
1220 						&pipe->plane_res.scl_data.recout,
1221 						sizeof(struct rect)) != 0) {
1222 			ASSERT(mpo_pipe->plane_state != pipe->plane_state);
1223 			goto validate_fail;
1224 		}
1225 		pipe_idx++;
1226 	}
1227 
1228 	/*initialize pipe_just_split_from to invalid idx*/
1229 	for (i = 0; i < MAX_PIPES; i++)
1230 		pipe_split_from[i] = -1;
1231 
1232 	for (i = 0, pipe_idx = -1; i < dc->res_pool->pipe_count; i++) {
1233 		struct pipe_ctx *pipe = &context->res_ctx.pipe_ctx[i];
1234 		struct pipe_ctx *hsplit_pipe = pipe->bottom_pipe;
1235 
1236 		if (!pipe->stream || pipe_split_from[i] >= 0)
1237 			continue;
1238 
1239 		pipe_idx++;
1240 
1241 		if (!pipe->top_pipe && !pipe->plane_state && context->bw_ctx.dml.vba.ODMCombineEnabled[pipe_idx]) {
1242 			hsplit_pipe = dcn20_find_secondary_pipe(dc, &context->res_ctx, dc->res_pool, pipe);
1243 			ASSERT(hsplit_pipe);
1244 			if (!dcn20_split_stream_for_odm(
1245 					dc, &context->res_ctx,
1246 					pipe, hsplit_pipe))
1247 				goto validate_fail;
1248 			pipe_split_from[hsplit_pipe->pipe_idx] = pipe_idx;
1249 			dcn20_build_mapped_resource(dc, context, pipe->stream);
1250 		}
1251 
1252 		if (!pipe->plane_state)
1253 			continue;
1254 		/* Skip 2nd half of already split pipe */
1255 		if (pipe->top_pipe && pipe->plane_state == pipe->top_pipe->plane_state)
1256 			continue;
1257 
1258 		if (split[i] == 2) {
1259 			if (!hsplit_pipe || hsplit_pipe->plane_state != pipe->plane_state) {
1260 				/* pipe not split previously needs split */
1261 				hsplit_pipe = dcn20_find_secondary_pipe(dc, &context->res_ctx, dc->res_pool, pipe);
1262 				ASSERT(hsplit_pipe);
1263 				if (!hsplit_pipe) {
1264 					context->bw_ctx.dml.vba.RequiredDPPCLK[vlevel][context->bw_ctx.dml.vba.maxMpcComb][pipe_idx] *= 2;
1265 					continue;
1266 				}
1267 				if (context->bw_ctx.dml.vba.ODMCombineEnabled[pipe_idx]) {
1268 					if (!dcn20_split_stream_for_odm(
1269 							dc, &context->res_ctx,
1270 							pipe, hsplit_pipe))
1271 						goto validate_fail;
1272 					dcn20_build_mapped_resource(dc, context, pipe->stream);
1273 				} else {
1274 					dcn20_split_stream_for_mpc(
1275 							&context->res_ctx, dc->res_pool,
1276 							pipe, hsplit_pipe);
1277 					resource_build_scaling_params(pipe);
1278 					resource_build_scaling_params(hsplit_pipe);
1279 				}
1280 				pipe_split_from[hsplit_pipe->pipe_idx] = pipe_idx;
1281 			}
1282 		} else if (hsplit_pipe && hsplit_pipe->plane_state == pipe->plane_state) {
1283 			/* merge should already have been done */
1284 			ASSERT(0);
1285 		}
1286 	}
1287 	/* Actual dsc count per stream dsc validation*/
1288 	if (!dcn20_validate_dsc(dc, context)) {
1289 		context->bw_ctx.dml.vba.ValidationStatus[context->bw_ctx.dml.vba.soc.num_states] =
1290 				DML_FAIL_DSC_VALIDATION_FAILURE;
1291 		goto validate_fail;
1292 	}
1293 
1294 	*vlevel_out = vlevel;
1295 
1296 	out = true;
1297 	goto validate_out;
1298 
1299 validate_fail:
1300 	out = false;
1301 
1302 validate_out:
1303 	return out;
1304 }
1305 
1306 bool dcn21_validate_bandwidth(struct dc *dc, struct dc_state *context,
1307 		bool fast_validate)
1308 {
1309 	bool out = false;
1310 
1311 	BW_VAL_TRACE_SETUP();
1312 
1313 	int vlevel = 0;
1314 	int pipe_split_from[MAX_PIPES];
1315 	int pipe_cnt = 0;
1316 	display_e2e_pipe_params_st *pipes = kzalloc(dc->res_pool->pipe_count * sizeof(display_e2e_pipe_params_st), GFP_KERNEL);
1317 	DC_LOGGER_INIT(dc->ctx->logger);
1318 
1319 	BW_VAL_TRACE_COUNT();
1320 
1321 	/*Unsafe due to current pipe merge and split logic*/
1322 	ASSERT(context != dc->current_state);
1323 
1324 	out = dcn21_fast_validate_bw(dc, context, pipes, &pipe_cnt, pipe_split_from, &vlevel);
1325 
1326 	if (pipe_cnt == 0)
1327 		goto validate_out;
1328 
1329 	if (!out)
1330 		goto validate_fail;
1331 
1332 	BW_VAL_TRACE_END_VOLTAGE_LEVEL();
1333 
1334 	if (fast_validate) {
1335 		BW_VAL_TRACE_SKIP(fast);
1336 		goto validate_out;
1337 	}
1338 
1339 	dcn21_calculate_wm(dc, context, pipes, &pipe_cnt, pipe_split_from, vlevel);
1340 	dcn20_calculate_dlg_params(dc, context, pipes, pipe_cnt, vlevel);
1341 
1342 	BW_VAL_TRACE_END_WATERMARKS();
1343 
1344 	goto validate_out;
1345 
1346 validate_fail:
1347 	DC_LOG_WARNING("Mode Validation Warning: %s failed validation.\n",
1348 		dml_get_status_message(context->bw_ctx.dml.vba.ValidationStatus[context->bw_ctx.dml.vba.soc.num_states]));
1349 
1350 	BW_VAL_TRACE_SKIP(fail);
1351 	out = false;
1352 
1353 validate_out:
1354 	kfree(pipes);
1355 
1356 	BW_VAL_TRACE_FINISH();
1357 
1358 	return out;
1359 }
1360 static void dcn21_destroy_resource_pool(struct resource_pool **pool)
1361 {
1362 	struct dcn21_resource_pool *dcn21_pool = TO_DCN21_RES_POOL(*pool);
1363 
1364 	dcn21_resource_destruct(dcn21_pool);
1365 	kfree(dcn21_pool);
1366 	*pool = NULL;
1367 }
1368 
1369 static struct clock_source *dcn21_clock_source_create(
1370 		struct dc_context *ctx,
1371 		struct dc_bios *bios,
1372 		enum clock_source_id id,
1373 		const struct dce110_clk_src_regs *regs,
1374 		bool dp_clk_src)
1375 {
1376 	struct dce110_clk_src *clk_src =
1377 		kzalloc(sizeof(struct dce110_clk_src), GFP_KERNEL);
1378 
1379 	if (!clk_src)
1380 		return NULL;
1381 
1382 	if (dcn20_clk_src_construct(clk_src, ctx, bios, id,
1383 			regs, &cs_shift, &cs_mask)) {
1384 		clk_src->base.dp_clk_src = dp_clk_src;
1385 		return &clk_src->base;
1386 	}
1387 
1388 	BREAK_TO_DEBUGGER();
1389 	return NULL;
1390 }
1391 
1392 static struct hubp *dcn21_hubp_create(
1393 	struct dc_context *ctx,
1394 	uint32_t inst)
1395 {
1396 	struct dcn21_hubp *hubp21 =
1397 		kzalloc(sizeof(struct dcn21_hubp), GFP_KERNEL);
1398 
1399 	if (!hubp21)
1400 		return NULL;
1401 
1402 	if (hubp21_construct(hubp21, ctx, inst,
1403 			&hubp_regs[inst], &hubp_shift, &hubp_mask))
1404 		return &hubp21->base;
1405 
1406 	BREAK_TO_DEBUGGER();
1407 	kfree(hubp21);
1408 	return NULL;
1409 }
1410 
1411 static struct hubbub *dcn21_hubbub_create(struct dc_context *ctx)
1412 {
1413 	int i;
1414 
1415 	struct dcn20_hubbub *hubbub = kzalloc(sizeof(struct dcn20_hubbub),
1416 					  GFP_KERNEL);
1417 
1418 	if (!hubbub)
1419 		return NULL;
1420 
1421 	hubbub21_construct(hubbub, ctx,
1422 			&hubbub_reg,
1423 			&hubbub_shift,
1424 			&hubbub_mask);
1425 
1426 	for (i = 0; i < res_cap_rn.num_vmid; i++) {
1427 		struct dcn20_vmid *vmid = &hubbub->vmid[i];
1428 
1429 		vmid->ctx = ctx;
1430 
1431 		vmid->regs = &vmid_regs[i];
1432 		vmid->shifts = &vmid_shifts;
1433 		vmid->masks = &vmid_masks;
1434 	}
1435 	hubbub->num_vmid = res_cap_rn.num_vmid;
1436 
1437 	return &hubbub->base;
1438 }
1439 
1440 struct output_pixel_processor *dcn21_opp_create(
1441 	struct dc_context *ctx, uint32_t inst)
1442 {
1443 	struct dcn20_opp *opp =
1444 		kzalloc(sizeof(struct dcn20_opp), GFP_KERNEL);
1445 
1446 	if (!opp) {
1447 		BREAK_TO_DEBUGGER();
1448 		return NULL;
1449 	}
1450 
1451 	dcn20_opp_construct(opp, ctx, inst,
1452 			&opp_regs[inst], &opp_shift, &opp_mask);
1453 	return &opp->base;
1454 }
1455 
1456 struct timing_generator *dcn21_timing_generator_create(
1457 		struct dc_context *ctx,
1458 		uint32_t instance)
1459 {
1460 	struct optc *tgn10 =
1461 		kzalloc(sizeof(struct optc), GFP_KERNEL);
1462 
1463 	if (!tgn10)
1464 		return NULL;
1465 
1466 	tgn10->base.inst = instance;
1467 	tgn10->base.ctx = ctx;
1468 
1469 	tgn10->tg_regs = &tg_regs[instance];
1470 	tgn10->tg_shift = &tg_shift;
1471 	tgn10->tg_mask = &tg_mask;
1472 
1473 	dcn20_timing_generator_init(tgn10);
1474 
1475 	return &tgn10->base;
1476 }
1477 
1478 struct mpc *dcn21_mpc_create(struct dc_context *ctx)
1479 {
1480 	struct dcn20_mpc *mpc20 = kzalloc(sizeof(struct dcn20_mpc),
1481 					  GFP_KERNEL);
1482 
1483 	if (!mpc20)
1484 		return NULL;
1485 
1486 	dcn20_mpc_construct(mpc20, ctx,
1487 			&mpc_regs,
1488 			&mpc_shift,
1489 			&mpc_mask,
1490 			6);
1491 
1492 	return &mpc20->base;
1493 }
1494 
1495 static void read_dce_straps(
1496 	struct dc_context *ctx,
1497 	struct resource_straps *straps)
1498 {
1499 	generic_reg_get(ctx, mmDC_PINSTRAPS + BASE(mmDC_PINSTRAPS_BASE_IDX),
1500 		FN(DC_PINSTRAPS, DC_PINSTRAPS_AUDIO), &straps->dc_pinstraps_audio);
1501 
1502 }
1503 
1504 
1505 struct display_stream_compressor *dcn21_dsc_create(
1506 	struct dc_context *ctx, uint32_t inst)
1507 {
1508 	struct dcn20_dsc *dsc =
1509 		kzalloc(sizeof(struct dcn20_dsc), GFP_KERNEL);
1510 
1511 	if (!dsc) {
1512 		BREAK_TO_DEBUGGER();
1513 		return NULL;
1514 	}
1515 
1516 	dsc2_construct(dsc, ctx, inst, &dsc_regs[inst], &dsc_shift, &dsc_mask);
1517 	return &dsc->base;
1518 }
1519 
1520 static struct _vcs_dpi_voltage_scaling_st construct_low_pstate_lvl(struct clk_limit_table *clk_table, unsigned int high_voltage_lvl)
1521 {
1522 	struct _vcs_dpi_voltage_scaling_st low_pstate_lvl;
1523 	int i;
1524 
1525 	low_pstate_lvl.state = 1;
1526 	low_pstate_lvl.dcfclk_mhz = clk_table->entries[0].dcfclk_mhz;
1527 	low_pstate_lvl.fabricclk_mhz = clk_table->entries[0].fclk_mhz;
1528 	low_pstate_lvl.socclk_mhz = clk_table->entries[0].socclk_mhz;
1529 	low_pstate_lvl.dram_speed_mts = clk_table->entries[0].memclk_mhz * 2;
1530 
1531 	low_pstate_lvl.dispclk_mhz = dcn2_1_soc.clock_limits[high_voltage_lvl].dispclk_mhz;
1532 	low_pstate_lvl.dppclk_mhz = dcn2_1_soc.clock_limits[high_voltage_lvl].dppclk_mhz;
1533 	low_pstate_lvl.dram_bw_per_chan_gbps = dcn2_1_soc.clock_limits[high_voltage_lvl].dram_bw_per_chan_gbps;
1534 	low_pstate_lvl.dscclk_mhz = dcn2_1_soc.clock_limits[high_voltage_lvl].dscclk_mhz;
1535 	low_pstate_lvl.dtbclk_mhz = dcn2_1_soc.clock_limits[high_voltage_lvl].dtbclk_mhz;
1536 	low_pstate_lvl.phyclk_d18_mhz = dcn2_1_soc.clock_limits[high_voltage_lvl].phyclk_d18_mhz;
1537 	low_pstate_lvl.phyclk_mhz = dcn2_1_soc.clock_limits[high_voltage_lvl].phyclk_mhz;
1538 
1539 	for (i = clk_table->num_entries; i > 1; i--)
1540 		clk_table->entries[i] = clk_table->entries[i-1];
1541 	clk_table->entries[1] = clk_table->entries[0];
1542 	clk_table->num_entries++;
1543 
1544 	return low_pstate_lvl;
1545 }
1546 
1547 static void update_bw_bounding_box(struct dc *dc, struct clk_bw_params *bw_params)
1548 {
1549 	struct dcn21_resource_pool *pool = TO_DCN21_RES_POOL(dc->res_pool);
1550 	struct clk_limit_table *clk_table = &bw_params->clk_table;
1551 	struct _vcs_dpi_voltage_scaling_st clock_limits[DC__VOLTAGE_STATES];
1552 	unsigned int i, closest_clk_lvl = 0, k = 0;
1553 	int j;
1554 
1555 	dcn2_1_ip.max_num_otg = pool->base.res_cap->num_timing_generator;
1556 	dcn2_1_ip.max_num_dpp = pool->base.pipe_count;
1557 	dcn2_1_soc.num_chans = bw_params->num_channels;
1558 
1559 	ASSERT(clk_table->num_entries);
1560 	for (i = 0; i < clk_table->num_entries; i++) {
1561 		/* loop backwards*/
1562 		for (closest_clk_lvl = 0, j = dcn2_1_soc.num_states - 1; j >= 0; j--) {
1563 			if ((unsigned int) dcn2_1_soc.clock_limits[j].dcfclk_mhz <= clk_table->entries[i].dcfclk_mhz) {
1564 				closest_clk_lvl = j;
1565 				break;
1566 			}
1567 		}
1568 
1569 		/* clk_table[1] is reserved for min DF PState.  skip here to fill in later. */
1570 		if (i == 1)
1571 			k++;
1572 
1573 		clock_limits[k].state = k;
1574 		clock_limits[k].dcfclk_mhz = clk_table->entries[i].dcfclk_mhz;
1575 		clock_limits[k].fabricclk_mhz = clk_table->entries[i].fclk_mhz;
1576 		clock_limits[k].socclk_mhz = clk_table->entries[i].socclk_mhz;
1577 		clock_limits[k].dram_speed_mts = clk_table->entries[i].memclk_mhz * 2;
1578 
1579 		clock_limits[k].dispclk_mhz = dcn2_1_soc.clock_limits[closest_clk_lvl].dispclk_mhz;
1580 		clock_limits[k].dppclk_mhz = dcn2_1_soc.clock_limits[closest_clk_lvl].dppclk_mhz;
1581 		clock_limits[k].dram_bw_per_chan_gbps = dcn2_1_soc.clock_limits[closest_clk_lvl].dram_bw_per_chan_gbps;
1582 		clock_limits[k].dscclk_mhz = dcn2_1_soc.clock_limits[closest_clk_lvl].dscclk_mhz;
1583 		clock_limits[k].dtbclk_mhz = dcn2_1_soc.clock_limits[closest_clk_lvl].dtbclk_mhz;
1584 		clock_limits[k].phyclk_d18_mhz = dcn2_1_soc.clock_limits[closest_clk_lvl].phyclk_d18_mhz;
1585 		clock_limits[k].phyclk_mhz = dcn2_1_soc.clock_limits[closest_clk_lvl].phyclk_mhz;
1586 
1587 		k++;
1588 	}
1589 	for (i = 0; i < clk_table->num_entries + 1; i++)
1590 		dcn2_1_soc.clock_limits[i] = clock_limits[i];
1591 	if (clk_table->num_entries) {
1592 		dcn2_1_soc.num_states = clk_table->num_entries + 1;
1593 		/* duplicate last level */
1594 		dcn2_1_soc.clock_limits[dcn2_1_soc.num_states] = dcn2_1_soc.clock_limits[dcn2_1_soc.num_states - 1];
1595 		dcn2_1_soc.clock_limits[dcn2_1_soc.num_states].state = dcn2_1_soc.num_states;
1596 		/* fill in min DF PState */
1597 		dcn2_1_soc.clock_limits[1] = construct_low_pstate_lvl(clk_table, closest_clk_lvl);
1598 	}
1599 
1600 	dml_init_instance(&dc->dml, &dcn2_1_soc, &dcn2_1_ip, DML_PROJECT_DCN21);
1601 }
1602 
1603 static struct pp_smu_funcs *dcn21_pp_smu_create(struct dc_context *ctx)
1604 {
1605 	struct pp_smu_funcs *pp_smu = kzalloc(sizeof(*pp_smu), GFP_KERNEL);
1606 
1607 	if (!pp_smu)
1608 		return pp_smu;
1609 
1610 	dm_pp_get_funcs(ctx, pp_smu);
1611 
1612 	if (pp_smu->ctx.ver != PP_SMU_VER_RN)
1613 		pp_smu = memset(pp_smu, 0, sizeof(struct pp_smu_funcs));
1614 
1615 
1616 	return pp_smu;
1617 }
1618 
1619 static void dcn21_pp_smu_destroy(struct pp_smu_funcs **pp_smu)
1620 {
1621 	if (pp_smu && *pp_smu) {
1622 		kfree(*pp_smu);
1623 		*pp_smu = NULL;
1624 	}
1625 }
1626 
1627 static struct audio *dcn21_create_audio(
1628 		struct dc_context *ctx, unsigned int inst)
1629 {
1630 	return dce_audio_create(ctx, inst,
1631 			&audio_regs[inst], &audio_shift, &audio_mask);
1632 }
1633 
1634 static struct dc_cap_funcs cap_funcs = {
1635 	.get_dcc_compression_cap = dcn20_get_dcc_compression_cap
1636 };
1637 
1638 struct stream_encoder *dcn21_stream_encoder_create(
1639 	enum engine_id eng_id,
1640 	struct dc_context *ctx)
1641 {
1642 	struct dcn10_stream_encoder *enc1 =
1643 		kzalloc(sizeof(struct dcn10_stream_encoder), GFP_KERNEL);
1644 
1645 	if (!enc1)
1646 		return NULL;
1647 
1648 	dcn20_stream_encoder_construct(enc1, ctx, ctx->dc_bios, eng_id,
1649 					&stream_enc_regs[eng_id],
1650 					&se_shift, &se_mask);
1651 
1652 	return &enc1->base;
1653 }
1654 
1655 static const struct dce_hwseq_registers hwseq_reg = {
1656 		HWSEQ_DCN21_REG_LIST()
1657 };
1658 
1659 static const struct dce_hwseq_shift hwseq_shift = {
1660 		HWSEQ_DCN21_MASK_SH_LIST(__SHIFT)
1661 };
1662 
1663 static const struct dce_hwseq_mask hwseq_mask = {
1664 		HWSEQ_DCN21_MASK_SH_LIST(_MASK)
1665 };
1666 
1667 static struct dce_hwseq *dcn21_hwseq_create(
1668 	struct dc_context *ctx)
1669 {
1670 	struct dce_hwseq *hws = kzalloc(sizeof(struct dce_hwseq), GFP_KERNEL);
1671 
1672 	if (hws) {
1673 		hws->ctx = ctx;
1674 		hws->regs = &hwseq_reg;
1675 		hws->shifts = &hwseq_shift;
1676 		hws->masks = &hwseq_mask;
1677 		hws->wa.DEGVIDCN21 = true;
1678 		hws->wa.disallow_self_refresh_during_multi_plane_transition = true;
1679 	}
1680 	return hws;
1681 }
1682 
1683 static const struct resource_create_funcs res_create_funcs = {
1684 	.read_dce_straps = read_dce_straps,
1685 	.create_audio = dcn21_create_audio,
1686 	.create_stream_encoder = dcn21_stream_encoder_create,
1687 	.create_hwseq = dcn21_hwseq_create,
1688 };
1689 
1690 static const struct resource_create_funcs res_create_maximus_funcs = {
1691 	.read_dce_straps = NULL,
1692 	.create_audio = NULL,
1693 	.create_stream_encoder = NULL,
1694 	.create_hwseq = dcn21_hwseq_create,
1695 };
1696 
1697 static const struct encoder_feature_support link_enc_feature = {
1698 		.max_hdmi_deep_color = COLOR_DEPTH_121212,
1699 		.max_hdmi_pixel_clock = 600000,
1700 		.hdmi_ycbcr420_supported = true,
1701 		.dp_ycbcr420_supported = true,
1702 		.fec_supported = true,
1703 		.flags.bits.IS_HBR2_CAPABLE = true,
1704 		.flags.bits.IS_HBR3_CAPABLE = true,
1705 		.flags.bits.IS_TPS3_CAPABLE = true,
1706 		.flags.bits.IS_TPS4_CAPABLE = true
1707 };
1708 
1709 
1710 #define link_regs(id, phyid)\
1711 [id] = {\
1712 	LE_DCN2_REG_LIST(id), \
1713 	UNIPHY_DCN2_REG_LIST(phyid), \
1714 	DPCS_DCN21_REG_LIST(id), \
1715 	SRI(DP_DPHY_INTERNAL_CTRL, DP, id) \
1716 }
1717 
1718 static const struct dcn10_link_enc_registers link_enc_regs[] = {
1719 	link_regs(0, A),
1720 	link_regs(1, B),
1721 	link_regs(2, C),
1722 	link_regs(3, D),
1723 	link_regs(4, E),
1724 };
1725 
1726 static const struct dce_panel_cntl_registers panel_cntl_regs[] = {
1727 	{ DCN_PANEL_CNTL_REG_LIST() }
1728 };
1729 
1730 static const struct dce_panel_cntl_shift panel_cntl_shift = {
1731 	DCE_PANEL_CNTL_MASK_SH_LIST(__SHIFT)
1732 };
1733 
1734 static const struct dce_panel_cntl_mask panel_cntl_mask = {
1735 	DCE_PANEL_CNTL_MASK_SH_LIST(_MASK)
1736 };
1737 
1738 #define aux_regs(id)\
1739 [id] = {\
1740 	DCN2_AUX_REG_LIST(id)\
1741 }
1742 
1743 static const struct dcn10_link_enc_aux_registers link_enc_aux_regs[] = {
1744 		aux_regs(0),
1745 		aux_regs(1),
1746 		aux_regs(2),
1747 		aux_regs(3),
1748 		aux_regs(4)
1749 };
1750 
1751 #define hpd_regs(id)\
1752 [id] = {\
1753 	HPD_REG_LIST(id)\
1754 }
1755 
1756 static const struct dcn10_link_enc_hpd_registers link_enc_hpd_regs[] = {
1757 		hpd_regs(0),
1758 		hpd_regs(1),
1759 		hpd_regs(2),
1760 		hpd_regs(3),
1761 		hpd_regs(4)
1762 };
1763 
1764 static const struct dcn10_link_enc_shift le_shift = {
1765 	LINK_ENCODER_MASK_SH_LIST_DCN20(__SHIFT),\
1766 	DPCS_DCN21_MASK_SH_LIST(__SHIFT)
1767 };
1768 
1769 static const struct dcn10_link_enc_mask le_mask = {
1770 	LINK_ENCODER_MASK_SH_LIST_DCN20(_MASK),\
1771 	DPCS_DCN21_MASK_SH_LIST(_MASK)
1772 };
1773 
1774 static int map_transmitter_id_to_phy_instance(
1775 	enum transmitter transmitter)
1776 {
1777 	switch (transmitter) {
1778 	case TRANSMITTER_UNIPHY_A:
1779 		return 0;
1780 	break;
1781 	case TRANSMITTER_UNIPHY_B:
1782 		return 1;
1783 	break;
1784 	case TRANSMITTER_UNIPHY_C:
1785 		return 2;
1786 	break;
1787 	case TRANSMITTER_UNIPHY_D:
1788 		return 3;
1789 	break;
1790 	case TRANSMITTER_UNIPHY_E:
1791 		return 4;
1792 	break;
1793 	default:
1794 		ASSERT(0);
1795 		return 0;
1796 	}
1797 }
1798 
1799 static struct link_encoder *dcn21_link_encoder_create(
1800 	const struct encoder_init_data *enc_init_data)
1801 {
1802 	struct dcn21_link_encoder *enc21 =
1803 		kzalloc(sizeof(struct dcn21_link_encoder), GFP_KERNEL);
1804 	int link_regs_id;
1805 
1806 	if (!enc21)
1807 		return NULL;
1808 
1809 	link_regs_id =
1810 		map_transmitter_id_to_phy_instance(enc_init_data->transmitter);
1811 
1812 	dcn21_link_encoder_construct(enc21,
1813 				      enc_init_data,
1814 				      &link_enc_feature,
1815 				      &link_enc_regs[link_regs_id],
1816 				      &link_enc_aux_regs[enc_init_data->channel - 1],
1817 				      &link_enc_hpd_regs[enc_init_data->hpd_source],
1818 				      &le_shift,
1819 				      &le_mask);
1820 
1821 	return &enc21->enc10.base;
1822 }
1823 
1824 static struct panel_cntl *dcn21_panel_cntl_create(const struct panel_cntl_init_data *init_data)
1825 {
1826 	struct dce_panel_cntl *panel_cntl =
1827 		kzalloc(sizeof(struct dce_panel_cntl), GFP_KERNEL);
1828 
1829 	if (!panel_cntl)
1830 		return NULL;
1831 
1832 	dce_panel_cntl_construct(panel_cntl,
1833 			init_data,
1834 			&panel_cntl_regs[init_data->inst],
1835 			&panel_cntl_shift,
1836 			&panel_cntl_mask);
1837 
1838 	return &panel_cntl->base;
1839 }
1840 
1841 #define CTX ctx
1842 
1843 #define REG(reg_name) \
1844 	(DCN_BASE.instance[0].segment[mm ## reg_name ## _BASE_IDX] + mm ## reg_name)
1845 
1846 static uint32_t read_pipe_fuses(struct dc_context *ctx)
1847 {
1848 	uint32_t value = REG_READ(CC_DC_PIPE_DIS);
1849 	/* RV1 support max 4 pipes */
1850 	value = value & 0xf;
1851 	return value;
1852 }
1853 
1854 static int dcn21_populate_dml_pipes_from_context(
1855 		struct dc *dc, struct dc_state *context, display_e2e_pipe_params_st *pipes)
1856 {
1857 	uint32_t pipe_cnt = dcn20_populate_dml_pipes_from_context(dc, context, pipes);
1858 	int i;
1859 
1860 	for (i = 0; i < pipe_cnt; i++) {
1861 
1862 		pipes[i].pipe.src.hostvm = 1;
1863 		pipes[i].pipe.src.gpuvm = 1;
1864 	}
1865 
1866 	return pipe_cnt;
1867 }
1868 
1869 enum dc_status dcn21_patch_unknown_plane_state(struct dc_plane_state *plane_state)
1870 {
1871 	enum dc_status result = DC_OK;
1872 
1873 	if (plane_state->ctx->dc->debug.disable_dcc == DCC_ENABLE) {
1874 		plane_state->dcc.enable = 1;
1875 		/* align to our worst case block width */
1876 		plane_state->dcc.meta_pitch = ((plane_state->src_rect.width + 1023) / 1024) * 1024;
1877 	}
1878 	result = dcn20_patch_unknown_plane_state(plane_state);
1879 	return result;
1880 }
1881 
1882 static const struct resource_funcs dcn21_res_pool_funcs = {
1883 	.destroy = dcn21_destroy_resource_pool,
1884 	.link_enc_create = dcn21_link_encoder_create,
1885 	.panel_cntl_create = dcn21_panel_cntl_create,
1886 	.validate_bandwidth = dcn21_validate_bandwidth,
1887 	.populate_dml_pipes = dcn21_populate_dml_pipes_from_context,
1888 	.add_stream_to_ctx = dcn20_add_stream_to_ctx,
1889 	.add_dsc_to_stream_resource = dcn20_add_dsc_to_stream_resource,
1890 	.remove_stream_from_ctx = dcn20_remove_stream_from_ctx,
1891 	.acquire_idle_pipe_for_layer = dcn20_acquire_idle_pipe_for_layer,
1892 	.populate_dml_writeback_from_context = dcn20_populate_dml_writeback_from_context,
1893 	.patch_unknown_plane_state = dcn21_patch_unknown_plane_state,
1894 	.set_mcif_arb_params = dcn20_set_mcif_arb_params,
1895 	.find_first_free_match_stream_enc_for_link = dcn10_find_first_free_match_stream_enc_for_link,
1896 	.update_bw_bounding_box = update_bw_bounding_box
1897 };
1898 
1899 static bool dcn21_resource_construct(
1900 	uint8_t num_virtual_links,
1901 	struct dc *dc,
1902 	struct dcn21_resource_pool *pool)
1903 {
1904 	int i, j;
1905 	struct dc_context *ctx = dc->ctx;
1906 	struct irq_service_init_data init_data;
1907 	uint32_t pipe_fuses = read_pipe_fuses(ctx);
1908 	uint32_t num_pipes;
1909 
1910 	ctx->dc_bios->regs = &bios_regs;
1911 
1912 	pool->base.res_cap = &res_cap_rn;
1913 #ifdef DIAGS_BUILD
1914 	if (IS_FPGA_MAXIMUS_DC(dc->ctx->dce_environment))
1915 		//pool->base.res_cap = &res_cap_nv10_FPGA_2pipe_dsc;
1916 		pool->base.res_cap = &res_cap_rn_FPGA_4pipe;
1917 #endif
1918 
1919 	pool->base.funcs = &dcn21_res_pool_funcs;
1920 
1921 	/*************************************************
1922 	 *  Resource + asic cap harcoding                *
1923 	 *************************************************/
1924 	pool->base.underlay_pipe_index = NO_UNDERLAY_PIPE;
1925 
1926 	/* max pipe num for ASIC before check pipe fuses */
1927 	pool->base.pipe_count = pool->base.res_cap->num_timing_generator;
1928 
1929 	dc->caps.max_downscale_ratio = 200;
1930 	dc->caps.i2c_speed_in_khz = 100;
1931 	dc->caps.i2c_speed_in_khz_hdcp = 5; /*1.4 w/a applied by default*/
1932 	dc->caps.max_cursor_size = 256;
1933 	dc->caps.min_horizontal_blanking_period = 80;
1934 	dc->caps.dmdata_alloc_size = 2048;
1935 
1936 	dc->caps.max_slave_planes = 1;
1937 	dc->caps.post_blend_color_processing = true;
1938 	dc->caps.force_dp_tps4_for_cp2520 = true;
1939 	dc->caps.extended_aux_timeout_support = true;
1940 	dc->caps.dmcub_support = true;
1941 	dc->caps.is_apu = true;
1942 
1943 	/* Color pipeline capabilities */
1944 	dc->caps.color.dpp.dcn_arch = 1;
1945 	dc->caps.color.dpp.input_lut_shared = 0;
1946 	dc->caps.color.dpp.icsc = 1;
1947 	dc->caps.color.dpp.dgam_ram = 1;
1948 	dc->caps.color.dpp.dgam_rom_caps.srgb = 1;
1949 	dc->caps.color.dpp.dgam_rom_caps.bt2020 = 1;
1950 	dc->caps.color.dpp.dgam_rom_caps.gamma2_2 = 0;
1951 	dc->caps.color.dpp.dgam_rom_caps.pq = 0;
1952 	dc->caps.color.dpp.dgam_rom_caps.hlg = 0;
1953 	dc->caps.color.dpp.post_csc = 0;
1954 	dc->caps.color.dpp.gamma_corr = 0;
1955 
1956 	dc->caps.color.dpp.hw_3d_lut = 1;
1957 	dc->caps.color.dpp.ogam_ram = 1;
1958 	// no OGAM ROM on DCN2
1959 	dc->caps.color.dpp.ogam_rom_caps.srgb = 0;
1960 	dc->caps.color.dpp.ogam_rom_caps.bt2020 = 0;
1961 	dc->caps.color.dpp.ogam_rom_caps.gamma2_2 = 0;
1962 	dc->caps.color.dpp.ogam_rom_caps.pq = 0;
1963 	dc->caps.color.dpp.ogam_rom_caps.hlg = 0;
1964 	dc->caps.color.dpp.ocsc = 0;
1965 
1966 	dc->caps.color.mpc.gamut_remap = 0;
1967 	dc->caps.color.mpc.num_3dluts = 0;
1968 	dc->caps.color.mpc.shared_3d_lut = 0;
1969 	dc->caps.color.mpc.ogam_ram = 1;
1970 	dc->caps.color.mpc.ogam_rom_caps.srgb = 0;
1971 	dc->caps.color.mpc.ogam_rom_caps.bt2020 = 0;
1972 	dc->caps.color.mpc.ogam_rom_caps.gamma2_2 = 0;
1973 	dc->caps.color.mpc.ogam_rom_caps.pq = 0;
1974 	dc->caps.color.mpc.ogam_rom_caps.hlg = 0;
1975 	dc->caps.color.mpc.ocsc = 1;
1976 
1977 	if (dc->ctx->dce_environment == DCE_ENV_PRODUCTION_DRV)
1978 		dc->debug = debug_defaults_drv;
1979 	else if (dc->ctx->dce_environment == DCE_ENV_FPGA_MAXIMUS) {
1980 		pool->base.pipe_count = 4;
1981 		dc->debug = debug_defaults_diags;
1982 	} else
1983 		dc->debug = debug_defaults_diags;
1984 
1985 	// Init the vm_helper
1986 	if (dc->vm_helper)
1987 		vm_helper_init(dc->vm_helper, 16);
1988 
1989 	/*************************************************
1990 	 *  Create resources                             *
1991 	 *************************************************/
1992 
1993 	pool->base.clock_sources[DCN20_CLK_SRC_PLL0] =
1994 			dcn21_clock_source_create(ctx, ctx->dc_bios,
1995 				CLOCK_SOURCE_COMBO_PHY_PLL0,
1996 				&clk_src_regs[0], false);
1997 	pool->base.clock_sources[DCN20_CLK_SRC_PLL1] =
1998 			dcn21_clock_source_create(ctx, ctx->dc_bios,
1999 				CLOCK_SOURCE_COMBO_PHY_PLL1,
2000 				&clk_src_regs[1], false);
2001 	pool->base.clock_sources[DCN20_CLK_SRC_PLL2] =
2002 			dcn21_clock_source_create(ctx, ctx->dc_bios,
2003 				CLOCK_SOURCE_COMBO_PHY_PLL2,
2004 				&clk_src_regs[2], false);
2005 
2006 	pool->base.clk_src_count = DCN20_CLK_SRC_TOTAL_DCN21;
2007 
2008 	/* todo: not reuse phy_pll registers */
2009 	pool->base.dp_clock_source =
2010 			dcn21_clock_source_create(ctx, ctx->dc_bios,
2011 				CLOCK_SOURCE_ID_DP_DTO,
2012 				&clk_src_regs[0], true);
2013 
2014 	for (i = 0; i < pool->base.clk_src_count; i++) {
2015 		if (pool->base.clock_sources[i] == NULL) {
2016 			dm_error("DC: failed to create clock sources!\n");
2017 			BREAK_TO_DEBUGGER();
2018 			goto create_fail;
2019 		}
2020 	}
2021 
2022 	pool->base.dccg = dccg2_create(ctx, &dccg_regs, &dccg_shift, &dccg_mask);
2023 	if (pool->base.dccg == NULL) {
2024 		dm_error("DC: failed to create dccg!\n");
2025 		BREAK_TO_DEBUGGER();
2026 		goto create_fail;
2027 	}
2028 
2029 	if (!dc->config.disable_dmcu) {
2030 		pool->base.dmcu = dcn21_dmcu_create(ctx,
2031 				&dmcu_regs,
2032 				&dmcu_shift,
2033 				&dmcu_mask);
2034 		if (pool->base.dmcu == NULL) {
2035 			dm_error("DC: failed to create dmcu!\n");
2036 			BREAK_TO_DEBUGGER();
2037 			goto create_fail;
2038 		}
2039 
2040 		dc->debug.dmub_command_table = false;
2041 	}
2042 
2043 	if (dc->config.disable_dmcu) {
2044 		pool->base.psr = dmub_psr_create(ctx);
2045 
2046 		if (pool->base.psr == NULL) {
2047 			dm_error("DC: failed to create psr obj!\n");
2048 			BREAK_TO_DEBUGGER();
2049 			goto create_fail;
2050 		}
2051 	}
2052 
2053 	if (dc->config.disable_dmcu)
2054 		pool->base.abm = dmub_abm_create(ctx,
2055 			&abm_regs,
2056 			&abm_shift,
2057 			&abm_mask);
2058 	else
2059 		pool->base.abm = dce_abm_create(ctx,
2060 			&abm_regs,
2061 			&abm_shift,
2062 			&abm_mask);
2063 
2064 	pool->base.pp_smu = dcn21_pp_smu_create(ctx);
2065 
2066 	num_pipes = dcn2_1_ip.max_num_dpp;
2067 
2068 	for (i = 0; i < dcn2_1_ip.max_num_dpp; i++)
2069 		if (pipe_fuses & 1 << i)
2070 			num_pipes--;
2071 	dcn2_1_ip.max_num_dpp = num_pipes;
2072 	dcn2_1_ip.max_num_otg = num_pipes;
2073 
2074 	dml_init_instance(&dc->dml, &dcn2_1_soc, &dcn2_1_ip, DML_PROJECT_DCN21);
2075 
2076 	init_data.ctx = dc->ctx;
2077 	pool->base.irqs = dal_irq_service_dcn21_create(&init_data);
2078 	if (!pool->base.irqs)
2079 		goto create_fail;
2080 
2081 	j = 0;
2082 	/* mem input -> ipp -> dpp -> opp -> TG */
2083 	for (i = 0; i < pool->base.pipe_count; i++) {
2084 		/* if pipe is disabled, skip instance of HW pipe,
2085 		 * i.e, skip ASIC register instance
2086 		 */
2087 		if ((pipe_fuses & (1 << i)) != 0)
2088 			continue;
2089 
2090 		pool->base.hubps[j] = dcn21_hubp_create(ctx, i);
2091 		if (pool->base.hubps[j] == NULL) {
2092 			BREAK_TO_DEBUGGER();
2093 			dm_error(
2094 				"DC: failed to create memory input!\n");
2095 			goto create_fail;
2096 		}
2097 
2098 		pool->base.ipps[j] = dcn21_ipp_create(ctx, i);
2099 		if (pool->base.ipps[j] == NULL) {
2100 			BREAK_TO_DEBUGGER();
2101 			dm_error(
2102 				"DC: failed to create input pixel processor!\n");
2103 			goto create_fail;
2104 		}
2105 
2106 		pool->base.dpps[j] = dcn21_dpp_create(ctx, i);
2107 		if (pool->base.dpps[j] == NULL) {
2108 			BREAK_TO_DEBUGGER();
2109 			dm_error(
2110 				"DC: failed to create dpps!\n");
2111 			goto create_fail;
2112 		}
2113 
2114 		pool->base.opps[j] = dcn21_opp_create(ctx, i);
2115 		if (pool->base.opps[j] == NULL) {
2116 			BREAK_TO_DEBUGGER();
2117 			dm_error(
2118 				"DC: failed to create output pixel processor!\n");
2119 			goto create_fail;
2120 		}
2121 
2122 		pool->base.timing_generators[j] = dcn21_timing_generator_create(
2123 				ctx, i);
2124 		if (pool->base.timing_generators[j] == NULL) {
2125 			BREAK_TO_DEBUGGER();
2126 			dm_error("DC: failed to create tg!\n");
2127 			goto create_fail;
2128 		}
2129 		j++;
2130 	}
2131 
2132 	for (i = 0; i < pool->base.res_cap->num_ddc; i++) {
2133 		pool->base.engines[i] = dcn21_aux_engine_create(ctx, i);
2134 		if (pool->base.engines[i] == NULL) {
2135 			BREAK_TO_DEBUGGER();
2136 			dm_error(
2137 				"DC:failed to create aux engine!!\n");
2138 			goto create_fail;
2139 		}
2140 		pool->base.hw_i2cs[i] = dcn21_i2c_hw_create(ctx, i);
2141 		if (pool->base.hw_i2cs[i] == NULL) {
2142 			BREAK_TO_DEBUGGER();
2143 			dm_error(
2144 				"DC:failed to create hw i2c!!\n");
2145 			goto create_fail;
2146 		}
2147 		pool->base.sw_i2cs[i] = NULL;
2148 	}
2149 
2150 	pool->base.timing_generator_count = j;
2151 	pool->base.pipe_count = j;
2152 	pool->base.mpcc_count = j;
2153 
2154 	pool->base.mpc = dcn21_mpc_create(ctx);
2155 	if (pool->base.mpc == NULL) {
2156 		BREAK_TO_DEBUGGER();
2157 		dm_error("DC: failed to create mpc!\n");
2158 		goto create_fail;
2159 	}
2160 
2161 	pool->base.hubbub = dcn21_hubbub_create(ctx);
2162 	if (pool->base.hubbub == NULL) {
2163 		BREAK_TO_DEBUGGER();
2164 		dm_error("DC: failed to create hubbub!\n");
2165 		goto create_fail;
2166 	}
2167 
2168 	for (i = 0; i < pool->base.res_cap->num_dsc; i++) {
2169 		pool->base.dscs[i] = dcn21_dsc_create(ctx, i);
2170 		if (pool->base.dscs[i] == NULL) {
2171 			BREAK_TO_DEBUGGER();
2172 			dm_error("DC: failed to create display stream compressor %d!\n", i);
2173 			goto create_fail;
2174 		}
2175 	}
2176 
2177 	if (!dcn20_dwbc_create(ctx, &pool->base)) {
2178 		BREAK_TO_DEBUGGER();
2179 		dm_error("DC: failed to create dwbc!\n");
2180 		goto create_fail;
2181 	}
2182 	if (!dcn20_mmhubbub_create(ctx, &pool->base)) {
2183 		BREAK_TO_DEBUGGER();
2184 		dm_error("DC: failed to create mcif_wb!\n");
2185 		goto create_fail;
2186 	}
2187 
2188 	if (!resource_construct(num_virtual_links, dc, &pool->base,
2189 			(!IS_FPGA_MAXIMUS_DC(dc->ctx->dce_environment) ?
2190 			&res_create_funcs : &res_create_maximus_funcs)))
2191 			goto create_fail;
2192 
2193 	dcn21_hw_sequencer_construct(dc);
2194 
2195 	dc->caps.max_planes =  pool->base.pipe_count;
2196 
2197 	for (i = 0; i < dc->caps.max_planes; ++i)
2198 		dc->caps.planes[i] = plane_cap;
2199 
2200 	dc->cap_funcs = cap_funcs;
2201 
2202 	return true;
2203 
2204 create_fail:
2205 
2206 	dcn21_resource_destruct(pool);
2207 
2208 	return false;
2209 }
2210 
2211 struct resource_pool *dcn21_create_resource_pool(
2212 		const struct dc_init_data *init_data,
2213 		struct dc *dc)
2214 {
2215 	struct dcn21_resource_pool *pool =
2216 		kzalloc(sizeof(struct dcn21_resource_pool), GFP_KERNEL);
2217 
2218 	if (!pool)
2219 		return NULL;
2220 
2221 	if (dcn21_resource_construct(init_data->num_virtual_links, dc, pool))
2222 		return &pool->base;
2223 
2224 	BREAK_TO_DEBUGGER();
2225 	kfree(pool);
2226 	return NULL;
2227 }
2228