]> git.proxmox.com Git - mirror_ubuntu-jammy-kernel.git/blame - drivers/gpu/drm/amd/display/dc/dce110/dce110_resource.c
amdgpu/dc: make timing generator constructor return void.
[mirror_ubuntu-jammy-kernel.git] / drivers / gpu / drm / amd / display / dc / dce110 / dce110_resource.c
CommitLineData
4562236b
HW
1/*
2* Copyright 2012-15 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 "dm_services.h"
27
28#include "link_encoder.h"
29#include "stream_encoder.h"
30
31#include "resource.h"
32#include "dce110/dce110_resource.h"
33
34#include "include/irq_service_interface.h"
35#include "dce/dce_audio.h"
36#include "dce110/dce110_timing_generator.h"
37#include "irq/dce110/irq_service_dce110.h"
38#include "dce110/dce110_timing_generator_v.h"
39#include "dce/dce_link_encoder.h"
40#include "dce/dce_stream_encoder.h"
c3489214 41#include "dce/dce_mem_input.h"
4562236b 42#include "dce110/dce110_mem_input_v.h"
e6303950 43#include "dce/dce_ipp.h"
4562236b
HW
44#include "dce/dce_transform.h"
45#include "dce110/dce110_transform_v.h"
ab3ee7a5 46#include "dce/dce_opp.h"
4562236b 47#include "dce110/dce110_opp_v.h"
9a70eba7 48#include "dce/dce_clocks.h"
4562236b
HW
49#include "dce/dce_clock_source.h"
50#include "dce/dce_hwseq.h"
51#include "dce110/dce110_hw_sequencer.h"
5e7773a2
AK
52#include "dce/dce_abm.h"
53#include "dce/dce_dmcu.h"
4562236b 54
1663ae1c
BL
55#ifdef ENABLE_FBC
56#include "dce110/dce110_compressor.h"
57#endif
58
4562236b
HW
59#include "reg_helper.h"
60
61#include "dce/dce_11_0_d.h"
62#include "dce/dce_11_0_sh_mask.h"
63
64#ifndef mmMC_HUB_RDREQ_DMIF_LIMIT
65#include "gmc/gmc_8_2_d.h"
66#include "gmc/gmc_8_2_sh_mask.h"
67#endif
68
69#ifndef mmDP_DPHY_INTERNAL_CTRL
70 #define mmDP_DPHY_INTERNAL_CTRL 0x4aa7
71 #define mmDP0_DP_DPHY_INTERNAL_CTRL 0x4aa7
72 #define mmDP1_DP_DPHY_INTERNAL_CTRL 0x4ba7
73 #define mmDP2_DP_DPHY_INTERNAL_CTRL 0x4ca7
74 #define mmDP3_DP_DPHY_INTERNAL_CTRL 0x4da7
75 #define mmDP4_DP_DPHY_INTERNAL_CTRL 0x4ea7
76 #define mmDP5_DP_DPHY_INTERNAL_CTRL 0x4fa7
77 #define mmDP6_DP_DPHY_INTERNAL_CTRL 0x54a7
78 #define mmDP7_DP_DPHY_INTERNAL_CTRL 0x56a7
79 #define mmDP8_DP_DPHY_INTERNAL_CTRL 0x57a7
80#endif
81
82#ifndef mmBIOS_SCRATCH_2
83 #define mmBIOS_SCRATCH_2 0x05CB
84 #define mmBIOS_SCRATCH_6 0x05CF
85#endif
86
87#ifndef mmDP_DPHY_BS_SR_SWAP_CNTL
88 #define mmDP_DPHY_BS_SR_SWAP_CNTL 0x4ADC
89 #define mmDP0_DP_DPHY_BS_SR_SWAP_CNTL 0x4ADC
90 #define mmDP1_DP_DPHY_BS_SR_SWAP_CNTL 0x4BDC
91 #define mmDP2_DP_DPHY_BS_SR_SWAP_CNTL 0x4CDC
92 #define mmDP3_DP_DPHY_BS_SR_SWAP_CNTL 0x4DDC
93 #define mmDP4_DP_DPHY_BS_SR_SWAP_CNTL 0x4EDC
94 #define mmDP5_DP_DPHY_BS_SR_SWAP_CNTL 0x4FDC
95 #define mmDP6_DP_DPHY_BS_SR_SWAP_CNTL 0x54DC
96#endif
97
98#ifndef mmDP_DPHY_FAST_TRAINING
99 #define mmDP_DPHY_FAST_TRAINING 0x4ABC
100 #define mmDP0_DP_DPHY_FAST_TRAINING 0x4ABC
101 #define mmDP1_DP_DPHY_FAST_TRAINING 0x4BBC
102 #define mmDP2_DP_DPHY_FAST_TRAINING 0x4CBC
103 #define mmDP3_DP_DPHY_FAST_TRAINING 0x4DBC
104 #define mmDP4_DP_DPHY_FAST_TRAINING 0x4EBC
105 #define mmDP5_DP_DPHY_FAST_TRAINING 0x4FBC
106 #define mmDP6_DP_DPHY_FAST_TRAINING 0x54BC
107#endif
108
109#ifndef DPHY_RX_FAST_TRAINING_CAPABLE
110 #define DPHY_RX_FAST_TRAINING_CAPABLE 0x1
111#endif
112
113static const struct dce110_timing_generator_offsets dce110_tg_offsets[] = {
114 {
115 .crtc = (mmCRTC0_CRTC_CONTROL - mmCRTC_CONTROL),
116 .dcp = (mmDCP0_GRPH_CONTROL - mmGRPH_CONTROL),
117 },
118 {
119 .crtc = (mmCRTC1_CRTC_CONTROL - mmCRTC_CONTROL),
120 .dcp = (mmDCP1_GRPH_CONTROL - mmGRPH_CONTROL),
121 },
122 {
123 .crtc = (mmCRTC2_CRTC_CONTROL - mmCRTC_CONTROL),
124 .dcp = (mmDCP2_GRPH_CONTROL - mmGRPH_CONTROL),
125 },
126 {
127 .crtc = (mmCRTC3_CRTC_CONTROL - mmCRTC_CONTROL),
128 .dcp = (mmDCP3_GRPH_CONTROL - mmGRPH_CONTROL),
129 },
130 {
131 .crtc = (mmCRTC4_CRTC_CONTROL - mmCRTC_CONTROL),
132 .dcp = (mmDCP4_GRPH_CONTROL - mmGRPH_CONTROL),
133 },
134 {
135 .crtc = (mmCRTC5_CRTC_CONTROL - mmCRTC_CONTROL),
136 .dcp = (mmDCP5_GRPH_CONTROL - mmGRPH_CONTROL),
137 }
138};
139
4562236b
HW
140/* set register offset */
141#define SR(reg_name)\
142 .reg_name = mm ## reg_name
143
144/* set register offset with instance */
145#define SRI(reg_name, block, id)\
146 .reg_name = mm ## block ## id ## _ ## reg_name
147
9a70eba7
DL
148static const struct dce_disp_clk_registers disp_clk_regs = {
149 CLK_COMMON_REG_LIST_DCE_BASE()
150};
151
152static const struct dce_disp_clk_shift disp_clk_shift = {
153 CLK_COMMON_MASK_SH_LIST_DCE_COMMON_BASE(__SHIFT)
154};
155
156static const struct dce_disp_clk_mask disp_clk_mask = {
157 CLK_COMMON_MASK_SH_LIST_DCE_COMMON_BASE(_MASK)
158};
4562236b 159
5e7773a2
AK
160static const struct dce_dmcu_registers dmcu_regs = {
161 DMCU_DCE110_COMMON_REG_LIST()
162};
163
164static const struct dce_dmcu_shift dmcu_shift = {
165 DMCU_MASK_SH_LIST_DCE110(__SHIFT)
166};
167
168static const struct dce_dmcu_mask dmcu_mask = {
169 DMCU_MASK_SH_LIST_DCE110(_MASK)
170};
171
172static const struct dce_abm_registers abm_regs = {
173 ABM_DCE110_COMMON_REG_LIST()
174};
175
176static const struct dce_abm_shift abm_shift = {
177 ABM_MASK_SH_LIST_DCE110(__SHIFT)
178};
179
180static const struct dce_abm_mask abm_mask = {
181 ABM_MASK_SH_LIST_DCE110(_MASK)
182};
183
e6303950
DL
184#define ipp_regs(id)\
185[id] = {\
186 IPP_DCE110_REG_LIST_DCE_BASE(id)\
187}
188
189static const struct dce_ipp_registers ipp_regs[] = {
190 ipp_regs(0),
191 ipp_regs(1),
192 ipp_regs(2)
193};
194
195static const struct dce_ipp_shift ipp_shift = {
196 IPP_DCE100_MASK_SH_LIST_DCE_COMMON_BASE(__SHIFT)
197};
198
199static const struct dce_ipp_mask ipp_mask = {
200 IPP_DCE100_MASK_SH_LIST_DCE_COMMON_BASE(_MASK)
201};
202
4562236b
HW
203#define transform_regs(id)\
204[id] = {\
205 XFM_COMMON_REG_LIST_DCE110(id)\
206}
207
208static const struct dce_transform_registers xfm_regs[] = {
209 transform_regs(0),
210 transform_regs(1),
211 transform_regs(2)
212};
213
214static const struct dce_transform_shift xfm_shift = {
215 XFM_COMMON_MASK_SH_LIST_DCE110(__SHIFT)
216};
217
218static const struct dce_transform_mask xfm_mask = {
219 XFM_COMMON_MASK_SH_LIST_DCE110(_MASK)
220};
221
222#define aux_regs(id)\
223[id] = {\
224 AUX_REG_LIST(id)\
225}
226
227static const struct dce110_link_enc_aux_registers link_enc_aux_regs[] = {
228 aux_regs(0),
229 aux_regs(1),
230 aux_regs(2),
231 aux_regs(3),
232 aux_regs(4),
233 aux_regs(5)
234};
235
236#define hpd_regs(id)\
237[id] = {\
238 HPD_REG_LIST(id)\
239}
240
241static const struct dce110_link_enc_hpd_registers link_enc_hpd_regs[] = {
242 hpd_regs(0),
243 hpd_regs(1),
244 hpd_regs(2),
245 hpd_regs(3),
246 hpd_regs(4),
247 hpd_regs(5)
248};
249
250
251#define link_regs(id)\
252[id] = {\
253 LE_DCE110_REG_LIST(id)\
254}
255
256static const struct dce110_link_enc_registers link_enc_regs[] = {
257 link_regs(0),
258 link_regs(1),
259 link_regs(2),
260 link_regs(3),
261 link_regs(4),
262 link_regs(5),
263 link_regs(6),
264};
265
266#define stream_enc_regs(id)\
267[id] = {\
268 SE_COMMON_REG_LIST(id),\
269 .TMDS_CNTL = 0,\
270}
271
272static const struct dce110_stream_enc_registers stream_enc_regs[] = {
273 stream_enc_regs(0),
274 stream_enc_regs(1),
275 stream_enc_regs(2)
276};
277
278static const struct dce_stream_encoder_shift se_shift = {
279 SE_COMMON_MASK_SH_LIST_DCE110(__SHIFT)
280};
281
282static const struct dce_stream_encoder_mask se_mask = {
283 SE_COMMON_MASK_SH_LIST_DCE110(_MASK)
284};
285
ab3ee7a5
ZF
286#define opp_regs(id)\
287[id] = {\
288 OPP_DCE_110_REG_LIST(id),\
289}
290
291static const struct dce_opp_registers opp_regs[] = {
292 opp_regs(0),
293 opp_regs(1),
294 opp_regs(2),
295 opp_regs(3),
296 opp_regs(4),
297 opp_regs(5)
298};
299
300static const struct dce_opp_shift opp_shift = {
301 OPP_COMMON_MASK_SH_LIST_DCE_110(__SHIFT)
302};
303
304static const struct dce_opp_mask opp_mask = {
305 OPP_COMMON_MASK_SH_LIST_DCE_110(_MASK)
306};
307
4562236b
HW
308#define audio_regs(id)\
309[id] = {\
310 AUD_COMMON_REG_LIST(id)\
311}
312
313static const struct dce_audio_registers audio_regs[] = {
314 audio_regs(0),
315 audio_regs(1),
316 audio_regs(2),
317 audio_regs(3),
318 audio_regs(4),
319 audio_regs(5),
320 audio_regs(6),
321};
322
323static const struct dce_audio_shift audio_shift = {
324 AUD_COMMON_MASK_SH_LIST(__SHIFT)
325};
326
327static const struct dce_aduio_mask audio_mask = {
328 AUD_COMMON_MASK_SH_LIST(_MASK)
329};
330
331/* AG TBD Needs to be reduced back to 3 pipes once dce10 hw sequencer implemented. */
ab3ee7a5 332
4562236b
HW
333
334#define clk_src_regs(id)\
335[id] = {\
336 CS_COMMON_REG_LIST_DCE_100_110(id),\
337}
338
339static const struct dce110_clk_src_regs clk_src_regs[] = {
340 clk_src_regs(0),
341 clk_src_regs(1),
342 clk_src_regs(2)
343};
344
345static const struct dce110_clk_src_shift cs_shift = {
346 CS_COMMON_MASK_SH_LIST_DCE_COMMON_BASE(__SHIFT)
347};
348
349static const struct dce110_clk_src_mask cs_mask = {
350 CS_COMMON_MASK_SH_LIST_DCE_COMMON_BASE(_MASK)
351};
352
353static const struct bios_registers bios_regs = {
354 .BIOS_SCRATCH_6 = mmBIOS_SCRATCH_6
355};
356
357static const struct resource_caps carrizo_resource_cap = {
358 .num_timing_generator = 3,
359 .num_video_plane = 1,
360 .num_audio = 3,
361 .num_stream_encoder = 3,
362 .num_pll = 2,
363};
364
365static const struct resource_caps stoney_resource_cap = {
366 .num_timing_generator = 2,
367 .num_video_plane = 1,
368 .num_audio = 3,
369 .num_stream_encoder = 3,
370 .num_pll = 2,
371};
372
373#define CTX ctx
374#define REG(reg) mm ## reg
375
376#ifndef mmCC_DC_HDMI_STRAPS
377#define mmCC_DC_HDMI_STRAPS 0x4819
378#define CC_DC_HDMI_STRAPS__HDMI_DISABLE_MASK 0x40
379#define CC_DC_HDMI_STRAPS__HDMI_DISABLE__SHIFT 0x6
380#define CC_DC_HDMI_STRAPS__AUDIO_STREAM_NUMBER_MASK 0x700
381#define CC_DC_HDMI_STRAPS__AUDIO_STREAM_NUMBER__SHIFT 0x8
382#endif
383
384static void read_dce_straps(
385 struct dc_context *ctx,
386 struct resource_straps *straps)
387{
388 REG_GET_2(CC_DC_HDMI_STRAPS,
389 HDMI_DISABLE, &straps->hdmi_disable,
390 AUDIO_STREAM_NUMBER, &straps->audio_stream_number);
391
392 REG_GET(DC_PINSTRAPS, DC_PINSTRAPS_AUDIO, &straps->dc_pinstraps_audio);
393}
394
395static struct audio *create_audio(
396 struct dc_context *ctx, unsigned int inst)
397{
398 return dce_audio_create(ctx, inst,
399 &audio_regs[inst], &audio_shift, &audio_mask);
400}
401
402static struct timing_generator *dce110_timing_generator_create(
403 struct dc_context *ctx,
404 uint32_t instance,
405 const struct dce110_timing_generator_offsets *offsets)
406{
407 struct dce110_timing_generator *tg110 =
2004f45e 408 kzalloc(sizeof(struct dce110_timing_generator), GFP_KERNEL);
4562236b
HW
409
410 if (!tg110)
411 return NULL;
412
ca19d1a6
DA
413 dce110_timing_generator_construct(tg110, ctx, instance, offsets);
414 return &tg110->base;
4562236b
HW
415}
416
417static struct stream_encoder *dce110_stream_encoder_create(
418 enum engine_id eng_id,
419 struct dc_context *ctx)
420{
421 struct dce110_stream_encoder *enc110 =
2004f45e 422 kzalloc(sizeof(struct dce110_stream_encoder), GFP_KERNEL);
4562236b
HW
423
424 if (!enc110)
425 return NULL;
426
427 if (dce110_stream_encoder_construct(
428 enc110, ctx, ctx->dc_bios, eng_id,
429 &stream_enc_regs[eng_id], &se_shift, &se_mask))
430 return &enc110->base;
431
432 BREAK_TO_DEBUGGER();
2004f45e 433 kfree(enc110);
4562236b
HW
434 return NULL;
435}
436
437#define SRII(reg_name, block, id)\
438 .reg_name[id] = mm ## block ## id ## _ ## reg_name
439
440static const struct dce_hwseq_registers hwseq_stoney_reg = {
441 HWSEQ_ST_REG_LIST()
442};
443
444static const struct dce_hwseq_registers hwseq_cz_reg = {
445 HWSEQ_CZ_REG_LIST()
446};
447
448static const struct dce_hwseq_shift hwseq_shift = {
449 HWSEQ_DCE11_MASK_SH_LIST(__SHIFT),
450};
451
452static const struct dce_hwseq_mask hwseq_mask = {
453 HWSEQ_DCE11_MASK_SH_LIST(_MASK),
454};
455
456static struct dce_hwseq *dce110_hwseq_create(
457 struct dc_context *ctx)
458{
2004f45e 459 struct dce_hwseq *hws = kzalloc(sizeof(struct dce_hwseq), GFP_KERNEL);
4562236b
HW
460
461 if (hws) {
462 hws->ctx = ctx;
463 hws->regs = ASIC_REV_IS_STONEY(ctx->asic_id.hw_internal_rev) ?
464 &hwseq_stoney_reg : &hwseq_cz_reg;
465 hws->shifts = &hwseq_shift;
466 hws->masks = &hwseq_mask;
467 hws->wa.blnd_crtc_trigger = true;
468 }
469 return hws;
470}
471
472static const struct resource_create_funcs res_create_funcs = {
473 .read_dce_straps = read_dce_straps,
474 .create_audio = create_audio,
475 .create_stream_encoder = dce110_stream_encoder_create,
476 .create_hwseq = dce110_hwseq_create,
477};
478
479#define mi_inst_regs(id) { \
197062bf 480 MI_DCE11_REG_LIST(id), \
4562236b
HW
481 .MC_HUB_RDREQ_DMIF_LIMIT = mmMC_HUB_RDREQ_DMIF_LIMIT \
482}
483static const struct dce_mem_input_registers mi_regs[] = {
484 mi_inst_regs(0),
485 mi_inst_regs(1),
486 mi_inst_regs(2),
487};
488
489static const struct dce_mem_input_shift mi_shifts = {
197062bf 490 MI_DCE11_MASK_SH_LIST(__SHIFT),
4562236b
HW
491 .ENABLE = MC_HUB_RDREQ_DMIF_LIMIT__ENABLE__SHIFT
492};
493
494static const struct dce_mem_input_mask mi_masks = {
197062bf 495 MI_DCE11_MASK_SH_LIST(_MASK),
4562236b
HW
496 .ENABLE = MC_HUB_RDREQ_DMIF_LIMIT__ENABLE_MASK
497};
498
c3489214 499
4562236b
HW
500static struct mem_input *dce110_mem_input_create(
501 struct dc_context *ctx,
c3489214 502 uint32_t inst)
4562236b 503{
2004f45e
HW
504 struct dce_mem_input *dce_mi = kzalloc(sizeof(struct dce_mem_input),
505 GFP_KERNEL);
4562236b 506
c3489214
DL
507 if (!dce_mi) {
508 BREAK_TO_DEBUGGER();
4562236b 509 return NULL;
4562236b
HW
510 }
511
c3489214
DL
512 dce_mem_input_construct(dce_mi, ctx, inst, &mi_regs[inst], &mi_shifts, &mi_masks);
513 dce_mi->wa.single_head_rdreq_dmif_limit = 3;
514 return &dce_mi->base;
4562236b
HW
515}
516
517static void dce110_transform_destroy(struct transform **xfm)
518{
2004f45e 519 kfree(TO_DCE_TRANSFORM(*xfm));
4562236b
HW
520 *xfm = NULL;
521}
522
523static struct transform *dce110_transform_create(
524 struct dc_context *ctx,
525 uint32_t inst)
526{
527 struct dce_transform *transform =
2004f45e 528 kzalloc(sizeof(struct dce_transform), GFP_KERNEL);
4562236b
HW
529
530 if (!transform)
531 return NULL;
532
533 if (dce_transform_construct(transform, ctx, inst,
534 &xfm_regs[inst], &xfm_shift, &xfm_mask))
535 return &transform->base;
536
537 BREAK_TO_DEBUGGER();
2004f45e 538 kfree(transform);
4562236b
HW
539 return NULL;
540}
541
542static struct input_pixel_processor *dce110_ipp_create(
e6303950 543 struct dc_context *ctx, uint32_t inst)
4562236b 544{
2004f45e 545 struct dce_ipp *ipp = kzalloc(sizeof(struct dce_ipp), GFP_KERNEL);
4562236b 546
e6303950
DL
547 if (!ipp) {
548 BREAK_TO_DEBUGGER();
4562236b 549 return NULL;
e6303950 550 }
4562236b 551
e6303950
DL
552 dce_ipp_construct(ipp, ctx, inst,
553 &ipp_regs[inst], &ipp_shift, &ipp_mask);
554 return &ipp->base;
4562236b
HW
555}
556
7fc698a0
TC
557static const struct encoder_feature_support link_enc_feature = {
558 .max_hdmi_deep_color = COLOR_DEPTH_121212,
559 .max_hdmi_pixel_clock = 594000,
560 .flags.bits.IS_HBR2_CAPABLE = true,
561 .flags.bits.IS_TPS3_CAPABLE = true,
562 .flags.bits.IS_YCBCR_CAPABLE = true
563};
564
5394eb82 565static struct link_encoder *dce110_link_encoder_create(
4562236b
HW
566 const struct encoder_init_data *enc_init_data)
567{
568 struct dce110_link_encoder *enc110 =
2004f45e 569 kzalloc(sizeof(struct dce110_link_encoder), GFP_KERNEL);
4562236b
HW
570
571 if (!enc110)
572 return NULL;
573
574 if (dce110_link_encoder_construct(
575 enc110,
576 enc_init_data,
7fc698a0 577 &link_enc_feature,
4562236b
HW
578 &link_enc_regs[enc_init_data->transmitter],
579 &link_enc_aux_regs[enc_init_data->channel - 1],
580 &link_enc_hpd_regs[enc_init_data->hpd_source])) {
581
4562236b
HW
582 return &enc110->base;
583 }
584
585 BREAK_TO_DEBUGGER();
2004f45e 586 kfree(enc110);
4562236b
HW
587 return NULL;
588}
589
590static struct output_pixel_processor *dce110_opp_create(
591 struct dc_context *ctx,
ab3ee7a5 592 uint32_t inst)
4562236b
HW
593{
594 struct dce110_opp *opp =
2004f45e 595 kzalloc(sizeof(struct dce110_opp), GFP_KERNEL);
4562236b
HW
596
597 if (!opp)
598 return NULL;
599
600 if (dce110_opp_construct(opp,
ab3ee7a5 601 ctx, inst, &opp_regs[inst], &opp_shift, &opp_mask))
4562236b
HW
602 return &opp->base;
603
604 BREAK_TO_DEBUGGER();
2004f45e 605 kfree(opp);
4562236b
HW
606 return NULL;
607}
608
609struct clock_source *dce110_clock_source_create(
610 struct dc_context *ctx,
611 struct dc_bios *bios,
612 enum clock_source_id id,
613 const struct dce110_clk_src_regs *regs,
614 bool dp_clk_src)
615{
616 struct dce110_clk_src *clk_src =
2004f45e 617 kzalloc(sizeof(struct dce110_clk_src), GFP_KERNEL);
4562236b
HW
618
619 if (!clk_src)
620 return NULL;
621
622 if (dce110_clk_src_construct(clk_src, ctx, bios, id,
623 regs, &cs_shift, &cs_mask)) {
624 clk_src->base.dp_clk_src = dp_clk_src;
625 return &clk_src->base;
626 }
627
628 BREAK_TO_DEBUGGER();
629 return NULL;
630}
631
632void dce110_clock_source_destroy(struct clock_source **clk_src)
633{
634 struct dce110_clk_src *dce110_clk_src;
635
636 if (!clk_src)
637 return;
638
639 dce110_clk_src = TO_DCE110_CLK_SRC(*clk_src);
640
641 if (dce110_clk_src->dp_ss_params)
2004f45e 642 kfree(dce110_clk_src->dp_ss_params);
4562236b
HW
643
644 if (dce110_clk_src->hdmi_ss_params)
2004f45e 645 kfree(dce110_clk_src->hdmi_ss_params);
4562236b
HW
646
647 if (dce110_clk_src->dvi_ss_params)
2004f45e 648 kfree(dce110_clk_src->dvi_ss_params);
4562236b 649
2004f45e 650 kfree(dce110_clk_src);
4562236b
HW
651 *clk_src = NULL;
652}
653
654static void destruct(struct dce110_resource_pool *pool)
655{
656 unsigned int i;
657
658 for (i = 0; i < pool->base.pipe_count; i++) {
659 if (pool->base.opps[i] != NULL)
660 dce110_opp_destroy(&pool->base.opps[i]);
661
662 if (pool->base.transforms[i] != NULL)
663 dce110_transform_destroy(&pool->base.transforms[i]);
664
665 if (pool->base.ipps[i] != NULL)
e6303950 666 dce_ipp_destroy(&pool->base.ipps[i]);
4562236b
HW
667
668 if (pool->base.mis[i] != NULL) {
2004f45e 669 kfree(TO_DCE_MEM_INPUT(pool->base.mis[i]));
4562236b
HW
670 pool->base.mis[i] = NULL;
671 }
672
673 if (pool->base.timing_generators[i] != NULL) {
2004f45e 674 kfree(DCE110TG_FROM_TG(pool->base.timing_generators[i]));
4562236b
HW
675 pool->base.timing_generators[i] = NULL;
676 }
677 }
678
679 for (i = 0; i < pool->base.stream_enc_count; i++) {
680 if (pool->base.stream_enc[i] != NULL)
2004f45e 681 kfree(DCE110STRENC_FROM_STRENC(pool->base.stream_enc[i]));
4562236b
HW
682 }
683
684 for (i = 0; i < pool->base.clk_src_count; i++) {
685 if (pool->base.clock_sources[i] != NULL) {
686 dce110_clock_source_destroy(&pool->base.clock_sources[i]);
687 }
688 }
689
690 if (pool->base.dp_clock_source != NULL)
691 dce110_clock_source_destroy(&pool->base.dp_clock_source);
692
693 for (i = 0; i < pool->base.audio_count; i++) {
694 if (pool->base.audios[i] != NULL) {
695 dce_aud_destroy(&pool->base.audios[i]);
696 }
697 }
698
5e7773a2
AK
699 if (pool->base.abm != NULL)
700 dce_abm_destroy(&pool->base.abm);
701
702 if (pool->base.dmcu != NULL)
703 dce_dmcu_destroy(&pool->base.dmcu);
704
9a70eba7
DL
705 if (pool->base.display_clock != NULL)
706 dce_disp_clk_destroy(&pool->base.display_clock);
4562236b
HW
707
708 if (pool->base.irqs != NULL) {
709 dal_irq_service_destroy(&pool->base.irqs);
710 }
711}
712
713
714static void get_pixel_clock_parameters(
715 const struct pipe_ctx *pipe_ctx,
716 struct pixel_clk_params *pixel_clk_params)
717{
0971c40e 718 const struct dc_stream_state *stream = pipe_ctx->stream;
4562236b
HW
719
720 /*TODO: is this halved for YCbCr 420? in that case we might want to move
721 * the pixel clock normalization for hdmi up to here instead of doing it
722 * in pll_adjust_pix_clk
723 */
4fa086b9 724 pixel_clk_params->requested_pix_clk = stream->timing.pix_clk_khz;
4562236b
HW
725 pixel_clk_params->encoder_object_id = stream->sink->link->link_enc->id;
726 pixel_clk_params->signal_type = pipe_ctx->stream->signal;
727 pixel_clk_params->controller_id = pipe_ctx->pipe_idx + 1;
728 /* TODO: un-hardcode*/
729 pixel_clk_params->requested_sym_clk = LINK_RATE_LOW *
730 LINK_RATE_REF_FREQ_IN_KHZ;
731 pixel_clk_params->flags.ENABLE_SS = 0;
732 pixel_clk_params->color_depth =
4fa086b9 733 stream->timing.display_color_depth;
4562236b 734 pixel_clk_params->flags.DISPLAY_BLANKED = 1;
4fa086b9 735 pixel_clk_params->flags.SUPPORT_YCBCR420 = (stream->timing.pixel_encoding ==
4562236b 736 PIXEL_ENCODING_YCBCR420);
4fa086b9
LSL
737 pixel_clk_params->pixel_encoding = stream->timing.pixel_encoding;
738 if (stream->timing.pixel_encoding == PIXEL_ENCODING_YCBCR422) {
181a888f
CL
739 pixel_clk_params->color_depth = COLOR_DEPTH_888;
740 }
4fa086b9 741 if (stream->timing.pixel_encoding == PIXEL_ENCODING_YCBCR420) {
d5b4f2bc
CL
742 pixel_clk_params->requested_pix_clk = pixel_clk_params->requested_pix_clk / 2;
743 }
4562236b
HW
744}
745
4562236b
HW
746enum dc_status dce110_resource_build_pipe_hw_param(struct pipe_ctx *pipe_ctx)
747{
10688217 748 get_pixel_clock_parameters(pipe_ctx, &pipe_ctx->stream_res.pix_clk_params);
4562236b
HW
749 pipe_ctx->clock_source->funcs->get_pix_clk_dividers(
750 pipe_ctx->clock_source,
10688217 751 &pipe_ctx->stream_res.pix_clk_params,
4562236b 752 &pipe_ctx->pll_settings);
529cad0f 753 resource_build_bit_depth_reduction_params(pipe_ctx->stream,
4562236b 754 &pipe_ctx->stream->bit_depth_params);
4fa086b9 755 pipe_ctx->stream->clamping.pixel_encoding = pipe_ctx->stream->timing.pixel_encoding;
4562236b
HW
756
757 return DC_OK;
758}
759
760static bool is_surface_pixel_format_supported(struct pipe_ctx *pipe_ctx, unsigned int underlay_idx)
761{
762 if (pipe_ctx->pipe_idx != underlay_idx)
763 return true;
3be5262e 764 if (!pipe_ctx->plane_state)
4562236b 765 return false;
3be5262e 766 if (pipe_ctx->plane_state->format < SURFACE_PIXEL_FORMAT_VIDEO_BEGIN)
4562236b
HW
767 return false;
768 return true;
769}
770
9345d987 771static enum dc_status build_mapped_resource(
fb3466a4 772 const struct dc *dc,
608ac7bb 773 struct dc_state *context,
1dc90497 774 struct dc_stream_state *stream)
4562236b
HW
775{
776 enum dc_status status = DC_OK;
1dc90497 777 struct pipe_ctx *pipe_ctx = resource_get_head_pipe_for_stream(&context->res_ctx, stream);
4562236b 778
1dc90497
AG
779 if (!pipe_ctx)
780 return DC_ERROR_UNEXPECTED;
4562236b 781
1dc90497
AG
782 if (!is_surface_pixel_format_supported(pipe_ctx,
783 dc->res_pool->underlay_pipe_index))
784 return DC_SURFACE_PIXEL_FORMAT_UNSUPPORTED;
4562236b 785
1dc90497 786 status = dce110_resource_build_pipe_hw_param(pipe_ctx);
4562236b 787
1dc90497
AG
788 if (status != DC_OK)
789 return status;
4562236b 790
1dc90497 791 /* TODO: validate audio ASIC caps, encoder */
4562236b 792
1dc90497 793 resource_build_info_frame(pipe_ctx);
4562236b
HW
794
795 return DC_OK;
796}
797
5394eb82 798static bool dce110_validate_bandwidth(
fb3466a4 799 struct dc *dc,
608ac7bb 800 struct dc_state *context)
4562236b 801{
45209ef7 802 bool result = false;
4562236b
HW
803
804 dm_logger_write(
805 dc->ctx->logger, LOG_BANDWIDTH_CALCS,
806 "%s: start",
807 __func__);
808
45209ef7 809 if (bw_calcs(
4562236b 810 dc->ctx,
77a4ea53
BL
811 dc->bw_dceip,
812 dc->bw_vbios,
4562236b 813 context->res_ctx.pipe_ctx,
a2b8659d 814 dc->res_pool->pipe_count,
9037d802 815 &context->bw.dce))
45209ef7 816 result = true;
4562236b 817
45209ef7 818 if (!result)
4562236b
HW
819 dm_logger_write(dc->ctx->logger, LOG_BANDWIDTH_VALIDATION,
820 "%s: %dx%d@%d Bandwidth validation failed!\n",
821 __func__,
4fa086b9
LSL
822 context->streams[0]->timing.h_addressable,
823 context->streams[0]->timing.v_addressable,
824 context->streams[0]->timing.pix_clk_khz);
4562236b 825
608ac7bb 826 if (memcmp(&dc->current_state->bw.dce,
9037d802 827 &context->bw.dce, sizeof(context->bw.dce))) {
4562236b
HW
828 struct log_entry log_entry;
829 dm_logger_open(
830 dc->ctx->logger,
831 &log_entry,
832 LOG_BANDWIDTH_CALCS);
833 dm_logger_append(&log_entry, "%s: finish,\n"
834 "nbpMark_b: %d nbpMark_a: %d urgentMark_b: %d urgentMark_a: %d\n"
835 "stutMark_b: %d stutMark_a: %d\n",
836 __func__,
9037d802
DL
837 context->bw.dce.nbp_state_change_wm_ns[0].b_mark,
838 context->bw.dce.nbp_state_change_wm_ns[0].a_mark,
839 context->bw.dce.urgent_wm_ns[0].b_mark,
840 context->bw.dce.urgent_wm_ns[0].a_mark,
841 context->bw.dce.stutter_exit_wm_ns[0].b_mark,
842 context->bw.dce.stutter_exit_wm_ns[0].a_mark);
4562236b
HW
843 dm_logger_append(&log_entry,
844 "nbpMark_b: %d nbpMark_a: %d urgentMark_b: %d urgentMark_a: %d\n"
845 "stutMark_b: %d stutMark_a: %d\n",
9037d802
DL
846 context->bw.dce.nbp_state_change_wm_ns[1].b_mark,
847 context->bw.dce.nbp_state_change_wm_ns[1].a_mark,
848 context->bw.dce.urgent_wm_ns[1].b_mark,
849 context->bw.dce.urgent_wm_ns[1].a_mark,
850 context->bw.dce.stutter_exit_wm_ns[1].b_mark,
851 context->bw.dce.stutter_exit_wm_ns[1].a_mark);
4562236b
HW
852 dm_logger_append(&log_entry,
853 "nbpMark_b: %d nbpMark_a: %d urgentMark_b: %d urgentMark_a: %d\n"
854 "stutMark_b: %d stutMark_a: %d stutter_mode_enable: %d\n",
9037d802
DL
855 context->bw.dce.nbp_state_change_wm_ns[2].b_mark,
856 context->bw.dce.nbp_state_change_wm_ns[2].a_mark,
857 context->bw.dce.urgent_wm_ns[2].b_mark,
858 context->bw.dce.urgent_wm_ns[2].a_mark,
859 context->bw.dce.stutter_exit_wm_ns[2].b_mark,
860 context->bw.dce.stutter_exit_wm_ns[2].a_mark,
861 context->bw.dce.stutter_mode_enable);
4562236b
HW
862 dm_logger_append(&log_entry,
863 "cstate: %d pstate: %d nbpstate: %d sync: %d dispclk: %d\n"
864 "sclk: %d sclk_sleep: %d yclk: %d blackout_recovery_time_us: %d\n",
9037d802
DL
865 context->bw.dce.cpuc_state_change_enable,
866 context->bw.dce.cpup_state_change_enable,
867 context->bw.dce.nbp_state_change_enable,
868 context->bw.dce.all_displays_in_sync,
869 context->bw.dce.dispclk_khz,
870 context->bw.dce.sclk_khz,
871 context->bw.dce.sclk_deep_sleep_khz,
872 context->bw.dce.yclk_khz,
873 context->bw.dce.blackout_recovery_time_us);
4562236b
HW
874 dm_logger_close(&log_entry);
875 }
876 return result;
877}
878
879static bool dce110_validate_surface_sets(
608ac7bb 880 struct dc_state *context)
4562236b
HW
881{
882 int i;
883
19f89e23
AG
884 for (i = 0; i < context->stream_count; i++) {
885 if (context->stream_status[i].plane_count == 0)
4562236b
HW
886 continue;
887
19f89e23 888 if (context->stream_status[i].plane_count > 2)
4562236b
HW
889 return false;
890
4451a255
S
891 if ((context->stream_status[i].plane_states[i]->format >= SURFACE_PIXEL_FORMAT_VIDEO_BEGIN) &&
892 (context->stream_status[i].plane_states[i]->src_rect.width > 1920 ||
893 context->stream_status[i].plane_states[i]->src_rect.height > 1080))
4562236b
HW
894 return false;
895
4451a255
S
896 /* irrespective of plane format, stream should be RGB encoded */
897 if (context->streams[i]->timing.pixel_encoding != PIXEL_ENCODING_RGB)
898 return false;
4562236b
HW
899 }
900
901 return true;
902}
903
1dc90497 904enum dc_status dce110_validate_global(
fb3466a4 905 struct dc *dc,
608ac7bb 906 struct dc_state *context)
4562236b 907{
19f89e23 908 if (!dce110_validate_surface_sets(context))
4562236b
HW
909 return DC_FAIL_SURFACE_VALIDATE;
910
1dc90497 911 return DC_OK;
4562236b
HW
912}
913
1d9521a7
HW
914static enum dc_status dce110_add_stream_to_ctx(
915 struct dc *dc,
916 struct dc_state *new_ctx,
917 struct dc_stream_state *dc_stream)
918{
919 enum dc_status result = DC_ERROR_UNEXPECTED;
920
921 result = resource_map_pool_resources(dc, new_ctx, dc_stream);
922
923 if (result == DC_OK)
924 result = resource_map_clock_resources(dc, new_ctx, dc_stream);
925
926
927 if (result == DC_OK)
928 result = build_mapped_resource(dc, new_ctx, dc_stream);
929
930 return result;
931}
932
5394eb82 933static enum dc_status dce110_validate_guaranteed(
fb3466a4 934 struct dc *dc,
0971c40e 935 struct dc_stream_state *dc_stream,
608ac7bb 936 struct dc_state *context)
4562236b
HW
937{
938 enum dc_status result = DC_ERROR_UNEXPECTED;
939
4fa086b9
LSL
940 context->streams[0] = dc_stream;
941 dc_stream_retain(context->streams[0]);
ab2541b6 942 context->stream_count++;
4562236b 943
1dc90497 944 result = resource_map_pool_resources(dc, context, dc_stream);
4562236b
HW
945
946 if (result == DC_OK)
1dc90497 947 result = resource_map_clock_resources(dc, context, dc_stream);
4562236b
HW
948
949 if (result == DC_OK)
1dc90497 950 result = build_mapped_resource(dc, context, dc_stream);
4562236b
HW
951
952 if (result == DC_OK) {
ab2541b6 953 validate_guaranteed_copy_streams(
fb3466a4 954 context, dc->caps.max_streams);
4562236b
HW
955 result = resource_build_scaling_params_for_context(dc, context);
956 }
957
958 if (result == DC_OK)
45209ef7
DL
959 if (!dce110_validate_bandwidth(dc, context))
960 result = DC_FAIL_BANDWIDTH_VALIDATE;
4562236b
HW
961
962 return result;
963}
964
745cc746 965static struct pipe_ctx *dce110_acquire_underlay(
608ac7bb 966 struct dc_state *context,
a2b8659d 967 const struct resource_pool *pool,
0971c40e 968 struct dc_stream_state *stream)
4562236b 969{
fb3466a4 970 struct dc *dc = stream->ctx->dc;
745cc746 971 struct resource_context *res_ctx = &context->res_ctx;
a2b8659d 972 unsigned int underlay_idx = pool->underlay_pipe_index;
4562236b
HW
973 struct pipe_ctx *pipe_ctx = &res_ctx->pipe_ctx[underlay_idx];
974
745cc746 975 if (res_ctx->pipe_ctx[underlay_idx].stream)
4562236b 976 return NULL;
4562236b 977
6b670fa9 978 pipe_ctx->stream_res.tg = pool->timing_generators[underlay_idx];
86a66c4e
HW
979 pipe_ctx->plane_res.mi = pool->mis[underlay_idx];
980 /*pipe_ctx->plane_res.ipp = res_ctx->pool->ipps[underlay_idx];*/
981 pipe_ctx->plane_res.xfm = pool->transforms[underlay_idx];
a6a6cb34 982 pipe_ctx->stream_res.opp = pool->opps[underlay_idx];
4562236b
HW
983 pipe_ctx->pipe_idx = underlay_idx;
984
985 pipe_ctx->stream = stream;
986
608ac7bb 987 if (!dc->current_state->res_ctx.pipe_ctx[underlay_idx].stream) {
745cc746
DL
988 struct tg_color black_color = {0};
989 struct dc_bios *dcb = dc->ctx->dc_bios;
990
991 dc->hwss.enable_display_power_gating(
992 dc,
993 pipe_ctx->pipe_idx,
994 dcb, PIPE_GATING_CONTROL_DISABLE);
995
996 /*
997 * This is for powering on underlay, so crtc does not
998 * need to be enabled
999 */
1000
6b670fa9 1001 pipe_ctx->stream_res.tg->funcs->program_timing(pipe_ctx->stream_res.tg,
4fa086b9 1002 &stream->timing,
745cc746
DL
1003 false);
1004
6b670fa9
HW
1005 pipe_ctx->stream_res.tg->funcs->enable_advanced_request(
1006 pipe_ctx->stream_res.tg,
745cc746 1007 true,
4fa086b9 1008 &stream->timing);
745cc746 1009
86a66c4e 1010 pipe_ctx->plane_res.mi->funcs->allocate_mem_input(pipe_ctx->plane_res.mi,
4fa086b9
LSL
1011 stream->timing.h_total,
1012 stream->timing.v_total,
1013 stream->timing.pix_clk_khz,
745cc746
DL
1014 context->stream_count);
1015
1016 color_space_to_black_color(dc,
1017 COLOR_SPACE_YCBCR601, &black_color);
6b670fa9
HW
1018 pipe_ctx->stream_res.tg->funcs->set_blank_color(
1019 pipe_ctx->stream_res.tg,
745cc746
DL
1020 &black_color);
1021 }
4562236b 1022
745cc746 1023 return pipe_ctx;
4562236b
HW
1024}
1025
1026static void dce110_destroy_resource_pool(struct resource_pool **pool)
1027{
1028 struct dce110_resource_pool *dce110_pool = TO_DCE110_RES_POOL(*pool);
1029
1030 destruct(dce110_pool);
2004f45e 1031 kfree(dce110_pool);
4562236b
HW
1032 *pool = NULL;
1033}
1034
1035
1036static const struct resource_funcs dce110_res_pool_funcs = {
1037 .destroy = dce110_destroy_resource_pool,
1038 .link_enc_create = dce110_link_encoder_create,
4562236b
HW
1039 .validate_guaranteed = dce110_validate_guaranteed,
1040 .validate_bandwidth = dce110_validate_bandwidth,
745cc746 1041 .acquire_idle_pipe_for_layer = dce110_acquire_underlay,
1d9521a7 1042 .add_stream_to_ctx = dce110_add_stream_to_ctx,
1dc90497 1043 .validate_global = dce110_validate_global
4562236b
HW
1044};
1045
cc0cb445 1046static bool underlay_create(struct dc_context *ctx, struct resource_pool *pool)
4562236b 1047{
2004f45e
HW
1048 struct dce110_timing_generator *dce110_tgv = kzalloc(sizeof(*dce110_tgv),
1049 GFP_KERNEL);
1050 struct dce_transform *dce110_xfmv = kzalloc(sizeof(*dce110_xfmv),
1051 GFP_KERNEL);
1052 struct dce_mem_input *dce110_miv = kzalloc(sizeof(*dce110_miv),
1053 GFP_KERNEL);
1054 struct dce110_opp *dce110_oppv = kzalloc(sizeof(*dce110_oppv),
1055 GFP_KERNEL);
4562236b 1056
cc0cb445
LE
1057 if ((dce110_tgv == NULL) ||
1058 (dce110_xfmv == NULL) ||
1059 (dce110_miv == NULL) ||
1060 (dce110_oppv == NULL))
1061 return false;
1062
1063 if (!dce110_opp_v_construct(dce110_oppv, ctx))
1064 return false;
1065
4562236b
HW
1066 dce110_timing_generator_v_construct(dce110_tgv, ctx);
1067 dce110_mem_input_v_construct(dce110_miv, ctx);
1068 dce110_transform_v_construct(dce110_xfmv, ctx);
1069
1070 pool->opps[pool->pipe_count] = &dce110_oppv->base;
1071 pool->timing_generators[pool->pipe_count] = &dce110_tgv->base;
1072 pool->mis[pool->pipe_count] = &dce110_miv->base;
1073 pool->transforms[pool->pipe_count] = &dce110_xfmv->base;
1074 pool->pipe_count++;
1075
1076 /* update the public caps to indicate an underlay is available */
1077 ctx->dc->caps.max_slave_planes = 1;
1078 ctx->dc->caps.max_slave_planes = 1;
cc0cb445
LE
1079
1080 return true;
4562236b
HW
1081}
1082
fb3466a4 1083static void bw_calcs_data_update_from_pplib(struct dc *dc)
4562236b
HW
1084{
1085 struct dm_pp_clock_levels clks = {0};
1086
1087 /*do system clock*/
1088 dm_pp_get_clock_levels_by_type(
1089 dc->ctx,
1090 DM_PP_CLOCK_TYPE_ENGINE_CLK,
1091 &clks);
1092 /* convert all the clock fro kHz to fix point mHz */
77a4ea53 1093 dc->bw_vbios->high_sclk = bw_frc_to_fixed(
4562236b 1094 clks.clocks_in_khz[clks.num_levels-1], 1000);
77a4ea53 1095 dc->bw_vbios->mid1_sclk = bw_frc_to_fixed(
4562236b 1096 clks.clocks_in_khz[clks.num_levels/8], 1000);
77a4ea53 1097 dc->bw_vbios->mid2_sclk = bw_frc_to_fixed(
4562236b 1098 clks.clocks_in_khz[clks.num_levels*2/8], 1000);
77a4ea53 1099 dc->bw_vbios->mid3_sclk = bw_frc_to_fixed(
4562236b 1100 clks.clocks_in_khz[clks.num_levels*3/8], 1000);
77a4ea53 1101 dc->bw_vbios->mid4_sclk = bw_frc_to_fixed(
4562236b 1102 clks.clocks_in_khz[clks.num_levels*4/8], 1000);
77a4ea53 1103 dc->bw_vbios->mid5_sclk = bw_frc_to_fixed(
4562236b 1104 clks.clocks_in_khz[clks.num_levels*5/8], 1000);
77a4ea53 1105 dc->bw_vbios->mid6_sclk = bw_frc_to_fixed(
4562236b 1106 clks.clocks_in_khz[clks.num_levels*6/8], 1000);
77a4ea53 1107 dc->bw_vbios->low_sclk = bw_frc_to_fixed(
4562236b
HW
1108 clks.clocks_in_khz[0], 1000);
1109 dc->sclk_lvls = clks;
1110
1111 /*do display clock*/
1112 dm_pp_get_clock_levels_by_type(
1113 dc->ctx,
1114 DM_PP_CLOCK_TYPE_DISPLAY_CLK,
1115 &clks);
77a4ea53 1116 dc->bw_vbios->high_voltage_max_dispclk = bw_frc_to_fixed(
4562236b 1117 clks.clocks_in_khz[clks.num_levels-1], 1000);
77a4ea53 1118 dc->bw_vbios->mid_voltage_max_dispclk = bw_frc_to_fixed(
4562236b 1119 clks.clocks_in_khz[clks.num_levels>>1], 1000);
77a4ea53 1120 dc->bw_vbios->low_voltage_max_dispclk = bw_frc_to_fixed(
4562236b
HW
1121 clks.clocks_in_khz[0], 1000);
1122
1123 /*do memory clock*/
1124 dm_pp_get_clock_levels_by_type(
1125 dc->ctx,
1126 DM_PP_CLOCK_TYPE_MEMORY_CLK,
1127 &clks);
1128
77a4ea53 1129 dc->bw_vbios->low_yclk = bw_frc_to_fixed(
4562236b 1130 clks.clocks_in_khz[0] * MEMORY_TYPE_MULTIPLIER, 1000);
77a4ea53 1131 dc->bw_vbios->mid_yclk = bw_frc_to_fixed(
4562236b
HW
1132 clks.clocks_in_khz[clks.num_levels>>1] * MEMORY_TYPE_MULTIPLIER,
1133 1000);
77a4ea53 1134 dc->bw_vbios->high_yclk = bw_frc_to_fixed(
4562236b
HW
1135 clks.clocks_in_khz[clks.num_levels-1] * MEMORY_TYPE_MULTIPLIER,
1136 1000);
1137}
1138
4562236b
HW
1139const struct resource_caps *dce110_resource_cap(
1140 struct hw_asic_id *asic_id)
1141{
1142 if (ASIC_REV_IS_STONEY(asic_id->hw_internal_rev))
1143 return &stoney_resource_cap;
1144 else
1145 return &carrizo_resource_cap;
1146}
1147
1148static bool construct(
1149 uint8_t num_virtual_links,
fb3466a4 1150 struct dc *dc,
4562236b
HW
1151 struct dce110_resource_pool *pool,
1152 struct hw_asic_id asic_id)
1153{
1154 unsigned int i;
1155 struct dc_context *ctx = dc->ctx;
1515a47b 1156 struct dc_firmware_info info;
4562236b
HW
1157 struct dc_bios *bp;
1158 struct dm_pp_static_clock_info static_clk_info = {0};
1159
1160 ctx->dc_bios->regs = &bios_regs;
1161
1162 pool->base.res_cap = dce110_resource_cap(&ctx->asic_id);
1163 pool->base.funcs = &dce110_res_pool_funcs;
1164
1165 /*************************************************
1166 * Resource + asic cap harcoding *
1167 *************************************************/
1168
1169 pool->base.pipe_count = pool->base.res_cap->num_timing_generator;
1170 pool->base.underlay_pipe_index = pool->base.pipe_count;
1171
fb3466a4
BL
1172 dc->caps.max_downscale_ratio = 150;
1173 dc->caps.i2c_speed_in_khz = 100;
1174 dc->caps.max_cursor_size = 128;
4562236b
HW
1175
1176 /*************************************************
1177 * Create resources *
1178 *************************************************/
1179
1180 bp = ctx->dc_bios;
1181
1182 if ((bp->funcs->get_firmware_info(bp, &info) == BP_RESULT_OK) &&
1183 info.external_clock_source_frequency_for_dp != 0) {
1184 pool->base.dp_clock_source =
1185 dce110_clock_source_create(ctx, bp, CLOCK_SOURCE_ID_EXTERNAL, NULL, true);
1186
1187 pool->base.clock_sources[0] =
1188 dce110_clock_source_create(ctx, bp, CLOCK_SOURCE_ID_PLL0,
1189 &clk_src_regs[0], false);
1190 pool->base.clock_sources[1] =
1191 dce110_clock_source_create(ctx, bp, CLOCK_SOURCE_ID_PLL1,
1192 &clk_src_regs[1], false);
1193
1194 pool->base.clk_src_count = 2;
1195
1196 /* TODO: find out if CZ support 3 PLLs */
1197 }
1198
1199 if (pool->base.dp_clock_source == NULL) {
1200 dm_error("DC: failed to create dp clock source!\n");
1201 BREAK_TO_DEBUGGER();
1202 goto res_create_fail;
1203 }
1204
1205 for (i = 0; i < pool->base.clk_src_count; i++) {
1206 if (pool->base.clock_sources[i] == NULL) {
1207 dm_error("DC: failed to create clock sources!\n");
1208 BREAK_TO_DEBUGGER();
1209 goto res_create_fail;
1210 }
1211 }
1212
9a70eba7
DL
1213 pool->base.display_clock = dce110_disp_clk_create(ctx,
1214 &disp_clk_regs,
1215 &disp_clk_shift,
1216 &disp_clk_mask);
4562236b
HW
1217 if (pool->base.display_clock == NULL) {
1218 dm_error("DC: failed to create display clock!\n");
1219 BREAK_TO_DEBUGGER();
1220 goto res_create_fail;
1221 }
1222
5e7773a2
AK
1223 pool->base.dmcu = dce_dmcu_create(ctx,
1224 &dmcu_regs,
1225 &dmcu_shift,
1226 &dmcu_mask);
1227 if (pool->base.dmcu == NULL) {
1228 dm_error("DC: failed to create dmcu!\n");
1229 BREAK_TO_DEBUGGER();
1230 goto res_create_fail;
1231 }
1232
1233 pool->base.abm = dce_abm_create(ctx,
1234 &abm_regs,
1235 &abm_shift,
1236 &abm_mask);
1237 if (pool->base.abm == NULL) {
1238 dm_error("DC: failed to create abm!\n");
1239 BREAK_TO_DEBUGGER();
1240 goto res_create_fail;
1241 }
1242
4562236b
HW
1243 /* get static clock information for PPLIB or firmware, save
1244 * max_clock_state
1245 */
3bad7c5c
DL
1246 if (dm_pp_get_static_clocks(ctx, &static_clk_info))
1247 pool->base.display_clock->max_clks_state =
e9c58bb4 1248 static_clk_info.max_clocks_state;
4562236b 1249
4562236b
HW
1250 {
1251 struct irq_service_init_data init_data;
1252 init_data.ctx = dc->ctx;
1253 pool->base.irqs = dal_irq_service_dce110_create(&init_data);
1254 if (!pool->base.irqs)
1255 goto res_create_fail;
1256 }
1257
1258 for (i = 0; i < pool->base.pipe_count; i++) {
1259 pool->base.timing_generators[i] = dce110_timing_generator_create(
1260 ctx, i, &dce110_tg_offsets[i]);
1261 if (pool->base.timing_generators[i] == NULL) {
1262 BREAK_TO_DEBUGGER();
1263 dm_error("DC: failed to create tg!\n");
1264 goto res_create_fail;
1265 }
1266
c3489214 1267 pool->base.mis[i] = dce110_mem_input_create(ctx, i);
4562236b
HW
1268 if (pool->base.mis[i] == NULL) {
1269 BREAK_TO_DEBUGGER();
1270 dm_error(
1271 "DC: failed to create memory input!\n");
1272 goto res_create_fail;
1273 }
1274
e6303950 1275 pool->base.ipps[i] = dce110_ipp_create(ctx, i);
4562236b
HW
1276 if (pool->base.ipps[i] == NULL) {
1277 BREAK_TO_DEBUGGER();
1278 dm_error(
1279 "DC: failed to create input pixel processor!\n");
1280 goto res_create_fail;
1281 }
1282
1283 pool->base.transforms[i] = dce110_transform_create(ctx, i);
1284 if (pool->base.transforms[i] == NULL) {
1285 BREAK_TO_DEBUGGER();
1286 dm_error(
1287 "DC: failed to create transform!\n");
1288 goto res_create_fail;
1289 }
1290
ab3ee7a5 1291 pool->base.opps[i] = dce110_opp_create(ctx, i);
4562236b
HW
1292 if (pool->base.opps[i] == NULL) {
1293 BREAK_TO_DEBUGGER();
1294 dm_error(
1295 "DC: failed to create output pixel processor!\n");
1296 goto res_create_fail;
1297 }
1298 }
1299
1663ae1c
BL
1300#ifdef ENABLE_FBC
1301 dc->fbc_compressor = dce110_compressor_create(ctx);
1302
1303
1304
1305#endif
cc0cb445
LE
1306 if (!underlay_create(ctx, &pool->base))
1307 goto res_create_fail;
4562236b
HW
1308
1309 if (!resource_construct(num_virtual_links, dc, &pool->base,
1310 &res_create_funcs))
1311 goto res_create_fail;
1312
1313 /* Create hardware sequencer */
1314 if (!dce110_hw_sequencer_construct(dc))
1315 goto res_create_fail;
1316
fb3466a4 1317 dc->caps.max_planes = pool->base.pipe_count;
d4e13b0d 1318
77a4ea53 1319 bw_calcs_init(dc->bw_dceip, dc->bw_vbios, dc->ctx->asic_id);
4562236b
HW
1320
1321 bw_calcs_data_update_from_pplib(dc);
1322
1323 return true;
1324
1325res_create_fail:
1326 destruct(pool);
1327 return false;
1328}
1329
1330struct resource_pool *dce110_create_resource_pool(
1331 uint8_t num_virtual_links,
fb3466a4 1332 struct dc *dc,
4562236b
HW
1333 struct hw_asic_id asic_id)
1334{
1335 struct dce110_resource_pool *pool =
2004f45e 1336 kzalloc(sizeof(struct dce110_resource_pool), GFP_KERNEL);
4562236b
HW
1337
1338 if (!pool)
1339 return NULL;
1340
1341 if (construct(num_virtual_links, dc, pool, asic_id))
1342 return &pool->base;
1343
1344 BREAK_TO_DEBUGGER();
1345 return NULL;
1346}