/openbmc/linux/Documentation/devicetree/bindings/display/panel/ |
H A D | novatek,nt36672a.yaml | 1 # SPDX-License-Identifier: GPL-2.0-only OR BSD-2-Clause 3 --- 5 $schema: http://devicetree.org/meta-schemas/core.yaml# 10 - Sumit Semwal <sumit.semwal@linaro.org> 15 Right now, support is added only for a Tianma FHD+ LCD display panel with a 16 resolution of 1080x2246. It is a video mode DSI panel. 19 - $ref: panel-common.yaml# 24 - enum: 25 - tianma,fhd-video 26 - const: novatek,nt36672a [all …]
|
H A D | ebbg,ft8719.yaml | 1 # SPDX-License-Identifier: GPL-2.0-only OR BSD-2-Clause 3 --- 5 $schema: http://devicetree.org/meta-schemas/core.yaml# 7 title: EBBG FT8719 MIPI-DSI LCD panel 10 - Joel Selvaraj <jo@jsfamily.in> 13 The FT8719 panel from EBBG is a FHD+ LCD display panel with a resolution 14 of 1080x2246. It is a video mode DSI panel. The backlight is managed 18 - $ref: panel-common.yaml# 28 vddio-supply: 31 vddpos-supply: [all …]
|
/openbmc/linux/arch/arm64/boot/dts/qcom/ |
H A D | sdm845-xiaomi-beryllium-tianma.dts | 1 // SPDX-License-Identifier: GPL-2.0 3 /dts-v1/; 5 #include "sdm845-xiaomi-beryllium-common.dtsi" 13 compatible = "tianma,fhd-video", "novatek,nt36672a";
|
/openbmc/linux/drivers/gpu/drm/panel/ |
H A D | panel-jdi-fhd-r63452.c | 1 // SPDX-License-Identifier: GPL-2.0-only 5 * Generated using linux-mdss-dsi-panel-driver-generator from Lineage OS device tree: 6 …com/LineageOS/android_kernel_xiaomi_msm8996/blob/lineage-18.1/arch/arm/boot/dts/qcom/a1-msm8996-mt… 14 #include <video/mipi_display.h> 34 gpiod_set_value_cansleep(ctx->reset_gpio, 0); in jdi_fhd_r63452_reset() 36 gpiod_set_value_cansleep(ctx->reset_gpio, 1); in jdi_fhd_r63452_reset() 38 gpiod_set_value_cansleep(ctx->reset_gpio, 0); in jdi_fhd_r63452_reset() 44 struct mipi_dsi_device *dsi = ctx->dsi; in jdi_fhd_r63452_on() 45 struct device *dev = &dsi->dev; in jdi_fhd_r63452_on() 48 dsi->mode_flags |= MIPI_DSI_MODE_LPM; in jdi_fhd_r63452_on() [all …]
|
H A D | Kconfig | 1 # SPDX-License-Identifier: GPL-2.0-only 17 Y030XX067A 320x480 3.0" panel as found in the YLM RG-280M, RG-300 18 and RG-99 handheld gaming consoles. 37 NT35596 1080x1920 video mode panel as found in some Asus 46 as found in the YLM RS-97 handheld gaming console. 49 tristate "Boe BF060Y8M-AJ0 panel" 54 Say Y here if you want to enable support for Boe BF060Y8M-AJ0 66 TFT-LCD modules. The panel has a 1200x1920 resolution and uses 68 the host and has a built-in LED backlight. 77 45NA WUXGA PANEL DSI Video Mode panel [all …]
|
H A D | panel-novatek-nt36672a.c | 1 // SPDX-License-Identifier: GPL-2.0+ 8 * Currently supported are the Tianma FHD+ panels found in some Xiaomi phones, including 11 * Panels using the Novatek NT37762A IC should add appropriate configuration per-panel and 29 #include <video/mipi_display.h> 94 err = mipi_dsi_dcs_write(pinfo->link, cmd->data[0], cmd->data + 1, 1); in nt36672a_send_cmds() 108 gpiod_set_value(pinfo->reset_gpio, 1); in nt36672a_panel_power_off() 110 ret = regulator_bulk_disable(ARRAY_SIZE(pinfo->supplies), pinfo->supplies); in nt36672a_panel_power_off() 112 dev_err(panel->dev, "regulator_bulk_disable failed %d\n", ret); in nt36672a_panel_power_off() 122 if (!pinfo->prepared) in nt36672a_panel_unprepare() 126 ret = nt36672a_send_cmds(panel, pinfo->desc->off_cmds, in nt36672a_panel_unprepare() [all …]
|
H A D | panel-boe-bf060y8m-aj0.c | 1 // SPDX-License-Identifier: GPL-2.0-only 3 * BOE BF060Y8M-AJ0 5.99" MIPI-DSI OLED Panel on SW43404 DriverIC 15 #include <video/mipi_display.h> 48 gpiod_set_value_cansleep(boe->reset_gpio, 0); in boe_bf060y8m_aj0_reset() 50 gpiod_set_value_cansleep(boe->reset_gpio, 1); in boe_bf060y8m_aj0_reset() 52 gpiod_set_value_cansleep(boe->reset_gpio, 0); in boe_bf060y8m_aj0_reset() 58 struct mipi_dsi_device *dsi = boe->dsi; in boe_bf060y8m_aj0_on() 59 struct device *dev = &dsi->dev; in boe_bf060y8m_aj0_on() 102 struct mipi_dsi_device *dsi = boe->dsi; in boe_bf060y8m_aj0_off() 103 struct device *dev = &dsi->dev; in boe_bf060y8m_aj0_off() [all …]
|
/openbmc/linux/drivers/gpu/drm/renesas/rcar-du/ |
H A D | rzg2l_mipi_dsi.c | 1 // SPDX-License-Identifier: GPL-2.0 165 iowrite32(data, dsi->mmio + reg); in rzg2l_mipi_dsi_phy_write() 170 iowrite32(data, dsi->mmio + LINK_REG_OFFSET + reg); in rzg2l_mipi_dsi_link_write() 175 return ioread32(dsi->mmio + reg); in rzg2l_mipi_dsi_phy_read() 180 return ioread32(dsi->mmio + LINK_REG_OFFSET + reg); in rzg2l_mipi_dsi_link_read() 183 /* ----------------------------------------------------------------------------- 202 if (hsfreq <= dphy_timings->hsfreq_max) in rzg2l_mipi_dsi_dphy_init() 218 DSIDPHYTIM0_T_INIT(dphy_timings->t_init); in rzg2l_mipi_dsi_dphy_init() 219 dphytim1 = DSIDPHYTIM1_THS_PREPARE(dphy_timings->ths_prepare) | in rzg2l_mipi_dsi_dphy_init() 220 DSIDPHYTIM1_TCLK_PREPARE(dphy_timings->tclk_prepare) | in rzg2l_mipi_dsi_dphy_init() [all …]
|
/openbmc/u-boot/board/kosagi/novena/ |
H A D | video.c | 1 // SPDX-License-Identifier: GPL-2.0+ 3 * Novena video output support 6 * from https://github.com/xobs/novena-linux.git commit 18 #include <asm/arch/imx-regs.h> 22 #include <asm/mach-imx/iomux-v3.h> 23 #include <asm/mach-imx/mxc_i2c.h> 24 #include <asm/mach-imx/video.h> 87 /* If video is muted, that's a failure */ in it6251_is_stable() 143 /* JEIDA, 8-bit depth 0x11, orig 0x42 */ in it6251_program_regs() 165 /* power down lanes 3-0 */ in it6251_program_regs() [all …]
|
/openbmc/linux/drivers/gpu/drm/ |
H A D | drm_panel_orientation_quirks.c | 1 /* SPDX-License-Identifier: MIT */ 3 * drm_panel_orientation_quirks.c -- Quirks for non-normal panel orientation 157 }, { /* Acer Switch V 10 (SW5-017) */ 160 DMI_EXACT_MATCH(DMI_PRODUCT_NAME, "SW5-017"), 245 /* Above matches are too generic, add bios-date match */ 278 DMI_EXACT_MATCH(DMI_PRODUCT_NAME, "G1619-01"), 283 * it seems, devices with a board-vendor of "AMI Corporation" 284 * are quite rare, as are devices which have both board- *and* 285 * product-id set to "Default String" 321 DMI_EXACT_MATCH(DMI_PRODUCT_NAME, "G1618-03") [all …]
|
/openbmc/linux/drivers/media/usb/uvc/ |
H A D | uvc_driver.c | 1 // SPDX-License-Identifier: GPL-2.0-or-later 3 * uvc_driver.c -- USB Video Class driver 5 * Copyright (C) 2005-2010 24 #include <media/v4l2-common.h> 25 #include <media/v4l2-ioctl.h> 31 #define DRIVER_DESC "USB Video Class driver" 36 static unsigned int uvc_quirks_param = -1; 40 /* ------------------------------------------------------------------------ 50 for (i = 0; i < alts->desc.bNumEndpoints; ++i) { in uvc_find_endpoint() 51 ep = &alts->endpoint[i]; in uvc_find_endpoint() [all …]
|
/openbmc/linux/drivers/usb/storage/ |
H A D | unusual_devs.h | 1 /* SPDX-License-Identifier: GPL-2.0+ */ 7 * (c) 2000-2002 Matthew Dharm (mdharm-usb@one-eyed-alien.net) 26 * - a patch that adds the entry for your device, including your 29 * - a copy of /sys/kernel/debug/usb/devices with your device plugged in 31 * Send your submission to the USB development list <linux-us [all...] |
/openbmc/linux/drivers/media/platform/mediatek/vcodec/decoder/vdec/ |
H A D | vdec_av1_req_lat_if.c | 1 // SPDX-License-Identifier: GPL-2.0 9 #include <media/videobuf2-dma-contig.h> 22 #define AV1_REF_INVALID_SCALE -1 26 #define AV1_INVALID_IDX -1 39 (((_value_) < 0) ? -AV1_DIV_ROUND_UP_POW2(-(_value_), (_n_)) \ 43 #define BIT_FLAG(x, bit) (!!((x)->flags & (bit))) 44 #define SEGMENTATION_FLAG(x, name) (!!((x)->flags & V4L2_AV1_SEGMENTATION_FLAG_##name)) 45 #define QUANT_FLAG(x, name) (!!((x)->flags & V4L2_AV1_QUANTIZATION_FLAG_##name)) 46 #define SEQUENCE_FLAG(x, name) (!!((x)->flags & V4L2_AV1_SEQUENCE_FLAG_##name)) 47 #define FH_FLAG(x, name) (!!((x)->flags & V4L2_AV1_FRAME_FLAG_##name)) [all …]
|
/openbmc/linux/ |
H A D | opengrok0.0.log | 1 2024-12-28 20:09:05.996-0600 FINEST t1171 PendingFileCompleter.doRename: Moved pending as file: '/opengrok/data/xref/openbmc/linux/drivers/staging/media/av7110/video-continue.rst.gz' 2 2024-12-28 20:09:05.942-0600 FINEST t1149 PendingFileCompleter.doRename: Moved pending as file: '/opengrok/data/xref/openbmc/u-boot/arch/sh/config.mk.gz' 3 2024-1 [all...] |
H A D | opengrok2.0.log | 1 2024-12-28 20:05:26.116-0600 FINEST t586 Statistics.logIt: Added: '/openbmc/linux/tools/testing/selftests/drivers/net/mlxsw/rtnetlink.sh' (ShAnalyzer) (took 79 ms) 2 2024-12-28 20:05:26.112-0600 FINER t592 IndexDatabase.createAnnotationCache: failed to create annotation: repository {dir='/opengrok/src/openbmc/qemu',type=git,historyCache=on,renamed=false,merge=true,annotationCache=off} does not allow to create annotation cache for '/opengrok/src/openbmc/qemu/chardev/spice.c' 3 2024-12-28 20:05:26.116-0600 FINEST t592 Statistics.logIt: Added: '/openbmc/qemu/chardev/spice.c' (CAnalyzer) (took 33 ms) 4 2024-1 [all...] |