Searched +full:refclk +full:- +full:dig (Results 1 – 9 of 9) sorted by relevance
/Linux-v5.10/Documentation/devicetree/bindings/phy/ |
D | ti,phy-j721e-wiz.yaml | 1 # SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause) 2 # Copyright (C) 2019 Texas Instruments Incorporated - http://www.ti.com/ 4 --- 5 $id: "http://devicetree.org/schemas/phy/ti,phy-j721e-wiz.yaml#" 6 $schema: "http://devicetree.org/meta-schemas/core.yaml#" 11 - Kishon Vijay Abraham I <kishon@ti.com> 16 - ti,j721e-wiz-16g 17 - ti,j721e-wiz-10g 19 power-domains: 24 description: clock-specifier to represent input to the WIZ [all …]
|
/Linux-v5.10/arch/arm64/boot/dts/ti/ |
D | k3-j721e-main.dtsi | 1 // SPDX-License-Identifier: GPL-2.0 5 * Copyright (C) 2016-2019 Texas Instruments Incorporated - https://www.ti.com/ 7 #include <dt-bindings/phy/phy.h> 8 #include <dt-bindings/mux/mux.h> 9 #include <dt-bindings/mux/ti-serdes.h> 13 compatible = "mmio-sram"; 15 #address-cells = <1>; 16 #size-cells = <1>; 19 atf-sram@0 { 24 scm_conf: scm-conf@100000 { [all …]
|
/Linux-v5.10/drivers/phy/ti/ |
D | phy-j721e-wiz.c | 1 // SPDX-License-Identifier: GPL-2.0 5 * Copyright (C) 2019 Texas Instruments Incorporated - http://www.ti.com/ 9 #include <dt-bindings/phy/phy.h> 11 #include <linux/clk-provider.h> 22 #include <linux/reset-controller.h> 144 .node_name = "pll0-refclk", 148 .node_name = "pll1-refclk", 152 .node_name = "refclk-dig", 163 .node_name = "pll0-refclk", 167 .node_name = "pll1-refclk", [all …]
|
/Linux-v5.10/drivers/gpu/drm/amd/display/dc/dcn30/ |
D | dcn30_dio_link_encoder.c | 39 enc10->base.ctx 41 enc10->base.ctx->logger 44 (enc10->link_regs->reg) 48 enc10->link_shift->field_name, enc10->link_mask->field_name 51 (enc10->link_regs->index) 103 const struct dc_vbios_funcs *bp_funcs = init_data->ctx->dc_bios->funcs; in dcn30_link_encoder_construct() 105 struct dcn10_link_encoder *enc10 = &enc20->enc10; in dcn30_link_encoder_construct() 107 enc10->base.funcs = &dcn30_link_enc_funcs; in dcn30_link_encoder_construct() 108 enc10->base.ctx = init_data->ctx; in dcn30_link_encoder_construct() 109 enc10->base.id = init_data->encoder; in dcn30_link_encoder_construct() [all …]
|
/Linux-v5.10/drivers/gpu/drm/amd/display/dc/dcn20/ |
D | dcn20_link_encoder.c | 2 * Copyright 2012-15 Advanced Micro Devices, Inc. 38 enc10->base.ctx 40 enc10->base.ctx->logger 43 (enc10->link_regs->reg) 47 enc10->link_shift->field_name, enc10->link_mask->field_name 50 (enc10->link_regs->index) 178 enable ? "Enabling" : "Disabling", enc->id.enum_id); in enc2_fec_set_enable() 206 REG_GET(DP_DPHY_CNTL, DPHY_FEC_EN, &s->dphy_fec_en); in link_enc2_read_state() 207 REG_GET(DP_DPHY_CNTL, DPHY_FEC_READY_SHADOW, &s->dphy_fec_ready_shadow); in link_enc2_read_state() 208 REG_GET(DP_DPHY_CNTL, DPHY_FEC_ACTIVE_STATUS, &s->dphy_fec_active_status); in link_enc2_read_state() [all …]
|
D | dcn20_hwseq.c | 58 hws->ctx 60 hws->regs->reg 64 hws->shifts->field_name, hws->masks->field_name 68 if (dc->res_pool->gsl_groups.gsl_0 == 0) in find_free_gsl_group() 70 if (dc->res_pool->gsl_groups.gsl_1 == 0) in find_free_gsl_group() 72 if (dc->res_pool->gsl_groups.gsl_2 == 0) in find_free_gsl_group() 84 * - immediate flip: find first available GSL group if not already assigned 87 * - vsync flip: disable GSL if used 90 * gsl_0 <=> pipe_ctx->stream_res.gsl_group == 1 91 * Using a magic value like -1 would require tracking all inits/resets [all …]
|
/Linux-v5.10/drivers/gpu/drm/amd/display/dc/clk_mgr/dcn21/ |
D | rn_clk_mgr.c | 66 for (i = 0; i < context->stream_count; i++) { in rn_get_active_display_cnt_wa() 67 const struct dc_stream_state *stream = context->streams[i]; in rn_get_active_display_cnt_wa() 69 if (stream->signal == SIGNAL_TYPE_HDMI_TYPE_A || in rn_get_active_display_cnt_wa() 70 stream->signal == SIGNAL_TYPE_DVI_SINGLE_LINK || in rn_get_active_display_cnt_wa() 71 stream->signal == SIGNAL_TYPE_DVI_DUAL_LINK) in rn_get_active_display_cnt_wa() 75 for (i = 0; i < dc->link_count; i++) { in rn_get_active_display_cnt_wa() 76 const struct dc_link *link = dc->links[i]; in rn_get_active_display_cnt_wa() 84 /* abusing the fact that the dig and phy are coupled to see if the phy is enabled */ in rn_get_active_display_cnt_wa() 85 if (link->connector_signal == SIGNAL_TYPE_VIRTUAL || in rn_get_active_display_cnt_wa() 86 link->link_enc->funcs->is_dig_enabled(link->link_enc)) in rn_get_active_display_cnt_wa() [all …]
|
/Linux-v5.10/drivers/gpu/drm/radeon/ |
D | atombios.h | 2 * Copyright 2006-2007 Advanced Micro Devices, Inc. 214 UCHAR uaFirmWareSignature[4]; /*Signature to distinguish between Atombios and non-atombios, 397 …ONG ulPointerReturnFlag:1; // BYTE_3[7]=1 - Return the pointer to the right Data Block; BYTE_… 403 …ONG ulPointerReturnFlag:1; // BYTE_3[7]=1 - Return the pointer to the right Data Block; BYTE_… 410 …ULONG ulClock; //When returen, it's the re-calculated clock based on given Fb_div Post_Di… 504 …UCHAR ucInputFlag; //Input Flags. ucInputFlag[0] - Strobe(1)/Performance(0)… 536 #define ATOM_PLL_INPUT_FLAG_PLL_STROBE_MODE_EN 1 // 1-StrobeMode, 0-PerformanceMode 544 …bDiv; //Output:UPPER_WORD=FB_DIV_INTEGER, LOWER_WORD=FB_DIV_FRAC shl (16-FB_FRACTION_BITS) 549 … //Input : ATOM_PLL_INPUT_FLAG_PLL_STROBE_MODE_EN: 1-StrobeMode, 0-PerformanceMode 815 // Following function ENABLE sub-function will be used by driver when TMDS/HDMI/LVDS is used, disab… [all …]
|
/Linux-v5.10/drivers/gpu/drm/amd/include/ |
D | atombios.h | 2 * Copyright 2006-2007 Advanced Micro Devices, Inc. 107 #define ATOM_SCALER_DISABLE 0 //For Fudo, it's bypass and auto-cengter & no replication 108 #define ATOM_SCALER_CENTER 1 //For Fudo, it's bypass and auto-center & auto replication 110 #define ATOM_SCALER_MULTI_EX 3 //For Fudo only, it's multi-tap mode only used to drive TV or CV,… 222 UCHAR uaFirmWareSignature[4]; //Signature to distinguish between Atombios and non-atombios, 245 UCHAR uaFirmWareSignature[4]; //Signature to distinguish between Atombios and non-atombios, 427 …ONG ulPointerReturnFlag:1; // BYTE_3[7]=1 - Return the pointer to the right Data Block; BYTE_… 433 …ONG ulPointerReturnFlag:1; // BYTE_3[7]=1 - Return the pointer to the right Data Block; BYTE_… 440 …ULONG ulClock; //When returen, it's the re-calculated clock based on given Fb_div Post_Di… 538 …UCHAR ucInputFlag; //Input Flags. ucInputFlag[0] - Strobe(1)/Performance(0)… [all …]
|