1 /*
2 * Copyright 2019-2021 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
27 #include "dm_services.h"
28 #include "dc.h"
29
30 #include "dcn301_init.h"
31
32 #include "resource.h"
33 #include "include/irq_service_interface.h"
34 #include "dcn30/dcn30_resource.h"
35 #include "dcn301_resource.h"
36
37 #include "dcn20/dcn20_resource.h"
38
39 #include "dcn10/dcn10_ipp.h"
40 #include "dcn301/dcn301_hubbub.h"
41 #include "dcn30/dcn30_mpc.h"
42 #include "dcn30/dcn30_hubp.h"
43 #include "irq/dcn30/irq_service_dcn30.h"
44 #include "dcn30/dcn30_dpp.h"
45 #include "dcn30/dcn30_optc.h"
46 #include "dcn20/dcn20_hwseq.h"
47 #include "dcn30/dcn30_hwseq.h"
48 #include "dce110/dce110_hw_sequencer.h"
49 #include "dcn30/dcn30_opp.h"
50 #include "dcn20/dcn20_dsc.h"
51 #include "dcn30/dcn30_vpg.h"
52 #include "dcn30/dcn30_afmt.h"
53 #include "dce/dce_clock_source.h"
54 #include "dce/dce_audio.h"
55 #include "dce/dce_hwseq.h"
56 #include "clk_mgr.h"
57 #include "virtual/virtual_stream_encoder.h"
58 #include "dce110/dce110_resource.h"
59 #include "dml/display_mode_vba.h"
60 #include "dcn301/dcn301_dccg.h"
61 #include "dcn10/dcn10_resource.h"
62 #include "dcn30/dcn30_dio_stream_encoder.h"
63 #include "dcn301/dcn301_dio_link_encoder.h"
64 #include "dcn301_panel_cntl.h"
65
66 #include "vangogh_ip_offset.h"
67
68 #include "dcn30/dcn30_dwb.h"
69 #include "dcn30/dcn30_mmhubbub.h"
70
71 #include "dcn/dcn_3_0_1_offset.h"
72 #include "dcn/dcn_3_0_1_sh_mask.h"
73
74 #include "nbio/nbio_7_2_0_offset.h"
75
76 #include "dcn/dpcs_3_0_0_offset.h"
77 #include "dcn/dpcs_3_0_0_sh_mask.h"
78
79 #include "reg_helper.h"
80 #include "dce/dmub_abm.h"
81 #include "dce/dce_aux.h"
82 #include "dce/dce_i2c.h"
83
84 #include "dml/dcn30/display_mode_vba_30.h"
85 #include "vm_helper.h"
86 #include "dcn20/dcn20_vmid.h"
87 #include "amdgpu_socbb.h"
88
89 #define TO_DCN301_RES_POOL(pool)\
90 container_of(pool, struct dcn301_resource_pool, base)
91
92 #define DC_LOGGER_INIT(logger)
93
94 struct _vcs_dpi_ip_params_st dcn3_01_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 = 2,
100 .hostvm_cached_page_table_levels = 0,
101 .pte_group_size_bytes = 2048,
102 .num_dsc = 3,
103 .rob_buffer_size_kbytes = 184,
104 .det_buffer_size_kbytes = 184,
105 .dpte_buffer_size_in_pte_reqs_luma = 64,
106 .dpte_buffer_size_in_pte_reqs_chroma = 32,
107 .pde_proc_buffer_size_64k_reqs = 48,
108 .dpp_output_buffer_pixels = 2560,
109 .opp_output_buffer_lines = 1,
110 .pixel_chunk_size_kbytes = 8,
111 .meta_chunk_size_kbytes = 2,
112 .writeback_chunk_size_kbytes = 8,
113 .line_buffer_size_bits = 789504,
114 .is_line_buffer_bpp_fixed = 0, // ?
115 .line_buffer_fixed_bpp = 48, // ?
116 .dcc_supported = true,
117 .writeback_interface_buffer_size_kbytes = 90,
118 .writeback_line_buffer_buffer_size = 656640,
119 .max_line_buffer_lines = 12,
120 .writeback_luma_buffer_size_kbytes = 12, // writeback_line_buffer_buffer_size = 656640
121 .writeback_chroma_buffer_size_kbytes = 8,
122 .writeback_chroma_line_buffer_width_pixels = 4,
123 .writeback_max_hscl_ratio = 1,
124 .writeback_max_vscl_ratio = 1,
125 .writeback_min_hscl_ratio = 1,
126 .writeback_min_vscl_ratio = 1,
127 .writeback_max_hscl_taps = 1,
128 .writeback_max_vscl_taps = 1,
129 .writeback_line_buffer_luma_buffer_size = 0,
130 .writeback_line_buffer_chroma_buffer_size = 14643,
131 .cursor_buffer_size = 8,
132 .cursor_chunk_size = 2,
133 .max_num_otg = 4,
134 .max_num_dpp = 4,
135 .max_num_wb = 1,
136 .max_dchub_pscl_bw_pix_per_clk = 4,
137 .max_pscl_lb_bw_pix_per_clk = 2,
138 .max_lb_vscl_bw_pix_per_clk = 4,
139 .max_vscl_hscl_bw_pix_per_clk = 4,
140 .max_hscl_ratio = 6,
141 .max_vscl_ratio = 6,
142 .hscl_mults = 4,
143 .vscl_mults = 4,
144 .max_hscl_taps = 8,
145 .max_vscl_taps = 8,
146 .dispclk_ramp_margin_percent = 1,
147 .underscan_factor = 1.11,
148 .min_vblank_lines = 32,
149 .dppclk_delay_subtotal = 46,
150 .dynamic_metadata_vm_enabled = true,
151 .dppclk_delay_scl_lb_only = 16,
152 .dppclk_delay_scl = 50,
153 .dppclk_delay_cnvc_formatter = 27,
154 .dppclk_delay_cnvc_cursor = 6,
155 .dispclk_delay_subtotal = 119,
156 .dcfclk_cstate_latency = 5.2, // SRExitTime
157 .max_inter_dcn_tile_repeaters = 8,
158 .max_num_hdmi_frl_outputs = 0,
159 .odm_combine_4to1_supported = true,
160
161 .xfc_supported = false,
162 .xfc_fill_bw_overhead_percent = 10.0,
163 .xfc_fill_constant_bytes = 0,
164 .gfx7_compat_tiling_supported = 0,
165 .number_of_cursors = 1,
166 };
167
168 struct _vcs_dpi_soc_bounding_box_st dcn3_01_soc = {
169 .clock_limits = {
170 {
171 .state = 0,
172 .dram_speed_mts = 2400.0,
173 .fabricclk_mhz = 600,
174 .socclk_mhz = 278.0,
175 .dcfclk_mhz = 400.0,
176 .dscclk_mhz = 206.0,
177 .dppclk_mhz = 1015.0,
178 .dispclk_mhz = 1015.0,
179 .phyclk_mhz = 600.0,
180 },
181 {
182 .state = 1,
183 .dram_speed_mts = 2400.0,
184 .fabricclk_mhz = 688,
185 .socclk_mhz = 278.0,
186 .dcfclk_mhz = 400.0,
187 .dscclk_mhz = 206.0,
188 .dppclk_mhz = 1015.0,
189 .dispclk_mhz = 1015.0,
190 .phyclk_mhz = 600.0,
191 },
192 {
193 .state = 2,
194 .dram_speed_mts = 4267.0,
195 .fabricclk_mhz = 1067,
196 .socclk_mhz = 278.0,
197 .dcfclk_mhz = 608.0,
198 .dscclk_mhz = 296.0,
199 .dppclk_mhz = 1015.0,
200 .dispclk_mhz = 1015.0,
201 .phyclk_mhz = 810.0,
202 },
203
204 {
205 .state = 3,
206 .dram_speed_mts = 4267.0,
207 .fabricclk_mhz = 1067,
208 .socclk_mhz = 715.0,
209 .dcfclk_mhz = 676.0,
210 .dscclk_mhz = 338.0,
211 .dppclk_mhz = 1015.0,
212 .dispclk_mhz = 1015.0,
213 .phyclk_mhz = 810.0,
214 },
215
216 {
217 .state = 4,
218 .dram_speed_mts = 4267.0,
219 .fabricclk_mhz = 1067,
220 .socclk_mhz = 953.0,
221 .dcfclk_mhz = 810.0,
222 .dscclk_mhz = 338.0,
223 .dppclk_mhz = 1015.0,
224 .dispclk_mhz = 1015.0,
225 .phyclk_mhz = 810.0,
226 },
227 },
228
229 .sr_exit_time_us = 9.0,
230 .sr_enter_plus_exit_time_us = 11.0,
231 .urgent_latency_us = 4.0,
232 .urgent_latency_pixel_data_only_us = 4.0,
233 .urgent_latency_pixel_mixed_with_vm_data_us = 4.0,
234 .urgent_latency_vm_data_only_us = 4.0,
235 .urgent_out_of_order_return_per_channel_pixel_only_bytes = 4096,
236 .urgent_out_of_order_return_per_channel_pixel_and_vm_bytes = 4096,
237 .urgent_out_of_order_return_per_channel_vm_only_bytes = 4096,
238 .pct_ideal_dram_sdp_bw_after_urgent_pixel_only = 80.0,
239 .pct_ideal_dram_sdp_bw_after_urgent_pixel_and_vm = 75.0,
240 .pct_ideal_dram_sdp_bw_after_urgent_vm_only = 40.0,
241 .max_avg_sdp_bw_use_normal_percent = 60.0,
242 .max_avg_dram_bw_use_normal_percent = 60.0,
243 .writeback_latency_us = 12.0,
244 .max_request_size_bytes = 256,
245 .dram_channel_width_bytes = 4,
246 .fabric_datapath_to_dcn_data_return_bytes = 32,
247 .dcn_downspread_percent = 0.5,
248 .downspread_percent = 0.38,
249 .dram_page_open_time_ns = 50.0,
250 .dram_rw_turnaround_time_ns = 17.5,
251 .dram_return_buffer_per_channel_bytes = 8192,
252 .round_trip_ping_latency_dcfclk_cycles = 191,
253 .urgent_out_of_order_return_per_channel_bytes = 4096,
254 .channel_interleave_bytes = 256,
255 .num_banks = 8,
256 .num_chans = 4,
257 .gpuvm_min_page_size_bytes = 4096,
258 .hostvm_min_page_size_bytes = 4096,
259 .dram_clock_change_latency_us = 23.84,
260 .writeback_dram_clock_change_latency_us = 23.0,
261 .return_bus_width_bytes = 64,
262 .dispclk_dppclk_vco_speed_mhz = 3550,
263 .xfc_bus_transport_time_us = 20, // ?
264 .xfc_xbuf_latency_tolerance_us = 4, // ?
265 .use_urgent_burst_bw = 1, // ?
266 .num_states = 5,
267 .do_urgent_latency_adjustment = false,
268 .urgent_latency_adjustment_fabric_clock_component_us = 0,
269 .urgent_latency_adjustment_fabric_clock_reference_mhz = 0,
270 };
271
272 enum dcn301_clk_src_array_id {
273 DCN301_CLK_SRC_PLL0,
274 DCN301_CLK_SRC_PLL1,
275 DCN301_CLK_SRC_PLL2,
276 DCN301_CLK_SRC_PLL3,
277 DCN301_CLK_SRC_TOTAL
278 };
279
280 /* begin *********************
281 * macros to expend register list macro defined in HW object header file
282 */
283
284 /* DCN */
285 /* TODO awful hack. fixup dcn20_dwb.h */
286 #undef BASE_INNER
287 #define BASE_INNER(seg) DCN_BASE__INST0_SEG ## seg
288
289 #define BASE(seg) BASE_INNER(seg)
290
291 #define SR(reg_name)\
292 .reg_name = BASE(mm ## reg_name ## _BASE_IDX) + \
293 mm ## reg_name
294
295 #define SRI(reg_name, block, id)\
296 .reg_name = BASE(mm ## block ## id ## _ ## reg_name ## _BASE_IDX) + \
297 mm ## block ## id ## _ ## reg_name
298
299 #define SRI2(reg_name, block, id)\
300 .reg_name = BASE(mm ## reg_name ## _BASE_IDX) + \
301 mm ## reg_name
302
303 #define SRIR(var_name, reg_name, block, id)\
304 .var_name = BASE(mm ## block ## id ## _ ## reg_name ## _BASE_IDX) + \
305 mm ## block ## id ## _ ## reg_name
306
307 #define SRII(reg_name, block, id)\
308 .reg_name[id] = BASE(mm ## block ## id ## _ ## reg_name ## _BASE_IDX) + \
309 mm ## block ## id ## _ ## reg_name
310
311 #define SRII2(reg_name_pre, reg_name_post, id)\
312 .reg_name_pre ## _ ## reg_name_post[id] = BASE(mm ## reg_name_pre \
313 ## id ## _ ## reg_name_post ## _BASE_IDX) + \
314 mm ## reg_name_pre ## id ## _ ## reg_name_post
315
316 #define SRII_MPC_RMU(reg_name, block, id)\
317 .RMU##_##reg_name[id] = BASE(mm ## block ## id ## _ ## reg_name ## _BASE_IDX) + \
318 mm ## block ## id ## _ ## reg_name
319
320 #define SRII_DWB(reg_name, temp_name, block, id)\
321 .reg_name[id] = BASE(mm ## block ## id ## _ ## temp_name ## _BASE_IDX) + \
322 mm ## block ## id ## _ ## temp_name
323
324 #define DCCG_SRII(reg_name, block, id)\
325 .block ## _ ## reg_name[id] = BASE(mm ## block ## id ## _ ## reg_name ## _BASE_IDX) + \
326 mm ## block ## id ## _ ## reg_name
327
328 #define VUPDATE_SRII(reg_name, block, id)\
329 .reg_name[id] = BASE(mm ## reg_name ## _ ## block ## id ## _BASE_IDX) + \
330 mm ## reg_name ## _ ## block ## id
331
332 /* NBIO */
333 #define NBIO_BASE_INNER(seg) \
334 NBIO_BASE__INST0_SEG ## seg
335
336 #define NBIO_BASE(seg) \
337 NBIO_BASE_INNER(seg)
338
339 #define NBIO_SR(reg_name)\
340 .reg_name = NBIO_BASE(regBIF_BX0_ ## reg_name ## _BASE_IDX) + \
341 regBIF_BX0_ ## reg_name
342
343 /* MMHUB */
344 #define MMHUB_BASE_INNER(seg) \
345 MMHUB_BASE__INST0_SEG ## seg
346
347 #define MMHUB_BASE(seg) \
348 MMHUB_BASE_INNER(seg)
349
350 #define MMHUB_SR(reg_name)\
351 .reg_name = MMHUB_BASE(regMM ## reg_name ## _BASE_IDX) + \
352 regMM ## reg_name
353
354 /* CLOCK */
355 #define CLK_BASE_INNER(seg) \
356 CLK_BASE__INST0_SEG ## seg
357
358 #define CLK_BASE(seg) \
359 CLK_BASE_INNER(seg)
360
361 #define CLK_SRI(reg_name, block, inst)\
362 .reg_name = CLK_BASE(mm ## block ## _ ## inst ## _ ## reg_name ## _BASE_IDX) + \
363 mm ## block ## _ ## inst ## _ ## reg_name
364
365 static const struct bios_registers bios_regs = {
366 NBIO_SR(BIOS_SCRATCH_3),
367 NBIO_SR(BIOS_SCRATCH_6)
368 };
369
370 #define clk_src_regs(index, pllid)\
371 [index] = {\
372 CS_COMMON_REG_LIST_DCN3_01(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 };
381
382 static const struct dce110_clk_src_shift cs_shift = {
383 CS_COMMON_MASK_SH_LIST_DCN2_0(__SHIFT)
384 };
385
386 static const struct dce110_clk_src_mask cs_mask = {
387 CS_COMMON_MASK_SH_LIST_DCN2_0(_MASK)
388 };
389
390 #define abm_regs(id)\
391 [id] = {\
392 ABM_DCN301_REG_LIST(id)\
393 }
394
395 static const struct dce_abm_registers abm_regs[] = {
396 abm_regs(0),
397 abm_regs(1),
398 abm_regs(2),
399 abm_regs(3),
400 };
401
402 static const struct dce_abm_shift abm_shift = {
403 ABM_MASK_SH_LIST_DCN30(__SHIFT)
404 };
405
406 static const struct dce_abm_mask abm_mask = {
407 ABM_MASK_SH_LIST_DCN30(_MASK)
408 };
409
410 #define audio_regs(id)\
411 [id] = {\
412 AUD_COMMON_REG_LIST(id)\
413 }
414
415 static const struct dce_audio_registers audio_regs[] = {
416 audio_regs(0),
417 audio_regs(1),
418 audio_regs(2),
419 audio_regs(3),
420 audio_regs(4),
421 audio_regs(5),
422 audio_regs(6)
423 };
424
425 #define DCE120_AUD_COMMON_MASK_SH_LIST(mask_sh)\
426 SF(AZF0ENDPOINT0_AZALIA_F0_CODEC_ENDPOINT_INDEX, AZALIA_ENDPOINT_REG_INDEX, mask_sh),\
427 SF(AZF0ENDPOINT0_AZALIA_F0_CODEC_ENDPOINT_DATA, AZALIA_ENDPOINT_REG_DATA, mask_sh),\
428 AUD_COMMON_MASK_SH_LIST_BASE(mask_sh)
429
430 static const struct dce_audio_shift audio_shift = {
431 DCE120_AUD_COMMON_MASK_SH_LIST(__SHIFT)
432 };
433
434 static const struct dce_audio_mask audio_mask = {
435 DCE120_AUD_COMMON_MASK_SH_LIST(_MASK)
436 };
437
438 #define vpg_regs(id)\
439 [id] = {\
440 VPG_DCN3_REG_LIST(id)\
441 }
442
443 static const struct dcn30_vpg_registers vpg_regs[] = {
444 vpg_regs(0),
445 vpg_regs(1),
446 vpg_regs(2),
447 vpg_regs(3),
448 };
449
450 static const struct dcn30_vpg_shift vpg_shift = {
451 DCN3_VPG_MASK_SH_LIST(__SHIFT)
452 };
453
454 static const struct dcn30_vpg_mask vpg_mask = {
455 DCN3_VPG_MASK_SH_LIST(_MASK)
456 };
457
458 #define afmt_regs(id)\
459 [id] = {\
460 AFMT_DCN3_REG_LIST(id)\
461 }
462
463 static const struct dcn30_afmt_registers afmt_regs[] = {
464 afmt_regs(0),
465 afmt_regs(1),
466 afmt_regs(2),
467 afmt_regs(3),
468 };
469
470 static const struct dcn30_afmt_shift afmt_shift = {
471 DCN3_AFMT_MASK_SH_LIST(__SHIFT)
472 };
473
474 static const struct dcn30_afmt_mask afmt_mask = {
475 DCN3_AFMT_MASK_SH_LIST(_MASK)
476 };
477
478 #define stream_enc_regs(id)\
479 [id] = {\
480 SE_DCN3_REG_LIST(id)\
481 }
482
483 static const struct dcn10_stream_enc_registers stream_enc_regs[] = {
484 stream_enc_regs(0),
485 stream_enc_regs(1),
486 stream_enc_regs(2),
487 stream_enc_regs(3),
488 };
489
490 static const struct dcn10_stream_encoder_shift se_shift = {
491 SE_COMMON_MASK_SH_LIST_DCN30(__SHIFT)
492 };
493
494 static const struct dcn10_stream_encoder_mask se_mask = {
495 SE_COMMON_MASK_SH_LIST_DCN30(_MASK)
496 };
497
498
499 #define aux_regs(id)\
500 [id] = {\
501 DCN2_AUX_REG_LIST(id)\
502 }
503
504 static const struct dcn10_link_enc_aux_registers link_enc_aux_regs[] = {
505 aux_regs(0),
506 aux_regs(1),
507 aux_regs(2),
508 aux_regs(3),
509 };
510
511 #define hpd_regs(id)\
512 [id] = {\
513 HPD_REG_LIST(id)\
514 }
515
516 static const struct dcn10_link_enc_hpd_registers link_enc_hpd_regs[] = {
517 hpd_regs(0),
518 hpd_regs(1),
519 hpd_regs(2),
520 hpd_regs(3),
521 };
522
523
524 #define link_regs(id, phyid)\
525 [id] = {\
526 LE_DCN301_REG_LIST(id), \
527 UNIPHY_DCN2_REG_LIST(phyid), \
528 DPCS_DCN2_REG_LIST(id), \
529 SRI(DP_DPHY_INTERNAL_CTRL, DP, id) \
530 }
531
532 static const struct dce110_aux_registers_shift aux_shift = {
533 DCN_AUX_MASK_SH_LIST(__SHIFT)
534 };
535
536 static const struct dce110_aux_registers_mask aux_mask = {
537 DCN_AUX_MASK_SH_LIST(_MASK)
538 };
539
540 static const struct dcn10_link_enc_registers link_enc_regs[] = {
541 link_regs(0, A),
542 link_regs(1, B),
543 link_regs(2, C),
544 link_regs(3, D),
545 };
546
547 static const struct dcn10_link_enc_shift le_shift = {
548 LINK_ENCODER_MASK_SH_LIST_DCN301(__SHIFT),\
549 DPCS_DCN2_MASK_SH_LIST(__SHIFT)
550 };
551
552 static const struct dcn10_link_enc_mask le_mask = {
553 LINK_ENCODER_MASK_SH_LIST_DCN301(_MASK),\
554 DPCS_DCN2_MASK_SH_LIST(_MASK)
555 };
556
557 #define panel_cntl_regs(id)\
558 [id] = {\
559 DCN301_PANEL_CNTL_REG_LIST(id),\
560 }
561
562 static const struct dce_panel_cntl_registers panel_cntl_regs[] = {
563 panel_cntl_regs(0),
564 panel_cntl_regs(1),
565 };
566
567 static const struct dcn301_panel_cntl_shift panel_cntl_shift = {
568 DCN301_PANEL_CNTL_MASK_SH_LIST(__SHIFT)
569 };
570
571 static const struct dcn301_panel_cntl_mask panel_cntl_mask = {
572 DCN301_PANEL_CNTL_MASK_SH_LIST(_MASK)
573 };
574
575 #define dpp_regs(id)\
576 [id] = {\
577 DPP_REG_LIST_DCN30(id),\
578 }
579
580 static const struct dcn3_dpp_registers dpp_regs[] = {
581 dpp_regs(0),
582 dpp_regs(1),
583 dpp_regs(2),
584 dpp_regs(3),
585 };
586
587 static const struct dcn3_dpp_shift tf_shift = {
588 DPP_REG_LIST_SH_MASK_DCN30(__SHIFT)
589 };
590
591 static const struct dcn3_dpp_mask tf_mask = {
592 DPP_REG_LIST_SH_MASK_DCN30(_MASK)
593 };
594
595 #define opp_regs(id)\
596 [id] = {\
597 OPP_REG_LIST_DCN30(id),\
598 }
599
600 static const struct dcn20_opp_registers opp_regs[] = {
601 opp_regs(0),
602 opp_regs(1),
603 opp_regs(2),
604 opp_regs(3),
605 };
606
607 static const struct dcn20_opp_shift opp_shift = {
608 OPP_MASK_SH_LIST_DCN20(__SHIFT)
609 };
610
611 static const struct dcn20_opp_mask opp_mask = {
612 OPP_MASK_SH_LIST_DCN20(_MASK)
613 };
614
615 #define aux_engine_regs(id)\
616 [id] = {\
617 AUX_COMMON_REG_LIST0(id), \
618 .AUXN_IMPCAL = 0, \
619 .AUXP_IMPCAL = 0, \
620 .AUX_RESET_MASK = DP_AUX0_AUX_CONTROL__AUX_RESET_MASK, \
621 }
622
623 static const struct dce110_aux_registers aux_engine_regs[] = {
624 aux_engine_regs(0),
625 aux_engine_regs(1),
626 aux_engine_regs(2),
627 aux_engine_regs(3),
628 };
629
630 #define dwbc_regs_dcn3(id)\
631 [id] = {\
632 DWBC_COMMON_REG_LIST_DCN30(id),\
633 }
634
635 static const struct dcn30_dwbc_registers dwbc30_regs[] = {
636 dwbc_regs_dcn3(0),
637 };
638
639 static const struct dcn30_dwbc_shift dwbc30_shift = {
640 DWBC_COMMON_MASK_SH_LIST_DCN30(__SHIFT)
641 };
642
643 static const struct dcn30_dwbc_mask dwbc30_mask = {
644 DWBC_COMMON_MASK_SH_LIST_DCN30(_MASK)
645 };
646
647 #define mcif_wb_regs_dcn3(id)\
648 [id] = {\
649 MCIF_WB_COMMON_REG_LIST_DCN30(id),\
650 }
651
652 static const struct dcn30_mmhubbub_registers mcif_wb30_regs[] = {
653 mcif_wb_regs_dcn3(0)
654 };
655
656 static const struct dcn30_mmhubbub_shift mcif_wb30_shift = {
657 MCIF_WB_COMMON_MASK_SH_LIST_DCN30(__SHIFT)
658 };
659
660 static const struct dcn30_mmhubbub_mask mcif_wb30_mask = {
661 MCIF_WB_COMMON_MASK_SH_LIST_DCN30(_MASK)
662 };
663
664 #define dsc_regsDCN20(id)\
665 [id] = {\
666 DSC_REG_LIST_DCN20(id)\
667 }
668
669 static const struct dcn20_dsc_registers dsc_regs[] = {
670 dsc_regsDCN20(0),
671 dsc_regsDCN20(1),
672 dsc_regsDCN20(2),
673 };
674
675 static const struct dcn20_dsc_shift dsc_shift = {
676 DSC_REG_LIST_SH_MASK_DCN20(__SHIFT)
677 };
678
679 static const struct dcn20_dsc_mask dsc_mask = {
680 DSC_REG_LIST_SH_MASK_DCN20(_MASK)
681 };
682
683 static const struct dcn30_mpc_registers mpc_regs = {
684 MPC_REG_LIST_DCN3_0(0),
685 MPC_REG_LIST_DCN3_0(1),
686 MPC_REG_LIST_DCN3_0(2),
687 MPC_REG_LIST_DCN3_0(3),
688 MPC_OUT_MUX_REG_LIST_DCN3_0(0),
689 MPC_OUT_MUX_REG_LIST_DCN3_0(1),
690 MPC_OUT_MUX_REG_LIST_DCN3_0(2),
691 MPC_OUT_MUX_REG_LIST_DCN3_0(3),
692 MPC_RMU_GLOBAL_REG_LIST_DCN3AG,
693 MPC_RMU_REG_LIST_DCN3AG(0),
694 MPC_RMU_REG_LIST_DCN3AG(1),
695 MPC_DWB_MUX_REG_LIST_DCN3_0(0),
696 };
697
698 static const struct dcn30_mpc_shift mpc_shift = {
699 MPC_COMMON_MASK_SH_LIST_DCN30(__SHIFT)
700 };
701
702 static const struct dcn30_mpc_mask mpc_mask = {
703 MPC_COMMON_MASK_SH_LIST_DCN30(_MASK)
704 };
705
706 #define optc_regs(id)\
707 [id] = {OPTC_COMMON_REG_LIST_DCN3_0(id)}
708
709
710 static const struct dcn_optc_registers optc_regs[] = {
711 optc_regs(0),
712 optc_regs(1),
713 optc_regs(2),
714 optc_regs(3),
715 };
716
717 static const struct dcn_optc_shift optc_shift = {
718 OPTC_COMMON_MASK_SH_LIST_DCN30(__SHIFT)
719 };
720
721 static const struct dcn_optc_mask optc_mask = {
722 OPTC_COMMON_MASK_SH_LIST_DCN30(_MASK)
723 };
724
725 #define hubp_regs(id)\
726 [id] = {\
727 HUBP_REG_LIST_DCN30(id)\
728 }
729
730 static const struct dcn_hubp2_registers hubp_regs[] = {
731 hubp_regs(0),
732 hubp_regs(1),
733 hubp_regs(2),
734 hubp_regs(3),
735 };
736
737 static const struct dcn_hubp2_shift hubp_shift = {
738 HUBP_MASK_SH_LIST_DCN30(__SHIFT)
739 };
740
741 static const struct dcn_hubp2_mask hubp_mask = {
742 HUBP_MASK_SH_LIST_DCN30(_MASK)
743 };
744
745 static const struct dcn_hubbub_registers hubbub_reg = {
746 HUBBUB_REG_LIST_DCN301(0)
747 };
748
749 static const struct dcn_hubbub_shift hubbub_shift = {
750 HUBBUB_MASK_SH_LIST_DCN301(__SHIFT)
751 };
752
753 static const struct dcn_hubbub_mask hubbub_mask = {
754 HUBBUB_MASK_SH_LIST_DCN301(_MASK)
755 };
756
757 static const struct dccg_registers dccg_regs = {
758 DCCG_REG_LIST_DCN301()
759 };
760
761 static const struct dccg_shift dccg_shift = {
762 DCCG_MASK_SH_LIST_DCN301(__SHIFT)
763 };
764
765 static const struct dccg_mask dccg_mask = {
766 DCCG_MASK_SH_LIST_DCN301(_MASK)
767 };
768
769 static const struct dce_hwseq_registers hwseq_reg = {
770 HWSEQ_DCN301_REG_LIST()
771 };
772
773 static const struct dce_hwseq_shift hwseq_shift = {
774 HWSEQ_DCN301_MASK_SH_LIST(__SHIFT)
775 };
776
777 static const struct dce_hwseq_mask hwseq_mask = {
778 HWSEQ_DCN301_MASK_SH_LIST(_MASK)
779 };
780 #define vmid_regs(id)\
781 [id] = {\
782 DCN20_VMID_REG_LIST(id)\
783 }
784
785 static const struct dcn_vmid_registers vmid_regs[] = {
786 vmid_regs(0),
787 vmid_regs(1),
788 vmid_regs(2),
789 vmid_regs(3),
790 vmid_regs(4),
791 vmid_regs(5),
792 vmid_regs(6),
793 vmid_regs(7),
794 vmid_regs(8),
795 vmid_regs(9),
796 vmid_regs(10),
797 vmid_regs(11),
798 vmid_regs(12),
799 vmid_regs(13),
800 vmid_regs(14),
801 vmid_regs(15)
802 };
803
804 static const struct dcn20_vmid_shift vmid_shifts = {
805 DCN20_VMID_MASK_SH_LIST(__SHIFT)
806 };
807
808 static const struct dcn20_vmid_mask vmid_masks = {
809 DCN20_VMID_MASK_SH_LIST(_MASK)
810 };
811
812 static const struct resource_caps res_cap_dcn301 = {
813 .num_timing_generator = 4,
814 .num_opp = 4,
815 .num_video_plane = 4,
816 .num_audio = 4,
817 .num_stream_encoder = 4,
818 .num_pll = 4,
819 .num_dwb = 1,
820 .num_ddc = 4,
821 .num_vmid = 16,
822 .num_mpc_3dlut = 2,
823 .num_dsc = 3,
824 };
825
826 static const struct dc_plane_cap plane_cap = {
827 .type = DC_PLANE_TYPE_DCN_UNIVERSAL,
828 .blends_with_above = true,
829 .blends_with_below = true,
830 .per_pixel_alpha = true,
831
832 .pixel_format_support = {
833 .argb8888 = true,
834 .nv12 = true,
835 .fp16 = true,
836 .p010 = false,
837 .ayuv = false,
838 },
839
840 .max_upscale_factor = {
841 .argb8888 = 16000,
842 .nv12 = 16000,
843 .fp16 = 16000
844 },
845
846 /* 6:1 downscaling ratio: 1000/6 = 166.666 */
847 .max_downscale_factor = {
848 .argb8888 = 167,
849 .nv12 = 167,
850 .fp16 = 167
851 },
852 64,
853 64
854 };
855
856 static const struct dc_debug_options debug_defaults_drv = {
857 .disable_dmcu = true,
858 .force_abm_enable = false,
859 .timing_trace = false,
860 .clock_trace = true,
861 .disable_dpp_power_gate = false,
862 .disable_hubp_power_gate = false,
863 .disable_clock_gate = true,
864 .disable_pplib_clock_request = true,
865 .disable_pplib_wm_range = true,
866 .pipe_split_policy = MPC_SPLIT_AVOID,
867 .force_single_disp_pipe_split = false,
868 .disable_dcc = DCC_ENABLE,
869 .vsr_support = true,
870 .performance_trace = false,
871 .max_downscale_src_width = 7680,/*upto 8K*/
872 .scl_reset_length10 = true,
873 .sanity_checks = false,
874 .underflow_assert_delay_us = 0xFFFFFFFF,
875 .dwb_fi_phase = -1, // -1 = disable
876 .dmub_command_table = true,
877 .use_max_lb = false,
878 };
879
880 static const struct dc_debug_options debug_defaults_diags = {
881 .disable_dmcu = true,
882 .force_abm_enable = false,
883 .timing_trace = true,
884 .clock_trace = true,
885 .disable_dpp_power_gate = false,
886 .disable_hubp_power_gate = false,
887 .disable_clock_gate = true,
888 .disable_pplib_clock_request = true,
889 .disable_pplib_wm_range = true,
890 .disable_stutter = true,
891 .scl_reset_length10 = true,
892 .dwb_fi_phase = -1, // -1 = disable
893 .dmub_command_table = true,
894 .use_max_lb = false,
895 };
896
dcn301_dpp_destroy(struct dpp ** dpp)897 void dcn301_dpp_destroy(struct dpp **dpp)
898 {
899 kfree(TO_DCN20_DPP(*dpp));
900 *dpp = NULL;
901 }
902
dcn301_dpp_create(struct dc_context * ctx,uint32_t inst)903 struct dpp *dcn301_dpp_create(
904 struct dc_context *ctx,
905 uint32_t inst)
906 {
907 struct dcn3_dpp *dpp =
908 kzalloc(sizeof(struct dcn3_dpp), GFP_KERNEL);
909
910 if (!dpp)
911 return NULL;
912
913 if (dpp3_construct(dpp, ctx, inst,
914 &dpp_regs[inst], &tf_shift, &tf_mask))
915 return &dpp->base;
916
917 BREAK_TO_DEBUGGER();
918 kfree(dpp);
919 return NULL;
920 }
dcn301_opp_create(struct dc_context * ctx,uint32_t inst)921 struct output_pixel_processor *dcn301_opp_create(
922 struct dc_context *ctx, uint32_t inst)
923 {
924 struct dcn20_opp *opp =
925 kzalloc(sizeof(struct dcn20_opp), GFP_KERNEL);
926
927 if (!opp) {
928 BREAK_TO_DEBUGGER();
929 return NULL;
930 }
931
932 dcn20_opp_construct(opp, ctx, inst,
933 &opp_regs[inst], &opp_shift, &opp_mask);
934 return &opp->base;
935 }
936
dcn301_aux_engine_create(struct dc_context * ctx,uint32_t inst)937 struct dce_aux *dcn301_aux_engine_create(
938 struct dc_context *ctx,
939 uint32_t inst)
940 {
941 struct aux_engine_dce110 *aux_engine =
942 kzalloc(sizeof(struct aux_engine_dce110), GFP_KERNEL);
943
944 if (!aux_engine)
945 return NULL;
946
947 dce110_aux_engine_construct(aux_engine, ctx, inst,
948 SW_AUX_TIMEOUT_PERIOD_MULTIPLIER * AUX_TIMEOUT_PERIOD,
949 &aux_engine_regs[inst],
950 &aux_mask,
951 &aux_shift,
952 ctx->dc->caps.extended_aux_timeout_support);
953
954 return &aux_engine->base;
955 }
956 #define i2c_inst_regs(id) { I2C_HW_ENGINE_COMMON_REG_LIST(id) }
957
958 static const struct dce_i2c_registers i2c_hw_regs[] = {
959 i2c_inst_regs(1),
960 i2c_inst_regs(2),
961 i2c_inst_regs(3),
962 i2c_inst_regs(4),
963 };
964
965 static const struct dce_i2c_shift i2c_shifts = {
966 I2C_COMMON_MASK_SH_LIST_DCN2(__SHIFT)
967 };
968
969 static const struct dce_i2c_mask i2c_masks = {
970 I2C_COMMON_MASK_SH_LIST_DCN2(_MASK)
971 };
972
dcn301_i2c_hw_create(struct dc_context * ctx,uint32_t inst)973 struct dce_i2c_hw *dcn301_i2c_hw_create(
974 struct dc_context *ctx,
975 uint32_t inst)
976 {
977 struct dce_i2c_hw *dce_i2c_hw =
978 kzalloc(sizeof(struct dce_i2c_hw), GFP_KERNEL);
979
980 if (!dce_i2c_hw)
981 return NULL;
982
983 dcn2_i2c_hw_construct(dce_i2c_hw, ctx, inst,
984 &i2c_hw_regs[inst], &i2c_shifts, &i2c_masks);
985
986 return dce_i2c_hw;
987 }
dcn301_mpc_create(struct dc_context * ctx,int num_mpcc,int num_rmu)988 static struct mpc *dcn301_mpc_create(
989 struct dc_context *ctx,
990 int num_mpcc,
991 int num_rmu)
992 {
993 struct dcn30_mpc *mpc30 = kzalloc(sizeof(struct dcn30_mpc),
994 GFP_KERNEL);
995
996 if (!mpc30)
997 return NULL;
998
999 dcn30_mpc_construct(mpc30, ctx,
1000 &mpc_regs,
1001 &mpc_shift,
1002 &mpc_mask,
1003 num_mpcc,
1004 num_rmu);
1005
1006 return &mpc30->base;
1007 }
1008
dcn301_hubbub_create(struct dc_context * ctx)1009 struct hubbub *dcn301_hubbub_create(struct dc_context *ctx)
1010 {
1011 int i;
1012
1013 struct dcn20_hubbub *hubbub3 = kzalloc(sizeof(struct dcn20_hubbub),
1014 GFP_KERNEL);
1015
1016 if (!hubbub3)
1017 return NULL;
1018
1019 hubbub301_construct(hubbub3, ctx,
1020 &hubbub_reg,
1021 &hubbub_shift,
1022 &hubbub_mask);
1023
1024
1025 for (i = 0; i < res_cap_dcn301.num_vmid; i++) {
1026 struct dcn20_vmid *vmid = &hubbub3->vmid[i];
1027
1028 vmid->ctx = ctx;
1029
1030 vmid->regs = &vmid_regs[i];
1031 vmid->shifts = &vmid_shifts;
1032 vmid->masks = &vmid_masks;
1033 }
1034
1035 hubbub3->num_vmid = res_cap_dcn301.num_vmid;
1036
1037 return &hubbub3->base;
1038 }
1039
dcn301_timing_generator_create(struct dc_context * ctx,uint32_t instance)1040 struct timing_generator *dcn301_timing_generator_create(
1041 struct dc_context *ctx,
1042 uint32_t instance)
1043 {
1044 struct optc *tgn10 =
1045 kzalloc(sizeof(struct optc), GFP_KERNEL);
1046
1047 if (!tgn10)
1048 return NULL;
1049
1050 tgn10->base.inst = instance;
1051 tgn10->base.ctx = ctx;
1052
1053 tgn10->tg_regs = &optc_regs[instance];
1054 tgn10->tg_shift = &optc_shift;
1055 tgn10->tg_mask = &optc_mask;
1056
1057 dcn30_timing_generator_init(tgn10);
1058
1059 return &tgn10->base;
1060 }
1061
1062 static const struct encoder_feature_support link_enc_feature = {
1063 .max_hdmi_deep_color = COLOR_DEPTH_121212,
1064 .max_hdmi_pixel_clock = 600000,
1065 .hdmi_ycbcr420_supported = true,
1066 .dp_ycbcr420_supported = true,
1067 .fec_supported = true,
1068 .flags.bits.IS_HBR2_CAPABLE = true,
1069 .flags.bits.IS_HBR3_CAPABLE = true,
1070 .flags.bits.IS_TPS3_CAPABLE = true,
1071 .flags.bits.IS_TPS4_CAPABLE = true
1072 };
1073
dcn301_link_encoder_create(const struct encoder_init_data * enc_init_data)1074 struct link_encoder *dcn301_link_encoder_create(
1075 const struct encoder_init_data *enc_init_data)
1076 {
1077 struct dcn20_link_encoder *enc20 =
1078 kzalloc(sizeof(struct dcn20_link_encoder), GFP_KERNEL);
1079
1080 if (!enc20)
1081 return NULL;
1082
1083 dcn301_link_encoder_construct(enc20,
1084 enc_init_data,
1085 &link_enc_feature,
1086 &link_enc_regs[enc_init_data->transmitter],
1087 &link_enc_aux_regs[enc_init_data->channel - 1],
1088 &link_enc_hpd_regs[enc_init_data->hpd_source],
1089 &le_shift,
1090 &le_mask);
1091
1092 return &enc20->enc10.base;
1093 }
1094
dcn301_panel_cntl_create(const struct panel_cntl_init_data * init_data)1095 struct panel_cntl *dcn301_panel_cntl_create(const struct panel_cntl_init_data *init_data)
1096 {
1097 struct dcn301_panel_cntl *panel_cntl =
1098 kzalloc(sizeof(struct dcn301_panel_cntl), GFP_KERNEL);
1099
1100 if (!panel_cntl)
1101 return NULL;
1102
1103 dcn301_panel_cntl_construct(panel_cntl,
1104 init_data,
1105 &panel_cntl_regs[init_data->inst],
1106 &panel_cntl_shift,
1107 &panel_cntl_mask);
1108
1109 return &panel_cntl->base;
1110 }
1111
1112
1113 #define CTX ctx
1114
1115 #define REG(reg_name) \
1116 (DCN_BASE.instance[0].segment[mm ## reg_name ## _BASE_IDX] + mm ## reg_name)
1117
read_pipe_fuses(struct dc_context * ctx)1118 static uint32_t read_pipe_fuses(struct dc_context *ctx)
1119 {
1120 uint32_t value = REG_READ(CC_DC_PIPE_DIS);
1121 /* RV1 support max 4 pipes */
1122 value = value & 0xf;
1123 return value;
1124 }
1125
1126
read_dce_straps(struct dc_context * ctx,struct resource_straps * straps)1127 static void read_dce_straps(
1128 struct dc_context *ctx,
1129 struct resource_straps *straps)
1130 {
1131 generic_reg_get(ctx, mmDC_PINSTRAPS + BASE(mmDC_PINSTRAPS_BASE_IDX),
1132 FN(DC_PINSTRAPS, DC_PINSTRAPS_AUDIO), &straps->dc_pinstraps_audio);
1133
1134 }
1135
dcn301_create_audio(struct dc_context * ctx,unsigned int inst)1136 static struct audio *dcn301_create_audio(
1137 struct dc_context *ctx, unsigned int inst)
1138 {
1139 return dce_audio_create(ctx, inst,
1140 &audio_regs[inst], &audio_shift, &audio_mask);
1141 }
1142
dcn301_vpg_create(struct dc_context * ctx,uint32_t inst)1143 static struct vpg *dcn301_vpg_create(
1144 struct dc_context *ctx,
1145 uint32_t inst)
1146 {
1147 struct dcn30_vpg *vpg3 = kzalloc(sizeof(struct dcn30_vpg), GFP_KERNEL);
1148
1149 if (!vpg3)
1150 return NULL;
1151
1152 vpg3_construct(vpg3, ctx, inst,
1153 &vpg_regs[inst],
1154 &vpg_shift,
1155 &vpg_mask);
1156
1157 return &vpg3->base;
1158 }
1159
dcn301_afmt_create(struct dc_context * ctx,uint32_t inst)1160 static struct afmt *dcn301_afmt_create(
1161 struct dc_context *ctx,
1162 uint32_t inst)
1163 {
1164 struct dcn30_afmt *afmt3 = kzalloc(sizeof(struct dcn30_afmt), GFP_KERNEL);
1165
1166 if (!afmt3)
1167 return NULL;
1168
1169 afmt3_construct(afmt3, ctx, inst,
1170 &afmt_regs[inst],
1171 &afmt_shift,
1172 &afmt_mask);
1173
1174 return &afmt3->base;
1175 }
1176
dcn301_stream_encoder_create(enum engine_id eng_id,struct dc_context * ctx)1177 struct stream_encoder *dcn301_stream_encoder_create(
1178 enum engine_id eng_id,
1179 struct dc_context *ctx)
1180 {
1181 struct dcn10_stream_encoder *enc1;
1182 struct vpg *vpg;
1183 struct afmt *afmt;
1184 int vpg_inst;
1185 int afmt_inst;
1186
1187 /* Mapping of VPG, AFMT, DME register blocks to DIO block instance */
1188 if (eng_id <= ENGINE_ID_DIGF) {
1189 vpg_inst = eng_id;
1190 afmt_inst = eng_id;
1191 } else
1192 return NULL;
1193
1194 enc1 = kzalloc(sizeof(struct dcn10_stream_encoder), GFP_KERNEL);
1195 vpg = dcn301_vpg_create(ctx, vpg_inst);
1196 afmt = dcn301_afmt_create(ctx, afmt_inst);
1197
1198 if (!enc1 || !vpg || !afmt || eng_id >= ARRAY_SIZE(stream_enc_regs)) {
1199 kfree(enc1);
1200 kfree(vpg);
1201 kfree(afmt);
1202 return NULL;
1203 }
1204
1205 dcn30_dio_stream_encoder_construct(enc1, ctx, ctx->dc_bios,
1206 eng_id, vpg, afmt,
1207 &stream_enc_regs[eng_id],
1208 &se_shift, &se_mask);
1209
1210 return &enc1->base;
1211 }
1212
dcn301_hwseq_create(struct dc_context * ctx)1213 struct dce_hwseq *dcn301_hwseq_create(
1214 struct dc_context *ctx)
1215 {
1216 struct dce_hwseq *hws = kzalloc(sizeof(struct dce_hwseq), GFP_KERNEL);
1217
1218 if (hws) {
1219 hws->ctx = ctx;
1220 hws->regs = &hwseq_reg;
1221 hws->shifts = &hwseq_shift;
1222 hws->masks = &hwseq_mask;
1223 }
1224 return hws;
1225 }
1226 static const struct resource_create_funcs res_create_funcs = {
1227 .read_dce_straps = read_dce_straps,
1228 .create_audio = dcn301_create_audio,
1229 .create_stream_encoder = dcn301_stream_encoder_create,
1230 .create_hwseq = dcn301_hwseq_create,
1231 };
1232
1233 static const struct resource_create_funcs res_create_maximus_funcs = {
1234 .read_dce_straps = NULL,
1235 .create_audio = NULL,
1236 .create_stream_encoder = NULL,
1237 .create_hwseq = dcn301_hwseq_create,
1238 };
1239
dcn301_destruct(struct dcn301_resource_pool * pool)1240 static void dcn301_destruct(struct dcn301_resource_pool *pool)
1241 {
1242 unsigned int i;
1243
1244 for (i = 0; i < pool->base.stream_enc_count; i++) {
1245 if (pool->base.stream_enc[i] != NULL) {
1246 if (pool->base.stream_enc[i]->vpg != NULL) {
1247 kfree(DCN30_VPG_FROM_VPG(pool->base.stream_enc[i]->vpg));
1248 pool->base.stream_enc[i]->vpg = NULL;
1249 }
1250 if (pool->base.stream_enc[i]->afmt != NULL) {
1251 kfree(DCN30_AFMT_FROM_AFMT(pool->base.stream_enc[i]->afmt));
1252 pool->base.stream_enc[i]->afmt = NULL;
1253 }
1254 kfree(DCN10STRENC_FROM_STRENC(pool->base.stream_enc[i]));
1255 pool->base.stream_enc[i] = NULL;
1256 }
1257 }
1258
1259 for (i = 0; i < pool->base.res_cap->num_dsc; i++) {
1260 if (pool->base.dscs[i] != NULL)
1261 dcn20_dsc_destroy(&pool->base.dscs[i]);
1262 }
1263
1264 if (pool->base.mpc != NULL) {
1265 kfree(TO_DCN20_MPC(pool->base.mpc));
1266 pool->base.mpc = NULL;
1267 }
1268 if (pool->base.hubbub != NULL) {
1269 kfree(pool->base.hubbub);
1270 pool->base.hubbub = NULL;
1271 }
1272 for (i = 0; i < pool->base.pipe_count; i++) {
1273 if (pool->base.dpps[i] != NULL)
1274 dcn301_dpp_destroy(&pool->base.dpps[i]);
1275
1276 if (pool->base.ipps[i] != NULL)
1277 pool->base.ipps[i]->funcs->ipp_destroy(&pool->base.ipps[i]);
1278
1279 if (pool->base.hubps[i] != NULL) {
1280 kfree(TO_DCN20_HUBP(pool->base.hubps[i]));
1281 pool->base.hubps[i] = NULL;
1282 }
1283
1284 if (pool->base.irqs != NULL) {
1285 dal_irq_service_destroy(&pool->base.irqs);
1286 }
1287 }
1288
1289 for (i = 0; i < pool->base.res_cap->num_ddc; i++) {
1290 if (pool->base.engines[i] != NULL)
1291 dce110_engine_destroy(&pool->base.engines[i]);
1292 if (pool->base.hw_i2cs[i] != NULL) {
1293 kfree(pool->base.hw_i2cs[i]);
1294 pool->base.hw_i2cs[i] = NULL;
1295 }
1296 if (pool->base.sw_i2cs[i] != NULL) {
1297 kfree(pool->base.sw_i2cs[i]);
1298 pool->base.sw_i2cs[i] = NULL;
1299 }
1300 }
1301
1302 for (i = 0; i < pool->base.res_cap->num_opp; i++) {
1303 if (pool->base.opps[i] != NULL)
1304 pool->base.opps[i]->funcs->opp_destroy(&pool->base.opps[i]);
1305 }
1306
1307 for (i = 0; i < pool->base.res_cap->num_timing_generator; i++) {
1308 if (pool->base.timing_generators[i] != NULL) {
1309 kfree(DCN10TG_FROM_TG(pool->base.timing_generators[i]));
1310 pool->base.timing_generators[i] = NULL;
1311 }
1312 }
1313
1314 for (i = 0; i < pool->base.res_cap->num_dwb; i++) {
1315 if (pool->base.dwbc[i] != NULL) {
1316 kfree(TO_DCN30_DWBC(pool->base.dwbc[i]));
1317 pool->base.dwbc[i] = NULL;
1318 }
1319 if (pool->base.mcif_wb[i] != NULL) {
1320 kfree(TO_DCN30_MMHUBBUB(pool->base.mcif_wb[i]));
1321 pool->base.mcif_wb[i] = NULL;
1322 }
1323 }
1324
1325 for (i = 0; i < pool->base.audio_count; i++) {
1326 if (pool->base.audios[i])
1327 dce_aud_destroy(&pool->base.audios[i]);
1328 }
1329
1330 for (i = 0; i < pool->base.clk_src_count; i++) {
1331 if (pool->base.clock_sources[i] != NULL) {
1332 dcn20_clock_source_destroy(&pool->base.clock_sources[i]);
1333 pool->base.clock_sources[i] = NULL;
1334 }
1335 }
1336
1337 for (i = 0; i < pool->base.res_cap->num_mpc_3dlut; i++) {
1338 if (pool->base.mpc_lut[i] != NULL) {
1339 dc_3dlut_func_release(pool->base.mpc_lut[i]);
1340 pool->base.mpc_lut[i] = NULL;
1341 }
1342 if (pool->base.mpc_shaper[i] != NULL) {
1343 dc_transfer_func_release(pool->base.mpc_shaper[i]);
1344 pool->base.mpc_shaper[i] = NULL;
1345 }
1346 }
1347
1348 if (pool->base.dp_clock_source != NULL) {
1349 dcn20_clock_source_destroy(&pool->base.dp_clock_source);
1350 pool->base.dp_clock_source = NULL;
1351 }
1352
1353 for (i = 0; i < pool->base.res_cap->num_timing_generator; i++) {
1354 if (pool->base.multiple_abms[i] != NULL)
1355 dce_abm_destroy(&pool->base.multiple_abms[i]);
1356 }
1357
1358 if (pool->base.dccg != NULL)
1359 dcn_dccg_destroy(&pool->base.dccg);
1360 }
1361
dcn301_hubp_create(struct dc_context * ctx,uint32_t inst)1362 struct hubp *dcn301_hubp_create(
1363 struct dc_context *ctx,
1364 uint32_t inst)
1365 {
1366 struct dcn20_hubp *hubp2 =
1367 kzalloc(sizeof(struct dcn20_hubp), GFP_KERNEL);
1368
1369 if (!hubp2)
1370 return NULL;
1371
1372 if (hubp3_construct(hubp2, ctx, inst,
1373 &hubp_regs[inst], &hubp_shift, &hubp_mask))
1374 return &hubp2->base;
1375
1376 BREAK_TO_DEBUGGER();
1377 kfree(hubp2);
1378 return NULL;
1379 }
1380
dcn301_dwbc_create(struct dc_context * ctx,struct resource_pool * pool)1381 bool dcn301_dwbc_create(struct dc_context *ctx, struct resource_pool *pool)
1382 {
1383 int i;
1384 uint32_t pipe_count = pool->res_cap->num_dwb;
1385
1386 for (i = 0; i < pipe_count; i++) {
1387 struct dcn30_dwbc *dwbc30 = kzalloc(sizeof(struct dcn30_dwbc),
1388 GFP_KERNEL);
1389
1390 if (!dwbc30) {
1391 dm_error("DC: failed to create dwbc30!\n");
1392 return false;
1393 }
1394
1395 dcn30_dwbc_construct(dwbc30, ctx,
1396 &dwbc30_regs[i],
1397 &dwbc30_shift,
1398 &dwbc30_mask,
1399 i);
1400
1401 pool->dwbc[i] = &dwbc30->base;
1402 }
1403 return true;
1404 }
1405
dcn301_mmhubbub_create(struct dc_context * ctx,struct resource_pool * pool)1406 bool dcn301_mmhubbub_create(struct dc_context *ctx, struct resource_pool *pool)
1407 {
1408 int i;
1409 uint32_t pipe_count = pool->res_cap->num_dwb;
1410
1411 for (i = 0; i < pipe_count; i++) {
1412 struct dcn30_mmhubbub *mcif_wb30 = kzalloc(sizeof(struct dcn30_mmhubbub),
1413 GFP_KERNEL);
1414
1415 if (!mcif_wb30) {
1416 dm_error("DC: failed to create mcif_wb30!\n");
1417 return false;
1418 }
1419
1420 dcn30_mmhubbub_construct(mcif_wb30, ctx,
1421 &mcif_wb30_regs[i],
1422 &mcif_wb30_shift,
1423 &mcif_wb30_mask,
1424 i);
1425
1426 pool->mcif_wb[i] = &mcif_wb30->base;
1427 }
1428 return true;
1429 }
1430
dcn301_dsc_create(struct dc_context * ctx,uint32_t inst)1431 static struct display_stream_compressor *dcn301_dsc_create(
1432 struct dc_context *ctx, uint32_t inst)
1433 {
1434 struct dcn20_dsc *dsc =
1435 kzalloc(sizeof(struct dcn20_dsc), GFP_KERNEL);
1436
1437 if (!dsc) {
1438 BREAK_TO_DEBUGGER();
1439 return NULL;
1440 }
1441
1442 dsc2_construct(dsc, ctx, inst, &dsc_regs[inst], &dsc_shift, &dsc_mask);
1443 return &dsc->base;
1444 }
1445
1446
dcn301_destroy_resource_pool(struct resource_pool ** pool)1447 static void dcn301_destroy_resource_pool(struct resource_pool **pool)
1448 {
1449 struct dcn301_resource_pool *dcn301_pool = TO_DCN301_RES_POOL(*pool);
1450
1451 dcn301_destruct(dcn301_pool);
1452 kfree(dcn301_pool);
1453 *pool = NULL;
1454 }
1455
dcn301_clock_source_create(struct dc_context * ctx,struct dc_bios * bios,enum clock_source_id id,const struct dce110_clk_src_regs * regs,bool dp_clk_src)1456 static struct clock_source *dcn301_clock_source_create(
1457 struct dc_context *ctx,
1458 struct dc_bios *bios,
1459 enum clock_source_id id,
1460 const struct dce110_clk_src_regs *regs,
1461 bool dp_clk_src)
1462 {
1463 struct dce110_clk_src *clk_src =
1464 kzalloc(sizeof(struct dce110_clk_src), GFP_KERNEL);
1465
1466 if (!clk_src)
1467 return NULL;
1468
1469 if (dcn301_clk_src_construct(clk_src, ctx, bios, id,
1470 regs, &cs_shift, &cs_mask)) {
1471 clk_src->base.dp_clk_src = dp_clk_src;
1472 return &clk_src->base;
1473 }
1474
1475 BREAK_TO_DEBUGGER();
1476 return NULL;
1477 }
1478
1479 static struct dc_cap_funcs cap_funcs = {
1480 .get_dcc_compression_cap = dcn20_get_dcc_compression_cap
1481 };
1482
1483 #define fixed16_to_double(x) (((double) x) / ((double) (1 << 16)))
1484 #define fixed16_to_double_to_cpu(x) fixed16_to_double(le32_to_cpu(x))
1485
is_soc_bounding_box_valid(struct dc * dc)1486 static bool is_soc_bounding_box_valid(struct dc *dc)
1487 {
1488 uint32_t hw_internal_rev = dc->ctx->asic_id.hw_internal_rev;
1489
1490 if (ASICREV_IS_VANGOGH(hw_internal_rev))
1491 return true;
1492
1493 return false;
1494 }
1495
init_soc_bounding_box(struct dc * dc,struct dcn301_resource_pool * pool)1496 static bool init_soc_bounding_box(struct dc *dc,
1497 struct dcn301_resource_pool *pool)
1498 {
1499 struct _vcs_dpi_soc_bounding_box_st *loaded_bb = &dcn3_01_soc;
1500 struct _vcs_dpi_ip_params_st *loaded_ip = &dcn3_01_ip;
1501
1502 DC_LOGGER_INIT(dc->ctx->logger);
1503
1504 if (!is_soc_bounding_box_valid(dc)) {
1505 DC_LOG_ERROR("%s: not valid soc bounding box\n", __func__);
1506 return false;
1507 }
1508
1509 loaded_ip->max_num_otg = pool->base.res_cap->num_timing_generator;
1510 loaded_ip->max_num_dpp = pool->base.pipe_count;
1511 dcn20_patch_bounding_box(dc, loaded_bb);
1512
1513 if (dc->ctx->dc_bios->funcs->get_soc_bb_info) {
1514 struct bp_soc_bb_info bb_info = {0};
1515
1516 if (dc->ctx->dc_bios->funcs->get_soc_bb_info(dc->ctx->dc_bios, &bb_info) == BP_RESULT_OK) {
1517 if (bb_info.dram_clock_change_latency_100ns > 0)
1518 dcn3_01_soc.dram_clock_change_latency_us = bb_info.dram_clock_change_latency_100ns * 10;
1519
1520 if (bb_info.dram_sr_enter_exit_latency_100ns > 0)
1521 dcn3_01_soc.sr_enter_plus_exit_time_us = bb_info.dram_sr_enter_exit_latency_100ns * 10;
1522
1523 if (bb_info.dram_sr_exit_latency_100ns > 0)
1524 dcn3_01_soc.sr_exit_time_us = bb_info.dram_sr_exit_latency_100ns * 10;
1525 }
1526 }
1527
1528 return true;
1529 }
1530
set_wm_ranges(struct pp_smu_funcs * pp_smu,struct _vcs_dpi_soc_bounding_box_st * loaded_bb)1531 static void set_wm_ranges(
1532 struct pp_smu_funcs *pp_smu,
1533 struct _vcs_dpi_soc_bounding_box_st *loaded_bb)
1534 {
1535 struct pp_smu_wm_range_sets ranges = {0};
1536 int i;
1537
1538 ranges.num_reader_wm_sets = 0;
1539
1540 if (loaded_bb->num_states == 1) {
1541 ranges.reader_wm_sets[0].wm_inst = 0;
1542 ranges.reader_wm_sets[0].min_drain_clk_mhz = PP_SMU_WM_SET_RANGE_CLK_UNCONSTRAINED_MIN;
1543 ranges.reader_wm_sets[0].max_drain_clk_mhz = PP_SMU_WM_SET_RANGE_CLK_UNCONSTRAINED_MAX;
1544 ranges.reader_wm_sets[0].min_fill_clk_mhz = PP_SMU_WM_SET_RANGE_CLK_UNCONSTRAINED_MIN;
1545 ranges.reader_wm_sets[0].max_fill_clk_mhz = PP_SMU_WM_SET_RANGE_CLK_UNCONSTRAINED_MAX;
1546
1547 ranges.num_reader_wm_sets = 1;
1548 } else if (loaded_bb->num_states > 1) {
1549 for (i = 0; i < 4 && i < loaded_bb->num_states; i++) {
1550 ranges.reader_wm_sets[i].wm_inst = i;
1551 ranges.reader_wm_sets[i].min_drain_clk_mhz = PP_SMU_WM_SET_RANGE_CLK_UNCONSTRAINED_MIN;
1552 ranges.reader_wm_sets[i].max_drain_clk_mhz = PP_SMU_WM_SET_RANGE_CLK_UNCONSTRAINED_MAX;
1553 ranges.reader_wm_sets[i].min_fill_clk_mhz = (i > 0) ? (loaded_bb->clock_limits[i - 1].dram_speed_mts / 16) + 1 : 0;
1554 ranges.reader_wm_sets[i].max_fill_clk_mhz = loaded_bb->clock_limits[i].dram_speed_mts / 16;
1555
1556 ranges.num_reader_wm_sets = i + 1;
1557 }
1558
1559 ranges.reader_wm_sets[0].min_fill_clk_mhz = PP_SMU_WM_SET_RANGE_CLK_UNCONSTRAINED_MIN;
1560 ranges.reader_wm_sets[ranges.num_reader_wm_sets - 1].max_fill_clk_mhz = PP_SMU_WM_SET_RANGE_CLK_UNCONSTRAINED_MAX;
1561 }
1562
1563 ranges.num_writer_wm_sets = 1;
1564
1565 ranges.writer_wm_sets[0].wm_inst = 0;
1566 ranges.writer_wm_sets[0].min_fill_clk_mhz = PP_SMU_WM_SET_RANGE_CLK_UNCONSTRAINED_MIN;
1567 ranges.writer_wm_sets[0].max_fill_clk_mhz = PP_SMU_WM_SET_RANGE_CLK_UNCONSTRAINED_MAX;
1568 ranges.writer_wm_sets[0].min_drain_clk_mhz = PP_SMU_WM_SET_RANGE_CLK_UNCONSTRAINED_MIN;
1569 ranges.writer_wm_sets[0].max_drain_clk_mhz = PP_SMU_WM_SET_RANGE_CLK_UNCONSTRAINED_MAX;
1570
1571 /* Notify PP Lib/SMU which Watermarks to use for which clock ranges */
1572 pp_smu->nv_funcs.set_wm_ranges(&pp_smu->nv_funcs.pp_smu, &ranges);
1573 }
1574
dcn301_update_bw_bounding_box(struct dc * dc,struct clk_bw_params * bw_params)1575 static void dcn301_update_bw_bounding_box(struct dc *dc, struct clk_bw_params *bw_params)
1576 {
1577 struct dcn301_resource_pool *pool = TO_DCN301_RES_POOL(dc->res_pool);
1578 struct clk_limit_table *clk_table = &bw_params->clk_table;
1579 struct _vcs_dpi_voltage_scaling_st clock_limits[DC__VOLTAGE_STATES];
1580 unsigned int i, closest_clk_lvl;
1581 int j;
1582
1583 // Default clock levels are used for diags, which may lead to overclocking.
1584 if (!IS_DIAG_DC(dc->ctx->dce_environment)) {
1585 dcn3_01_ip.max_num_otg = pool->base.res_cap->num_timing_generator;
1586 dcn3_01_ip.max_num_dpp = pool->base.pipe_count;
1587 dcn3_01_soc.num_chans = bw_params->num_channels;
1588
1589 ASSERT(clk_table->num_entries);
1590 for (i = 0; i < clk_table->num_entries; i++) {
1591 /* loop backwards*/
1592 for (closest_clk_lvl = 0, j = dcn3_01_soc.num_states - 1; j >= 0; j--) {
1593 if ((unsigned int) dcn3_01_soc.clock_limits[j].dcfclk_mhz <= clk_table->entries[i].dcfclk_mhz) {
1594 closest_clk_lvl = j;
1595 break;
1596 }
1597 }
1598
1599 clock_limits[i].state = i;
1600 clock_limits[i].dcfclk_mhz = clk_table->entries[i].dcfclk_mhz;
1601 clock_limits[i].fabricclk_mhz = clk_table->entries[i].fclk_mhz;
1602 clock_limits[i].socclk_mhz = clk_table->entries[i].socclk_mhz;
1603 clock_limits[i].dram_speed_mts = clk_table->entries[i].memclk_mhz * 2;
1604
1605 clock_limits[i].dispclk_mhz = dcn3_01_soc.clock_limits[closest_clk_lvl].dispclk_mhz;
1606 clock_limits[i].dppclk_mhz = dcn3_01_soc.clock_limits[closest_clk_lvl].dppclk_mhz;
1607 clock_limits[i].dram_bw_per_chan_gbps = dcn3_01_soc.clock_limits[closest_clk_lvl].dram_bw_per_chan_gbps;
1608 clock_limits[i].dscclk_mhz = dcn3_01_soc.clock_limits[closest_clk_lvl].dscclk_mhz;
1609 clock_limits[i].dtbclk_mhz = dcn3_01_soc.clock_limits[closest_clk_lvl].dtbclk_mhz;
1610 clock_limits[i].phyclk_d18_mhz = dcn3_01_soc.clock_limits[closest_clk_lvl].phyclk_d18_mhz;
1611 clock_limits[i].phyclk_mhz = dcn3_01_soc.clock_limits[closest_clk_lvl].phyclk_mhz;
1612 }
1613 for (i = 0; i < clk_table->num_entries; i++)
1614 dcn3_01_soc.clock_limits[i] = clock_limits[i];
1615 if (clk_table->num_entries) {
1616 dcn3_01_soc.num_states = clk_table->num_entries;
1617 /* duplicate last level */
1618 dcn3_01_soc.clock_limits[dcn3_01_soc.num_states] = dcn3_01_soc.clock_limits[dcn3_01_soc.num_states - 1];
1619 dcn3_01_soc.clock_limits[dcn3_01_soc.num_states].state = dcn3_01_soc.num_states;
1620 }
1621 }
1622
1623 dcn3_01_soc.dispclk_dppclk_vco_speed_mhz = dc->clk_mgr->dentist_vco_freq_khz / 1000.0;
1624 dc->dml.soc.dispclk_dppclk_vco_speed_mhz = dc->clk_mgr->dentist_vco_freq_khz / 1000.0;
1625
1626 dml_init_instance(&dc->dml, &dcn3_01_soc, &dcn3_01_ip, DML_PROJECT_DCN30);
1627 }
1628
calculate_wm_set_for_vlevel(int vlevel,struct wm_range_table_entry * table_entry,struct dcn_watermarks * wm_set,struct display_mode_lib * dml,display_e2e_pipe_params_st * pipes,int pipe_cnt)1629 static void calculate_wm_set_for_vlevel(
1630 int vlevel,
1631 struct wm_range_table_entry *table_entry,
1632 struct dcn_watermarks *wm_set,
1633 struct display_mode_lib *dml,
1634 display_e2e_pipe_params_st *pipes,
1635 int pipe_cnt)
1636 {
1637 double dram_clock_change_latency_cached = dml->soc.dram_clock_change_latency_us;
1638
1639 ASSERT(vlevel < dml->soc.num_states);
1640 /* only pipe 0 is read for voltage and dcf/soc clocks */
1641 pipes[0].clks_cfg.voltage = vlevel;
1642 pipes[0].clks_cfg.dcfclk_mhz = dml->soc.clock_limits[vlevel].dcfclk_mhz;
1643 pipes[0].clks_cfg.socclk_mhz = dml->soc.clock_limits[vlevel].socclk_mhz;
1644
1645 dml->soc.dram_clock_change_latency_us = table_entry->pstate_latency_us;
1646 dml->soc.sr_exit_time_us = table_entry->sr_exit_time_us;
1647 dml->soc.sr_enter_plus_exit_time_us = table_entry->sr_enter_plus_exit_time_us;
1648
1649 wm_set->urgent_ns = get_wm_urgent(dml, pipes, pipe_cnt) * 1000;
1650 wm_set->cstate_pstate.cstate_enter_plus_exit_ns = get_wm_stutter_enter_exit(dml, pipes, pipe_cnt) * 1000;
1651 wm_set->cstate_pstate.cstate_exit_ns = get_wm_stutter_exit(dml, pipes, pipe_cnt) * 1000;
1652 wm_set->cstate_pstate.pstate_change_ns = get_wm_dram_clock_change(dml, pipes, pipe_cnt) * 1000;
1653 wm_set->pte_meta_urgent_ns = get_wm_memory_trip(dml, pipes, pipe_cnt) * 1000;
1654 wm_set->frac_urg_bw_nom = get_fraction_of_urgent_bandwidth(dml, pipes, pipe_cnt) * 1000;
1655 wm_set->frac_urg_bw_flip = get_fraction_of_urgent_bandwidth_imm_flip(dml, pipes, pipe_cnt) * 1000;
1656 wm_set->urgent_latency_ns = get_urgent_latency(dml, pipes, pipe_cnt) * 1000;
1657 dml->soc.dram_clock_change_latency_us = dram_clock_change_latency_cached;
1658
1659 }
1660
dcn301_calculate_wm_and_dlg(struct dc * dc,struct dc_state * context,display_e2e_pipe_params_st * pipes,int pipe_cnt,int vlevel_req)1661 static void dcn301_calculate_wm_and_dlg(
1662 struct dc *dc, struct dc_state *context,
1663 display_e2e_pipe_params_st *pipes,
1664 int pipe_cnt,
1665 int vlevel_req)
1666 {
1667 int i, pipe_idx;
1668 int vlevel, vlevel_max;
1669 struct wm_range_table_entry *table_entry;
1670 struct clk_bw_params *bw_params = dc->clk_mgr->bw_params;
1671
1672 ASSERT(bw_params);
1673
1674 vlevel_max = bw_params->clk_table.num_entries - 1;
1675
1676 /* WM Set D */
1677 table_entry = &bw_params->wm_table.entries[WM_D];
1678 if (table_entry->wm_type == WM_TYPE_RETRAINING)
1679 vlevel = 0;
1680 else
1681 vlevel = vlevel_max;
1682 calculate_wm_set_for_vlevel(vlevel, table_entry, &context->bw_ctx.bw.dcn.watermarks.d,
1683 &context->bw_ctx.dml, pipes, pipe_cnt);
1684 /* WM Set C */
1685 table_entry = &bw_params->wm_table.entries[WM_C];
1686 vlevel = min(max(vlevel_req, 2), vlevel_max);
1687 calculate_wm_set_for_vlevel(vlevel, table_entry, &context->bw_ctx.bw.dcn.watermarks.c,
1688 &context->bw_ctx.dml, pipes, pipe_cnt);
1689 /* WM Set B */
1690 table_entry = &bw_params->wm_table.entries[WM_B];
1691 vlevel = min(max(vlevel_req, 1), vlevel_max);
1692 calculate_wm_set_for_vlevel(vlevel, table_entry, &context->bw_ctx.bw.dcn.watermarks.b,
1693 &context->bw_ctx.dml, pipes, pipe_cnt);
1694
1695 /* WM Set A */
1696 table_entry = &bw_params->wm_table.entries[WM_A];
1697 vlevel = min(vlevel_req, vlevel_max);
1698 calculate_wm_set_for_vlevel(vlevel, table_entry, &context->bw_ctx.bw.dcn.watermarks.a,
1699 &context->bw_ctx.dml, pipes, pipe_cnt);
1700
1701 for (i = 0, pipe_idx = 0; i < dc->res_pool->pipe_count; i++) {
1702 if (!context->res_ctx.pipe_ctx[i].stream)
1703 continue;
1704
1705 pipes[pipe_idx].clks_cfg.dispclk_mhz = get_dispclk_calculated(&context->bw_ctx.dml, pipes, pipe_cnt);
1706 pipes[pipe_idx].clks_cfg.dppclk_mhz = get_dppclk_calculated(&context->bw_ctx.dml, pipes, pipe_cnt, pipe_idx);
1707
1708 if (dc->config.forced_clocks) {
1709 pipes[pipe_idx].clks_cfg.dispclk_mhz = context->bw_ctx.dml.soc.clock_limits[0].dispclk_mhz;
1710 pipes[pipe_idx].clks_cfg.dppclk_mhz = context->bw_ctx.dml.soc.clock_limits[0].dppclk_mhz;
1711 }
1712 if (dc->debug.min_disp_clk_khz > pipes[pipe_idx].clks_cfg.dispclk_mhz * 1000)
1713 pipes[pipe_idx].clks_cfg.dispclk_mhz = dc->debug.min_disp_clk_khz / 1000.0;
1714 if (dc->debug.min_dpp_clk_khz > pipes[pipe_idx].clks_cfg.dppclk_mhz * 1000)
1715 pipes[pipe_idx].clks_cfg.dppclk_mhz = dc->debug.min_dpp_clk_khz / 1000.0;
1716
1717 pipe_idx++;
1718 }
1719
1720 dcn20_calculate_dlg_params(dc, context, pipes, pipe_cnt, vlevel);
1721 }
1722
1723 static struct resource_funcs dcn301_res_pool_funcs = {
1724 .destroy = dcn301_destroy_resource_pool,
1725 .link_enc_create = dcn301_link_encoder_create,
1726 .panel_cntl_create = dcn301_panel_cntl_create,
1727 .validate_bandwidth = dcn30_validate_bandwidth,
1728 .calculate_wm_and_dlg = dcn301_calculate_wm_and_dlg,
1729 .update_soc_for_wm_a = dcn30_update_soc_for_wm_a,
1730 .populate_dml_pipes = dcn30_populate_dml_pipes_from_context,
1731 .acquire_idle_pipe_for_layer = dcn20_acquire_idle_pipe_for_layer,
1732 .add_stream_to_ctx = dcn30_add_stream_to_ctx,
1733 .add_dsc_to_stream_resource = dcn20_add_dsc_to_stream_resource,
1734 .remove_stream_from_ctx = dcn20_remove_stream_from_ctx,
1735 .populate_dml_writeback_from_context = dcn30_populate_dml_writeback_from_context,
1736 .set_mcif_arb_params = dcn30_set_mcif_arb_params,
1737 .find_first_free_match_stream_enc_for_link = dcn10_find_first_free_match_stream_enc_for_link,
1738 .acquire_post_bldn_3dlut = dcn30_acquire_post_bldn_3dlut,
1739 .release_post_bldn_3dlut = dcn30_release_post_bldn_3dlut,
1740 .update_bw_bounding_box = dcn301_update_bw_bounding_box
1741 };
1742
dcn301_resource_construct(uint8_t num_virtual_links,struct dc * dc,struct dcn301_resource_pool * pool)1743 static bool dcn301_resource_construct(
1744 uint8_t num_virtual_links,
1745 struct dc *dc,
1746 struct dcn301_resource_pool *pool)
1747 {
1748 int i, j;
1749 struct dc_context *ctx = dc->ctx;
1750 struct irq_service_init_data init_data;
1751 uint32_t pipe_fuses = read_pipe_fuses(ctx);
1752 uint32_t num_pipes = 0;
1753
1754 DC_LOGGER_INIT(dc->ctx->logger);
1755
1756 ctx->dc_bios->regs = &bios_regs;
1757
1758 pool->base.res_cap = &res_cap_dcn301;
1759
1760 pool->base.funcs = &dcn301_res_pool_funcs;
1761
1762 /*************************************************
1763 * Resource + asic cap harcoding *
1764 *************************************************/
1765 pool->base.underlay_pipe_index = NO_UNDERLAY_PIPE;
1766 pool->base.pipe_count = pool->base.res_cap->num_timing_generator;
1767 pool->base.mpcc_count = pool->base.res_cap->num_timing_generator;
1768 dc->caps.max_downscale_ratio = 600;
1769 dc->caps.i2c_speed_in_khz = 100;
1770 dc->caps.i2c_speed_in_khz_hdcp = 5; /*1.4 w/a enabled by default*/
1771 dc->caps.max_cursor_size = 256;
1772 dc->caps.min_horizontal_blanking_period = 80;
1773 dc->caps.dmdata_alloc_size = 2048;
1774 dc->caps.max_slave_planes = 1;
1775 dc->caps.max_slave_yuv_planes = 1;
1776 dc->caps.max_slave_rgb_planes = 1;
1777 dc->caps.is_apu = true;
1778 dc->caps.post_blend_color_processing = true;
1779 dc->caps.force_dp_tps4_for_cp2520 = true;
1780 dc->caps.extended_aux_timeout_support = true;
1781 #ifdef CONFIG_DRM_AMD_DC_DMUB
1782 dc->caps.dmcub_support = true;
1783 #endif
1784
1785 /* Color pipeline capabilities */
1786 dc->caps.color.dpp.dcn_arch = 1;
1787 dc->caps.color.dpp.input_lut_shared = 0;
1788 dc->caps.color.dpp.icsc = 1;
1789 dc->caps.color.dpp.dgam_ram = 0; // must use gamma_corr
1790 dc->caps.color.dpp.dgam_rom_caps.srgb = 1;
1791 dc->caps.color.dpp.dgam_rom_caps.bt2020 = 1;
1792 dc->caps.color.dpp.dgam_rom_caps.gamma2_2 = 1;
1793 dc->caps.color.dpp.dgam_rom_caps.pq = 1;
1794 dc->caps.color.dpp.dgam_rom_caps.hlg = 1;
1795 dc->caps.color.dpp.post_csc = 1;
1796 dc->caps.color.dpp.gamma_corr = 1;
1797 dc->caps.color.dpp.dgam_rom_for_yuv = 0;
1798
1799 dc->caps.color.dpp.hw_3d_lut = 1;
1800 dc->caps.color.dpp.ogam_ram = 1;
1801 // no OGAM ROM on DCN301
1802 dc->caps.color.dpp.ogam_rom_caps.srgb = 0;
1803 dc->caps.color.dpp.ogam_rom_caps.bt2020 = 0;
1804 dc->caps.color.dpp.ogam_rom_caps.gamma2_2 = 0;
1805 dc->caps.color.dpp.ogam_rom_caps.pq = 0;
1806 dc->caps.color.dpp.ogam_rom_caps.hlg = 0;
1807 dc->caps.color.dpp.ocsc = 0;
1808
1809 dc->caps.color.mpc.gamut_remap = 1;
1810 dc->caps.color.mpc.num_3dluts = pool->base.res_cap->num_mpc_3dlut; //2
1811 dc->caps.color.mpc.ogam_ram = 1;
1812 dc->caps.color.mpc.ogam_rom_caps.srgb = 0;
1813 dc->caps.color.mpc.ogam_rom_caps.bt2020 = 0;
1814 dc->caps.color.mpc.ogam_rom_caps.gamma2_2 = 0;
1815 dc->caps.color.mpc.ogam_rom_caps.pq = 0;
1816 dc->caps.color.mpc.ogam_rom_caps.hlg = 0;
1817 dc->caps.color.mpc.ocsc = 1;
1818
1819 if (dc->ctx->dce_environment == DCE_ENV_PRODUCTION_DRV)
1820 dc->debug = debug_defaults_drv;
1821 else if (dc->ctx->dce_environment == DCE_ENV_FPGA_MAXIMUS) {
1822 dc->debug = debug_defaults_diags;
1823 } else
1824 dc->debug = debug_defaults_diags;
1825 // Init the vm_helper
1826 if (dc->vm_helper)
1827 vm_helper_init(dc->vm_helper, 16);
1828
1829 /*************************************************
1830 * Create resources *
1831 *************************************************/
1832
1833 /* Clock Sources for Pixel Clock*/
1834 pool->base.clock_sources[DCN301_CLK_SRC_PLL0] =
1835 dcn301_clock_source_create(ctx, ctx->dc_bios,
1836 CLOCK_SOURCE_COMBO_PHY_PLL0,
1837 &clk_src_regs[0], false);
1838 pool->base.clock_sources[DCN301_CLK_SRC_PLL1] =
1839 dcn301_clock_source_create(ctx, ctx->dc_bios,
1840 CLOCK_SOURCE_COMBO_PHY_PLL1,
1841 &clk_src_regs[1], false);
1842 pool->base.clock_sources[DCN301_CLK_SRC_PLL2] =
1843 dcn301_clock_source_create(ctx, ctx->dc_bios,
1844 CLOCK_SOURCE_COMBO_PHY_PLL2,
1845 &clk_src_regs[2], false);
1846 pool->base.clock_sources[DCN301_CLK_SRC_PLL3] =
1847 dcn301_clock_source_create(ctx, ctx->dc_bios,
1848 CLOCK_SOURCE_COMBO_PHY_PLL3,
1849 &clk_src_regs[3], false);
1850
1851 pool->base.clk_src_count = DCN301_CLK_SRC_TOTAL;
1852
1853 /* todo: not reuse phy_pll registers */
1854 pool->base.dp_clock_source =
1855 dcn301_clock_source_create(ctx, ctx->dc_bios,
1856 CLOCK_SOURCE_ID_DP_DTO,
1857 &clk_src_regs[0], true);
1858
1859 for (i = 0; i < pool->base.clk_src_count; i++) {
1860 if (pool->base.clock_sources[i] == NULL) {
1861 dm_error("DC: failed to create clock sources!\n");
1862 BREAK_TO_DEBUGGER();
1863 goto create_fail;
1864 }
1865 }
1866
1867 /* DCCG */
1868 pool->base.dccg = dccg301_create(ctx, &dccg_regs, &dccg_shift, &dccg_mask);
1869 if (pool->base.dccg == NULL) {
1870 dm_error("DC: failed to create dccg!\n");
1871 BREAK_TO_DEBUGGER();
1872 goto create_fail;
1873 }
1874
1875 init_soc_bounding_box(dc, pool);
1876
1877 if (!dc->debug.disable_pplib_wm_range && pool->base.pp_smu->nv_funcs.set_wm_ranges)
1878 set_wm_ranges(pool->base.pp_smu, &dcn3_01_soc);
1879
1880 num_pipes = dcn3_01_ip.max_num_dpp;
1881
1882 for (i = 0; i < dcn3_01_ip.max_num_dpp; i++)
1883 if (pipe_fuses & 1 << i)
1884 num_pipes--;
1885 dcn3_01_ip.max_num_dpp = num_pipes;
1886 dcn3_01_ip.max_num_otg = num_pipes;
1887
1888
1889 dml_init_instance(&dc->dml, &dcn3_01_soc, &dcn3_01_ip, DML_PROJECT_DCN30);
1890
1891 /* IRQ */
1892 init_data.ctx = dc->ctx;
1893 pool->base.irqs = dal_irq_service_dcn30_create(&init_data);
1894 if (!pool->base.irqs)
1895 goto create_fail;
1896
1897 /* HUBBUB */
1898 pool->base.hubbub = dcn301_hubbub_create(ctx);
1899 if (pool->base.hubbub == NULL) {
1900 BREAK_TO_DEBUGGER();
1901 dm_error("DC: failed to create hubbub!\n");
1902 goto create_fail;
1903 }
1904
1905 j = 0;
1906 /* HUBPs, DPPs, OPPs and TGs */
1907 for (i = 0; i < pool->base.pipe_count; i++) {
1908
1909 /* if pipe is disabled, skip instance of HW pipe,
1910 * i.e, skip ASIC register instance
1911 */
1912 if ((pipe_fuses & (1 << i)) != 0) {
1913 DC_LOG_DEBUG("%s: fusing pipe %d\n", __func__, i);
1914 continue;
1915 }
1916
1917 pool->base.hubps[j] = dcn301_hubp_create(ctx, i);
1918 if (pool->base.hubps[j] == NULL) {
1919 BREAK_TO_DEBUGGER();
1920 dm_error(
1921 "DC: failed to create hubps!\n");
1922 goto create_fail;
1923 }
1924
1925 pool->base.dpps[j] = dcn301_dpp_create(ctx, i);
1926 if (pool->base.dpps[j] == NULL) {
1927 BREAK_TO_DEBUGGER();
1928 dm_error(
1929 "DC: failed to create dpps!\n");
1930 goto create_fail;
1931 }
1932
1933 pool->base.opps[j] = dcn301_opp_create(ctx, i);
1934 if (pool->base.opps[j] == NULL) {
1935 BREAK_TO_DEBUGGER();
1936 dm_error(
1937 "DC: failed to create output pixel processor!\n");
1938 goto create_fail;
1939 }
1940
1941 pool->base.timing_generators[j] = dcn301_timing_generator_create(ctx, i);
1942 if (pool->base.timing_generators[j] == NULL) {
1943 BREAK_TO_DEBUGGER();
1944 dm_error("DC: failed to create tg!\n");
1945 goto create_fail;
1946 }
1947 j++;
1948 }
1949 pool->base.timing_generator_count = j;
1950 pool->base.pipe_count = j;
1951 pool->base.mpcc_count = j;
1952
1953 /* ABM (or ABMs for NV2x) */
1954 /* TODO: */
1955 for (i = 0; i < pool->base.res_cap->num_timing_generator; i++) {
1956 pool->base.multiple_abms[i] = dmub_abm_create(ctx,
1957 &abm_regs[i],
1958 &abm_shift,
1959 &abm_mask);
1960 if (pool->base.multiple_abms[i] == NULL) {
1961 dm_error("DC: failed to create abm for pipe %d!\n", i);
1962 BREAK_TO_DEBUGGER();
1963 goto create_fail;
1964 }
1965 }
1966
1967 /* MPC and DSC */
1968 pool->base.mpc = dcn301_mpc_create(ctx, pool->base.mpcc_count, pool->base.res_cap->num_mpc_3dlut);
1969 if (pool->base.mpc == NULL) {
1970 BREAK_TO_DEBUGGER();
1971 dm_error("DC: failed to create mpc!\n");
1972 goto create_fail;
1973 }
1974
1975 for (i = 0; i < pool->base.res_cap->num_dsc; i++) {
1976 pool->base.dscs[i] = dcn301_dsc_create(ctx, i);
1977 if (pool->base.dscs[i] == NULL) {
1978 BREAK_TO_DEBUGGER();
1979 dm_error("DC: failed to create display stream compressor %d!\n", i);
1980 goto create_fail;
1981 }
1982 }
1983
1984 /* DWB and MMHUBBUB */
1985 if (!dcn301_dwbc_create(ctx, &pool->base)) {
1986 BREAK_TO_DEBUGGER();
1987 dm_error("DC: failed to create dwbc!\n");
1988 goto create_fail;
1989 }
1990
1991 if (!dcn301_mmhubbub_create(ctx, &pool->base)) {
1992 BREAK_TO_DEBUGGER();
1993 dm_error("DC: failed to create mcif_wb!\n");
1994 goto create_fail;
1995 }
1996
1997 /* AUX and I2C */
1998 for (i = 0; i < pool->base.res_cap->num_ddc; i++) {
1999 pool->base.engines[i] = dcn301_aux_engine_create(ctx, i);
2000 if (pool->base.engines[i] == NULL) {
2001 BREAK_TO_DEBUGGER();
2002 dm_error(
2003 "DC:failed to create aux engine!!\n");
2004 goto create_fail;
2005 }
2006 pool->base.hw_i2cs[i] = dcn301_i2c_hw_create(ctx, i);
2007 if (pool->base.hw_i2cs[i] == NULL) {
2008 BREAK_TO_DEBUGGER();
2009 dm_error(
2010 "DC:failed to create hw i2c!!\n");
2011 goto create_fail;
2012 }
2013 pool->base.sw_i2cs[i] = NULL;
2014 }
2015
2016 /* Audio, Stream Encoders including HPO and virtual, MPC 3D LUTs */
2017 if (!resource_construct(num_virtual_links, dc, &pool->base,
2018 (!IS_FPGA_MAXIMUS_DC(dc->ctx->dce_environment) ?
2019 &res_create_funcs : &res_create_maximus_funcs)))
2020 goto create_fail;
2021
2022 /* HW Sequencer and Plane caps */
2023 dcn301_hw_sequencer_construct(dc);
2024
2025 dc->caps.max_planes = pool->base.pipe_count;
2026
2027 for (i = 0; i < dc->caps.max_planes; ++i)
2028 dc->caps.planes[i] = plane_cap;
2029
2030 dc->cap_funcs = cap_funcs;
2031
2032 return true;
2033
2034 create_fail:
2035
2036 dcn301_destruct(pool);
2037
2038 return false;
2039 }
2040
dcn301_create_resource_pool(const struct dc_init_data * init_data,struct dc * dc)2041 struct resource_pool *dcn301_create_resource_pool(
2042 const struct dc_init_data *init_data,
2043 struct dc *dc)
2044 {
2045 struct dcn301_resource_pool *pool =
2046 kzalloc(sizeof(struct dcn301_resource_pool), GFP_KERNEL);
2047
2048 if (!pool)
2049 return NULL;
2050
2051 if (dcn301_resource_construct(init_data->num_virtual_links, dc, pool))
2052 return &pool->base;
2053
2054 BREAK_TO_DEBUGGER();
2055 kfree(pool);
2056 return NULL;
2057 }
2058