2 * Copyright 2012-15 Advanced Micro Devices, Inc.
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:
11 * The above copyright notice and this permission notice shall be included in
12 * all copies or substantial portions of the Software.
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.
26 #include <linux/slab.h>
28 #include "dm_services.h"
30 #include "link_encoder.h"
31 #include "stream_encoder.h"
34 #include "dce110/dce110_resource.h"
35 #include "include/irq_service_interface.h"
36 #include "dce/dce_audio.h"
37 #include "dce110/dce110_timing_generator.h"
38 #include "irq/dce110/irq_service_dce110.h"
39 #include "dce110/dce110_timing_generator_v.h"
40 #include "dce/dce_link_encoder.h"
41 #include "dce/dce_stream_encoder.h"
42 #include "dce/dce_mem_input.h"
43 #include "dce110/dce110_mem_input_v.h"
44 #include "dce/dce_ipp.h"
45 #include "dce/dce_transform.h"
46 #include "dce110/dce110_transform_v.h"
47 #include "dce/dce_opp.h"
48 #include "dce110/dce110_opp_v.h"
49 #include "dce/dce_clock_source.h"
50 #include "dce/dce_hwseq.h"
51 #include "dce110/dce110_hw_sequencer.h"
52 #include "dce/dce_aux.h"
53 #include "dce/dce_abm.h"
54 #include "dce/dce_dmcu.h"
55 #include "dce/dce_i2c.h"
60 #include "dce110/dce110_compressor.h"
62 #include "reg_helper.h"
64 #include "dce/dce_11_0_d.h"
65 #include "dce/dce_11_0_sh_mask.h"
67 #ifndef mmMC_HUB_RDREQ_DMIF_LIMIT
68 #include "gmc/gmc_8_2_d.h"
69 #include "gmc/gmc_8_2_sh_mask.h"
72 #ifndef mmDP_DPHY_INTERNAL_CTRL
73 #define mmDP_DPHY_INTERNAL_CTRL 0x4aa7
74 #define mmDP0_DP_DPHY_INTERNAL_CTRL 0x4aa7
75 #define mmDP1_DP_DPHY_INTERNAL_CTRL 0x4ba7
76 #define mmDP2_DP_DPHY_INTERNAL_CTRL 0x4ca7
77 #define mmDP3_DP_DPHY_INTERNAL_CTRL 0x4da7
78 #define mmDP4_DP_DPHY_INTERNAL_CTRL 0x4ea7
79 #define mmDP5_DP_DPHY_INTERNAL_CTRL 0x4fa7
80 #define mmDP6_DP_DPHY_INTERNAL_CTRL 0x54a7
81 #define mmDP7_DP_DPHY_INTERNAL_CTRL 0x56a7
82 #define mmDP8_DP_DPHY_INTERNAL_CTRL 0x57a7
85 #ifndef mmBIOS_SCRATCH_2
86 #define mmBIOS_SCRATCH_2 0x05CB
87 #define mmBIOS_SCRATCH_3 0x05CC
88 #define mmBIOS_SCRATCH_6 0x05CF
91 #ifndef mmDP_DPHY_BS_SR_SWAP_CNTL
92 #define mmDP_DPHY_BS_SR_SWAP_CNTL 0x4ADC
93 #define mmDP0_DP_DPHY_BS_SR_SWAP_CNTL 0x4ADC
94 #define mmDP1_DP_DPHY_BS_SR_SWAP_CNTL 0x4BDC
95 #define mmDP2_DP_DPHY_BS_SR_SWAP_CNTL 0x4CDC
96 #define mmDP3_DP_DPHY_BS_SR_SWAP_CNTL 0x4DDC
97 #define mmDP4_DP_DPHY_BS_SR_SWAP_CNTL 0x4EDC
98 #define mmDP5_DP_DPHY_BS_SR_SWAP_CNTL 0x4FDC
99 #define mmDP6_DP_DPHY_BS_SR_SWAP_CNTL 0x54DC
102 #ifndef mmDP_DPHY_FAST_TRAINING
103 #define mmDP_DPHY_FAST_TRAINING 0x4ABC
104 #define mmDP0_DP_DPHY_FAST_TRAINING 0x4ABC
105 #define mmDP1_DP_DPHY_FAST_TRAINING 0x4BBC
106 #define mmDP2_DP_DPHY_FAST_TRAINING 0x4CBC
107 #define mmDP3_DP_DPHY_FAST_TRAINING 0x4DBC
108 #define mmDP4_DP_DPHY_FAST_TRAINING 0x4EBC
109 #define mmDP5_DP_DPHY_FAST_TRAINING 0x4FBC
110 #define mmDP6_DP_DPHY_FAST_TRAINING 0x54BC
113 #ifndef DPHY_RX_FAST_TRAINING_CAPABLE
114 #define DPHY_RX_FAST_TRAINING_CAPABLE 0x1
117 static const struct dce110_timing_generator_offsets dce110_tg_offsets
[] = {
119 .crtc
= (mmCRTC0_CRTC_CONTROL
- mmCRTC_CONTROL
),
120 .dcp
= (mmDCP0_GRPH_CONTROL
- mmGRPH_CONTROL
),
123 .crtc
= (mmCRTC1_CRTC_CONTROL
- mmCRTC_CONTROL
),
124 .dcp
= (mmDCP1_GRPH_CONTROL
- mmGRPH_CONTROL
),
127 .crtc
= (mmCRTC2_CRTC_CONTROL
- mmCRTC_CONTROL
),
128 .dcp
= (mmDCP2_GRPH_CONTROL
- mmGRPH_CONTROL
),
131 .crtc
= (mmCRTC3_CRTC_CONTROL
- mmCRTC_CONTROL
),
132 .dcp
= (mmDCP3_GRPH_CONTROL
- mmGRPH_CONTROL
),
135 .crtc
= (mmCRTC4_CRTC_CONTROL
- mmCRTC_CONTROL
),
136 .dcp
= (mmDCP4_GRPH_CONTROL
- mmGRPH_CONTROL
),
139 .crtc
= (mmCRTC5_CRTC_CONTROL
- mmCRTC_CONTROL
),
140 .dcp
= (mmDCP5_GRPH_CONTROL
- mmGRPH_CONTROL
),
144 /* set register offset */
145 #define SR(reg_name)\
146 .reg_name = mm ## reg_name
148 /* set register offset with instance */
149 #define SRI(reg_name, block, id)\
150 .reg_name = mm ## block ## id ## _ ## reg_name
152 static const struct dce_dmcu_registers dmcu_regs
= {
153 DMCU_DCE110_COMMON_REG_LIST()
156 static const struct dce_dmcu_shift dmcu_shift
= {
157 DMCU_MASK_SH_LIST_DCE110(__SHIFT
)
160 static const struct dce_dmcu_mask dmcu_mask
= {
161 DMCU_MASK_SH_LIST_DCE110(_MASK
)
164 static const struct dce_abm_registers abm_regs
= {
165 ABM_DCE110_COMMON_REG_LIST()
168 static const struct dce_abm_shift abm_shift
= {
169 ABM_MASK_SH_LIST_DCE110(__SHIFT
)
172 static const struct dce_abm_mask abm_mask
= {
173 ABM_MASK_SH_LIST_DCE110(_MASK
)
176 #define ipp_regs(id)\
178 IPP_DCE110_REG_LIST_DCE_BASE(id)\
181 static const struct dce_ipp_registers ipp_regs
[] = {
187 static const struct dce_ipp_shift ipp_shift
= {
188 IPP_DCE100_MASK_SH_LIST_DCE_COMMON_BASE(__SHIFT
)
191 static const struct dce_ipp_mask ipp_mask
= {
192 IPP_DCE100_MASK_SH_LIST_DCE_COMMON_BASE(_MASK
)
195 #define transform_regs(id)\
197 XFM_COMMON_REG_LIST_DCE110(id)\
200 static const struct dce_transform_registers xfm_regs
[] = {
206 static const struct dce_transform_shift xfm_shift
= {
207 XFM_COMMON_MASK_SH_LIST_DCE110(__SHIFT
)
210 static const struct dce_transform_mask xfm_mask
= {
211 XFM_COMMON_MASK_SH_LIST_DCE110(_MASK
)
214 #define aux_regs(id)\
219 static const struct dce110_link_enc_aux_registers link_enc_aux_regs
[] = {
228 #define hpd_regs(id)\
233 static const struct dce110_link_enc_hpd_registers link_enc_hpd_regs
[] = {
243 #define link_regs(id)\
245 LE_DCE110_REG_LIST(id)\
248 static const struct dce110_link_enc_registers link_enc_regs
[] = {
258 #define stream_enc_regs(id)\
260 SE_COMMON_REG_LIST(id),\
264 static const struct dce110_stream_enc_registers stream_enc_regs
[] = {
270 static const struct dce_stream_encoder_shift se_shift
= {
271 SE_COMMON_MASK_SH_LIST_DCE110(__SHIFT
)
274 static const struct dce_stream_encoder_mask se_mask
= {
275 SE_COMMON_MASK_SH_LIST_DCE110(_MASK
)
278 static const struct dce110_aux_registers_shift aux_shift
= {
279 DCE_AUX_MASK_SH_LIST(__SHIFT
)
282 static const struct dce110_aux_registers_mask aux_mask
= {
283 DCE_AUX_MASK_SH_LIST(_MASK
)
286 #define opp_regs(id)\
288 OPP_DCE_110_REG_LIST(id),\
291 static const struct dce_opp_registers opp_regs
[] = {
300 static const struct dce_opp_shift opp_shift
= {
301 OPP_COMMON_MASK_SH_LIST_DCE_110(__SHIFT
)
304 static const struct dce_opp_mask opp_mask
= {
305 OPP_COMMON_MASK_SH_LIST_DCE_110(_MASK
)
308 #define aux_engine_regs(id)\
310 AUX_COMMON_REG_LIST(id), \
311 .AUX_RESET_MASK = 0 \
314 static const struct dce110_aux_registers aux_engine_regs
[] = {
323 #define audio_regs(id)\
325 AUD_COMMON_REG_LIST(id)\
328 static const struct dce_audio_registers audio_regs
[] = {
338 static const struct dce_audio_shift audio_shift
= {
339 AUD_COMMON_MASK_SH_LIST(__SHIFT
)
342 static const struct dce_audio_mask audio_mask
= {
343 AUD_COMMON_MASK_SH_LIST(_MASK
)
346 /* AG TBD Needs to be reduced back to 3 pipes once dce10 hw sequencer implemented. */
349 #define clk_src_regs(id)\
351 CS_COMMON_REG_LIST_DCE_100_110(id),\
354 static const struct dce110_clk_src_regs clk_src_regs
[] = {
360 static const struct dce110_clk_src_shift cs_shift
= {
361 CS_COMMON_MASK_SH_LIST_DCE_COMMON_BASE(__SHIFT
)
364 static const struct dce110_clk_src_mask cs_mask
= {
365 CS_COMMON_MASK_SH_LIST_DCE_COMMON_BASE(_MASK
)
368 static const struct bios_registers bios_regs
= {
369 .BIOS_SCRATCH_3
= mmBIOS_SCRATCH_3
,
370 .BIOS_SCRATCH_6
= mmBIOS_SCRATCH_6
373 static const struct resource_caps carrizo_resource_cap
= {
374 .num_timing_generator
= 3,
375 .num_video_plane
= 1,
377 .num_stream_encoder
= 3,
382 static const struct resource_caps stoney_resource_cap
= {
383 .num_timing_generator
= 2,
384 .num_video_plane
= 1,
386 .num_stream_encoder
= 3,
391 static const struct dc_plane_cap plane_cap
= {
392 .type
= DC_PLANE_TYPE_DCE_RGB
,
393 .blends_with_below
= true,
394 .blends_with_above
= true,
395 .per_pixel_alpha
= 1,
397 .pixel_format_support
= {
403 .max_upscale_factor
= {
409 .max_downscale_factor
= {
416 static const struct dc_plane_cap underlay_plane_cap
= {
417 .type
= DC_PLANE_TYPE_DCE_UNDERLAY
,
418 .blends_with_above
= true,
419 .per_pixel_alpha
= 1,
421 .pixel_format_support
= {
427 .max_upscale_factor
= {
433 .max_downscale_factor
= {
441 #define REG(reg) mm ## reg
443 #ifndef mmCC_DC_HDMI_STRAPS
444 #define mmCC_DC_HDMI_STRAPS 0x4819
445 #define CC_DC_HDMI_STRAPS__HDMI_DISABLE_MASK 0x40
446 #define CC_DC_HDMI_STRAPS__HDMI_DISABLE__SHIFT 0x6
447 #define CC_DC_HDMI_STRAPS__AUDIO_STREAM_NUMBER_MASK 0x700
448 #define CC_DC_HDMI_STRAPS__AUDIO_STREAM_NUMBER__SHIFT 0x8
451 static int map_transmitter_id_to_phy_instance(
452 enum transmitter transmitter
)
454 switch (transmitter
) {
455 case TRANSMITTER_UNIPHY_A
:
458 case TRANSMITTER_UNIPHY_B
:
461 case TRANSMITTER_UNIPHY_C
:
464 case TRANSMITTER_UNIPHY_D
:
467 case TRANSMITTER_UNIPHY_E
:
470 case TRANSMITTER_UNIPHY_F
:
473 case TRANSMITTER_UNIPHY_G
:
482 static void read_dce_straps(
483 struct dc_context
*ctx
,
484 struct resource_straps
*straps
)
486 REG_GET_2(CC_DC_HDMI_STRAPS
,
487 HDMI_DISABLE
, &straps
->hdmi_disable
,
488 AUDIO_STREAM_NUMBER
, &straps
->audio_stream_number
);
490 REG_GET(DC_PINSTRAPS
, DC_PINSTRAPS_AUDIO
, &straps
->dc_pinstraps_audio
);
493 static struct audio
*create_audio(
494 struct dc_context
*ctx
, unsigned int inst
)
496 return dce_audio_create(ctx
, inst
,
497 &audio_regs
[inst
], &audio_shift
, &audio_mask
);
500 static struct timing_generator
*dce110_timing_generator_create(
501 struct dc_context
*ctx
,
503 const struct dce110_timing_generator_offsets
*offsets
)
505 struct dce110_timing_generator
*tg110
=
506 kzalloc(sizeof(struct dce110_timing_generator
), GFP_KERNEL
);
511 dce110_timing_generator_construct(tg110
, ctx
, instance
, offsets
);
515 static struct stream_encoder
*dce110_stream_encoder_create(
516 enum engine_id eng_id
,
517 struct dc_context
*ctx
)
519 struct dce110_stream_encoder
*enc110
=
520 kzalloc(sizeof(struct dce110_stream_encoder
), GFP_KERNEL
);
525 dce110_stream_encoder_construct(enc110
, ctx
, ctx
->dc_bios
, eng_id
,
526 &stream_enc_regs
[eng_id
],
527 &se_shift
, &se_mask
);
528 return &enc110
->base
;
531 #define SRII(reg_name, block, id)\
532 .reg_name[id] = mm ## block ## id ## _ ## reg_name
534 static const struct dce_hwseq_registers hwseq_stoney_reg
= {
538 static const struct dce_hwseq_registers hwseq_cz_reg
= {
542 static const struct dce_hwseq_shift hwseq_shift
= {
543 HWSEQ_DCE11_MASK_SH_LIST(__SHIFT
),
546 static const struct dce_hwseq_mask hwseq_mask
= {
547 HWSEQ_DCE11_MASK_SH_LIST(_MASK
),
550 static struct dce_hwseq
*dce110_hwseq_create(
551 struct dc_context
*ctx
)
553 struct dce_hwseq
*hws
= kzalloc(sizeof(struct dce_hwseq
), GFP_KERNEL
);
557 hws
->regs
= ASIC_REV_IS_STONEY(ctx
->asic_id
.hw_internal_rev
) ?
558 &hwseq_stoney_reg
: &hwseq_cz_reg
;
559 hws
->shifts
= &hwseq_shift
;
560 hws
->masks
= &hwseq_mask
;
561 hws
->wa
.blnd_crtc_trigger
= true;
566 static const struct resource_create_funcs res_create_funcs
= {
567 .read_dce_straps
= read_dce_straps
,
568 .create_audio
= create_audio
,
569 .create_stream_encoder
= dce110_stream_encoder_create
,
570 .create_hwseq
= dce110_hwseq_create
,
573 #define mi_inst_regs(id) { \
574 MI_DCE11_REG_LIST(id), \
575 .MC_HUB_RDREQ_DMIF_LIMIT = mmMC_HUB_RDREQ_DMIF_LIMIT \
577 static const struct dce_mem_input_registers mi_regs
[] = {
583 static const struct dce_mem_input_shift mi_shifts
= {
584 MI_DCE11_MASK_SH_LIST(__SHIFT
),
585 .ENABLE
= MC_HUB_RDREQ_DMIF_LIMIT__ENABLE__SHIFT
588 static const struct dce_mem_input_mask mi_masks
= {
589 MI_DCE11_MASK_SH_LIST(_MASK
),
590 .ENABLE
= MC_HUB_RDREQ_DMIF_LIMIT__ENABLE_MASK
594 static struct mem_input
*dce110_mem_input_create(
595 struct dc_context
*ctx
,
598 struct dce_mem_input
*dce_mi
= kzalloc(sizeof(struct dce_mem_input
),
606 dce_mem_input_construct(dce_mi
, ctx
, inst
, &mi_regs
[inst
], &mi_shifts
, &mi_masks
);
607 dce_mi
->wa
.single_head_rdreq_dmif_limit
= 3;
608 return &dce_mi
->base
;
611 static void dce110_transform_destroy(struct transform
**xfm
)
613 kfree(TO_DCE_TRANSFORM(*xfm
));
617 static struct transform
*dce110_transform_create(
618 struct dc_context
*ctx
,
621 struct dce_transform
*transform
=
622 kzalloc(sizeof(struct dce_transform
), GFP_KERNEL
);
627 dce_transform_construct(transform
, ctx
, inst
,
628 &xfm_regs
[inst
], &xfm_shift
, &xfm_mask
);
629 return &transform
->base
;
632 static struct input_pixel_processor
*dce110_ipp_create(
633 struct dc_context
*ctx
, uint32_t inst
)
635 struct dce_ipp
*ipp
= kzalloc(sizeof(struct dce_ipp
), GFP_KERNEL
);
642 dce_ipp_construct(ipp
, ctx
, inst
,
643 &ipp_regs
[inst
], &ipp_shift
, &ipp_mask
);
647 static const struct encoder_feature_support link_enc_feature
= {
648 .max_hdmi_deep_color
= COLOR_DEPTH_121212
,
649 .max_hdmi_pixel_clock
= 300000,
650 .flags
.bits
.IS_HBR2_CAPABLE
= true,
651 .flags
.bits
.IS_TPS3_CAPABLE
= true
654 static struct link_encoder
*dce110_link_encoder_create(
655 const struct encoder_init_data
*enc_init_data
)
657 struct dce110_link_encoder
*enc110
=
658 kzalloc(sizeof(struct dce110_link_encoder
), GFP_KERNEL
);
665 map_transmitter_id_to_phy_instance(enc_init_data
->transmitter
);
667 dce110_link_encoder_construct(enc110
,
670 &link_enc_regs
[link_regs_id
],
671 &link_enc_aux_regs
[enc_init_data
->channel
- 1],
672 &link_enc_hpd_regs
[enc_init_data
->hpd_source
]);
673 return &enc110
->base
;
676 static struct output_pixel_processor
*dce110_opp_create(
677 struct dc_context
*ctx
,
680 struct dce110_opp
*opp
=
681 kzalloc(sizeof(struct dce110_opp
), GFP_KERNEL
);
686 dce110_opp_construct(opp
,
687 ctx
, inst
, &opp_regs
[inst
], &opp_shift
, &opp_mask
);
691 struct dce_aux
*dce110_aux_engine_create(
692 struct dc_context
*ctx
,
695 struct aux_engine_dce110
*aux_engine
=
696 kzalloc(sizeof(struct aux_engine_dce110
), GFP_KERNEL
);
701 dce110_aux_engine_construct(aux_engine
, ctx
, inst
,
702 SW_AUX_TIMEOUT_PERIOD_MULTIPLIER
* AUX_TIMEOUT_PERIOD
,
703 &aux_engine_regs
[inst
],
706 ctx
->dc
->caps
.extended_aux_timeout_support
);
708 return &aux_engine
->base
;
710 #define i2c_inst_regs(id) { I2C_HW_ENGINE_COMMON_REG_LIST(id) }
712 static const struct dce_i2c_registers i2c_hw_regs
[] = {
721 static const struct dce_i2c_shift i2c_shifts
= {
722 I2C_COMMON_MASK_SH_LIST_DCE110(__SHIFT
)
725 static const struct dce_i2c_mask i2c_masks
= {
726 I2C_COMMON_MASK_SH_LIST_DCE110(_MASK
)
729 struct dce_i2c_hw
*dce110_i2c_hw_create(
730 struct dc_context
*ctx
,
733 struct dce_i2c_hw
*dce_i2c_hw
=
734 kzalloc(sizeof(struct dce_i2c_hw
), GFP_KERNEL
);
739 dce100_i2c_hw_construct(dce_i2c_hw
, ctx
, inst
,
740 &i2c_hw_regs
[inst
], &i2c_shifts
, &i2c_masks
);
744 struct clock_source
*dce110_clock_source_create(
745 struct dc_context
*ctx
,
746 struct dc_bios
*bios
,
747 enum clock_source_id id
,
748 const struct dce110_clk_src_regs
*regs
,
751 struct dce110_clk_src
*clk_src
=
752 kzalloc(sizeof(struct dce110_clk_src
), GFP_KERNEL
);
757 if (dce110_clk_src_construct(clk_src
, ctx
, bios
, id
,
758 regs
, &cs_shift
, &cs_mask
)) {
759 clk_src
->base
.dp_clk_src
= dp_clk_src
;
760 return &clk_src
->base
;
768 void dce110_clock_source_destroy(struct clock_source
**clk_src
)
770 struct dce110_clk_src
*dce110_clk_src
;
775 dce110_clk_src
= TO_DCE110_CLK_SRC(*clk_src
);
777 kfree(dce110_clk_src
->dp_ss_params
);
778 kfree(dce110_clk_src
->hdmi_ss_params
);
779 kfree(dce110_clk_src
->dvi_ss_params
);
781 kfree(dce110_clk_src
);
785 static void dce110_resource_destruct(struct dce110_resource_pool
*pool
)
789 for (i
= 0; i
< pool
->base
.pipe_count
; i
++) {
790 if (pool
->base
.opps
[i
] != NULL
)
791 dce110_opp_destroy(&pool
->base
.opps
[i
]);
793 if (pool
->base
.transforms
[i
] != NULL
)
794 dce110_transform_destroy(&pool
->base
.transforms
[i
]);
796 if (pool
->base
.ipps
[i
] != NULL
)
797 dce_ipp_destroy(&pool
->base
.ipps
[i
]);
799 if (pool
->base
.mis
[i
] != NULL
) {
800 kfree(TO_DCE_MEM_INPUT(pool
->base
.mis
[i
]));
801 pool
->base
.mis
[i
] = NULL
;
804 if (pool
->base
.timing_generators
[i
] != NULL
) {
805 kfree(DCE110TG_FROM_TG(pool
->base
.timing_generators
[i
]));
806 pool
->base
.timing_generators
[i
] = NULL
;
810 for (i
= 0; i
< pool
->base
.res_cap
->num_ddc
; i
++) {
811 if (pool
->base
.engines
[i
] != NULL
)
812 dce110_engine_destroy(&pool
->base
.engines
[i
]);
813 if (pool
->base
.hw_i2cs
[i
] != NULL
) {
814 kfree(pool
->base
.hw_i2cs
[i
]);
815 pool
->base
.hw_i2cs
[i
] = NULL
;
817 if (pool
->base
.sw_i2cs
[i
] != NULL
) {
818 kfree(pool
->base
.sw_i2cs
[i
]);
819 pool
->base
.sw_i2cs
[i
] = NULL
;
823 for (i
= 0; i
< pool
->base
.stream_enc_count
; i
++) {
824 if (pool
->base
.stream_enc
[i
] != NULL
)
825 kfree(DCE110STRENC_FROM_STRENC(pool
->base
.stream_enc
[i
]));
828 for (i
= 0; i
< pool
->base
.clk_src_count
; i
++) {
829 if (pool
->base
.clock_sources
[i
] != NULL
) {
830 dce110_clock_source_destroy(&pool
->base
.clock_sources
[i
]);
834 if (pool
->base
.dp_clock_source
!= NULL
)
835 dce110_clock_source_destroy(&pool
->base
.dp_clock_source
);
837 for (i
= 0; i
< pool
->base
.audio_count
; i
++) {
838 if (pool
->base
.audios
[i
] != NULL
) {
839 dce_aud_destroy(&pool
->base
.audios
[i
]);
843 if (pool
->base
.abm
!= NULL
)
844 dce_abm_destroy(&pool
->base
.abm
);
846 if (pool
->base
.dmcu
!= NULL
)
847 dce_dmcu_destroy(&pool
->base
.dmcu
);
849 if (pool
->base
.irqs
!= NULL
) {
850 dal_irq_service_destroy(&pool
->base
.irqs
);
855 static void get_pixel_clock_parameters(
856 const struct pipe_ctx
*pipe_ctx
,
857 struct pixel_clk_params
*pixel_clk_params
)
859 const struct dc_stream_state
*stream
= pipe_ctx
->stream
;
861 /*TODO: is this halved for YCbCr 420? in that case we might want to move
862 * the pixel clock normalization for hdmi up to here instead of doing it
863 * in pll_adjust_pix_clk
865 pixel_clk_params
->requested_pix_clk_100hz
= stream
->timing
.pix_clk_100hz
;
866 pixel_clk_params
->encoder_object_id
= stream
->link
->link_enc
->id
;
867 pixel_clk_params
->signal_type
= pipe_ctx
->stream
->signal
;
868 pixel_clk_params
->controller_id
= pipe_ctx
->stream_res
.tg
->inst
+ 1;
869 /* TODO: un-hardcode*/
870 pixel_clk_params
->requested_sym_clk
= LINK_RATE_LOW
*
871 LINK_RATE_REF_FREQ_IN_KHZ
;
872 pixel_clk_params
->flags
.ENABLE_SS
= 0;
873 pixel_clk_params
->color_depth
=
874 stream
->timing
.display_color_depth
;
875 pixel_clk_params
->flags
.DISPLAY_BLANKED
= 1;
876 pixel_clk_params
->flags
.SUPPORT_YCBCR420
= (stream
->timing
.pixel_encoding
==
877 PIXEL_ENCODING_YCBCR420
);
878 pixel_clk_params
->pixel_encoding
= stream
->timing
.pixel_encoding
;
879 if (stream
->timing
.pixel_encoding
== PIXEL_ENCODING_YCBCR422
) {
880 pixel_clk_params
->color_depth
= COLOR_DEPTH_888
;
882 if (stream
->timing
.pixel_encoding
== PIXEL_ENCODING_YCBCR420
) {
883 pixel_clk_params
->requested_pix_clk_100hz
= pixel_clk_params
->requested_pix_clk_100hz
/ 2;
885 if (stream
->timing
.timing_3d_format
== TIMING_3D_FORMAT_HW_FRAME_PACKING
)
886 pixel_clk_params
->requested_pix_clk_100hz
*= 2;
890 void dce110_resource_build_pipe_hw_param(struct pipe_ctx
*pipe_ctx
)
892 get_pixel_clock_parameters(pipe_ctx
, &pipe_ctx
->stream_res
.pix_clk_params
);
893 pipe_ctx
->clock_source
->funcs
->get_pix_clk_dividers(
894 pipe_ctx
->clock_source
,
895 &pipe_ctx
->stream_res
.pix_clk_params
,
896 &pipe_ctx
->pll_settings
);
897 resource_build_bit_depth_reduction_params(pipe_ctx
->stream
,
898 &pipe_ctx
->stream
->bit_depth_params
);
899 pipe_ctx
->stream
->clamping
.pixel_encoding
= pipe_ctx
->stream
->timing
.pixel_encoding
;
902 static bool is_surface_pixel_format_supported(struct pipe_ctx
*pipe_ctx
, unsigned int underlay_idx
)
904 if (pipe_ctx
->pipe_idx
!= underlay_idx
)
906 if (!pipe_ctx
->plane_state
)
908 if (pipe_ctx
->plane_state
->format
< SURFACE_PIXEL_FORMAT_VIDEO_BEGIN
)
913 static enum dc_status
build_mapped_resource(
915 struct dc_state
*context
,
916 struct dc_stream_state
*stream
)
918 struct pipe_ctx
*pipe_ctx
= resource_get_head_pipe_for_stream(&context
->res_ctx
, stream
);
921 return DC_ERROR_UNEXPECTED
;
923 if (!is_surface_pixel_format_supported(pipe_ctx
,
924 dc
->res_pool
->underlay_pipe_index
))
925 return DC_SURFACE_PIXEL_FORMAT_UNSUPPORTED
;
927 dce110_resource_build_pipe_hw_param(pipe_ctx
);
929 /* TODO: validate audio ASIC caps, encoder */
931 resource_build_info_frame(pipe_ctx
);
936 static bool dce110_validate_bandwidth(
938 struct dc_state
*context
,
943 DC_LOG_BANDWIDTH_CALCS(
951 context
->res_ctx
.pipe_ctx
,
952 dc
->res_pool
->pipe_count
,
953 &context
->bw_ctx
.bw
.dce
))
957 DC_LOG_BANDWIDTH_VALIDATION("%s: %dx%d@%d Bandwidth validation failed!\n",
959 context
->streams
[0]->timing
.h_addressable
,
960 context
->streams
[0]->timing
.v_addressable
,
961 context
->streams
[0]->timing
.pix_clk_100hz
/ 10);
963 if (memcmp(&dc
->current_state
->bw_ctx
.bw
.dce
,
964 &context
->bw_ctx
.bw
.dce
, sizeof(context
->bw_ctx
.bw
.dce
))) {
966 DC_LOG_BANDWIDTH_CALCS(
968 "nbpMark_b: %d nbpMark_a: %d urgentMark_b: %d urgentMark_a: %d\n"
969 "stutMark_b: %d stutMark_a: %d\n"
970 "nbpMark_b: %d nbpMark_a: %d urgentMark_b: %d urgentMark_a: %d\n"
971 "stutMark_b: %d stutMark_a: %d\n"
972 "nbpMark_b: %d nbpMark_a: %d urgentMark_b: %d urgentMark_a: %d\n"
973 "stutMark_b: %d stutMark_a: %d stutter_mode_enable: %d\n"
974 "cstate: %d pstate: %d nbpstate: %d sync: %d dispclk: %d\n"
975 "sclk: %d sclk_sleep: %d yclk: %d blackout_recovery_time_us: %d\n"
978 context
->bw_ctx
.bw
.dce
.nbp_state_change_wm_ns
[0].b_mark
,
979 context
->bw_ctx
.bw
.dce
.nbp_state_change_wm_ns
[0].a_mark
,
980 context
->bw_ctx
.bw
.dce
.urgent_wm_ns
[0].b_mark
,
981 context
->bw_ctx
.bw
.dce
.urgent_wm_ns
[0].a_mark
,
982 context
->bw_ctx
.bw
.dce
.stutter_exit_wm_ns
[0].b_mark
,
983 context
->bw_ctx
.bw
.dce
.stutter_exit_wm_ns
[0].a_mark
,
984 context
->bw_ctx
.bw
.dce
.nbp_state_change_wm_ns
[1].b_mark
,
985 context
->bw_ctx
.bw
.dce
.nbp_state_change_wm_ns
[1].a_mark
,
986 context
->bw_ctx
.bw
.dce
.urgent_wm_ns
[1].b_mark
,
987 context
->bw_ctx
.bw
.dce
.urgent_wm_ns
[1].a_mark
,
988 context
->bw_ctx
.bw
.dce
.stutter_exit_wm_ns
[1].b_mark
,
989 context
->bw_ctx
.bw
.dce
.stutter_exit_wm_ns
[1].a_mark
,
990 context
->bw_ctx
.bw
.dce
.nbp_state_change_wm_ns
[2].b_mark
,
991 context
->bw_ctx
.bw
.dce
.nbp_state_change_wm_ns
[2].a_mark
,
992 context
->bw_ctx
.bw
.dce
.urgent_wm_ns
[2].b_mark
,
993 context
->bw_ctx
.bw
.dce
.urgent_wm_ns
[2].a_mark
,
994 context
->bw_ctx
.bw
.dce
.stutter_exit_wm_ns
[2].b_mark
,
995 context
->bw_ctx
.bw
.dce
.stutter_exit_wm_ns
[2].a_mark
,
996 context
->bw_ctx
.bw
.dce
.stutter_mode_enable
,
997 context
->bw_ctx
.bw
.dce
.cpuc_state_change_enable
,
998 context
->bw_ctx
.bw
.dce
.cpup_state_change_enable
,
999 context
->bw_ctx
.bw
.dce
.nbp_state_change_enable
,
1000 context
->bw_ctx
.bw
.dce
.all_displays_in_sync
,
1001 context
->bw_ctx
.bw
.dce
.dispclk_khz
,
1002 context
->bw_ctx
.bw
.dce
.sclk_khz
,
1003 context
->bw_ctx
.bw
.dce
.sclk_deep_sleep_khz
,
1004 context
->bw_ctx
.bw
.dce
.yclk_khz
,
1005 context
->bw_ctx
.bw
.dce
.blackout_recovery_time_us
);
1010 enum dc_status
dce110_validate_plane(const struct dc_plane_state
*plane_state
,
1011 struct dc_caps
*caps
)
1013 if (((plane_state
->dst_rect
.width
* 2) < plane_state
->src_rect
.width
) ||
1014 ((plane_state
->dst_rect
.height
* 2) < plane_state
->src_rect
.height
))
1015 return DC_FAIL_SURFACE_VALIDATE
;
1020 static bool dce110_validate_surface_sets(
1021 struct dc_state
*context
)
1025 for (i
= 0; i
< context
->stream_count
; i
++) {
1026 if (context
->stream_status
[i
].plane_count
== 0)
1029 if (context
->stream_status
[i
].plane_count
> 2)
1032 for (j
= 0; j
< context
->stream_status
[i
].plane_count
; j
++) {
1033 struct dc_plane_state
*plane
=
1034 context
->stream_status
[i
].plane_states
[j
];
1036 /* underlay validation */
1037 if (plane
->format
>= SURFACE_PIXEL_FORMAT_VIDEO_BEGIN
) {
1039 if ((plane
->src_rect
.width
> 1920 ||
1040 plane
->src_rect
.height
> 1080))
1043 /* we don't have the logic to support underlay
1044 * only yet so block the use case where we get
1045 * NV12 plane as top layer
1050 /* irrespective of plane format,
1051 * stream should be RGB encoded
1053 if (context
->streams
[i
]->timing
.pixel_encoding
1054 != PIXEL_ENCODING_RGB
)
1065 enum dc_status
dce110_validate_global(
1067 struct dc_state
*context
)
1069 if (!dce110_validate_surface_sets(context
))
1070 return DC_FAIL_SURFACE_VALIDATE
;
1075 static enum dc_status
dce110_add_stream_to_ctx(
1077 struct dc_state
*new_ctx
,
1078 struct dc_stream_state
*dc_stream
)
1080 enum dc_status result
= DC_ERROR_UNEXPECTED
;
1082 result
= resource_map_pool_resources(dc
, new_ctx
, dc_stream
);
1084 if (result
== DC_OK
)
1085 result
= resource_map_clock_resources(dc
, new_ctx
, dc_stream
);
1088 if (result
== DC_OK
)
1089 result
= build_mapped_resource(dc
, new_ctx
, dc_stream
);
1094 static struct pipe_ctx
*dce110_acquire_underlay(
1095 struct dc_state
*context
,
1096 const struct resource_pool
*pool
,
1097 struct dc_stream_state
*stream
)
1099 struct dc
*dc
= stream
->ctx
->dc
;
1100 struct dce_hwseq
*hws
= dc
->hwseq
;
1101 struct resource_context
*res_ctx
= &context
->res_ctx
;
1102 unsigned int underlay_idx
= pool
->underlay_pipe_index
;
1103 struct pipe_ctx
*pipe_ctx
= &res_ctx
->pipe_ctx
[underlay_idx
];
1105 if (res_ctx
->pipe_ctx
[underlay_idx
].stream
)
1108 pipe_ctx
->stream_res
.tg
= pool
->timing_generators
[underlay_idx
];
1109 pipe_ctx
->plane_res
.mi
= pool
->mis
[underlay_idx
];
1110 /*pipe_ctx->plane_res.ipp = res_ctx->pool->ipps[underlay_idx];*/
1111 pipe_ctx
->plane_res
.xfm
= pool
->transforms
[underlay_idx
];
1112 pipe_ctx
->stream_res
.opp
= pool
->opps
[underlay_idx
];
1113 pipe_ctx
->pipe_idx
= underlay_idx
;
1115 pipe_ctx
->stream
= stream
;
1117 if (!dc
->current_state
->res_ctx
.pipe_ctx
[underlay_idx
].stream
) {
1118 struct tg_color black_color
= {0};
1119 struct dc_bios
*dcb
= dc
->ctx
->dc_bios
;
1121 hws
->funcs
.enable_display_power_gating(
1123 pipe_ctx
->stream_res
.tg
->inst
,
1124 dcb
, PIPE_GATING_CONTROL_DISABLE
);
1127 * This is for powering on underlay, so crtc does not
1128 * need to be enabled
1131 pipe_ctx
->stream_res
.tg
->funcs
->program_timing(pipe_ctx
->stream_res
.tg
,
1137 pipe_ctx
->stream
->signal
,
1140 pipe_ctx
->stream_res
.tg
->funcs
->enable_advanced_request(
1141 pipe_ctx
->stream_res
.tg
,
1145 pipe_ctx
->plane_res
.mi
->funcs
->allocate_mem_input(pipe_ctx
->plane_res
.mi
,
1146 stream
->timing
.h_total
,
1147 stream
->timing
.v_total
,
1148 stream
->timing
.pix_clk_100hz
/ 10,
1149 context
->stream_count
);
1151 color_space_to_black_color(dc
,
1152 COLOR_SPACE_YCBCR601
, &black_color
);
1153 pipe_ctx
->stream_res
.tg
->funcs
->set_blank_color(
1154 pipe_ctx
->stream_res
.tg
,
1161 static void dce110_destroy_resource_pool(struct resource_pool
**pool
)
1163 struct dce110_resource_pool
*dce110_pool
= TO_DCE110_RES_POOL(*pool
);
1165 dce110_resource_destruct(dce110_pool
);
1170 struct stream_encoder
*dce110_find_first_free_match_stream_enc_for_link(
1171 struct resource_context
*res_ctx
,
1172 const struct resource_pool
*pool
,
1173 struct dc_stream_state
*stream
)
1177 struct dc_link
*link
= stream
->link
;
1179 for (i
= 0; i
< pool
->stream_enc_count
; i
++) {
1180 if (!res_ctx
->is_stream_enc_acquired
[i
] &&
1181 pool
->stream_enc
[i
]) {
1182 /* Store first available for MST second display
1183 * in daisy chain use case
1186 if (pool
->stream_enc
[i
]->id
==
1187 link
->link_enc
->preferred_engine
)
1188 return pool
->stream_enc
[i
];
1193 * For CZ and later, we can allow DIG FE and BE to differ for all display types
1197 return pool
->stream_enc
[j
];
1203 static const struct resource_funcs dce110_res_pool_funcs
= {
1204 .destroy
= dce110_destroy_resource_pool
,
1205 .link_enc_create
= dce110_link_encoder_create
,
1206 .validate_bandwidth
= dce110_validate_bandwidth
,
1207 .validate_plane
= dce110_validate_plane
,
1208 .acquire_idle_pipe_for_layer
= dce110_acquire_underlay
,
1209 .add_stream_to_ctx
= dce110_add_stream_to_ctx
,
1210 .validate_global
= dce110_validate_global
,
1211 .find_first_free_match_stream_enc_for_link
= dce110_find_first_free_match_stream_enc_for_link
1214 static bool underlay_create(struct dc_context
*ctx
, struct resource_pool
*pool
)
1216 struct dce110_timing_generator
*dce110_tgv
= kzalloc(sizeof(*dce110_tgv
),
1218 struct dce_transform
*dce110_xfmv
= kzalloc(sizeof(*dce110_xfmv
),
1220 struct dce_mem_input
*dce110_miv
= kzalloc(sizeof(*dce110_miv
),
1222 struct dce110_opp
*dce110_oppv
= kzalloc(sizeof(*dce110_oppv
),
1225 if (!dce110_tgv
|| !dce110_xfmv
|| !dce110_miv
|| !dce110_oppv
) {
1233 dce110_opp_v_construct(dce110_oppv
, ctx
);
1235 dce110_timing_generator_v_construct(dce110_tgv
, ctx
);
1236 dce110_mem_input_v_construct(dce110_miv
, ctx
);
1237 dce110_transform_v_construct(dce110_xfmv
, ctx
);
1239 pool
->opps
[pool
->pipe_count
] = &dce110_oppv
->base
;
1240 pool
->timing_generators
[pool
->pipe_count
] = &dce110_tgv
->base
;
1241 pool
->mis
[pool
->pipe_count
] = &dce110_miv
->base
;
1242 pool
->transforms
[pool
->pipe_count
] = &dce110_xfmv
->base
;
1245 /* update the public caps to indicate an underlay is available */
1246 ctx
->dc
->caps
.max_slave_planes
= 1;
1247 ctx
->dc
->caps
.max_slave_planes
= 1;
1252 static void bw_calcs_data_update_from_pplib(struct dc
*dc
)
1254 struct dm_pp_clock_levels clks
= {0};
1257 dm_pp_get_clock_levels_by_type(
1259 DM_PP_CLOCK_TYPE_ENGINE_CLK
,
1261 /* convert all the clock fro kHz to fix point mHz */
1262 dc
->bw_vbios
->high_sclk
= bw_frc_to_fixed(
1263 clks
.clocks_in_khz
[clks
.num_levels
-1], 1000);
1264 dc
->bw_vbios
->mid1_sclk
= bw_frc_to_fixed(
1265 clks
.clocks_in_khz
[clks
.num_levels
/8], 1000);
1266 dc
->bw_vbios
->mid2_sclk
= bw_frc_to_fixed(
1267 clks
.clocks_in_khz
[clks
.num_levels
*2/8], 1000);
1268 dc
->bw_vbios
->mid3_sclk
= bw_frc_to_fixed(
1269 clks
.clocks_in_khz
[clks
.num_levels
*3/8], 1000);
1270 dc
->bw_vbios
->mid4_sclk
= bw_frc_to_fixed(
1271 clks
.clocks_in_khz
[clks
.num_levels
*4/8], 1000);
1272 dc
->bw_vbios
->mid5_sclk
= bw_frc_to_fixed(
1273 clks
.clocks_in_khz
[clks
.num_levels
*5/8], 1000);
1274 dc
->bw_vbios
->mid6_sclk
= bw_frc_to_fixed(
1275 clks
.clocks_in_khz
[clks
.num_levels
*6/8], 1000);
1276 dc
->bw_vbios
->low_sclk
= bw_frc_to_fixed(
1277 clks
.clocks_in_khz
[0], 1000);
1278 dc
->sclk_lvls
= clks
;
1280 /*do display clock*/
1281 dm_pp_get_clock_levels_by_type(
1283 DM_PP_CLOCK_TYPE_DISPLAY_CLK
,
1285 dc
->bw_vbios
->high_voltage_max_dispclk
= bw_frc_to_fixed(
1286 clks
.clocks_in_khz
[clks
.num_levels
-1], 1000);
1287 dc
->bw_vbios
->mid_voltage_max_dispclk
= bw_frc_to_fixed(
1288 clks
.clocks_in_khz
[clks
.num_levels
>>1], 1000);
1289 dc
->bw_vbios
->low_voltage_max_dispclk
= bw_frc_to_fixed(
1290 clks
.clocks_in_khz
[0], 1000);
1293 dm_pp_get_clock_levels_by_type(
1295 DM_PP_CLOCK_TYPE_MEMORY_CLK
,
1298 dc
->bw_vbios
->low_yclk
= bw_frc_to_fixed(
1299 clks
.clocks_in_khz
[0] * MEMORY_TYPE_MULTIPLIER_CZ
, 1000);
1300 dc
->bw_vbios
->mid_yclk
= bw_frc_to_fixed(
1301 clks
.clocks_in_khz
[clks
.num_levels
>>1] * MEMORY_TYPE_MULTIPLIER_CZ
,
1303 dc
->bw_vbios
->high_yclk
= bw_frc_to_fixed(
1304 clks
.clocks_in_khz
[clks
.num_levels
-1] * MEMORY_TYPE_MULTIPLIER_CZ
,
1308 const struct resource_caps
*dce110_resource_cap(
1309 struct hw_asic_id
*asic_id
)
1311 if (ASIC_REV_IS_STONEY(asic_id
->hw_internal_rev
))
1312 return &stoney_resource_cap
;
1314 return &carrizo_resource_cap
;
1317 static bool dce110_resource_construct(
1318 uint8_t num_virtual_links
,
1320 struct dce110_resource_pool
*pool
,
1321 struct hw_asic_id asic_id
)
1324 struct dc_context
*ctx
= dc
->ctx
;
1327 ctx
->dc_bios
->regs
= &bios_regs
;
1329 pool
->base
.res_cap
= dce110_resource_cap(&ctx
->asic_id
);
1330 pool
->base
.funcs
= &dce110_res_pool_funcs
;
1332 /*************************************************
1333 * Resource + asic cap harcoding *
1334 *************************************************/
1336 pool
->base
.pipe_count
= pool
->base
.res_cap
->num_timing_generator
;
1337 pool
->base
.underlay_pipe_index
= pool
->base
.pipe_count
;
1338 pool
->base
.timing_generator_count
= pool
->base
.res_cap
->num_timing_generator
;
1339 dc
->caps
.max_downscale_ratio
= 150;
1340 dc
->caps
.i2c_speed_in_khz
= 100;
1341 dc
->caps
.max_cursor_size
= 128;
1342 dc
->caps
.is_apu
= true;
1343 dc
->caps
.extended_aux_timeout_support
= false;
1345 /*************************************************
1346 * Create resources *
1347 *************************************************/
1351 if (bp
->fw_info_valid
&& bp
->fw_info
.external_clock_source_frequency_for_dp
!= 0) {
1352 pool
->base
.dp_clock_source
=
1353 dce110_clock_source_create(ctx
, bp
, CLOCK_SOURCE_ID_EXTERNAL
, NULL
, true);
1355 pool
->base
.clock_sources
[0] =
1356 dce110_clock_source_create(ctx
, bp
, CLOCK_SOURCE_ID_PLL0
,
1357 &clk_src_regs
[0], false);
1358 pool
->base
.clock_sources
[1] =
1359 dce110_clock_source_create(ctx
, bp
, CLOCK_SOURCE_ID_PLL1
,
1360 &clk_src_regs
[1], false);
1362 pool
->base
.clk_src_count
= 2;
1364 /* TODO: find out if CZ support 3 PLLs */
1367 if (pool
->base
.dp_clock_source
== NULL
) {
1368 dm_error("DC: failed to create dp clock source!\n");
1369 BREAK_TO_DEBUGGER();
1370 goto res_create_fail
;
1373 for (i
= 0; i
< pool
->base
.clk_src_count
; i
++) {
1374 if (pool
->base
.clock_sources
[i
] == NULL
) {
1375 dm_error("DC: failed to create clock sources!\n");
1376 BREAK_TO_DEBUGGER();
1377 goto res_create_fail
;
1381 pool
->base
.dmcu
= dce_dmcu_create(ctx
,
1385 if (pool
->base
.dmcu
== NULL
) {
1386 dm_error("DC: failed to create dmcu!\n");
1387 BREAK_TO_DEBUGGER();
1388 goto res_create_fail
;
1391 pool
->base
.abm
= dce_abm_create(ctx
,
1395 if (pool
->base
.abm
== NULL
) {
1396 dm_error("DC: failed to create abm!\n");
1397 BREAK_TO_DEBUGGER();
1398 goto res_create_fail
;
1402 struct irq_service_init_data init_data
;
1403 init_data
.ctx
= dc
->ctx
;
1404 pool
->base
.irqs
= dal_irq_service_dce110_create(&init_data
);
1405 if (!pool
->base
.irqs
)
1406 goto res_create_fail
;
1409 for (i
= 0; i
< pool
->base
.pipe_count
; i
++) {
1410 pool
->base
.timing_generators
[i
] = dce110_timing_generator_create(
1411 ctx
, i
, &dce110_tg_offsets
[i
]);
1412 if (pool
->base
.timing_generators
[i
] == NULL
) {
1413 BREAK_TO_DEBUGGER();
1414 dm_error("DC: failed to create tg!\n");
1415 goto res_create_fail
;
1418 pool
->base
.mis
[i
] = dce110_mem_input_create(ctx
, i
);
1419 if (pool
->base
.mis
[i
] == NULL
) {
1420 BREAK_TO_DEBUGGER();
1422 "DC: failed to create memory input!\n");
1423 goto res_create_fail
;
1426 pool
->base
.ipps
[i
] = dce110_ipp_create(ctx
, i
);
1427 if (pool
->base
.ipps
[i
] == NULL
) {
1428 BREAK_TO_DEBUGGER();
1430 "DC: failed to create input pixel processor!\n");
1431 goto res_create_fail
;
1434 pool
->base
.transforms
[i
] = dce110_transform_create(ctx
, i
);
1435 if (pool
->base
.transforms
[i
] == NULL
) {
1436 BREAK_TO_DEBUGGER();
1438 "DC: failed to create transform!\n");
1439 goto res_create_fail
;
1442 pool
->base
.opps
[i
] = dce110_opp_create(ctx
, i
);
1443 if (pool
->base
.opps
[i
] == NULL
) {
1444 BREAK_TO_DEBUGGER();
1446 "DC: failed to create output pixel processor!\n");
1447 goto res_create_fail
;
1451 for (i
= 0; i
< pool
->base
.res_cap
->num_ddc
; i
++) {
1452 pool
->base
.engines
[i
] = dce110_aux_engine_create(ctx
, i
);
1453 if (pool
->base
.engines
[i
] == NULL
) {
1454 BREAK_TO_DEBUGGER();
1456 "DC:failed to create aux engine!!\n");
1457 goto res_create_fail
;
1459 pool
->base
.hw_i2cs
[i
] = dce110_i2c_hw_create(ctx
, i
);
1460 if (pool
->base
.hw_i2cs
[i
] == NULL
) {
1461 BREAK_TO_DEBUGGER();
1463 "DC:failed to create i2c engine!!\n");
1464 goto res_create_fail
;
1466 pool
->base
.sw_i2cs
[i
] = NULL
;
1469 if (dc
->config
.fbc_support
)
1470 dc
->fbc_compressor
= dce110_compressor_create(ctx
);
1472 if (!underlay_create(ctx
, &pool
->base
))
1473 goto res_create_fail
;
1475 if (!resource_construct(num_virtual_links
, dc
, &pool
->base
,
1477 goto res_create_fail
;
1479 /* Create hardware sequencer */
1480 dce110_hw_sequencer_construct(dc
);
1482 dc
->caps
.max_planes
= pool
->base
.pipe_count
;
1484 for (i
= 0; i
< pool
->base
.underlay_pipe_index
; ++i
)
1485 dc
->caps
.planes
[i
] = plane_cap
;
1487 dc
->caps
.planes
[pool
->base
.underlay_pipe_index
] = underlay_plane_cap
;
1489 bw_calcs_init(dc
->bw_dceip
, dc
->bw_vbios
, dc
->ctx
->asic_id
);
1491 bw_calcs_data_update_from_pplib(dc
);
1496 dce110_resource_destruct(pool
);
1500 struct resource_pool
*dce110_create_resource_pool(
1501 uint8_t num_virtual_links
,
1503 struct hw_asic_id asic_id
)
1505 struct dce110_resource_pool
*pool
=
1506 kzalloc(sizeof(struct dce110_resource_pool
), GFP_KERNEL
);
1511 if (dce110_resource_construct(num_virtual_links
, dc
, pool
, asic_id
))
1515 BREAK_TO_DEBUGGER();