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 "include/irq_service_interface.h"
35 #include "../virtual/virtual_stream_encoder.h"
36 #include "dce110/dce110_resource.h"
37 #include "dce110/dce110_timing_generator.h"
38 #include "irq/dce110/irq_service_dce110.h"
39 #include "dce/dce_link_encoder.h"
40 #include "dce/dce_stream_encoder.h"
41 #include "dce/dce_mem_input.h"
42 #include "dce/dce_ipp.h"
43 #include "dce/dce_transform.h"
44 #include "dce/dce_opp.h"
45 #include "dce/dce_clock_source.h"
46 #include "dce/dce_audio.h"
47 #include "dce/dce_hwseq.h"
48 #include "dce100/dce100_hw_sequencer.h"
49 #include "dce/dce_panel_cntl.h"
51 #include "reg_helper.h"
53 #include "dce/dce_10_0_d.h"
54 #include "dce/dce_10_0_sh_mask.h"
56 #include "dce/dce_dmcu.h"
57 #include "dce/dce_aux.h"
58 #include "dce/dce_abm.h"
59 #include "dce/dce_i2c.h"
61 #ifndef mmMC_HUB_RDREQ_DMIF_LIMIT
62 #include "gmc/gmc_8_2_d.h"
63 #include "gmc/gmc_8_2_sh_mask.h"
66 #ifndef mmDP_DPHY_INTERNAL_CTRL
67 #define mmDP_DPHY_INTERNAL_CTRL 0x4aa7
68 #define mmDP0_DP_DPHY_INTERNAL_CTRL 0x4aa7
69 #define mmDP1_DP_DPHY_INTERNAL_CTRL 0x4ba7
70 #define mmDP2_DP_DPHY_INTERNAL_CTRL 0x4ca7
71 #define mmDP3_DP_DPHY_INTERNAL_CTRL 0x4da7
72 #define mmDP4_DP_DPHY_INTERNAL_CTRL 0x4ea7
73 #define mmDP5_DP_DPHY_INTERNAL_CTRL 0x4fa7
74 #define mmDP6_DP_DPHY_INTERNAL_CTRL 0x54a7
75 #define mmDP7_DP_DPHY_INTERNAL_CTRL 0x56a7
76 #define mmDP8_DP_DPHY_INTERNAL_CTRL 0x57a7
79 #ifndef mmBIOS_SCRATCH_2
80 #define mmBIOS_SCRATCH_2 0x05CB
81 #define mmBIOS_SCRATCH_3 0x05CC
82 #define mmBIOS_SCRATCH_6 0x05CF
85 #ifndef mmDP_DPHY_BS_SR_SWAP_CNTL
86 #define mmDP_DPHY_BS_SR_SWAP_CNTL 0x4ADC
87 #define mmDP0_DP_DPHY_BS_SR_SWAP_CNTL 0x4ADC
88 #define mmDP1_DP_DPHY_BS_SR_SWAP_CNTL 0x4BDC
89 #define mmDP2_DP_DPHY_BS_SR_SWAP_CNTL 0x4CDC
90 #define mmDP3_DP_DPHY_BS_SR_SWAP_CNTL 0x4DDC
91 #define mmDP4_DP_DPHY_BS_SR_SWAP_CNTL 0x4EDC
92 #define mmDP5_DP_DPHY_BS_SR_SWAP_CNTL 0x4FDC
93 #define mmDP6_DP_DPHY_BS_SR_SWAP_CNTL 0x54DC
96 #ifndef mmDP_DPHY_FAST_TRAINING
97 #define mmDP_DPHY_FAST_TRAINING 0x4ABC
98 #define mmDP0_DP_DPHY_FAST_TRAINING 0x4ABC
99 #define mmDP1_DP_DPHY_FAST_TRAINING 0x4BBC
100 #define mmDP2_DP_DPHY_FAST_TRAINING 0x4CBC
101 #define mmDP3_DP_DPHY_FAST_TRAINING 0x4DBC
102 #define mmDP4_DP_DPHY_FAST_TRAINING 0x4EBC
103 #define mmDP5_DP_DPHY_FAST_TRAINING 0x4FBC
104 #define mmDP6_DP_DPHY_FAST_TRAINING 0x54BC
107 static const struct dce110_timing_generator_offsets dce100_tg_offsets
[] = {
109 .crtc
= (mmCRTC0_CRTC_CONTROL
- mmCRTC_CONTROL
),
110 .dcp
= (mmDCP0_GRPH_CONTROL
- mmGRPH_CONTROL
),
113 .crtc
= (mmCRTC1_CRTC_CONTROL
- mmCRTC_CONTROL
),
114 .dcp
= (mmDCP1_GRPH_CONTROL
- mmGRPH_CONTROL
),
117 .crtc
= (mmCRTC2_CRTC_CONTROL
- mmCRTC_CONTROL
),
118 .dcp
= (mmDCP2_GRPH_CONTROL
- mmGRPH_CONTROL
),
121 .crtc
= (mmCRTC3_CRTC_CONTROL
- mmCRTC_CONTROL
),
122 .dcp
= (mmDCP3_GRPH_CONTROL
- mmGRPH_CONTROL
),
125 .crtc
= (mmCRTC4_CRTC_CONTROL
- mmCRTC_CONTROL
),
126 .dcp
= (mmDCP4_GRPH_CONTROL
- mmGRPH_CONTROL
),
129 .crtc
= (mmCRTC5_CRTC_CONTROL
- mmCRTC_CONTROL
),
130 .dcp
= (mmDCP5_GRPH_CONTROL
- mmGRPH_CONTROL
),
134 /* set register offset */
135 #define SR(reg_name)\
136 .reg_name = mm ## reg_name
138 /* set register offset with instance */
139 #define SRI(reg_name, block, id)\
140 .reg_name = mm ## block ## id ## _ ## reg_name
142 #define ipp_regs(id)\
144 IPP_DCE100_REG_LIST_DCE_BASE(id)\
147 static const struct dce_ipp_registers ipp_regs
[] = {
156 static const struct dce_ipp_shift ipp_shift
= {
157 IPP_DCE100_MASK_SH_LIST_DCE_COMMON_BASE(__SHIFT
)
160 static const struct dce_ipp_mask ipp_mask
= {
161 IPP_DCE100_MASK_SH_LIST_DCE_COMMON_BASE(_MASK
)
164 #define transform_regs(id)\
166 XFM_COMMON_REG_LIST_DCE100(id)\
169 static const struct dce_transform_registers xfm_regs
[] = {
178 static const struct dce_transform_shift xfm_shift
= {
179 XFM_COMMON_MASK_SH_LIST_DCE110(__SHIFT
)
182 static const struct dce_transform_mask xfm_mask
= {
183 XFM_COMMON_MASK_SH_LIST_DCE110(_MASK
)
186 #define aux_regs(id)\
191 static const struct dce110_link_enc_aux_registers link_enc_aux_regs
[] = {
200 #define hpd_regs(id)\
205 static const struct dce110_link_enc_hpd_registers link_enc_hpd_regs
[] = {
214 #define link_regs(id)\
216 LE_DCE100_REG_LIST(id)\
219 static const struct dce110_link_enc_registers link_enc_regs
[] = {
229 #define stream_enc_regs(id)\
231 SE_COMMON_REG_LIST_DCE_BASE(id),\
235 static const struct dce110_stream_enc_registers stream_enc_regs
[] = {
245 static const struct dce_stream_encoder_shift se_shift
= {
246 SE_COMMON_MASK_SH_LIST_DCE80_100(__SHIFT
)
249 static const struct dce_stream_encoder_mask se_mask
= {
250 SE_COMMON_MASK_SH_LIST_DCE80_100(_MASK
)
253 static const struct dce_panel_cntl_registers panel_cntl_regs
[] = {
254 { DCE_PANEL_CNTL_REG_LIST() }
257 static const struct dce_panel_cntl_shift panel_cntl_shift
= {
258 DCE_PANEL_CNTL_MASK_SH_LIST(__SHIFT
)
261 static const struct dce_panel_cntl_mask panel_cntl_mask
= {
262 DCE_PANEL_CNTL_MASK_SH_LIST(_MASK
)
265 #define opp_regs(id)\
267 OPP_DCE_100_REG_LIST(id),\
270 static const struct dce_opp_registers opp_regs
[] = {
279 static const struct dce_opp_shift opp_shift
= {
280 OPP_COMMON_MASK_SH_LIST_DCE_100(__SHIFT
)
283 static const struct dce_opp_mask opp_mask
= {
284 OPP_COMMON_MASK_SH_LIST_DCE_100(_MASK
)
286 #define aux_engine_regs(id)\
288 AUX_COMMON_REG_LIST(id), \
289 .AUX_RESET_MASK = 0 \
292 static const struct dce110_aux_registers aux_engine_regs
[] = {
301 #define audio_regs(id)\
303 AUD_COMMON_REG_LIST(id)\
306 static const struct dce_audio_registers audio_regs
[] = {
316 static const struct dce_audio_shift audio_shift
= {
317 AUD_COMMON_MASK_SH_LIST(__SHIFT
)
320 static const struct dce_audio_mask audio_mask
= {
321 AUD_COMMON_MASK_SH_LIST(_MASK
)
324 #define clk_src_regs(id)\
326 CS_COMMON_REG_LIST_DCE_100_110(id),\
329 static const struct dce110_clk_src_regs clk_src_regs
[] = {
335 static const struct dce110_clk_src_shift cs_shift
= {
336 CS_COMMON_MASK_SH_LIST_DCE_COMMON_BASE(__SHIFT
)
339 static const struct dce110_clk_src_mask cs_mask
= {
340 CS_COMMON_MASK_SH_LIST_DCE_COMMON_BASE(_MASK
)
343 static const struct dce_dmcu_registers dmcu_regs
= {
344 DMCU_DCE110_COMMON_REG_LIST()
347 static const struct dce_dmcu_shift dmcu_shift
= {
348 DMCU_MASK_SH_LIST_DCE110(__SHIFT
)
351 static const struct dce_dmcu_mask dmcu_mask
= {
352 DMCU_MASK_SH_LIST_DCE110(_MASK
)
355 static const struct dce_abm_registers abm_regs
= {
356 ABM_DCE110_COMMON_REG_LIST()
359 static const struct dce_abm_shift abm_shift
= {
360 ABM_MASK_SH_LIST_DCE110(__SHIFT
)
363 static const struct dce_abm_mask abm_mask
= {
364 ABM_MASK_SH_LIST_DCE110(_MASK
)
367 #define DCFE_MEM_PWR_CTRL_REG_BASE 0x1b03
369 static const struct bios_registers bios_regs
= {
370 .BIOS_SCRATCH_3
= mmBIOS_SCRATCH_3
,
371 .BIOS_SCRATCH_6
= mmBIOS_SCRATCH_6
374 static const struct resource_caps res_cap
= {
375 .num_timing_generator
= 6,
377 .num_stream_encoder
= 6,
382 static const struct dc_plane_cap plane_cap
= {
383 .type
= DC_PLANE_TYPE_DCE_RGB
,
385 .pixel_format_support
= {
391 .max_upscale_factor
= {
397 .max_downscale_factor
= {
405 #define REG(reg) mm ## reg
407 #ifndef mmCC_DC_HDMI_STRAPS
408 #define mmCC_DC_HDMI_STRAPS 0x1918
409 #define CC_DC_HDMI_STRAPS__HDMI_DISABLE_MASK 0x40
410 #define CC_DC_HDMI_STRAPS__HDMI_DISABLE__SHIFT 0x6
411 #define CC_DC_HDMI_STRAPS__AUDIO_STREAM_NUMBER_MASK 0x700
412 #define CC_DC_HDMI_STRAPS__AUDIO_STREAM_NUMBER__SHIFT 0x8
415 static int map_transmitter_id_to_phy_instance(
416 enum transmitter transmitter
)
418 switch (transmitter
) {
419 case TRANSMITTER_UNIPHY_A
:
421 case TRANSMITTER_UNIPHY_B
:
423 case TRANSMITTER_UNIPHY_C
:
425 case TRANSMITTER_UNIPHY_D
:
427 case TRANSMITTER_UNIPHY_E
:
429 case TRANSMITTER_UNIPHY_F
:
431 case TRANSMITTER_UNIPHY_G
:
439 static void read_dce_straps(
440 struct dc_context
*ctx
,
441 struct resource_straps
*straps
)
443 REG_GET_2(CC_DC_HDMI_STRAPS
,
444 HDMI_DISABLE
, &straps
->hdmi_disable
,
445 AUDIO_STREAM_NUMBER
, &straps
->audio_stream_number
);
447 REG_GET(DC_PINSTRAPS
, DC_PINSTRAPS_AUDIO
, &straps
->dc_pinstraps_audio
);
450 static struct audio
*create_audio(
451 struct dc_context
*ctx
, unsigned int inst
)
453 return dce_audio_create(ctx
, inst
,
454 &audio_regs
[inst
], &audio_shift
, &audio_mask
);
457 static struct timing_generator
*dce100_timing_generator_create(
458 struct dc_context
*ctx
,
460 const struct dce110_timing_generator_offsets
*offsets
)
462 struct dce110_timing_generator
*tg110
=
463 kzalloc(sizeof(struct dce110_timing_generator
), GFP_KERNEL
);
468 dce110_timing_generator_construct(tg110
, ctx
, instance
, offsets
);
472 static struct stream_encoder
*dce100_stream_encoder_create(
473 enum engine_id eng_id
,
474 struct dc_context
*ctx
)
476 struct dce110_stream_encoder
*enc110
=
477 kzalloc(sizeof(struct dce110_stream_encoder
), GFP_KERNEL
);
482 dce110_stream_encoder_construct(enc110
, ctx
, ctx
->dc_bios
, eng_id
,
483 &stream_enc_regs
[eng_id
], &se_shift
, &se_mask
);
484 return &enc110
->base
;
487 #define SRII(reg_name, block, id)\
488 .reg_name[id] = mm ## block ## id ## _ ## reg_name
490 static const struct dce_hwseq_registers hwseq_reg
= {
491 HWSEQ_DCE10_REG_LIST()
494 static const struct dce_hwseq_shift hwseq_shift
= {
495 HWSEQ_DCE10_MASK_SH_LIST(__SHIFT
)
498 static const struct dce_hwseq_mask hwseq_mask
= {
499 HWSEQ_DCE10_MASK_SH_LIST(_MASK
)
502 static struct dce_hwseq
*dce100_hwseq_create(
503 struct dc_context
*ctx
)
505 struct dce_hwseq
*hws
= kzalloc(sizeof(struct dce_hwseq
), GFP_KERNEL
);
509 hws
->regs
= &hwseq_reg
;
510 hws
->shifts
= &hwseq_shift
;
511 hws
->masks
= &hwseq_mask
;
516 static const struct resource_create_funcs res_create_funcs
= {
517 .read_dce_straps
= read_dce_straps
,
518 .create_audio
= create_audio
,
519 .create_stream_encoder
= dce100_stream_encoder_create
,
520 .create_hwseq
= dce100_hwseq_create
,
523 #define mi_inst_regs(id) { \
524 MI_DCE8_REG_LIST(id), \
525 .MC_HUB_RDREQ_DMIF_LIMIT = mmMC_HUB_RDREQ_DMIF_LIMIT \
527 static const struct dce_mem_input_registers mi_regs
[] = {
536 static const struct dce_mem_input_shift mi_shifts
= {
537 MI_DCE8_MASK_SH_LIST(__SHIFT
),
538 .ENABLE
= MC_HUB_RDREQ_DMIF_LIMIT__ENABLE__SHIFT
541 static const struct dce_mem_input_mask mi_masks
= {
542 MI_DCE8_MASK_SH_LIST(_MASK
),
543 .ENABLE
= MC_HUB_RDREQ_DMIF_LIMIT__ENABLE_MASK
546 static const struct dce110_aux_registers_shift aux_shift
= {
547 DCE10_AUX_MASK_SH_LIST(__SHIFT
)
550 static const struct dce110_aux_registers_mask aux_mask
= {
551 DCE10_AUX_MASK_SH_LIST(_MASK
)
554 static struct mem_input
*dce100_mem_input_create(
555 struct dc_context
*ctx
,
558 struct dce_mem_input
*dce_mi
= kzalloc(sizeof(struct dce_mem_input
),
566 dce_mem_input_construct(dce_mi
, ctx
, inst
, &mi_regs
[inst
], &mi_shifts
, &mi_masks
);
567 dce_mi
->wa
.single_head_rdreq_dmif_limit
= 2;
568 return &dce_mi
->base
;
571 static void dce100_transform_destroy(struct transform
**xfm
)
573 kfree(TO_DCE_TRANSFORM(*xfm
));
577 static struct transform
*dce100_transform_create(
578 struct dc_context
*ctx
,
581 struct dce_transform
*transform
=
582 kzalloc(sizeof(struct dce_transform
), GFP_KERNEL
);
587 dce_transform_construct(transform
, ctx
, inst
,
588 &xfm_regs
[inst
], &xfm_shift
, &xfm_mask
);
589 return &transform
->base
;
592 static struct input_pixel_processor
*dce100_ipp_create(
593 struct dc_context
*ctx
, uint32_t inst
)
595 struct dce_ipp
*ipp
= kzalloc(sizeof(struct dce_ipp
), GFP_KERNEL
);
602 dce_ipp_construct(ipp
, ctx
, inst
,
603 &ipp_regs
[inst
], &ipp_shift
, &ipp_mask
);
607 static const struct encoder_feature_support link_enc_feature
= {
608 .max_hdmi_deep_color
= COLOR_DEPTH_121212
,
609 .max_hdmi_pixel_clock
= 300000,
610 .flags
.bits
.IS_HBR2_CAPABLE
= true,
611 .flags
.bits
.IS_TPS3_CAPABLE
= true
614 struct link_encoder
*dce100_link_encoder_create(
615 const struct encoder_init_data
*enc_init_data
)
617 struct dce110_link_encoder
*enc110
=
618 kzalloc(sizeof(struct dce110_link_encoder
), GFP_KERNEL
);
625 map_transmitter_id_to_phy_instance(enc_init_data
->transmitter
);
627 dce110_link_encoder_construct(enc110
,
630 &link_enc_regs
[link_regs_id
],
631 &link_enc_aux_regs
[enc_init_data
->channel
- 1],
632 &link_enc_hpd_regs
[enc_init_data
->hpd_source
]);
633 return &enc110
->base
;
636 static struct panel_cntl
*dce100_panel_cntl_create(const struct panel_cntl_init_data
*init_data
)
638 struct dce_panel_cntl
*panel_cntl
=
639 kzalloc(sizeof(struct dce_panel_cntl
), GFP_KERNEL
);
644 dce_panel_cntl_construct(panel_cntl
,
646 &panel_cntl_regs
[init_data
->inst
],
650 return &panel_cntl
->base
;
653 struct output_pixel_processor
*dce100_opp_create(
654 struct dc_context
*ctx
,
657 struct dce110_opp
*opp
=
658 kzalloc(sizeof(struct dce110_opp
), GFP_KERNEL
);
663 dce110_opp_construct(opp
,
664 ctx
, inst
, &opp_regs
[inst
], &opp_shift
, &opp_mask
);
668 struct dce_aux
*dce100_aux_engine_create(
669 struct dc_context
*ctx
,
672 struct aux_engine_dce110
*aux_engine
=
673 kzalloc(sizeof(struct aux_engine_dce110
), GFP_KERNEL
);
678 dce110_aux_engine_construct(aux_engine
, ctx
, inst
,
679 SW_AUX_TIMEOUT_PERIOD_MULTIPLIER
* AUX_TIMEOUT_PERIOD
,
680 &aux_engine_regs
[inst
],
683 ctx
->dc
->caps
.extended_aux_timeout_support
);
685 return &aux_engine
->base
;
687 #define i2c_inst_regs(id) { I2C_HW_ENGINE_COMMON_REG_LIST(id) }
689 static const struct dce_i2c_registers i2c_hw_regs
[] = {
698 static const struct dce_i2c_shift i2c_shifts
= {
699 I2C_COMMON_MASK_SH_LIST_DCE_COMMON_BASE(__SHIFT
)
702 static const struct dce_i2c_mask i2c_masks
= {
703 I2C_COMMON_MASK_SH_LIST_DCE_COMMON_BASE(_MASK
)
706 struct dce_i2c_hw
*dce100_i2c_hw_create(
707 struct dc_context
*ctx
,
710 struct dce_i2c_hw
*dce_i2c_hw
=
711 kzalloc(sizeof(struct dce_i2c_hw
), GFP_KERNEL
);
716 dce100_i2c_hw_construct(dce_i2c_hw
, ctx
, inst
,
717 &i2c_hw_regs
[inst
], &i2c_shifts
, &i2c_masks
);
721 struct clock_source
*dce100_clock_source_create(
722 struct dc_context
*ctx
,
723 struct dc_bios
*bios
,
724 enum clock_source_id id
,
725 const struct dce110_clk_src_regs
*regs
,
728 struct dce110_clk_src
*clk_src
=
729 kzalloc(sizeof(struct dce110_clk_src
), GFP_KERNEL
);
734 if (dce110_clk_src_construct(clk_src
, ctx
, bios
, id
,
735 regs
, &cs_shift
, &cs_mask
)) {
736 clk_src
->base
.dp_clk_src
= dp_clk_src
;
737 return &clk_src
->base
;
745 void dce100_clock_source_destroy(struct clock_source
**clk_src
)
747 kfree(TO_DCE110_CLK_SRC(*clk_src
));
751 static void dce100_resource_destruct(struct dce110_resource_pool
*pool
)
755 for (i
= 0; i
< pool
->base
.pipe_count
; i
++) {
756 if (pool
->base
.opps
[i
] != NULL
)
757 dce110_opp_destroy(&pool
->base
.opps
[i
]);
759 if (pool
->base
.transforms
[i
] != NULL
)
760 dce100_transform_destroy(&pool
->base
.transforms
[i
]);
762 if (pool
->base
.ipps
[i
] != NULL
)
763 dce_ipp_destroy(&pool
->base
.ipps
[i
]);
765 if (pool
->base
.mis
[i
] != NULL
) {
766 kfree(TO_DCE_MEM_INPUT(pool
->base
.mis
[i
]));
767 pool
->base
.mis
[i
] = NULL
;
770 if (pool
->base
.timing_generators
[i
] != NULL
) {
771 kfree(DCE110TG_FROM_TG(pool
->base
.timing_generators
[i
]));
772 pool
->base
.timing_generators
[i
] = NULL
;
776 for (i
= 0; i
< pool
->base
.res_cap
->num_ddc
; i
++) {
777 if (pool
->base
.engines
[i
] != NULL
)
778 dce110_engine_destroy(&pool
->base
.engines
[i
]);
779 if (pool
->base
.hw_i2cs
[i
] != NULL
) {
780 kfree(pool
->base
.hw_i2cs
[i
]);
781 pool
->base
.hw_i2cs
[i
] = NULL
;
783 if (pool
->base
.sw_i2cs
[i
] != NULL
) {
784 kfree(pool
->base
.sw_i2cs
[i
]);
785 pool
->base
.sw_i2cs
[i
] = NULL
;
789 for (i
= 0; i
< pool
->base
.stream_enc_count
; i
++) {
790 if (pool
->base
.stream_enc
[i
] != NULL
)
791 kfree(DCE110STRENC_FROM_STRENC(pool
->base
.stream_enc
[i
]));
794 for (i
= 0; i
< pool
->base
.clk_src_count
; i
++) {
795 if (pool
->base
.clock_sources
[i
] != NULL
)
796 dce100_clock_source_destroy(&pool
->base
.clock_sources
[i
]);
799 if (pool
->base
.dp_clock_source
!= NULL
)
800 dce100_clock_source_destroy(&pool
->base
.dp_clock_source
);
802 for (i
= 0; i
< pool
->base
.audio_count
; i
++) {
803 if (pool
->base
.audios
[i
] != NULL
)
804 dce_aud_destroy(&pool
->base
.audios
[i
]);
807 if (pool
->base
.abm
!= NULL
)
808 dce_abm_destroy(&pool
->base
.abm
);
810 if (pool
->base
.dmcu
!= NULL
)
811 dce_dmcu_destroy(&pool
->base
.dmcu
);
813 if (pool
->base
.irqs
!= NULL
)
814 dal_irq_service_destroy(&pool
->base
.irqs
);
817 static enum dc_status
build_mapped_resource(
819 struct dc_state
*context
,
820 struct dc_stream_state
*stream
)
822 struct pipe_ctx
*pipe_ctx
= resource_get_head_pipe_for_stream(&context
->res_ctx
, stream
);
825 return DC_ERROR_UNEXPECTED
;
827 dce110_resource_build_pipe_hw_param(pipe_ctx
);
829 resource_build_info_frame(pipe_ctx
);
834 bool dce100_validate_bandwidth(
836 struct dc_state
*context
,
840 bool at_least_one_pipe
= false;
842 for (i
= 0; i
< dc
->res_pool
->pipe_count
; i
++) {
843 if (context
->res_ctx
.pipe_ctx
[i
].stream
)
844 at_least_one_pipe
= true;
847 if (at_least_one_pipe
) {
848 /* TODO implement when needed but for now hardcode max value*/
849 context
->bw_ctx
.bw
.dce
.dispclk_khz
= 681000;
850 context
->bw_ctx
.bw
.dce
.yclk_khz
= 250000 * MEMORY_TYPE_MULTIPLIER_CZ
;
852 context
->bw_ctx
.bw
.dce
.dispclk_khz
= 0;
853 context
->bw_ctx
.bw
.dce
.yclk_khz
= 0;
859 static bool dce100_validate_surface_sets(
860 struct dc_state
*context
)
864 for (i
= 0; i
< context
->stream_count
; i
++) {
865 if (context
->stream_status
[i
].plane_count
== 0)
868 if (context
->stream_status
[i
].plane_count
> 1)
871 if (context
->stream_status
[i
].plane_states
[0]->format
872 >= SURFACE_PIXEL_FORMAT_VIDEO_BEGIN
)
879 enum dc_status
dce100_validate_global(
881 struct dc_state
*context
)
883 if (!dce100_validate_surface_sets(context
))
884 return DC_FAIL_SURFACE_VALIDATE
;
889 enum dc_status
dce100_add_stream_to_ctx(
891 struct dc_state
*new_ctx
,
892 struct dc_stream_state
*dc_stream
)
894 enum dc_status result
= DC_ERROR_UNEXPECTED
;
896 result
= resource_map_pool_resources(dc
, new_ctx
, dc_stream
);
899 result
= resource_map_clock_resources(dc
, new_ctx
, dc_stream
);
902 result
= build_mapped_resource(dc
, new_ctx
, dc_stream
);
907 static void dce100_destroy_resource_pool(struct resource_pool
**pool
)
909 struct dce110_resource_pool
*dce110_pool
= TO_DCE110_RES_POOL(*pool
);
911 dce100_resource_destruct(dce110_pool
);
916 enum dc_status
dce100_validate_plane(const struct dc_plane_state
*plane_state
, struct dc_caps
*caps
)
919 if (plane_state
->format
< SURFACE_PIXEL_FORMAT_VIDEO_BEGIN
)
922 return DC_FAIL_SURFACE_VALIDATE
;
925 struct stream_encoder
*dce100_find_first_free_match_stream_enc_for_link(
926 struct resource_context
*res_ctx
,
927 const struct resource_pool
*pool
,
928 struct dc_stream_state
*stream
)
932 struct dc_link
*link
= stream
->link
;
934 for (i
= 0; i
< pool
->stream_enc_count
; i
++) {
935 if (!res_ctx
->is_stream_enc_acquired
[i
] &&
936 pool
->stream_enc
[i
]) {
937 /* Store first available for MST second display
938 * in daisy chain use case
941 if (pool
->stream_enc
[i
]->id
==
942 link
->link_enc
->preferred_engine
)
943 return pool
->stream_enc
[i
];
948 * below can happen in cases when stream encoder is acquired:
949 * 1) for second MST display in chain, so preferred engine already
951 * 2) for another link, which preferred engine already acquired by any
954 * If signal is of DP type and preferred engine not found, return last available
956 * TODO - This is just a patch up and a generic solution is
957 * required for non DP connectors.
960 if (j
>= 0 && link
->connector_signal
== SIGNAL_TYPE_DISPLAY_PORT
)
961 return pool
->stream_enc
[j
];
966 static const struct resource_funcs dce100_res_pool_funcs
= {
967 .destroy
= dce100_destroy_resource_pool
,
968 .link_enc_create
= dce100_link_encoder_create
,
969 .panel_cntl_create
= dce100_panel_cntl_create
,
970 .validate_bandwidth
= dce100_validate_bandwidth
,
971 .validate_plane
= dce100_validate_plane
,
972 .add_stream_to_ctx
= dce100_add_stream_to_ctx
,
973 .validate_global
= dce100_validate_global
,
974 .find_first_free_match_stream_enc_for_link
= dce100_find_first_free_match_stream_enc_for_link
977 static bool dce100_resource_construct(
978 uint8_t num_virtual_links
,
980 struct dce110_resource_pool
*pool
)
983 struct dc_context
*ctx
= dc
->ctx
;
986 ctx
->dc_bios
->regs
= &bios_regs
;
988 pool
->base
.res_cap
= &res_cap
;
989 pool
->base
.funcs
= &dce100_res_pool_funcs
;
990 pool
->base
.underlay_pipe_index
= NO_UNDERLAY_PIPE
;
994 if (bp
->fw_info_valid
&& bp
->fw_info
.external_clock_source_frequency_for_dp
!= 0) {
995 pool
->base
.dp_clock_source
=
996 dce100_clock_source_create(ctx
, bp
, CLOCK_SOURCE_ID_EXTERNAL
, NULL
, true);
998 pool
->base
.clock_sources
[0] =
999 dce100_clock_source_create(ctx
, bp
, CLOCK_SOURCE_ID_PLL0
, &clk_src_regs
[0], false);
1000 pool
->base
.clock_sources
[1] =
1001 dce100_clock_source_create(ctx
, bp
, CLOCK_SOURCE_ID_PLL1
, &clk_src_regs
[1], false);
1002 pool
->base
.clock_sources
[2] =
1003 dce100_clock_source_create(ctx
, bp
, CLOCK_SOURCE_ID_PLL2
, &clk_src_regs
[2], false);
1004 pool
->base
.clk_src_count
= 3;
1007 pool
->base
.dp_clock_source
=
1008 dce100_clock_source_create(ctx
, bp
, CLOCK_SOURCE_ID_PLL0
, &clk_src_regs
[0], true);
1010 pool
->base
.clock_sources
[0] =
1011 dce100_clock_source_create(ctx
, bp
, CLOCK_SOURCE_ID_PLL1
, &clk_src_regs
[1], false);
1012 pool
->base
.clock_sources
[1] =
1013 dce100_clock_source_create(ctx
, bp
, CLOCK_SOURCE_ID_PLL2
, &clk_src_regs
[2], false);
1014 pool
->base
.clk_src_count
= 2;
1017 if (pool
->base
.dp_clock_source
== NULL
) {
1018 dm_error("DC: failed to create dp clock source!\n");
1019 BREAK_TO_DEBUGGER();
1020 goto res_create_fail
;
1023 for (i
= 0; i
< pool
->base
.clk_src_count
; i
++) {
1024 if (pool
->base
.clock_sources
[i
] == NULL
) {
1025 dm_error("DC: failed to create clock sources!\n");
1026 BREAK_TO_DEBUGGER();
1027 goto res_create_fail
;
1031 pool
->base
.dmcu
= dce_dmcu_create(ctx
,
1035 if (pool
->base
.dmcu
== NULL
) {
1036 dm_error("DC: failed to create dmcu!\n");
1037 BREAK_TO_DEBUGGER();
1038 goto res_create_fail
;
1041 pool
->base
.abm
= dce_abm_create(ctx
,
1045 if (pool
->base
.abm
== NULL
) {
1046 dm_error("DC: failed to create abm!\n");
1047 BREAK_TO_DEBUGGER();
1048 goto res_create_fail
;
1052 struct irq_service_init_data init_data
;
1053 init_data
.ctx
= dc
->ctx
;
1054 pool
->base
.irqs
= dal_irq_service_dce110_create(&init_data
);
1055 if (!pool
->base
.irqs
)
1056 goto res_create_fail
;
1059 /*************************************************
1060 * Resource + asic cap harcoding *
1061 *************************************************/
1062 pool
->base
.underlay_pipe_index
= NO_UNDERLAY_PIPE
;
1063 pool
->base
.pipe_count
= res_cap
.num_timing_generator
;
1064 pool
->base
.timing_generator_count
= pool
->base
.res_cap
->num_timing_generator
;
1065 dc
->caps
.max_downscale_ratio
= 200;
1066 dc
->caps
.i2c_speed_in_khz
= 40;
1067 dc
->caps
.i2c_speed_in_khz
= 40;
1068 dc
->caps
.max_cursor_size
= 128;
1069 dc
->caps
.min_horizontal_blanking_period
= 80;
1070 dc
->caps
.dual_link_dvi
= true;
1071 dc
->caps
.disable_dp_clk_share
= true;
1072 dc
->caps
.extended_aux_timeout_support
= false;
1074 for (i
= 0; i
< pool
->base
.pipe_count
; i
++) {
1075 pool
->base
.timing_generators
[i
] =
1076 dce100_timing_generator_create(
1079 &dce100_tg_offsets
[i
]);
1080 if (pool
->base
.timing_generators
[i
] == NULL
) {
1081 BREAK_TO_DEBUGGER();
1082 dm_error("DC: failed to create tg!\n");
1083 goto res_create_fail
;
1086 pool
->base
.mis
[i
] = dce100_mem_input_create(ctx
, i
);
1087 if (pool
->base
.mis
[i
] == NULL
) {
1088 BREAK_TO_DEBUGGER();
1090 "DC: failed to create memory input!\n");
1091 goto res_create_fail
;
1094 pool
->base
.ipps
[i
] = dce100_ipp_create(ctx
, i
);
1095 if (pool
->base
.ipps
[i
] == NULL
) {
1096 BREAK_TO_DEBUGGER();
1098 "DC: failed to create input pixel processor!\n");
1099 goto res_create_fail
;
1102 pool
->base
.transforms
[i
] = dce100_transform_create(ctx
, i
);
1103 if (pool
->base
.transforms
[i
] == NULL
) {
1104 BREAK_TO_DEBUGGER();
1106 "DC: failed to create transform!\n");
1107 goto res_create_fail
;
1110 pool
->base
.opps
[i
] = dce100_opp_create(ctx
, i
);
1111 if (pool
->base
.opps
[i
] == NULL
) {
1112 BREAK_TO_DEBUGGER();
1114 "DC: failed to create output pixel processor!\n");
1115 goto res_create_fail
;
1119 for (i
= 0; i
< pool
->base
.res_cap
->num_ddc
; i
++) {
1120 pool
->base
.engines
[i
] = dce100_aux_engine_create(ctx
, i
);
1121 if (pool
->base
.engines
[i
] == NULL
) {
1122 BREAK_TO_DEBUGGER();
1124 "DC:failed to create aux engine!!\n");
1125 goto res_create_fail
;
1127 pool
->base
.hw_i2cs
[i
] = dce100_i2c_hw_create(ctx
, i
);
1128 if (pool
->base
.hw_i2cs
[i
] == NULL
) {
1129 BREAK_TO_DEBUGGER();
1131 "DC:failed to create i2c engine!!\n");
1132 goto res_create_fail
;
1134 pool
->base
.sw_i2cs
[i
] = NULL
;
1137 dc
->caps
.max_planes
= pool
->base
.pipe_count
;
1139 for (i
= 0; i
< dc
->caps
.max_planes
; ++i
)
1140 dc
->caps
.planes
[i
] = plane_cap
;
1142 if (!resource_construct(num_virtual_links
, dc
, &pool
->base
,
1144 goto res_create_fail
;
1146 /* Create hardware sequencer */
1147 dce100_hw_sequencer_construct(dc
);
1151 dce100_resource_destruct(pool
);
1156 struct resource_pool
*dce100_create_resource_pool(
1157 uint8_t num_virtual_links
,
1160 struct dce110_resource_pool
*pool
=
1161 kzalloc(sizeof(struct dce110_resource_pool
), GFP_KERNEL
);
1166 if (dce100_resource_construct(num_virtual_links
, dc
, pool
))
1170 BREAK_TO_DEBUGGER();