Home
last modified time | relevance | path

Searched refs:vic (Results 1 – 25 of 59) sorted by relevance

123

/linux-6.3-rc2/drivers/gpu/drm/tegra/
A Dvic.c31 struct vic { struct
57 static int vic_boot(struct vic *vic) in vic_boot() argument
125 struct vic *vic = to_vic(drm); in vic_init() local
180 struct vic *vic = to_vic(drm); in vic_exit() local
219 static int vic_load_firmware(struct vic *vic) in vic_load_firmware() argument
317 struct vic *vic = dev_get_drvdata(dev); in vic_runtime_resume() local
351 struct vic *vic = dev_get_drvdata(dev); in vic_runtime_suspend() local
370 struct vic *vic = to_vic(client); in vic_open_channel() local
386 struct vic *vic = to_vic(client); in vic_can_use_memory_ctx() local
461 struct vic *vic; in vic_probe() local
[all …]
A DMakefile26 vic.o \
/linux-6.3-rc2/drivers/irqchip/
A Dirq-aspeed-vic.c79 vic->edge_sources[0] = ~sense; in vic_init_hw()
81 vic->edge_sources[1] = ~sense; in vic_init_hw()
114 if (vic->edge_sources[sidx] & sbit) in avic_ack_irq()
147 if (vic->edge_sources[sidx] & sbit) in avic_mask_ack_irq()
174 irq_set_chip_data(irq, vic); in avic_map()
188 struct aspeed_vic *vic; in avic_of_init() local
200 if (WARN_ON(!vic)) { in avic_of_init()
204 vic->base = regs; in avic_of_init()
207 vic_init_hw(vic); in avic_of_init()
210 system_avic = vic; in avic_of_init()
[all …]
A Dirq-vic.c104 void __iomem *base = vic->base; in resume_one_vic()
111 writel(vic->int_select, base + VIC_INT_SELECT); in resume_one_vic()
112 writel(vic->protect, base + VIC_PROTECT); in resume_one_vic()
115 writel(vic->int_enable, base + VIC_INT_ENABLE); in resume_one_vic()
120 writel(vic->soft_int, base + VIC_INT_SOFT); in resume_one_vic()
134 void __iomem *base = vic->base; in suspend_one_vic()
138 vic->int_select = readl(base + VIC_INT_SELECT); in suspend_one_vic()
139 vic->int_enable = readl(base + VIC_INT_ENABLE); in suspend_one_vic()
140 vic->soft_int = readl(base + VIC_INT_SOFT); in suspend_one_vic()
141 vic->protect = readl(base + VIC_PROTECT); in suspend_one_vic()
[all …]
/linux-6.3-rc2/Documentation/devicetree/bindings/display/tegra/
A Dnvidia,tegra124-vic.yaml4 $id: http://devicetree.org/schemas/display/tegra/nvidia,tegra124-vic.yaml#
15 pattern: "^vic@[0-9a-f]+$"
20 - nvidia,tegra124-vic
21 - nvidia,tegra210-vic
22 - nvidia,tegra186-vic
23 - nvidia,tegra194-vic
24 - nvidia,tegra234-vic
27 - const: nvidia,tegra132-vic
28 - const: nvidia,tegra124-vic
42 - const: vic
[all …]
/linux-6.3-rc2/Documentation/devicetree/bindings/interrupt-controller/
A Daspeed,ast2400-vic.txt9 - compatible : "aspeed,ast2400-vic"
10 "aspeed,ast2500-vic"
18 vic: interrupt-controller@1e6c0080 {
19 compatible = "aspeed,ast2400-vic";
A Darm,vic.yaml4 $id: http://devicetree.org/schemas/interrupt-controller/arm,vic.yaml#
23 - arm,pl190-vic
24 - arm,pl192-vic
25 - arm,versatile-vic
72 compatible = "arm,pl192-vic";
A Dinterrupts.txt51 vic: intc@10140000 {
52 compatible = "arm,versatile-vic";
63 interrupt-parent = <&vic>;
64 interrupts = <31>; /* Cascaded to vic */
/linux-6.3-rc2/drivers/gpu/drm/meson/
A Dmeson_encoder_hdmi.c70 int vic = drm_match_cea_mode(mode); in meson_encoder_hdmi_set_vclk() local
85 if (!vic) { in meson_encoder_hdmi_set_vclk()
99 if (meson_venc_hdmi_venc_repeat(vic) || in meson_encoder_hdmi_set_vclk()
127 int vic = drm_match_cea_mode(mode); in meson_encoder_hdmi_mode_valid() local
140 if (!vic) { in meson_encoder_hdmi_mode_valid()
147 } else if (!meson_venc_hdmi_supported_vic(vic)) in meson_encoder_hdmi_mode_valid()
169 if (meson_venc_hdmi_venc_repeat(vic) || in meson_encoder_hdmi_mode_valid()
198 int vic; in meson_encoder_hdmi_atomic_enable() local
214 vic = drm_match_cea_mode(mode); in meson_encoder_hdmi_atomic_enable()
216 dev_dbg(priv->dev, "\"%s\" vic %d\n", mode->name, vic); in meson_encoder_hdmi_atomic_enable()
[all …]
A Dmeson_venc.h53 bool meson_venc_hdmi_supported_vic(int vic);
54 bool meson_venc_hdmi_venc_repeat(int vic);
62 void meson_venc_hdmi_mode_set(struct meson_drm *priv, int vic,
A Dmeson_venc.c818 unsigned int vic; member
884 if (vmode->vic == vic) in meson_venc_hdmi_supported_vic()
923 if (vmode->vic == vic) in meson_venc_hdmi_get_vic_vmode()
934 if (vic == 6 || vic == 7 || /* 480i */ in meson_venc_hdmi_venc_repeat()
935 vic == 21 || vic == 22 || /* 576i */ in meson_venc_hdmi_venc_repeat()
936 vic == 17 || vic == 18 || /* 576p */ in meson_venc_hdmi_venc_repeat()
937 vic == 2 || vic == 3 || /* 480p */ in meson_venc_hdmi_venc_repeat()
938 vic == 4 || /* 720p60 */ in meson_venc_hdmi_venc_repeat()
939 vic == 19 || /* 720p50 */ in meson_venc_hdmi_venc_repeat()
940 vic == 5 || /* 1080i60 */ in meson_venc_hdmi_venc_repeat()
[all …]
/linux-6.3-rc2/drivers/gpu/drm/
A Ddrm_edid.c4194 if (((vic == 8 || vic == 9 || in cea_mode_alternate_timings()
4196 ((vic == 23 || vic == 24 || in cea_mode_alternate_timings()
4212 u8 vic; in drm_match_cea_mode_clock_tolerance() local
4220 for (vic = 1; vic < cea_num_vics(); vic = cea_next_vic(vic)) { in drm_match_cea_mode_clock_tolerance()
4253 u8 vic; in drm_match_cea_mode() local
4261 for (vic = 1; vic < cea_num_vics(); vic = cea_next_vic(vic)) { in drm_match_cea_mode()
4319 u8 vic; in drm_match_hdmi_mode_clock_tolerance() local
4327 for (vic = 1; vic < ARRAY_SIZE(edid_4k_modes); vic++) { in drm_match_hdmi_mode_clock_tolerance()
4357 u8 vic; in drm_match_hdmi_mode() local
4365 for (vic = 1; vic < ARRAY_SIZE(edid_4k_modes); vic++) { in drm_match_hdmi_mode()
[all …]
/linux-6.3-rc2/drivers/gpu/drm/rockchip/
A Drk3066_hdmi.c25 int vic; /* The CEA Video ID (VIC) of the current drm display mode. */ member
232 if (hdmi->hdmi_data.vic == 2 || hdmi->hdmi_data.vic == 3) in rk3066_hdmi_config_video_timing()
332 hdmi->hdmi_data.vic = drm_match_cea_mode(mode); in rk3066_hdmi_setup()
335 if (hdmi->hdmi_data.vic == 6 || hdmi->hdmi_data.vic == 7 || in rk3066_hdmi_setup()
336 hdmi->hdmi_data.vic == 21 || hdmi->hdmi_data.vic == 22 || in rk3066_hdmi_setup()
337 hdmi->hdmi_data.vic == 2 || hdmi->hdmi_data.vic == 3 || in rk3066_hdmi_setup()
338 hdmi->hdmi_data.vic == 17 || hdmi->hdmi_data.vic == 18) in rk3066_hdmi_setup()
499 u32 vic = drm_match_cea_mode(mode); in rk3066_hdmi_connector_mode_valid() local
501 if (vic > 1) in rk3066_hdmi_connector_mode_valid()
A Dinno_hdmi.c30 int vic; member
447 hdmi->hdmi_data.vic = drm_match_cea_mode(mode); in inno_hdmi_setup()
452 if ((hdmi->hdmi_data.vic == 6) || (hdmi->hdmi_data.vic == 7) || in inno_hdmi_setup()
453 (hdmi->hdmi_data.vic == 21) || (hdmi->hdmi_data.vic == 22) || in inno_hdmi_setup()
454 (hdmi->hdmi_data.vic == 2) || (hdmi->hdmi_data.vic == 3) || in inno_hdmi_setup()
455 (hdmi->hdmi_data.vic == 17) || (hdmi->hdmi_data.vic == 18)) in inno_hdmi_setup()
/linux-6.3-rc2/arch/arm/boot/dts/
A Dspear3xx.dtsi11 interrupt-parent = <&vic>;
34 vic: interrupt-controller@f1100000 { label
35 compatible = "arm,pl190-vic";
44 interrupt-parent = <&vic>;
A Dversatile-ab.dts9 interrupt-parent = <&vic>;
209 vic: interrupt-controller@10140000 { label
210 compatible = "arm,versatile-vic";
222 interrupt-parent = <&vic>;
223 interrupts = <31>; /* Cascaded to vic */
428 interrupts-extended = <&vic 22 &sic 1>;
A Dsd5203.dts13 interrupt-parent = <&vic>;
47 vic: interrupt-controller@10130000 { label
A Dhpe-gxp.dtsi63 compatible = "arm,pl192-vic";
70 compatible = "arm,pl192-vic";
A Ds3c64xx.dtsi49 compatible = "arm,pl192-vic";
56 compatible = "arm,pl192-vic";
/linux-6.3-rc2/drivers/gpu/drm/nouveau/nvkm/engine/vic/
A DKbuild2 #nvkm-y += nvkm/engine/vic/base.o
/linux-6.3-rc2/arch/s390/kernel/
A Dtraps.c194 int si_code, vic; in vector_exception() local
203 vic = (current->thread.fpu.fpc & 0xf00) >> 8; in vector_exception()
204 switch (vic) { in vector_exception()
/linux-6.3-rc2/drivers/gpu/drm/bridge/analogix/
A Danalogix_dp_core.c1534 int vic; in analogix_dp_bridge_mode_set() local
1542 vic = drm_match_cea_mode(mode); in analogix_dp_bridge_mode_set()
1543 if ((vic == 6) || (vic == 7) || (vic == 21) || (vic == 22) || in analogix_dp_bridge_mode_set()
1544 (vic == 2) || (vic == 3) || (vic == 17) || (vic == 18)) { in analogix_dp_bridge_mode_set()
1547 } else if (vic) { in analogix_dp_bridge_mode_set()
/linux-6.3-rc2/drivers/video/
A Dhdmi.c557 else if (frame->vic != 0 || frame->s3d_struct != HDMI_3D_STRUCTURE_INVALID) in hdmi_vendor_infoframe_length()
571 if (frame->vic != 0 && frame->s3d_struct != HDMI_3D_STRUCTURE_INVALID) in hdmi_vendor_infoframe_check_only()
644 } else if (frame->vic) { in hdmi_vendor_infoframe_pack_only()
646 ptr[8] = frame->vic; in hdmi_vendor_infoframe_pack_only()
1537 if (hvf->vic == 0 && hvf->s3d_struct == HDMI_3D_STRUCTURE_INVALID) { in hdmi_vendor_any_infoframe_log()
1542 if (hvf->vic) in hdmi_vendor_any_infoframe_log()
1543 hdmi_log(" HDMI VIC: %u\n", hvf->vic); in hdmi_vendor_any_infoframe_log()
1810 hvf->vic = ptr[4]; in hdmi_vendor_any_infoframe_unpack()
/linux-6.3-rc2/drivers/gpu/drm/omapdrm/dss/
A Dhdmi5_core.c373 unsigned int vic; in hdmi_core_write_avi_infoframe() local
397 vic = ptr[3]; in hdmi_core_write_avi_infoframe()
412 hdmi_write_reg(base, HDMI_CORE_FC_AVIVID, vic); in hdmi_core_write_avi_infoframe()
576 char vic = cfg->infoframe.video_code; in hdmi5_configure() local
579 range = vic > 1 ? HDMI_QUANTIZATION_RANGE_LIMITED : in hdmi5_configure()
/linux-6.3-rc2/drivers/gpu/drm/msm/dp/
A Ddp_panel.h51 u32 vic; member

Completed in 180 milliseconds

123