Home
last modified time | relevance | path

Searched refs:dpi (Results 26 – 50 of 117) sorted by relevance

12345

/openbmc/openbmc/meta-openembedded/meta-oe/recipes-graphics/xorg-font/
H A Dfont-bh-lucidatypewriter-100dpi_1.0.3.bb4 HOMEPAGE = "http://cgit.freedesktop.org/xorg/font/bh-lucidatypewriter-100dpi/"
13 UPSTREAM_CHECK_REGEX = "font\-bh\-lucidatypewriter\-100dpi\-(?P<pver>\d+(\.\d+)+).tar.gz"
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-graphics/xserver-common/xserver-common-1.34/
H A D0011-xserver-common-add-support-for-nexus-one-alias-mahim.patch21 ARGS="$ARGS -dpi ${DPI} -nocursor";;
24 + ARGS="$ARGS -dpi ${DPI}";;
H A D0013-xserver-common-add-support-for-tuna-alias-Galaxy-Nex.patch19 ARGS="$ARGS -dpi ${DPI} -nocursor"
27 + ARGS="$ARGS -dpi ${DPI} -nocursor"
H A D0012-xserver-common-add-support-for-gta04-alias-OpenPhoen.patch19 ARGS="$ARGS -dpi ${DPI} -nocursor"
27 + ARGS="$ARGS -dpi ${DPI} -nocursor"
H A D0010-xserver-common-add-support-for-nexus-S-alias-herring.patch24 + ARGS="$ARGS -dpi ${DPI} -nocursor";;
H A D0009-xserver-common-add-support-for-n900-alias-nokia_rx-5.patch27 + ARGS="$ARGS -dpi ${DPI} -nocursor"
/openbmc/linux/Documentation/devicetree/bindings/display/panel/
H A Dstartek,startek-kd050c.yaml13 - $ref: panel-dpi.yaml#
19 - {} # panel-dpi, but not listed here to avoid false select
/openbmc/qemu/hw/display/
H A Dedid-generate.c335 uint32_t qemu_edid_dpi_to_mm(uint32_t dpi, uint32_t res) in qemu_edid_dpi_to_mm() argument
337 return res * 254 / 10 / dpi; in qemu_edid_dpi_to_mm()
391 uint32_t dpi = 100; /* if no width_mm/height_mm */ in qemu_edid_generate() local
411 dpi = qemu_edid_dpi_from_mm(width_mm, info->prefx); in qemu_edid_generate()
413 width_mm = qemu_edid_dpi_to_mm(dpi, info->prefx); in qemu_edid_generate()
414 height_mm = qemu_edid_dpi_to_mm(dpi, info->prefy); in qemu_edid_generate()
/openbmc/linux/Documentation/devicetree/bindings/display/
H A Dst,stm32-ltdc.yaml41 - for external dpi rgb panel or bridge, using gpios.
42 - for internal dpi input of the MIPI DSI host controller.
/openbmc/linux/Documentation/devicetree/bindings/display/bridge/
H A Dnwl-dsi.yaml75 - description: dsi dpi reset line
82 - const: dpi
165 reset-names = "byte", "dpi", "esc", "pclk";
/openbmc/linux/tools/edid/
H A Dedid.S55 #define pixdpi2mm(pix,dpi) ((pix*25)/dpi) argument
/openbmc/linux/arch/arm/boot/dts/ti/omap/
H A Domap3-thunder.dts15 dss_dpi_pins: dss-dpi-pins {
86 compatible = "samsung,lte430wq-f0c", "panel-dpi";
H A Dcompulab-sb-som.dtsi20 compatible = "startek,startek-kd050c", "panel-dpi";
H A Domap3-ha-lcd.dts39 dss_dpi_pins: dss-dpi-pins {
122 compatible = "panel-dpi";
/openbmc/linux/include/linux/qed/
H A Dqed_rdma_if.h208 u16 dpi; member
258 u16 dpi; member
298 u16 dpi; member
594 void (*rdma_remove_user)(void *rdma_cxt, u16 dpi);
/openbmc/qemu/include/hw/display/
H A Dedid.h23 uint32_t qemu_edid_dpi_to_mm(uint32_t dpi, uint32_t res);
/openbmc/linux/drivers/video/fbdev/omap2/omapfb/displays/
H A DMakefile8 obj-$(CONFIG_FB_OMAP2_PANEL_DPI) += panel-dpi.o
/openbmc/linux/drivers/video/fbdev/omap2/omapfb/dss/
H A DMakefile10 omapdss-$(CONFIG_FB_OMAP2_DSS_DPI) += dpi.o
/openbmc/linux/arch/arm/boot/dts/mediatek/
H A Dmt7623n.dtsi216 dpi0: dpi@14014000 {
217 compatible = "mediatek,mt7623-dpi",
218 "mediatek,mt2701-dpi";
/openbmc/linux/drivers/infiniband/hw/bnxt_re/
H A Dqplib_res.h221 u32 dpi; member
387 struct bnxt_qplib_dpi *dpi,
390 struct bnxt_qplib_dpi *dpi);
H A Dib_verbs.c631 if (!ucntx->dpi.dbr) { in bnxt_re_alloc_pd()
645 resp.dpi = ucntx->dpi.dpi; in bnxt_re_alloc_pd()
1061 qplib_qp->dpi = &cntx->dpi; in bnxt_re_init_user_qp()
1711 qplib_srq->dpi = &cntx->dpi; in bnxt_re_init_user_srq()
2975 cq->qplib_cq.dpi = &uctx->dpi; in bnxt_re_create_cq()
3106 orig_dpi = cq->qplib_cq.dpi; in bnxt_re_resize_cq()
3111 cq->qplib_cq.dpi = &uctx->dpi; in bnxt_re_resize_cq()
4206 if (uctx->dpi.dbr) { in bnxt_re_dealloc_ucontext()
4211 uctx->dpi.dbr = NULL; in bnxt_re_dealloc_ucontext()
4301 u32 dpi; in UVERBS_HANDLER() local
[all …]
/openbmc/linux/arch/arc/include/asm/
H A Darcregs.h336 unsigned int pad2:27, mpd:1, pad1:2, dpd:1, dpi:1; member
338 unsigned int dpi:1, dpd:1, pad1:2, mpd:1, pad2:27;
/openbmc/linux/drivers/gpu/drm/omapdrm/
H A DMakefile24 omapdrm-$(CONFIG_OMAP2_DSS_DPI) += dss/dpi.o
/openbmc/linux/Documentation/ABI/testing/
H A Dsysfs-driver-hid-roccat-kone4 Description: It is possible to switch the dpi setting of the mouse with the
7 When read, this file returns the raw number of the actual dpi
9 processed to receive the real dpi value:
/openbmc/linux/arch/arm/boot/dts/broadcom/
H A Dbcm283x.dtsi138 dpi_gpio0: dpi-gpio0 {
349 dpi: dpi@7e208000 { label
350 compatible = "brcm,bcm2835-dpi";

12345