Home
last modified time | relevance | path

Searched full:dpi (Results 1 – 25 of 344) sorted by relevance

12345678910>>...14

/OK3568_Linux_fs/kernel/drivers/gpu/drm/mediatek/
H A Dmtk_dpi.c118 static void mtk_dpi_mask(struct mtk_dpi *dpi, u32 offset, u32 val, u32 mask) in mtk_dpi_mask() argument
120 u32 tmp = readl(dpi->regs + offset) & ~mask; in mtk_dpi_mask()
123 writel(tmp, dpi->regs + offset); in mtk_dpi_mask()
126 static void mtk_dpi_sw_reset(struct mtk_dpi *dpi, bool reset) in mtk_dpi_sw_reset() argument
128 mtk_dpi_mask(dpi, DPI_RET, reset ? RST : 0, RST); in mtk_dpi_sw_reset()
131 static void mtk_dpi_enable(struct mtk_dpi *dpi) in mtk_dpi_enable() argument
133 mtk_dpi_mask(dpi, DPI_EN, EN, EN); in mtk_dpi_enable()
136 static void mtk_dpi_disable(struct mtk_dpi *dpi) in mtk_dpi_disable() argument
138 mtk_dpi_mask(dpi, DPI_EN, 0, EN); in mtk_dpi_disable()
141 static void mtk_dpi_config_hsync(struct mtk_dpi *dpi, in mtk_dpi_config_hsync() argument
[all …]
/OK3568_Linux_fs/kernel/drivers/gpu/drm/omapdrm/dss/
H A Ddpi.c10 #define DSS_SUBSYS_NAME "DPI"
53 static enum dss_clk_source dpi_get_clk_src_dra7xx(struct dpi_data *dpi, in dpi_get_clk_src_dra7xx() argument
66 if (dss_pll_find_by_src(dpi->dss, DSS_CLK_SRC_PLL1_1)) in dpi_get_clk_src_dra7xx()
72 if (dss_pll_find_by_src(dpi->dss, DSS_CLK_SRC_PLL1_3)) in dpi_get_clk_src_dra7xx()
74 if (dss_pll_find_by_src(dpi->dss, DSS_CLK_SRC_PLL2_3)) in dpi_get_clk_src_dra7xx()
80 if (dss_pll_find_by_src(dpi->dss, DSS_CLK_SRC_PLL2_1)) in dpi_get_clk_src_dra7xx()
82 if (dss_pll_find_by_src(dpi->dss, DSS_CLK_SRC_PLL1_3)) in dpi_get_clk_src_dra7xx()
93 static enum dss_clk_source dpi_get_clk_src(struct dpi_data *dpi) in dpi_get_clk_src() argument
95 enum omap_channel channel = dpi->output.dispc_channel; in dpi_get_clk_src()
98 * XXX we can't currently use DSI PLL for DPI with OMAP3, as the DSI PLL in dpi_get_clk_src()
[all …]
/OK3568_Linux_fs/kernel/drivers/video/fbdev/omap2/omapfb/dss/
H A Ddpi.c3 * linux/drivers/video/omap2/dss/dpi.c
12 #define DSS_SUBSYS_NAME "DPI"
64 * XXX we can't currently use DSI PLL for DPI with OMAP3, as the DSI PLL in dpi_get_pll()
65 * would also be used for DISPC fclk. Meaning, when the DPI output is in dpi_get_pll()
219 static bool dpi_dsi_clk_calc(struct dpi_data *dpi, unsigned long pck, in dpi_dsi_clk_calc() argument
226 ctx->pll = dpi->pll; in dpi_dsi_clk_calc()
271 static int dpi_set_dsi_clk(struct dpi_data *dpi, enum omap_channel channel, in dpi_set_dsi_clk() argument
279 ok = dpi_dsi_clk_calc(dpi, pck_req, &ctx); in dpi_set_dsi_clk()
283 r = dss_pll_set_config(dpi->pll, &ctx.dsi_cinfo); in dpi_set_dsi_clk()
290 dpi->mgr_config.clock_info = ctx.dispc_cinfo; in dpi_set_dsi_clk()
[all …]
/OK3568_Linux_fs/kernel/drivers/gpu/drm/vc4/
H A Dvc4_dpi.c7 * DOC: VC4 DPI module
9 * The VC4 DPI hardware supports MIPI DPI type 4 and Nokia ViSSI
84 /* General DPI hardware state. */
98 #define DPI_READ(offset) readl(dpi->regs + (offset))
99 #define DPI_WRITE(offset, val) writel(val, dpi->regs + (offset))
101 /* VC4 DPI encoder KMS struct */
104 struct vc4_dpi *dpi; member
121 struct vc4_dpi *dpi = vc4_encoder->dpi; in vc4_dpi_encoder_disable() local
123 clk_disable_unprepare(dpi->pixel_clock); in vc4_dpi_encoder_disable()
131 struct vc4_dpi *dpi = vc4_encoder->dpi; in vc4_dpi_encoder_enable() local
[all …]
/OK3568_Linux_fs/yocto/meta-openembedded/meta-oe/recipes-graphics/xserver-common/xserver-common-1.34/
H A D0002-add-setdpi-Xinit.d-script.patch27 +# This script configures Xft.dpi dependent on your screens DPI. This insures that the same font-si…
37 + CURRENT_SETTING="`cat ${XDEFAULTS} | sed -n "/Xft.dpi\:/s/.*\:\(.*\)/\1/p" | sed -n "s/\ //p"`"
41 + echo "Using Xft.dpi of $SET_SCREEN_DPI for your $SCREEN_DPI DPI screen"
43 + if grep -q "Xft.dpi" "$XDEFAULTS"
45 + cat "${XDEFAULTS}" | sed "s/^Xft.dpi\:.*/Xft.dpi\: $SET_SCREEN_DPI/" > "${XDEFAULTS}_"
48 + echo -e "Xft.dpi: $SET_SCREEN_DPI\n" >> "$XDEFAULTS"
51 + echo "Your $SCREEN_DPI DPI screen is already configured."
67 + echo "WARNING: No rxvt font-size configured for a $SCREEN_DPI DPI screen!"
93 + echo "WARNING: Couldn't read your screens DPI, defaulting to 100"
104 + echo "WARNING: No default configuration found for your $SCREEN_DPI DPI screen!"
[all …]
H A D0008-xserver-common-add-dpi-and-nocursor-params-for-gta01.patch4 Subject: [PATCH] xserver-common: add dpi and nocursor params for gta01 and
19 DPI="225" ;;
21 - DPI="285"
22 + DPI="280"
26 + ARGS="$ARGS -dpi ${DPI} -nocursor"
30 - DPI="285"
31 + DPI="280"
35 + ARGS="$ARGS -dpi ${DPI} -nocursor"
H A D0011-xserver-common-add-support-for-nexus-one-alias-mahim.patch18 DPI="235"
19 ARGS="$ARGS -dpi ${DPI} -nocursor";;
21 + DPI="254"
22 + ARGS="$ARGS -dpi ${DPI}";;
25 DPI="225" ;;
H A D0012-xserver-common-add-support-for-gta04-alias-OpenPhoen.patch17 ARGS="$ARGS -dpi ${DPI} -nocursor"
21 + DPI="280"
25 + ARGS="$ARGS -dpi ${DPI} -nocursor"
30 DPI="170" ;;
H A D0013-xserver-common-add-support-for-tuna-alias-Galaxy-Nex.patch17 ARGS="$ARGS -dpi ${DPI} -nocursor"
21 + DPI="316"
25 + ARGS="$ARGS -dpi ${DPI} -nocursor"
30 DPI="170" ;;
H A D0010-xserver-common-add-support-for-nexus-S-alias-herring.patch19 DPI="100" ;;
21 + DPI="235"
22 + ARGS="$ARGS -dpi ${DPI} -nocursor";;
25 DPI="225" ;;
H A D0009-xserver-common-add-support-for-n900-alias-nokia_rx-5.patch19 DPI="225" ;;
21 + DPI="267"
25 + ARGS="$ARGS -dpi ${DPI} -nocursor"
28 DPI="280"
/OK3568_Linux_fs/kernel/drivers/video/fbdev/omap2/omapfb/displays/
H A Dpanel-dpi.c3 * Generic MIPI DPI Panel Driver
45 r = in->ops.dpi->connect(in, dssdev); in panel_dpi_connect()
60 in->ops.dpi->disconnect(in, dssdev); in panel_dpi_disconnect()
76 in->ops.dpi->set_data_lines(in, ddata->data_lines); in panel_dpi_enable()
77 in->ops.dpi->set_timings(in, &ddata->videomode); in panel_dpi_enable()
79 r = in->ops.dpi->enable(in); in panel_dpi_enable()
106 in->ops.dpi->disable(in); in panel_dpi_disable()
120 in->ops.dpi->set_timings(in, timings); in panel_dpi_set_timings()
137 return in->ops.dpi->check_timings(in, timings); in panel_dpi_check_timings()
272 dssdev->phy.dpi.data_lines = ddata->data_lines; in panel_dpi_probe()
[all …]
H A Dencoder-tfp410.c3 * TFP410 DPI-to-DVI encoder driver
39 r = in->ops.dpi->connect(in, dssdev); in tfp410_connect()
66 in->ops.dpi->disconnect(in, &ddata->dssdev); in tfp410_disconnect()
81 in->ops.dpi->set_timings(in, &ddata->timings); in tfp410_enable()
83 in->ops.dpi->set_data_lines(in, ddata->data_lines); in tfp410_enable()
85 r = in->ops.dpi->enable(in); in tfp410_enable()
108 in->ops.dpi->disable(in); in tfp410_disable()
131 in->ops.dpi->set_timings(in, timings); in tfp410_set_timings()
150 return in->ops.dpi->check_timings(in, timings); in tfp410_check_timings()
227 dssdev->phy.dpi.data_lines = ddata->data_lines; in tfp410_probe()
[all …]
H A Dpanel-sharp-ls037v7dw01.c67 r = in->ops.dpi->connect(in, dssdev); in sharp_ls_connect()
82 in->ops.dpi->disconnect(in, dssdev); in sharp_ls_disconnect()
98 in->ops.dpi->set_data_lines(in, ddata->data_lines); in sharp_ls_enable()
99 in->ops.dpi->set_timings(in, &ddata->videomode); in sharp_ls_enable()
107 r = in->ops.dpi->enable(in); in sharp_ls_enable()
145 in->ops.dpi->disable(in); in sharp_ls_disable()
162 in->ops.dpi->set_timings(in, timings); in sharp_ls_set_timings()
179 return in->ops.dpi->check_timings(in, timings); in sharp_ls_check_timings()
287 dssdev->phy.dpi.data_lines = ddata->data_lines; in sharp_ls_probe()
H A Dpanel-lgphilips-lb035q02.c126 r = in->ops.dpi->connect(in, dssdev); in lb035q02_connect()
143 in->ops.dpi->disconnect(in, dssdev); in lb035q02_disconnect()
159 in->ops.dpi->set_data_lines(in, ddata->data_lines); in lb035q02_enable()
160 in->ops.dpi->set_timings(in, &ddata->videomode); in lb035q02_enable()
162 r = in->ops.dpi->enable(in); in lb035q02_enable()
191 in->ops.dpi->disable(in); in lb035q02_disable()
205 in->ops.dpi->set_timings(in, timings); in lb035q02_set_timings()
222 return in->ops.dpi->check_timings(in, timings); in lb035q02_check_timings()
303 dssdev->phy.dpi.data_lines = ddata->data_lines; in lb035q02_panel_spi_probe()
/OK3568_Linux_fs/yocto/meta-openembedded/meta-oe/recipes-graphics/xorg-font/
H A Dxorg-fonts-100dpi.bb1 SUMMARY = "Xorg 100 DPI font set"
9 font-adobe-100dpi \
10 font-adobe-utopia-100dpi \
11 font-bh-100dpi \
12 font-bh-lucidatypewriter-100dpi \
13 font-bitstream-100dpi \
/OK3568_Linux_fs/kernel/Documentation/devicetree/bindings/display/
H A Dbrcm,bcm2835-dpi.yaml4 $id: http://devicetree.org/schemas/display/brcm,bcm2835-dpi.yaml#
7 title: Broadcom VC4 (VideoCore4) DPI Controller
14 const: brcm,bcm2835-dpi
48 dpi: dpi@7e208000 {
49 compatible = "brcm,bcm2835-dpi";
/OK3568_Linux_fs/kernel/drivers/gpu/drm/bridge/cadence/
H A DKconfig3 tristate "Cadence DPI/DP bridge"
8 Support Cadence DPI to DP bridge. This is an internal
10 It takes a DPI stream as input and outputs it encoded
17 bool "J721E Cadence DPI/DP wrapper support"
20 Support J721E Cadence DPI/DP wrapper. This is a wrapper
/OK3568_Linux_fs/yocto/poky/meta/recipes-graphics/x11-common/xserver-nodm-init/
H A DXserver4 # can affect XSERVER, ARGS & DPI: otherwise systemd could just use
13 # Allow xserver-common to override ARGS, XSERVER, DPI
21 if [ -n "$DPI" ] ; then
22 ARGS="$ARGS -dpi $DPI"
/OK3568_Linux_fs/yocto/meta-browser/meta-firefox/recipes-browser/firefox/firefox/prefs/
H A DSet-DPI-to-system-settings.patch4 Subject: [PATCH] Set DPI to system settings
15 // A value of 0 means use the system DPI. A positive value is used as the DPI.
18 -pref("layout.css.dpi", -1);
19 +pref("layout.css.dpi", 0);
/OK3568_Linux_fs/buildroot/package/dillo/
H A D0003-Support-OpenSSL-1.1.0.patch12 dpi/https.c | 4 ++++
15 diff --git a/dpi/https.c b/dpi/https.c
17 --- a/dpi/https.c
18 +++ b/dpi/https.c
/OK3568_Linux_fs/kernel/Documentation/devicetree/bindings/display/mediatek/
H A Dmediatek,dpi.txt1 Mediatek DPI Device
4 The Mediatek DPI function block is a sink of the display subsystem and
9 - compatible: "mediatek,<chip>-dpi"
25 dpi0: dpi@1401d000 {
26 compatible = "mediatek,mt8173-dpi";
/OK3568_Linux_fs/kernel/Documentation/devicetree/bindings/display/panel/
H A Dpanel-dpi.yaml4 $id: http://devicetree.org/schemas/display/panel/panel-dpi.yaml#
7 title: Generic MIPI DPI Panel
18 Shall contain a panel specific compatible and "panel-dpi"
22 - const: panel-dpi
43 compatible = "osddisplays,osd057T0559-34ts", "panel-dpi";
/OK3568_Linux_fs/kernel/drivers/infiniband/hw/bnxt_re/
H A Dqplib_res.c749 struct bnxt_qplib_dpi *dpi, in bnxt_qplib_alloc_dpi() argument
758 /* Found unused DPI */ in bnxt_qplib_alloc_dpi()
762 dpi->dpi = bit_num; in bnxt_qplib_alloc_dpi()
763 dpi->dbr = dpit->dbr_bar_reg_iomem + (bit_num * PAGE_SIZE); in bnxt_qplib_alloc_dpi()
764 dpi->umdbr = dpit->unmapped_dbr + (bit_num * PAGE_SIZE); in bnxt_qplib_alloc_dpi()
771 struct bnxt_qplib_dpi *dpi) in bnxt_qplib_dealloc_dpi() argument
773 if (dpi->dpi >= dpit->max) { in bnxt_qplib_dealloc_dpi()
774 dev_warn(&res->pdev->dev, "Invalid DPI? dpi = %d\n", dpi->dpi); in bnxt_qplib_dealloc_dpi()
777 if (test_and_set_bit(dpi->dpi, dpit->tbl)) { in bnxt_qplib_dealloc_dpi()
778 dev_warn(&res->pdev->dev, "Freeing an unused DPI? dpi = %d\n", in bnxt_qplib_dealloc_dpi()
[all …]
/OK3568_Linux_fs/kernel/net/sched/
H A Dcls_rsvp.h23 DPI(="Destination Port ID"): triple (key, mask, offset).
42 resources. But DPI and SPI add the possibility to assign different
56 F.e. DPI can select ETH_P_IP (and necessary flags to make
76 struct tc_rsvp_gpi dpi; member
174 !(s->dpi.mask & in rsvp_classify()
175 (*(u32 *)(xprt + s->dpi.offset) ^ s->dpi.key)) && in rsvp_classify()
589 memcmp(&pinfo->dpi, &s->dpi, sizeof(s->dpi)) == 0 && in rsvp_change()
633 s->dpi = pinfo->dpi; in rsvp_change()
640 if ((nsp->dpi.mask & s->dpi.mask) != s->dpi.mask) in rsvp_change()
710 pinfo.dpi = s->dpi; in rsvp_dump()

12345678910>>...14