1 /*
2 * Copyright 2016 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 #include <linux/slab.h>
27 
28 #include "dm_services.h"
29 #include "dc.h"
30 
31 #include "dcn10_init.h"
32 
33 #include "resource.h"
34 #include "include/irq_service_interface.h"
35 #include "dcn10_resource.h"
36 #include "dcn10_ipp.h"
37 #include "dcn10_mpc.h"
38 #include "irq/dcn10/irq_service_dcn10.h"
39 #include "dcn10_dpp.h"
40 #include "dcn10_optc.h"
41 #include "dcn10_hw_sequencer.h"
42 #include "dce110/dce110_hw_sequencer.h"
43 #include "dcn10_opp.h"
44 #include "dcn10_link_encoder.h"
45 #include "dcn10_stream_encoder.h"
46 #include "dce/dce_clock_source.h"
47 #include "dce/dce_audio.h"
48 #include "dce/dce_hwseq.h"
49 #include "virtual/virtual_stream_encoder.h"
50 #include "dce110/dce110_resource.h"
51 #include "dce112/dce112_resource.h"
52 #include "dcn10_hubp.h"
53 #include "dcn10_hubbub.h"
54 #include "dce/dce_panel_cntl.h"
55 
56 #include "soc15_hw_ip.h"
57 #include "vega10_ip_offset.h"
58 
59 #include "dcn/dcn_1_0_offset.h"
60 #include "dcn/dcn_1_0_sh_mask.h"
61 
62 #include "nbio/nbio_7_0_offset.h"
63 
64 #include "mmhub/mmhub_9_1_offset.h"
65 #include "mmhub/mmhub_9_1_sh_mask.h"
66 
67 #include "reg_helper.h"
68 #include "dce/dce_abm.h"
69 #include "dce/dce_dmcu.h"
70 #include "dce/dce_aux.h"
71 #include "dce/dce_i2c.h"
72 
73 const struct _vcs_dpi_ip_params_st dcn1_0_ip = {
74 	.rob_buffer_size_kbytes = 64,
75 	.det_buffer_size_kbytes = 164,
76 	.dpte_buffer_size_in_pte_reqs_luma = 42,
77 	.dpp_output_buffer_pixels = 2560,
78 	.opp_output_buffer_lines = 1,
79 	.pixel_chunk_size_kbytes = 8,
80 	.pte_enable = 1,
81 	.pte_chunk_size_kbytes = 2,
82 	.meta_chunk_size_kbytes = 2,
83 	.writeback_chunk_size_kbytes = 2,
84 	.line_buffer_size_bits = 589824,
85 	.max_line_buffer_lines = 32,
86 	.IsLineBufferBppFixed = 0,
87 	.LineBufferFixedBpp = -1,
88 	.writeback_luma_buffer_size_kbytes = 12,
89 	.writeback_chroma_buffer_size_kbytes = 8,
90 	.max_num_dpp = 4,
91 	.max_num_wb = 2,
92 	.max_dchub_pscl_bw_pix_per_clk = 4,
93 	.max_pscl_lb_bw_pix_per_clk = 2,
94 	.max_lb_vscl_bw_pix_per_clk = 4,
95 	.max_vscl_hscl_bw_pix_per_clk = 4,
96 	.max_hscl_ratio = 4,
97 	.max_vscl_ratio = 4,
98 	.hscl_mults = 4,
99 	.vscl_mults = 4,
100 	.max_hscl_taps = 8,
101 	.max_vscl_taps = 8,
102 	.dispclk_ramp_margin_percent = 1,
103 	.underscan_factor = 1.10,
104 	.min_vblank_lines = 14,
105 	.dppclk_delay_subtotal = 90,
106 	.dispclk_delay_subtotal = 42,
107 	.dcfclk_cstate_latency = 10,
108 	.max_inter_dcn_tile_repeaters = 8,
109 	.can_vstartup_lines_exceed_vsync_plus_back_porch_lines_minus_one = 0,
110 	.bug_forcing_LC_req_same_size_fixed = 0,
111 };
112 
113 const struct _vcs_dpi_soc_bounding_box_st dcn1_0_soc = {
114 	.sr_exit_time_us = 9.0,
115 	.sr_enter_plus_exit_time_us = 11.0,
116 	.urgent_latency_us = 4.0,
117 	.writeback_latency_us = 12.0,
118 	.ideal_dram_bw_after_urgent_percent = 80.0,
119 	.max_request_size_bytes = 256,
120 	.downspread_percent = 0.5,
121 	.dram_page_open_time_ns = 50.0,
122 	.dram_rw_turnaround_time_ns = 17.5,
123 	.dram_return_buffer_per_channel_bytes = 8192,
124 	.round_trip_ping_latency_dcfclk_cycles = 128,
125 	.urgent_out_of_order_return_per_channel_bytes = 256,
126 	.channel_interleave_bytes = 256,
127 	.num_banks = 8,
128 	.num_chans = 2,
129 	.vmm_page_size_bytes = 4096,
130 	.dram_clock_change_latency_us = 17.0,
131 	.writeback_dram_clock_change_latency_us = 23.0,
132 	.return_bus_width_bytes = 64,
133 };
134 
135 #ifndef mmDP0_DP_DPHY_INTERNAL_CTRL
136 	#define mmDP0_DP_DPHY_INTERNAL_CTRL		0x210f
137 	#define mmDP0_DP_DPHY_INTERNAL_CTRL_BASE_IDX	2
138 	#define mmDP1_DP_DPHY_INTERNAL_CTRL		0x220f
139 	#define mmDP1_DP_DPHY_INTERNAL_CTRL_BASE_IDX	2
140 	#define mmDP2_DP_DPHY_INTERNAL_CTRL		0x230f
141 	#define mmDP2_DP_DPHY_INTERNAL_CTRL_BASE_IDX	2
142 	#define mmDP3_DP_DPHY_INTERNAL_CTRL		0x240f
143 	#define mmDP3_DP_DPHY_INTERNAL_CTRL_BASE_IDX	2
144 	#define mmDP4_DP_DPHY_INTERNAL_CTRL		0x250f
145 	#define mmDP4_DP_DPHY_INTERNAL_CTRL_BASE_IDX	2
146 	#define mmDP5_DP_DPHY_INTERNAL_CTRL		0x260f
147 	#define mmDP5_DP_DPHY_INTERNAL_CTRL_BASE_IDX	2
148 	#define mmDP6_DP_DPHY_INTERNAL_CTRL		0x270f
149 	#define mmDP6_DP_DPHY_INTERNAL_CTRL_BASE_IDX	2
150 #endif
151 
152 
153 enum dcn10_clk_src_array_id {
154 	DCN10_CLK_SRC_PLL0,
155 	DCN10_CLK_SRC_PLL1,
156 	DCN10_CLK_SRC_PLL2,
157 	DCN10_CLK_SRC_PLL3,
158 	DCN10_CLK_SRC_TOTAL,
159 	DCN101_CLK_SRC_TOTAL = DCN10_CLK_SRC_PLL3
160 };
161 
162 /* begin *********************
163  * macros to expend register list macro defined in HW object header file */
164 
165 /* DCN */
166 #define BASE_INNER(seg) \
167 	DCE_BASE__INST0_SEG ## seg
168 
169 #define BASE(seg) \
170 	BASE_INNER(seg)
171 
172 #define SR(reg_name)\
173 		.reg_name = BASE(mm ## reg_name ## _BASE_IDX) +  \
174 					mm ## reg_name
175 
176 #define SRI(reg_name, block, id)\
177 	.reg_name = BASE(mm ## block ## id ## _ ## reg_name ## _BASE_IDX) + \
178 					mm ## block ## id ## _ ## reg_name
179 
180 
181 #define SRII(reg_name, block, id)\
182 	.reg_name[id] = BASE(mm ## block ## id ## _ ## reg_name ## _BASE_IDX) + \
183 					mm ## block ## id ## _ ## reg_name
184 
185 #define VUPDATE_SRII(reg_name, block, id)\
186 	.reg_name[id] = BASE(mm ## reg_name ## 0 ## _ ## block ## id ## _BASE_IDX) + \
187 					mm ## reg_name ## 0 ## _ ## block ## id
188 
189 /* set field/register/bitfield name */
190 #define SFRB(field_name, reg_name, bitfield, post_fix)\
191 	.field_name = reg_name ## __ ## bitfield ## post_fix
192 
193 /* NBIO */
194 #define NBIO_BASE_INNER(seg) \
195 	NBIF_BASE__INST0_SEG ## seg
196 
197 #define NBIO_BASE(seg) \
198 	NBIO_BASE_INNER(seg)
199 
200 #define NBIO_SR(reg_name)\
201 		.reg_name = NBIO_BASE(mm ## reg_name ## _BASE_IDX) +  \
202 					mm ## reg_name
203 
204 /* MMHUB */
205 #define MMHUB_BASE_INNER(seg) \
206 	MMHUB_BASE__INST0_SEG ## seg
207 
208 #define MMHUB_BASE(seg) \
209 	MMHUB_BASE_INNER(seg)
210 
211 #define MMHUB_SR(reg_name)\
212 		.reg_name = MMHUB_BASE(mm ## reg_name ## _BASE_IDX) +  \
213 					mm ## reg_name
214 
215 /* macros to expend register list macro defined in HW object header file
216  * end *********************/
217 
218 
219 static const struct dce_dmcu_registers dmcu_regs = {
220 		DMCU_DCN10_REG_LIST()
221 };
222 
223 static const struct dce_dmcu_shift dmcu_shift = {
224 		DMCU_MASK_SH_LIST_DCN10(__SHIFT)
225 };
226 
227 static const struct dce_dmcu_mask dmcu_mask = {
228 		DMCU_MASK_SH_LIST_DCN10(_MASK)
229 };
230 
231 static const struct dce_abm_registers abm_regs = {
232 		ABM_DCN10_REG_LIST(0)
233 };
234 
235 static const struct dce_abm_shift abm_shift = {
236 		ABM_MASK_SH_LIST_DCN10(__SHIFT)
237 };
238 
239 static const struct dce_abm_mask abm_mask = {
240 		ABM_MASK_SH_LIST_DCN10(_MASK)
241 };
242 
243 #define stream_enc_regs(id)\
244 [id] = {\
245 	SE_DCN_REG_LIST(id)\
246 }
247 
248 static const struct dcn10_stream_enc_registers stream_enc_regs[] = {
249 	stream_enc_regs(0),
250 	stream_enc_regs(1),
251 	stream_enc_regs(2),
252 	stream_enc_regs(3),
253 };
254 
255 static const struct dcn10_stream_encoder_shift se_shift = {
256 		SE_COMMON_MASK_SH_LIST_DCN10(__SHIFT)
257 };
258 
259 static const struct dcn10_stream_encoder_mask se_mask = {
260 		SE_COMMON_MASK_SH_LIST_DCN10(_MASK)
261 };
262 
263 #define audio_regs(id)\
264 [id] = {\
265 		AUD_COMMON_REG_LIST(id)\
266 }
267 
268 static const struct dce_audio_registers audio_regs[] = {
269 	audio_regs(0),
270 	audio_regs(1),
271 	audio_regs(2),
272 	audio_regs(3),
273 };
274 
275 #define DCE120_AUD_COMMON_MASK_SH_LIST(mask_sh)\
276 		SF(AZF0ENDPOINT0_AZALIA_F0_CODEC_ENDPOINT_INDEX, AZALIA_ENDPOINT_REG_INDEX, mask_sh),\
277 		SF(AZF0ENDPOINT0_AZALIA_F0_CODEC_ENDPOINT_DATA, AZALIA_ENDPOINT_REG_DATA, mask_sh),\
278 		AUD_COMMON_MASK_SH_LIST_BASE(mask_sh)
279 
280 static const struct dce_audio_shift audio_shift = {
281 		DCE120_AUD_COMMON_MASK_SH_LIST(__SHIFT)
282 };
283 
284 static const struct dce_audio_mask audio_mask = {
285 		DCE120_AUD_COMMON_MASK_SH_LIST(_MASK)
286 };
287 
288 #define aux_regs(id)\
289 [id] = {\
290 	AUX_REG_LIST(id)\
291 }
292 
293 static const struct dcn10_link_enc_aux_registers link_enc_aux_regs[] = {
294 		aux_regs(0),
295 		aux_regs(1),
296 		aux_regs(2),
297 		aux_regs(3)
298 };
299 
300 #define hpd_regs(id)\
301 [id] = {\
302 	HPD_REG_LIST(id)\
303 }
304 
305 static const struct dcn10_link_enc_hpd_registers link_enc_hpd_regs[] = {
306 		hpd_regs(0),
307 		hpd_regs(1),
308 		hpd_regs(2),
309 		hpd_regs(3)
310 };
311 
312 #define link_regs(id)\
313 [id] = {\
314 	LE_DCN10_REG_LIST(id), \
315 	SRI(DP_DPHY_INTERNAL_CTRL, DP, id) \
316 }
317 
318 static const struct dcn10_link_enc_registers link_enc_regs[] = {
319 	link_regs(0),
320 	link_regs(1),
321 	link_regs(2),
322 	link_regs(3)
323 };
324 
325 static const struct dcn10_link_enc_shift le_shift = {
326 		LINK_ENCODER_MASK_SH_LIST_DCN10(__SHIFT)
327 };
328 
329 static const struct dcn10_link_enc_mask le_mask = {
330 		LINK_ENCODER_MASK_SH_LIST_DCN10(_MASK)
331 };
332 
333 static const struct dce_panel_cntl_registers panel_cntl_regs[] = {
334 	{ DCN_PANEL_CNTL_REG_LIST() }
335 };
336 
337 static const struct dce_panel_cntl_shift panel_cntl_shift = {
338 	DCE_PANEL_CNTL_MASK_SH_LIST(__SHIFT)
339 };
340 
341 static const struct dce_panel_cntl_mask panel_cntl_mask = {
342 	DCE_PANEL_CNTL_MASK_SH_LIST(_MASK)
343 };
344 
345 static const struct dce110_aux_registers_shift aux_shift = {
346 	DCN10_AUX_MASK_SH_LIST(__SHIFT)
347 };
348 
349 static const struct dce110_aux_registers_mask aux_mask = {
350 	DCN10_AUX_MASK_SH_LIST(_MASK)
351 };
352 
353 #define ipp_regs(id)\
354 [id] = {\
355 	IPP_REG_LIST_DCN10(id),\
356 }
357 
358 static const struct dcn10_ipp_registers ipp_regs[] = {
359 	ipp_regs(0),
360 	ipp_regs(1),
361 	ipp_regs(2),
362 	ipp_regs(3),
363 };
364 
365 static const struct dcn10_ipp_shift ipp_shift = {
366 		IPP_MASK_SH_LIST_DCN10(__SHIFT)
367 };
368 
369 static const struct dcn10_ipp_mask ipp_mask = {
370 		IPP_MASK_SH_LIST_DCN10(_MASK),
371 };
372 
373 #define opp_regs(id)\
374 [id] = {\
375 	OPP_REG_LIST_DCN10(id),\
376 }
377 
378 static const struct dcn10_opp_registers opp_regs[] = {
379 	opp_regs(0),
380 	opp_regs(1),
381 	opp_regs(2),
382 	opp_regs(3),
383 };
384 
385 static const struct dcn10_opp_shift opp_shift = {
386 		OPP_MASK_SH_LIST_DCN10(__SHIFT)
387 };
388 
389 static const struct dcn10_opp_mask opp_mask = {
390 		OPP_MASK_SH_LIST_DCN10(_MASK),
391 };
392 
393 #define aux_engine_regs(id)\
394 [id] = {\
395 	AUX_COMMON_REG_LIST(id), \
396 	.AUX_RESET_MASK = 0 \
397 }
398 
399 static const struct dce110_aux_registers aux_engine_regs[] = {
400 		aux_engine_regs(0),
401 		aux_engine_regs(1),
402 		aux_engine_regs(2),
403 		aux_engine_regs(3),
404 		aux_engine_regs(4),
405 		aux_engine_regs(5)
406 };
407 
408 #define tf_regs(id)\
409 [id] = {\
410 	TF_REG_LIST_DCN10(id),\
411 }
412 
413 static const struct dcn_dpp_registers tf_regs[] = {
414 	tf_regs(0),
415 	tf_regs(1),
416 	tf_regs(2),
417 	tf_regs(3),
418 };
419 
420 static const struct dcn_dpp_shift tf_shift = {
421 	TF_REG_LIST_SH_MASK_DCN10(__SHIFT),
422 	TF_DEBUG_REG_LIST_SH_DCN10
423 
424 };
425 
426 static const struct dcn_dpp_mask tf_mask = {
427 	TF_REG_LIST_SH_MASK_DCN10(_MASK),
428 	TF_DEBUG_REG_LIST_MASK_DCN10
429 };
430 
431 static const struct dcn_mpc_registers mpc_regs = {
432 		MPC_COMMON_REG_LIST_DCN1_0(0),
433 		MPC_COMMON_REG_LIST_DCN1_0(1),
434 		MPC_COMMON_REG_LIST_DCN1_0(2),
435 		MPC_COMMON_REG_LIST_DCN1_0(3),
436 		MPC_OUT_MUX_COMMON_REG_LIST_DCN1_0(0),
437 		MPC_OUT_MUX_COMMON_REG_LIST_DCN1_0(1),
438 		MPC_OUT_MUX_COMMON_REG_LIST_DCN1_0(2),
439 		MPC_OUT_MUX_COMMON_REG_LIST_DCN1_0(3)
440 };
441 
442 static const struct dcn_mpc_shift mpc_shift = {
443 	MPC_COMMON_MASK_SH_LIST_DCN1_0(__SHIFT),\
444 	SFRB(CUR_VUPDATE_LOCK_SET, CUR0_VUPDATE_LOCK_SET0, CUR0_VUPDATE_LOCK_SET, __SHIFT)
445 };
446 
447 static const struct dcn_mpc_mask mpc_mask = {
448 	MPC_COMMON_MASK_SH_LIST_DCN1_0(_MASK),\
449 	SFRB(CUR_VUPDATE_LOCK_SET, CUR0_VUPDATE_LOCK_SET0, CUR0_VUPDATE_LOCK_SET, _MASK)
450 };
451 
452 #define tg_regs(id)\
453 [id] = {TG_COMMON_REG_LIST_DCN1_0(id)}
454 
455 static const struct dcn_optc_registers tg_regs[] = {
456 	tg_regs(0),
457 	tg_regs(1),
458 	tg_regs(2),
459 	tg_regs(3),
460 };
461 
462 static const struct dcn_optc_shift tg_shift = {
463 	TG_COMMON_MASK_SH_LIST_DCN1_0(__SHIFT)
464 };
465 
466 static const struct dcn_optc_mask tg_mask = {
467 	TG_COMMON_MASK_SH_LIST_DCN1_0(_MASK)
468 };
469 
470 static const struct bios_registers bios_regs = {
471 		NBIO_SR(BIOS_SCRATCH_3),
472 		NBIO_SR(BIOS_SCRATCH_6)
473 };
474 
475 #define hubp_regs(id)\
476 [id] = {\
477 	HUBP_REG_LIST_DCN10(id)\
478 }
479 
480 static const struct dcn_mi_registers hubp_regs[] = {
481 	hubp_regs(0),
482 	hubp_regs(1),
483 	hubp_regs(2),
484 	hubp_regs(3),
485 };
486 
487 static const struct dcn_mi_shift hubp_shift = {
488 		HUBP_MASK_SH_LIST_DCN10(__SHIFT)
489 };
490 
491 static const struct dcn_mi_mask hubp_mask = {
492 		HUBP_MASK_SH_LIST_DCN10(_MASK)
493 };
494 
495 static const struct dcn_hubbub_registers hubbub_reg = {
496 		HUBBUB_REG_LIST_DCN10(0)
497 };
498 
499 static const struct dcn_hubbub_shift hubbub_shift = {
500 		HUBBUB_MASK_SH_LIST_DCN10(__SHIFT)
501 };
502 
503 static const struct dcn_hubbub_mask hubbub_mask = {
504 		HUBBUB_MASK_SH_LIST_DCN10(_MASK)
505 };
506 
507 static int map_transmitter_id_to_phy_instance(
508 	enum transmitter transmitter)
509 {
510 	switch (transmitter) {
511 	case TRANSMITTER_UNIPHY_A:
512 		return 0;
513 	break;
514 	case TRANSMITTER_UNIPHY_B:
515 		return 1;
516 	break;
517 	case TRANSMITTER_UNIPHY_C:
518 		return 2;
519 	break;
520 	case TRANSMITTER_UNIPHY_D:
521 		return 3;
522 	break;
523 	default:
524 		ASSERT(0);
525 		return 0;
526 	}
527 }
528 
529 #define clk_src_regs(index, pllid)\
530 [index] = {\
531 	CS_COMMON_REG_LIST_DCN1_0(index, pllid),\
532 }
533 
534 static const struct dce110_clk_src_regs clk_src_regs[] = {
535 	clk_src_regs(0, A),
536 	clk_src_regs(1, B),
537 	clk_src_regs(2, C),
538 	clk_src_regs(3, D)
539 };
540 
541 static const struct dce110_clk_src_shift cs_shift = {
542 		CS_COMMON_MASK_SH_LIST_DCN1_0(__SHIFT)
543 };
544 
545 static const struct dce110_clk_src_mask cs_mask = {
546 		CS_COMMON_MASK_SH_LIST_DCN1_0(_MASK)
547 };
548 
549 static const struct resource_caps res_cap = {
550 		.num_timing_generator = 4,
551 		.num_opp = 4,
552 		.num_video_plane = 4,
553 		.num_audio = 4,
554 		.num_stream_encoder = 4,
555 		.num_pll = 4,
556 		.num_ddc = 4,
557 };
558 
559 static const struct resource_caps rv2_res_cap = {
560 		.num_timing_generator = 3,
561 		.num_opp = 3,
562 		.num_video_plane = 3,
563 		.num_audio = 3,
564 		.num_stream_encoder = 3,
565 		.num_pll = 3,
566 		.num_ddc = 4,
567 };
568 
569 static const struct dc_plane_cap plane_cap = {
570 	.type = DC_PLANE_TYPE_DCN_UNIVERSAL,
571 	.blends_with_above = true,
572 	.blends_with_below = true,
573 	.per_pixel_alpha = true,
574 
575 	.pixel_format_support = {
576 			.argb8888 = true,
577 			.nv12 = true,
578 			.fp16 = true,
579 			.p010 = true
580 	},
581 
582 	.max_upscale_factor = {
583 			.argb8888 = 16000,
584 			.nv12 = 16000,
585 			.fp16 = 1
586 	},
587 
588 	.max_downscale_factor = {
589 			.argb8888 = 250,
590 			.nv12 = 250,
591 			.fp16 = 1
592 	}
593 };
594 
595 static const struct dc_debug_options debug_defaults_drv = {
596 		.sanity_checks = true,
597 		.disable_dmcu = false,
598 		.force_abm_enable = false,
599 		.timing_trace = false,
600 		.clock_trace = true,
601 
602 		/* raven smu dones't allow 0 disp clk,
603 		 * smu min disp clk limit is 50Mhz
604 		 * keep min disp clk 100Mhz avoid smu hang
605 		 */
606 		.min_disp_clk_khz = 100000,
607 
608 		.disable_pplib_clock_request = false,
609 		.disable_pplib_wm_range = false,
610 		.pplib_wm_report_mode = WM_REPORT_DEFAULT,
611 		.pipe_split_policy = MPC_SPLIT_AVOID,
612 		.force_single_disp_pipe_split = false,
613 		.disable_dcc = DCC_ENABLE,
614 		.voltage_align_fclk = true,
615 		.disable_stereo_support = true,
616 		.vsr_support = true,
617 		.performance_trace = false,
618 		.az_endpoint_mute_only = true,
619 		.recovery_enabled = false, /*enable this by default after testing.*/
620 		.max_downscale_src_width = 3840,
621 		.underflow_assert_delay_us = 0xFFFFFFFF,
622 		.use_max_lb = true
623 };
624 
625 static const struct dc_debug_options debug_defaults_diags = {
626 		.disable_dmcu = false,
627 		.force_abm_enable = false,
628 		.timing_trace = true,
629 		.clock_trace = true,
630 		.disable_stutter = true,
631 		.disable_pplib_clock_request = true,
632 		.disable_pplib_wm_range = true,
633 		.underflow_assert_delay_us = 0xFFFFFFFF,
634 		.use_max_lb = true
635 };
636 
637 static void dcn10_dpp_destroy(struct dpp **dpp)
638 {
639 	kfree(TO_DCN10_DPP(*dpp));
640 	*dpp = NULL;
641 }
642 
643 static struct dpp *dcn10_dpp_create(
644 	struct dc_context *ctx,
645 	uint32_t inst)
646 {
647 	struct dcn10_dpp *dpp =
648 		kzalloc(sizeof(struct dcn10_dpp), GFP_KERNEL);
649 
650 	if (!dpp)
651 		return NULL;
652 
653 	dpp1_construct(dpp, ctx, inst,
654 		       &tf_regs[inst], &tf_shift, &tf_mask);
655 	return &dpp->base;
656 }
657 
658 static struct input_pixel_processor *dcn10_ipp_create(
659 	struct dc_context *ctx, uint32_t inst)
660 {
661 	struct dcn10_ipp *ipp =
662 		kzalloc(sizeof(struct dcn10_ipp), GFP_KERNEL);
663 
664 	if (!ipp) {
665 		BREAK_TO_DEBUGGER();
666 		return NULL;
667 	}
668 
669 	dcn10_ipp_construct(ipp, ctx, inst,
670 			&ipp_regs[inst], &ipp_shift, &ipp_mask);
671 	return &ipp->base;
672 }
673 
674 
675 static struct output_pixel_processor *dcn10_opp_create(
676 	struct dc_context *ctx, uint32_t inst)
677 {
678 	struct dcn10_opp *opp =
679 		kzalloc(sizeof(struct dcn10_opp), GFP_KERNEL);
680 
681 	if (!opp) {
682 		BREAK_TO_DEBUGGER();
683 		return NULL;
684 	}
685 
686 	dcn10_opp_construct(opp, ctx, inst,
687 			&opp_regs[inst], &opp_shift, &opp_mask);
688 	return &opp->base;
689 }
690 
691 struct dce_aux *dcn10_aux_engine_create(
692 	struct dc_context *ctx,
693 	uint32_t inst)
694 {
695 	struct aux_engine_dce110 *aux_engine =
696 		kzalloc(sizeof(struct aux_engine_dce110), GFP_KERNEL);
697 
698 	if (!aux_engine)
699 		return NULL;
700 
701 	dce110_aux_engine_construct(aux_engine, ctx, inst,
702 				    SW_AUX_TIMEOUT_PERIOD_MULTIPLIER * AUX_TIMEOUT_PERIOD,
703 				    &aux_engine_regs[inst],
704 					&aux_mask,
705 					&aux_shift,
706 					ctx->dc->caps.extended_aux_timeout_support);
707 
708 	return &aux_engine->base;
709 }
710 #define i2c_inst_regs(id) { I2C_HW_ENGINE_COMMON_REG_LIST(id) }
711 
712 static const struct dce_i2c_registers i2c_hw_regs[] = {
713 		i2c_inst_regs(1),
714 		i2c_inst_regs(2),
715 		i2c_inst_regs(3),
716 		i2c_inst_regs(4),
717 		i2c_inst_regs(5),
718 		i2c_inst_regs(6),
719 };
720 
721 static const struct dce_i2c_shift i2c_shifts = {
722 		I2C_COMMON_MASK_SH_LIST_DCE110(__SHIFT)
723 };
724 
725 static const struct dce_i2c_mask i2c_masks = {
726 		I2C_COMMON_MASK_SH_LIST_DCE110(_MASK)
727 };
728 
729 struct dce_i2c_hw *dcn10_i2c_hw_create(
730 	struct dc_context *ctx,
731 	uint32_t inst)
732 {
733 	struct dce_i2c_hw *dce_i2c_hw =
734 		kzalloc(sizeof(struct dce_i2c_hw), GFP_KERNEL);
735 
736 	if (!dce_i2c_hw)
737 		return NULL;
738 
739 	dcn1_i2c_hw_construct(dce_i2c_hw, ctx, inst,
740 				    &i2c_hw_regs[inst], &i2c_shifts, &i2c_masks);
741 
742 	return dce_i2c_hw;
743 }
744 static struct mpc *dcn10_mpc_create(struct dc_context *ctx)
745 {
746 	struct dcn10_mpc *mpc10 = kzalloc(sizeof(struct dcn10_mpc),
747 					  GFP_KERNEL);
748 
749 	if (!mpc10)
750 		return NULL;
751 
752 	dcn10_mpc_construct(mpc10, ctx,
753 			&mpc_regs,
754 			&mpc_shift,
755 			&mpc_mask,
756 			4);
757 
758 	return &mpc10->base;
759 }
760 
761 static struct hubbub *dcn10_hubbub_create(struct dc_context *ctx)
762 {
763 	struct dcn10_hubbub *dcn10_hubbub = kzalloc(sizeof(struct dcn10_hubbub),
764 					  GFP_KERNEL);
765 
766 	if (!dcn10_hubbub)
767 		return NULL;
768 
769 	hubbub1_construct(&dcn10_hubbub->base, ctx,
770 			&hubbub_reg,
771 			&hubbub_shift,
772 			&hubbub_mask);
773 
774 	return &dcn10_hubbub->base;
775 }
776 
777 static struct timing_generator *dcn10_timing_generator_create(
778 		struct dc_context *ctx,
779 		uint32_t instance)
780 {
781 	struct optc *tgn10 =
782 		kzalloc(sizeof(struct optc), GFP_KERNEL);
783 
784 	if (!tgn10)
785 		return NULL;
786 
787 	tgn10->base.inst = instance;
788 	tgn10->base.ctx = ctx;
789 
790 	tgn10->tg_regs = &tg_regs[instance];
791 	tgn10->tg_shift = &tg_shift;
792 	tgn10->tg_mask = &tg_mask;
793 
794 	dcn10_timing_generator_init(tgn10);
795 
796 	return &tgn10->base;
797 }
798 
799 static const struct encoder_feature_support link_enc_feature = {
800 		.max_hdmi_deep_color = COLOR_DEPTH_121212,
801 		.max_hdmi_pixel_clock = 600000,
802 		.hdmi_ycbcr420_supported = true,
803 		.dp_ycbcr420_supported = true,
804 		.flags.bits.IS_HBR2_CAPABLE = true,
805 		.flags.bits.IS_HBR3_CAPABLE = true,
806 		.flags.bits.IS_TPS3_CAPABLE = true,
807 		.flags.bits.IS_TPS4_CAPABLE = true
808 };
809 
810 struct link_encoder *dcn10_link_encoder_create(
811 	const struct encoder_init_data *enc_init_data)
812 {
813 	struct dcn10_link_encoder *enc10 =
814 		kzalloc(sizeof(struct dcn10_link_encoder), GFP_KERNEL);
815 	int link_regs_id;
816 
817 	if (!enc10)
818 		return NULL;
819 
820 	link_regs_id =
821 		map_transmitter_id_to_phy_instance(enc_init_data->transmitter);
822 
823 	dcn10_link_encoder_construct(enc10,
824 				      enc_init_data,
825 				      &link_enc_feature,
826 				      &link_enc_regs[link_regs_id],
827 				      &link_enc_aux_regs[enc_init_data->channel - 1],
828 				      &link_enc_hpd_regs[enc_init_data->hpd_source],
829 				      &le_shift,
830 				      &le_mask);
831 
832 	return &enc10->base;
833 }
834 
835 static struct panel_cntl *dcn10_panel_cntl_create(const struct panel_cntl_init_data *init_data)
836 {
837 	struct dce_panel_cntl *panel_cntl =
838 		kzalloc(sizeof(struct dce_panel_cntl), GFP_KERNEL);
839 
840 	if (!panel_cntl)
841 		return NULL;
842 
843 	dce_panel_cntl_construct(panel_cntl,
844 			init_data,
845 			&panel_cntl_regs[init_data->inst],
846 			&panel_cntl_shift,
847 			&panel_cntl_mask);
848 
849 	return &panel_cntl->base;
850 }
851 
852 struct clock_source *dcn10_clock_source_create(
853 	struct dc_context *ctx,
854 	struct dc_bios *bios,
855 	enum clock_source_id id,
856 	const struct dce110_clk_src_regs *regs,
857 	bool dp_clk_src)
858 {
859 	struct dce110_clk_src *clk_src =
860 		kzalloc(sizeof(struct dce110_clk_src), GFP_KERNEL);
861 
862 	if (!clk_src)
863 		return NULL;
864 
865 	if (dce112_clk_src_construct(clk_src, ctx, bios, id,
866 			regs, &cs_shift, &cs_mask)) {
867 		clk_src->base.dp_clk_src = dp_clk_src;
868 		return &clk_src->base;
869 	}
870 
871 	kfree(clk_src);
872 	BREAK_TO_DEBUGGER();
873 	return NULL;
874 }
875 
876 static void read_dce_straps(
877 	struct dc_context *ctx,
878 	struct resource_straps *straps)
879 {
880 	generic_reg_get(ctx, mmDC_PINSTRAPS + BASE(mmDC_PINSTRAPS_BASE_IDX),
881 		FN(DC_PINSTRAPS, DC_PINSTRAPS_AUDIO), &straps->dc_pinstraps_audio);
882 }
883 
884 static struct audio *create_audio(
885 		struct dc_context *ctx, unsigned int inst)
886 {
887 	return dce_audio_create(ctx, inst,
888 			&audio_regs[inst], &audio_shift, &audio_mask);
889 }
890 
891 static struct stream_encoder *dcn10_stream_encoder_create(
892 	enum engine_id eng_id,
893 	struct dc_context *ctx)
894 {
895 	struct dcn10_stream_encoder *enc1 =
896 		kzalloc(sizeof(struct dcn10_stream_encoder), GFP_KERNEL);
897 
898 	if (!enc1)
899 		return NULL;
900 
901 	dcn10_stream_encoder_construct(enc1, ctx, ctx->dc_bios, eng_id,
902 					&stream_enc_regs[eng_id],
903 					&se_shift, &se_mask);
904 	return &enc1->base;
905 }
906 
907 static const struct dce_hwseq_registers hwseq_reg = {
908 		HWSEQ_DCN1_REG_LIST()
909 };
910 
911 static const struct dce_hwseq_shift hwseq_shift = {
912 		HWSEQ_DCN1_MASK_SH_LIST(__SHIFT)
913 };
914 
915 static const struct dce_hwseq_mask hwseq_mask = {
916 		HWSEQ_DCN1_MASK_SH_LIST(_MASK)
917 };
918 
919 static struct dce_hwseq *dcn10_hwseq_create(
920 	struct dc_context *ctx)
921 {
922 	struct dce_hwseq *hws = kzalloc(sizeof(struct dce_hwseq), GFP_KERNEL);
923 
924 	if (hws) {
925 		hws->ctx = ctx;
926 		hws->regs = &hwseq_reg;
927 		hws->shifts = &hwseq_shift;
928 		hws->masks = &hwseq_mask;
929 		hws->wa.DEGVIDCN10_253 = true;
930 		hws->wa.false_optc_underflow = true;
931 		hws->wa.DEGVIDCN10_254 = true;
932 	}
933 	return hws;
934 }
935 
936 static const struct resource_create_funcs res_create_funcs = {
937 	.read_dce_straps = read_dce_straps,
938 	.create_audio = create_audio,
939 	.create_stream_encoder = dcn10_stream_encoder_create,
940 	.create_hwseq = dcn10_hwseq_create,
941 };
942 
943 static const struct resource_create_funcs res_create_maximus_funcs = {
944 	.read_dce_straps = NULL,
945 	.create_audio = NULL,
946 	.create_stream_encoder = NULL,
947 	.create_hwseq = dcn10_hwseq_create,
948 };
949 
950 void dcn10_clock_source_destroy(struct clock_source **clk_src)
951 {
952 	kfree(TO_DCE110_CLK_SRC(*clk_src));
953 	*clk_src = NULL;
954 }
955 
956 static struct pp_smu_funcs *dcn10_pp_smu_create(struct dc_context *ctx)
957 {
958 	struct pp_smu_funcs *pp_smu = kzalloc(sizeof(*pp_smu), GFP_KERNEL);
959 
960 	if (!pp_smu)
961 		return pp_smu;
962 
963 	dm_pp_get_funcs(ctx, pp_smu);
964 	return pp_smu;
965 }
966 
967 static void dcn10_resource_destruct(struct dcn10_resource_pool *pool)
968 {
969 	unsigned int i;
970 
971 	for (i = 0; i < pool->base.stream_enc_count; i++) {
972 		if (pool->base.stream_enc[i] != NULL) {
973 			kfree(DCN10STRENC_FROM_STRENC(pool->base.stream_enc[i]));
974 			pool->base.stream_enc[i] = NULL;
975 		}
976 	}
977 
978 	if (pool->base.mpc != NULL) {
979 		kfree(TO_DCN10_MPC(pool->base.mpc));
980 		pool->base.mpc = NULL;
981 	}
982 
983 	if (pool->base.hubbub != NULL) {
984 		kfree(pool->base.hubbub);
985 		pool->base.hubbub = NULL;
986 	}
987 
988 	for (i = 0; i < pool->base.pipe_count; i++) {
989 		if (pool->base.opps[i] != NULL)
990 			pool->base.opps[i]->funcs->opp_destroy(&pool->base.opps[i]);
991 
992 		if (pool->base.dpps[i] != NULL)
993 			dcn10_dpp_destroy(&pool->base.dpps[i]);
994 
995 		if (pool->base.ipps[i] != NULL)
996 			pool->base.ipps[i]->funcs->ipp_destroy(&pool->base.ipps[i]);
997 
998 		if (pool->base.hubps[i] != NULL) {
999 			kfree(TO_DCN10_HUBP(pool->base.hubps[i]));
1000 			pool->base.hubps[i] = NULL;
1001 		}
1002 
1003 		if (pool->base.irqs != NULL) {
1004 			dal_irq_service_destroy(&pool->base.irqs);
1005 		}
1006 
1007 		if (pool->base.timing_generators[i] != NULL)	{
1008 			kfree(DCN10TG_FROM_TG(pool->base.timing_generators[i]));
1009 			pool->base.timing_generators[i] = NULL;
1010 		}
1011 	}
1012 
1013 	for (i = 0; i < pool->base.res_cap->num_ddc; i++) {
1014 		if (pool->base.engines[i] != NULL)
1015 			dce110_engine_destroy(&pool->base.engines[i]);
1016 		if (pool->base.hw_i2cs[i] != NULL) {
1017 			kfree(pool->base.hw_i2cs[i]);
1018 			pool->base.hw_i2cs[i] = NULL;
1019 		}
1020 		if (pool->base.sw_i2cs[i] != NULL) {
1021 			kfree(pool->base.sw_i2cs[i]);
1022 			pool->base.sw_i2cs[i] = NULL;
1023 		}
1024 	}
1025 
1026 	for (i = 0; i < pool->base.audio_count; i++) {
1027 		if (pool->base.audios[i])
1028 			dce_aud_destroy(&pool->base.audios[i]);
1029 	}
1030 
1031 	for (i = 0; i < pool->base.clk_src_count; i++) {
1032 		if (pool->base.clock_sources[i] != NULL) {
1033 			dcn10_clock_source_destroy(&pool->base.clock_sources[i]);
1034 			pool->base.clock_sources[i] = NULL;
1035 		}
1036 	}
1037 
1038 	if (pool->base.dp_clock_source != NULL) {
1039 		dcn10_clock_source_destroy(&pool->base.dp_clock_source);
1040 		pool->base.dp_clock_source = NULL;
1041 	}
1042 
1043 	if (pool->base.abm != NULL)
1044 		dce_abm_destroy(&pool->base.abm);
1045 
1046 	if (pool->base.dmcu != NULL)
1047 		dce_dmcu_destroy(&pool->base.dmcu);
1048 
1049 	kfree(pool->base.pp_smu);
1050 }
1051 
1052 static struct hubp *dcn10_hubp_create(
1053 	struct dc_context *ctx,
1054 	uint32_t inst)
1055 {
1056 	struct dcn10_hubp *hubp1 =
1057 		kzalloc(sizeof(struct dcn10_hubp), GFP_KERNEL);
1058 
1059 	if (!hubp1)
1060 		return NULL;
1061 
1062 	dcn10_hubp_construct(hubp1, ctx, inst,
1063 			     &hubp_regs[inst], &hubp_shift, &hubp_mask);
1064 	return &hubp1->base;
1065 }
1066 
1067 static void get_pixel_clock_parameters(
1068 	const struct pipe_ctx *pipe_ctx,
1069 	struct pixel_clk_params *pixel_clk_params)
1070 {
1071 	const struct dc_stream_state *stream = pipe_ctx->stream;
1072 	pixel_clk_params->requested_pix_clk_100hz = stream->timing.pix_clk_100hz;
1073 	pixel_clk_params->encoder_object_id = stream->link->link_enc->id;
1074 	pixel_clk_params->signal_type = pipe_ctx->stream->signal;
1075 	pixel_clk_params->controller_id = pipe_ctx->stream_res.tg->inst + 1;
1076 	/* TODO: un-hardcode*/
1077 	pixel_clk_params->requested_sym_clk = LINK_RATE_LOW *
1078 		LINK_RATE_REF_FREQ_IN_KHZ;
1079 	pixel_clk_params->flags.ENABLE_SS = 0;
1080 	pixel_clk_params->color_depth =
1081 		stream->timing.display_color_depth;
1082 	pixel_clk_params->flags.DISPLAY_BLANKED = 1;
1083 	pixel_clk_params->pixel_encoding = stream->timing.pixel_encoding;
1084 
1085 	if (stream->timing.pixel_encoding == PIXEL_ENCODING_YCBCR422)
1086 		pixel_clk_params->color_depth = COLOR_DEPTH_888;
1087 
1088 	if (stream->timing.pixel_encoding == PIXEL_ENCODING_YCBCR420)
1089 		pixel_clk_params->requested_pix_clk_100hz  /= 2;
1090 	if (stream->timing.timing_3d_format == TIMING_3D_FORMAT_HW_FRAME_PACKING)
1091 		pixel_clk_params->requested_pix_clk_100hz *= 2;
1092 
1093 }
1094 
1095 static void build_clamping_params(struct dc_stream_state *stream)
1096 {
1097 	stream->clamping.clamping_level = CLAMPING_FULL_RANGE;
1098 	stream->clamping.c_depth = stream->timing.display_color_depth;
1099 	stream->clamping.pixel_encoding = stream->timing.pixel_encoding;
1100 }
1101 
1102 static void build_pipe_hw_param(struct pipe_ctx *pipe_ctx)
1103 {
1104 
1105 	get_pixel_clock_parameters(pipe_ctx, &pipe_ctx->stream_res.pix_clk_params);
1106 
1107 	pipe_ctx->clock_source->funcs->get_pix_clk_dividers(
1108 		pipe_ctx->clock_source,
1109 		&pipe_ctx->stream_res.pix_clk_params,
1110 		&pipe_ctx->pll_settings);
1111 
1112 	pipe_ctx->stream->clamping.pixel_encoding = pipe_ctx->stream->timing.pixel_encoding;
1113 
1114 	resource_build_bit_depth_reduction_params(pipe_ctx->stream,
1115 					&pipe_ctx->stream->bit_depth_params);
1116 	build_clamping_params(pipe_ctx->stream);
1117 }
1118 
1119 static enum dc_status build_mapped_resource(
1120 		const struct dc *dc,
1121 		struct dc_state *context,
1122 		struct dc_stream_state *stream)
1123 {
1124 	struct pipe_ctx *pipe_ctx = resource_get_head_pipe_for_stream(&context->res_ctx, stream);
1125 
1126 	if (!pipe_ctx)
1127 		return DC_ERROR_UNEXPECTED;
1128 
1129 	build_pipe_hw_param(pipe_ctx);
1130 	return DC_OK;
1131 }
1132 
1133 enum dc_status dcn10_add_stream_to_ctx(
1134 		struct dc *dc,
1135 		struct dc_state *new_ctx,
1136 		struct dc_stream_state *dc_stream)
1137 {
1138 	enum dc_status result = DC_ERROR_UNEXPECTED;
1139 
1140 	result = resource_map_pool_resources(dc, new_ctx, dc_stream);
1141 
1142 	if (result == DC_OK)
1143 		result = resource_map_phy_clock_resources(dc, new_ctx, dc_stream);
1144 
1145 
1146 	if (result == DC_OK)
1147 		result = build_mapped_resource(dc, new_ctx, dc_stream);
1148 
1149 	return result;
1150 }
1151 
1152 static struct pipe_ctx *dcn10_acquire_idle_pipe_for_layer(
1153 		struct dc_state *context,
1154 		const struct resource_pool *pool,
1155 		struct dc_stream_state *stream)
1156 {
1157 	struct resource_context *res_ctx = &context->res_ctx;
1158 	struct pipe_ctx *head_pipe = resource_get_head_pipe_for_stream(res_ctx, stream);
1159 	struct pipe_ctx *idle_pipe = find_idle_secondary_pipe(res_ctx, pool, head_pipe);
1160 
1161 	if (!head_pipe) {
1162 		ASSERT(0);
1163 		return NULL;
1164 	}
1165 
1166 	if (!idle_pipe)
1167 		return NULL;
1168 
1169 	idle_pipe->stream = head_pipe->stream;
1170 	idle_pipe->stream_res.tg = head_pipe->stream_res.tg;
1171 	idle_pipe->stream_res.abm = head_pipe->stream_res.abm;
1172 	idle_pipe->stream_res.opp = head_pipe->stream_res.opp;
1173 
1174 	idle_pipe->plane_res.hubp = pool->hubps[idle_pipe->pipe_idx];
1175 	idle_pipe->plane_res.ipp = pool->ipps[idle_pipe->pipe_idx];
1176 	idle_pipe->plane_res.dpp = pool->dpps[idle_pipe->pipe_idx];
1177 	idle_pipe->plane_res.mpcc_inst = pool->dpps[idle_pipe->pipe_idx]->inst;
1178 
1179 	return idle_pipe;
1180 }
1181 
1182 static bool dcn10_get_dcc_compression_cap(const struct dc *dc,
1183 		const struct dc_dcc_surface_param *input,
1184 		struct dc_surface_dcc_cap *output)
1185 {
1186 	return dc->res_pool->hubbub->funcs->get_dcc_compression_cap(
1187 			dc->res_pool->hubbub,
1188 			input,
1189 			output);
1190 }
1191 
1192 static void dcn10_destroy_resource_pool(struct resource_pool **pool)
1193 {
1194 	struct dcn10_resource_pool *dcn10_pool = TO_DCN10_RES_POOL(*pool);
1195 
1196 	dcn10_resource_destruct(dcn10_pool);
1197 	kfree(dcn10_pool);
1198 	*pool = NULL;
1199 }
1200 
1201 static enum dc_status dcn10_validate_plane(const struct dc_plane_state *plane_state, struct dc_caps *caps)
1202 {
1203 	if (plane_state->format >= SURFACE_PIXEL_FORMAT_VIDEO_BEGIN
1204 			&& caps->max_video_width != 0
1205 			&& plane_state->src_rect.width > caps->max_video_width)
1206 		return DC_FAIL_SURFACE_VALIDATE;
1207 
1208 	return DC_OK;
1209 }
1210 
1211 static enum dc_status dcn10_validate_global(struct dc *dc, struct dc_state *context)
1212 {
1213 	int i, j;
1214 	bool video_down_scaled = false;
1215 	bool video_large = false;
1216 	bool desktop_large = false;
1217 	bool dcc_disabled = false;
1218 	bool mpo_enabled = false;
1219 
1220 	for (i = 0; i < context->stream_count; i++) {
1221 		if (context->stream_status[i].plane_count == 0)
1222 			continue;
1223 
1224 		if (context->stream_status[i].plane_count > 2)
1225 			return DC_FAIL_UNSUPPORTED_1;
1226 
1227 		if (context->stream_status[i].plane_count > 1)
1228 			mpo_enabled = true;
1229 
1230 		for (j = 0; j < context->stream_status[i].plane_count; j++) {
1231 			struct dc_plane_state *plane =
1232 				context->stream_status[i].plane_states[j];
1233 
1234 
1235 			if (plane->format >= SURFACE_PIXEL_FORMAT_VIDEO_BEGIN) {
1236 
1237 				if (plane->src_rect.width > plane->dst_rect.width ||
1238 						plane->src_rect.height > plane->dst_rect.height)
1239 					video_down_scaled = true;
1240 
1241 				if (plane->src_rect.width >= 3840)
1242 					video_large = true;
1243 
1244 			} else {
1245 				if (plane->src_rect.width >= 3840)
1246 					desktop_large = true;
1247 				if (!plane->dcc.enable)
1248 					dcc_disabled = true;
1249 			}
1250 		}
1251 	}
1252 
1253 	/* Disable MPO in multi-display configurations. */
1254 	if (context->stream_count > 1 && mpo_enabled)
1255 		return DC_FAIL_UNSUPPORTED_1;
1256 
1257 	/*
1258 	 * Workaround: On DCN10 there is UMC issue that causes underflow when
1259 	 * playing 4k video on 4k desktop with video downscaled and single channel
1260 	 * memory
1261 	 */
1262 	if (video_large && desktop_large && video_down_scaled && dcc_disabled &&
1263 			dc->dcn_soc->number_of_channels == 1)
1264 		return DC_FAIL_SURFACE_VALIDATE;
1265 
1266 	return DC_OK;
1267 }
1268 
1269 static enum dc_status dcn10_patch_unknown_plane_state(struct dc_plane_state *plane_state)
1270 {
1271 	enum dc_status result = DC_OK;
1272 
1273 	enum surface_pixel_format surf_pix_format = plane_state->format;
1274 	unsigned int bpp = resource_pixel_format_to_bpp(surf_pix_format);
1275 
1276 	enum swizzle_mode_values swizzle = DC_SW_LINEAR;
1277 
1278 	if (bpp == 64)
1279 		swizzle = DC_SW_64KB_D;
1280 	else
1281 		swizzle = DC_SW_64KB_S;
1282 
1283 	plane_state->tiling_info.gfx9.swizzle = swizzle;
1284 	return result;
1285 }
1286 
1287 struct stream_encoder *dcn10_find_first_free_match_stream_enc_for_link(
1288 		struct resource_context *res_ctx,
1289 		const struct resource_pool *pool,
1290 		struct dc_stream_state *stream)
1291 {
1292 	int i;
1293 	int j = -1;
1294 	struct dc_link *link = stream->link;
1295 
1296 	for (i = 0; i < pool->stream_enc_count; i++) {
1297 		if (!res_ctx->is_stream_enc_acquired[i] &&
1298 				pool->stream_enc[i]) {
1299 			/* Store first available for MST second display
1300 			 * in daisy chain use case
1301 			 */
1302 			j = i;
1303 			if (pool->stream_enc[i]->id ==
1304 					link->link_enc->preferred_engine)
1305 				return pool->stream_enc[i];
1306 		}
1307 	}
1308 
1309 	/*
1310 	 * For CZ and later, we can allow DIG FE and BE to differ for all display types
1311 	 */
1312 
1313 	if (j >= 0)
1314 		return pool->stream_enc[j];
1315 
1316 	return NULL;
1317 }
1318 
1319 static const struct dc_cap_funcs cap_funcs = {
1320 	.get_dcc_compression_cap = dcn10_get_dcc_compression_cap
1321 };
1322 
1323 static const struct resource_funcs dcn10_res_pool_funcs = {
1324 	.destroy = dcn10_destroy_resource_pool,
1325 	.link_enc_create = dcn10_link_encoder_create,
1326 	.panel_cntl_create = dcn10_panel_cntl_create,
1327 	.validate_bandwidth = dcn_validate_bandwidth,
1328 	.acquire_idle_pipe_for_layer = dcn10_acquire_idle_pipe_for_layer,
1329 	.validate_plane = dcn10_validate_plane,
1330 	.validate_global = dcn10_validate_global,
1331 	.add_stream_to_ctx = dcn10_add_stream_to_ctx,
1332 	.patch_unknown_plane_state = dcn10_patch_unknown_plane_state,
1333 	.find_first_free_match_stream_enc_for_link = dcn10_find_first_free_match_stream_enc_for_link
1334 };
1335 
1336 static uint32_t read_pipe_fuses(struct dc_context *ctx)
1337 {
1338 	uint32_t value = dm_read_reg_soc15(ctx, mmCC_DC_PIPE_DIS, 0);
1339 	/* RV1 support max 4 pipes */
1340 	value = value & 0xf;
1341 	return value;
1342 }
1343 
1344 /*
1345  * Some architectures don't support soft-float (e.g. aarch64), on those
1346  * this function has to be called with hardfloat enabled, make sure not
1347  * to inline it so whatever fp stuff is done stays inside
1348  */
1349 static noinline void dcn10_resource_construct_fp(
1350 	struct dc *dc)
1351 {
1352 	if (dc->ctx->dce_version == DCN_VERSION_1_01) {
1353 		struct dcn_soc_bounding_box *dcn_soc = dc->dcn_soc;
1354 		struct dcn_ip_params *dcn_ip = dc->dcn_ip;
1355 		struct display_mode_lib *dml = &dc->dml;
1356 
1357 		dml->ip.max_num_dpp = 3;
1358 		/* TODO how to handle 23.84? */
1359 		dcn_soc->dram_clock_change_latency = 23;
1360 		dcn_ip->max_num_dpp = 3;
1361 	}
1362 	if (ASICREV_IS_RV1_F0(dc->ctx->asic_id.hw_internal_rev)) {
1363 		dc->dcn_soc->urgent_latency = 3;
1364 		dc->debug.disable_dmcu = true;
1365 		dc->dcn_soc->fabric_and_dram_bandwidth_vmax0p9 = 41.60f;
1366 	}
1367 
1368 
1369 	dc->dcn_soc->number_of_channels = dc->ctx->asic_id.vram_width / ddr4_dram_width;
1370 	ASSERT(dc->dcn_soc->number_of_channels < 3);
1371 	if (dc->dcn_soc->number_of_channels == 0)/*old sbios bug*/
1372 		dc->dcn_soc->number_of_channels = 2;
1373 
1374 	if (dc->dcn_soc->number_of_channels == 1) {
1375 		dc->dcn_soc->fabric_and_dram_bandwidth_vmax0p9 = 19.2f;
1376 		dc->dcn_soc->fabric_and_dram_bandwidth_vnom0p8 = 17.066f;
1377 		dc->dcn_soc->fabric_and_dram_bandwidth_vmid0p72 = 14.933f;
1378 		dc->dcn_soc->fabric_and_dram_bandwidth_vmin0p65 = 12.8f;
1379 		if (ASICREV_IS_RV1_F0(dc->ctx->asic_id.hw_internal_rev)) {
1380 			dc->dcn_soc->fabric_and_dram_bandwidth_vmax0p9 = 20.80f;
1381 		}
1382 	}
1383 }
1384 
1385 static bool dcn10_resource_construct(
1386 	uint8_t num_virtual_links,
1387 	struct dc *dc,
1388 	struct dcn10_resource_pool *pool)
1389 {
1390 	int i;
1391 	int j;
1392 	struct dc_context *ctx = dc->ctx;
1393 	uint32_t pipe_fuses = read_pipe_fuses(ctx);
1394 
1395 	ctx->dc_bios->regs = &bios_regs;
1396 
1397 	if (ctx->dce_version == DCN_VERSION_1_01)
1398 		pool->base.res_cap = &rv2_res_cap;
1399 	else
1400 		pool->base.res_cap = &res_cap;
1401 	pool->base.funcs = &dcn10_res_pool_funcs;
1402 
1403 	/*
1404 	 * TODO fill in from actual raven resource when we create
1405 	 * more than virtual encoder
1406 	 */
1407 
1408 	/*************************************************
1409 	 *  Resource + asic cap harcoding                *
1410 	 *************************************************/
1411 	pool->base.underlay_pipe_index = NO_UNDERLAY_PIPE;
1412 
1413 	/* max pipe num for ASIC before check pipe fuses */
1414 	pool->base.pipe_count = pool->base.res_cap->num_timing_generator;
1415 
1416 	if (dc->ctx->dce_version == DCN_VERSION_1_01)
1417 		pool->base.pipe_count = 3;
1418 	dc->caps.max_video_width = 3840;
1419 	dc->caps.max_downscale_ratio = 200;
1420 	dc->caps.i2c_speed_in_khz = 100;
1421 	dc->caps.i2c_speed_in_khz_hdcp = 100; /*1.4 w/a not applied by default*/
1422 	dc->caps.max_cursor_size = 256;
1423 	dc->caps.min_horizontal_blanking_period = 80;
1424 	dc->caps.max_slave_planes = 1;
1425 	dc->caps.max_slave_yuv_planes = 1;
1426 	dc->caps.max_slave_rgb_planes = 0;
1427 	dc->caps.is_apu = true;
1428 	dc->caps.post_blend_color_processing = false;
1429 	dc->caps.extended_aux_timeout_support = false;
1430 
1431 	/* Raven DP PHY HBR2 eye diagram pattern is not stable. Use TP4 */
1432 	dc->caps.force_dp_tps4_for_cp2520 = true;
1433 
1434 	/* Color pipeline capabilities */
1435 	dc->caps.color.dpp.dcn_arch = 1;
1436 	dc->caps.color.dpp.input_lut_shared = 1;
1437 	dc->caps.color.dpp.icsc = 1;
1438 	dc->caps.color.dpp.dgam_ram = 1;
1439 	dc->caps.color.dpp.dgam_rom_caps.srgb = 1;
1440 	dc->caps.color.dpp.dgam_rom_caps.bt2020 = 1;
1441 	dc->caps.color.dpp.dgam_rom_caps.gamma2_2 = 0;
1442 	dc->caps.color.dpp.dgam_rom_caps.pq = 0;
1443 	dc->caps.color.dpp.dgam_rom_caps.hlg = 0;
1444 	dc->caps.color.dpp.post_csc = 0;
1445 	dc->caps.color.dpp.gamma_corr = 0;
1446 	dc->caps.color.dpp.dgam_rom_for_yuv = 1;
1447 
1448 	dc->caps.color.dpp.hw_3d_lut = 0;
1449 	dc->caps.color.dpp.ogam_ram = 1; // RGAM on DCN1
1450 	dc->caps.color.dpp.ogam_rom_caps.srgb = 1;
1451 	dc->caps.color.dpp.ogam_rom_caps.bt2020 = 1;
1452 	dc->caps.color.dpp.ogam_rom_caps.gamma2_2 = 0;
1453 	dc->caps.color.dpp.ogam_rom_caps.pq = 0;
1454 	dc->caps.color.dpp.ogam_rom_caps.hlg = 0;
1455 	dc->caps.color.dpp.ocsc = 1;
1456 
1457 	/* no post-blend color operations */
1458 	dc->caps.color.mpc.gamut_remap = 0;
1459 	dc->caps.color.mpc.num_3dluts = 0;
1460 	dc->caps.color.mpc.shared_3d_lut = 0;
1461 	dc->caps.color.mpc.ogam_ram = 0;
1462 	dc->caps.color.mpc.ogam_rom_caps.srgb = 0;
1463 	dc->caps.color.mpc.ogam_rom_caps.bt2020 = 0;
1464 	dc->caps.color.mpc.ogam_rom_caps.gamma2_2 = 0;
1465 	dc->caps.color.mpc.ogam_rom_caps.pq = 0;
1466 	dc->caps.color.mpc.ogam_rom_caps.hlg = 0;
1467 	dc->caps.color.mpc.ocsc = 0;
1468 
1469 	if (dc->ctx->dce_environment == DCE_ENV_PRODUCTION_DRV)
1470 		dc->debug = debug_defaults_drv;
1471 	else
1472 		dc->debug = debug_defaults_diags;
1473 
1474 	/*************************************************
1475 	 *  Create resources                             *
1476 	 *************************************************/
1477 
1478 	pool->base.clock_sources[DCN10_CLK_SRC_PLL0] =
1479 			dcn10_clock_source_create(ctx, ctx->dc_bios,
1480 				CLOCK_SOURCE_COMBO_PHY_PLL0,
1481 				&clk_src_regs[0], false);
1482 	pool->base.clock_sources[DCN10_CLK_SRC_PLL1] =
1483 			dcn10_clock_source_create(ctx, ctx->dc_bios,
1484 				CLOCK_SOURCE_COMBO_PHY_PLL1,
1485 				&clk_src_regs[1], false);
1486 	pool->base.clock_sources[DCN10_CLK_SRC_PLL2] =
1487 			dcn10_clock_source_create(ctx, ctx->dc_bios,
1488 				CLOCK_SOURCE_COMBO_PHY_PLL2,
1489 				&clk_src_regs[2], false);
1490 
1491 	if (dc->ctx->dce_version == DCN_VERSION_1_0) {
1492 		pool->base.clock_sources[DCN10_CLK_SRC_PLL3] =
1493 				dcn10_clock_source_create(ctx, ctx->dc_bios,
1494 					CLOCK_SOURCE_COMBO_PHY_PLL3,
1495 					&clk_src_regs[3], false);
1496 	}
1497 
1498 	pool->base.clk_src_count = DCN10_CLK_SRC_TOTAL;
1499 
1500 	if (dc->ctx->dce_version == DCN_VERSION_1_01)
1501 		pool->base.clk_src_count = DCN101_CLK_SRC_TOTAL;
1502 
1503 	pool->base.dp_clock_source =
1504 			dcn10_clock_source_create(ctx, ctx->dc_bios,
1505 				CLOCK_SOURCE_ID_DP_DTO,
1506 				/* todo: not reuse phy_pll registers */
1507 				&clk_src_regs[0], true);
1508 
1509 	for (i = 0; i < pool->base.clk_src_count; i++) {
1510 		if (pool->base.clock_sources[i] == NULL) {
1511 			dm_error("DC: failed to create clock sources!\n");
1512 			BREAK_TO_DEBUGGER();
1513 			goto fail;
1514 		}
1515 	}
1516 
1517 	pool->base.dmcu = dcn10_dmcu_create(ctx,
1518 			&dmcu_regs,
1519 			&dmcu_shift,
1520 			&dmcu_mask);
1521 	if (pool->base.dmcu == NULL) {
1522 		dm_error("DC: failed to create dmcu!\n");
1523 		BREAK_TO_DEBUGGER();
1524 		goto fail;
1525 	}
1526 
1527 	pool->base.abm = dce_abm_create(ctx,
1528 			&abm_regs,
1529 			&abm_shift,
1530 			&abm_mask);
1531 	if (pool->base.abm == NULL) {
1532 		dm_error("DC: failed to create abm!\n");
1533 		BREAK_TO_DEBUGGER();
1534 		goto fail;
1535 	}
1536 
1537 	dml_init_instance(&dc->dml, &dcn1_0_soc, &dcn1_0_ip, DML_PROJECT_RAVEN1);
1538 	memcpy(dc->dcn_ip, &dcn10_ip_defaults, sizeof(dcn10_ip_defaults));
1539 	memcpy(dc->dcn_soc, &dcn10_soc_defaults, sizeof(dcn10_soc_defaults));
1540 
1541 	/* Other architectures we build for build this with soft-float */
1542 	dcn10_resource_construct_fp(dc);
1543 
1544 	pool->base.pp_smu = dcn10_pp_smu_create(ctx);
1545 
1546 	/*
1547 	 * Right now SMU/PPLIB and DAL all have the AZ D3 force PME notification *
1548 	 * implemented. So AZ D3 should work.For issue 197007.                   *
1549 	 */
1550 	if (pool->base.pp_smu != NULL
1551 			&& pool->base.pp_smu->rv_funcs.set_pme_wa_enable != NULL)
1552 		dc->debug.az_endpoint_mute_only = false;
1553 
1554 	if (!dc->debug.disable_pplib_clock_request)
1555 		dcn_bw_update_from_pplib(dc);
1556 	dcn_bw_sync_calcs_and_dml(dc);
1557 	if (!dc->debug.disable_pplib_wm_range) {
1558 		dc->res_pool = &pool->base;
1559 		dcn_bw_notify_pplib_of_wm_ranges(dc);
1560 	}
1561 
1562 	{
1563 		struct irq_service_init_data init_data;
1564 		init_data.ctx = dc->ctx;
1565 		pool->base.irqs = dal_irq_service_dcn10_create(&init_data);
1566 		if (!pool->base.irqs)
1567 			goto fail;
1568 	}
1569 
1570 	/* index to valid pipe resource  */
1571 	j = 0;
1572 	/* mem input -> ipp -> dpp -> opp -> TG */
1573 	for (i = 0; i < pool->base.pipe_count; i++) {
1574 		/* if pipe is disabled, skip instance of HW pipe,
1575 		 * i.e, skip ASIC register instance
1576 		 */
1577 		if ((pipe_fuses & (1 << i)) != 0)
1578 			continue;
1579 
1580 		pool->base.hubps[j] = dcn10_hubp_create(ctx, i);
1581 		if (pool->base.hubps[j] == NULL) {
1582 			BREAK_TO_DEBUGGER();
1583 			dm_error(
1584 				"DC: failed to create memory input!\n");
1585 			goto fail;
1586 		}
1587 
1588 		pool->base.ipps[j] = dcn10_ipp_create(ctx, i);
1589 		if (pool->base.ipps[j] == NULL) {
1590 			BREAK_TO_DEBUGGER();
1591 			dm_error(
1592 				"DC: failed to create input pixel processor!\n");
1593 			goto fail;
1594 		}
1595 
1596 		pool->base.dpps[j] = dcn10_dpp_create(ctx, i);
1597 		if (pool->base.dpps[j] == NULL) {
1598 			BREAK_TO_DEBUGGER();
1599 			dm_error(
1600 				"DC: failed to create dpp!\n");
1601 			goto fail;
1602 		}
1603 
1604 		pool->base.opps[j] = dcn10_opp_create(ctx, i);
1605 		if (pool->base.opps[j] == NULL) {
1606 			BREAK_TO_DEBUGGER();
1607 			dm_error(
1608 				"DC: failed to create output pixel processor!\n");
1609 			goto fail;
1610 		}
1611 
1612 		pool->base.timing_generators[j] = dcn10_timing_generator_create(
1613 				ctx, i);
1614 		if (pool->base.timing_generators[j] == NULL) {
1615 			BREAK_TO_DEBUGGER();
1616 			dm_error("DC: failed to create tg!\n");
1617 			goto fail;
1618 		}
1619 		/* check next valid pipe */
1620 		j++;
1621 	}
1622 
1623 	for (i = 0; i < pool->base.res_cap->num_ddc; i++) {
1624 		pool->base.engines[i] = dcn10_aux_engine_create(ctx, i);
1625 		if (pool->base.engines[i] == NULL) {
1626 			BREAK_TO_DEBUGGER();
1627 			dm_error(
1628 				"DC:failed to create aux engine!!\n");
1629 			goto fail;
1630 		}
1631 		pool->base.hw_i2cs[i] = dcn10_i2c_hw_create(ctx, i);
1632 		if (pool->base.hw_i2cs[i] == NULL) {
1633 			BREAK_TO_DEBUGGER();
1634 			dm_error(
1635 				"DC:failed to create hw i2c!!\n");
1636 			goto fail;
1637 		}
1638 		pool->base.sw_i2cs[i] = NULL;
1639 	}
1640 
1641 	/* valid pipe num */
1642 	pool->base.pipe_count = j;
1643 	pool->base.timing_generator_count = j;
1644 
1645 	/* within dml lib, it is hard code to 4. If ASIC pipe is fused,
1646 	 * the value may be changed
1647 	 */
1648 	dc->dml.ip.max_num_dpp = pool->base.pipe_count;
1649 	dc->dcn_ip->max_num_dpp = pool->base.pipe_count;
1650 
1651 	pool->base.mpc = dcn10_mpc_create(ctx);
1652 	if (pool->base.mpc == NULL) {
1653 		BREAK_TO_DEBUGGER();
1654 		dm_error("DC: failed to create mpc!\n");
1655 		goto fail;
1656 	}
1657 
1658 	pool->base.hubbub = dcn10_hubbub_create(ctx);
1659 	if (pool->base.hubbub == NULL) {
1660 		BREAK_TO_DEBUGGER();
1661 		dm_error("DC: failed to create hubbub!\n");
1662 		goto fail;
1663 	}
1664 
1665 	if (!resource_construct(num_virtual_links, dc, &pool->base,
1666 			(!IS_FPGA_MAXIMUS_DC(dc->ctx->dce_environment) ?
1667 			&res_create_funcs : &res_create_maximus_funcs)))
1668 			goto fail;
1669 
1670 	dcn10_hw_sequencer_construct(dc);
1671 	dc->caps.max_planes =  pool->base.pipe_count;
1672 
1673 	for (i = 0; i < dc->caps.max_planes; ++i)
1674 		dc->caps.planes[i] = plane_cap;
1675 
1676 	dc->cap_funcs = cap_funcs;
1677 
1678 	return true;
1679 
1680 fail:
1681 
1682 	dcn10_resource_destruct(pool);
1683 
1684 	return false;
1685 }
1686 
1687 struct resource_pool *dcn10_create_resource_pool(
1688 		const struct dc_init_data *init_data,
1689 		struct dc *dc)
1690 {
1691 	struct dcn10_resource_pool *pool =
1692 		kzalloc(sizeof(struct dcn10_resource_pool), GFP_KERNEL);
1693 
1694 	if (!pool)
1695 		return NULL;
1696 
1697 	if (dcn10_resource_construct(init_data->num_virtual_links, dc, pool))
1698 		return &pool->base;
1699 
1700 	kfree(pool);
1701 	BREAK_TO_DEBUGGER();
1702 	return NULL;
1703 }
1704