Home
last modified time | relevance | path

Searched +full:video +full:- +full:mode (Results 1 – 25 of 1076) sorted by relevance

12345678910>>...44

/OK3568_Linux_fs/debian/overlay/etc/udev/rules.d/
H A D99-rockchip-permissions.rules4 KERNEL=="avsd", MODE="0660", GROUP="video"
5 KERNEL=="vepu", MODE="0660", GROUP="video"
6 KERNEL=="h265e", MODE="0660", GROUP="video"
7 KERNEL=="rkvdec", MODE="0660", GROUP="video"
8 KERNEL=="rkvenc", MODE="0660", GROUP="video"
9 KERNEL=="mpp_service", MODE="0660", GROUP="video"
10 KERNEL=="vpu[_-]service", MODE="0660", GROUP="video"
11 KERNEL=="hevc[_-]service", MODE="0660", GROUP="video"
14 KERNEL=="rga", MODE="0660", GROUP="video"
17 KERNEL=="mali*", MODE="0660", GROUP="video"
[all …]
/OK3568_Linux_fs/yocto/meta-rockchip/recipes-core/udev/files/
H A D99-rockchip-permissions.rules4 KERNEL=="avsd", MODE="0660", GROUP="video"
5 KERNEL=="vepu", MODE="0660", GROUP="video"
6 KERNEL=="h265e", MODE="0660", GROUP="video"
7 KERNEL=="rkvdec", MODE="0660", GROUP="video"
8 KERNEL=="rkvenc", MODE="0660", GROUP="video"
9 KERNEL=="mpp_service", MODE="0660", GROUP="video"
10 KERNEL=="vpu[_-]service", MODE="0660", GROUP="video"
11 KERNEL=="hevc[_-]service", MODE="0660", GROUP="video"
14 KERNEL=="rga", MODE="0660", GROUP="video"
17 KERNEL=="mali*", MODE="0660", GROUP="video"
[all …]
/OK3568_Linux_fs/external/rkscript/
H A D99-rockchip-permissions.rules4 KERNEL=="avsd", MODE="0660", GROUP="video"
5 KERNEL=="vepu", MODE="0660", GROUP="video"
6 KERNEL=="h265e", MODE="0660", GROUP="video"
7 KERNEL=="rkvdec", MODE="0660", GROUP="video"
8 KERNEL=="rkvenc", MODE="0660", GROUP="video"
9 KERNEL=="mpp_service", MODE="0660", GROUP="video"
10 KERNEL=="vpu[_-]service", MODE="0660", GROUP="video"
11 KERNEL=="hevc[_-]service", MODE="0660", GROUP="video"
14 KERNEL=="rga", MODE="0660", GROUP="video"
17 KERNEL=="mali*", MODE="0660", GROUP="video"
[all …]
/OK3568_Linux_fs/kernel/Documentation/admin-guide/
H A Dsvga.rst4 Video Mode Selection Support 2.13
7 :Copyright: |copy| 1995--1999 Martin Mares, <mj@ucw.cz>
12 This small document describes the "Video Mode Selection" feature which
13 allows the use of various special video modes supported by the video BIOS. Due
21 enter ``scan`` on the video mode prompt, pick the mode you want to use,
22 remember its mode ID (the four-digit hexadecimal number) and then
25 The video mode to be used is selected by a kernel parameter which can be
31 NORMAL_VGA - Standard 80x25 mode available on all display adapters.
33 EXTENDED_VGA - Standard 8-pixel font mode: 80x43 on EGA, 80x50 on VGA.
35 ASK_VGA - Display a video mode menu upon startup (see below).
[all …]
/OK3568_Linux_fs/kernel/Documentation/fb/
H A Duvesafb.rst2 uvesafb - A Generic Driver for VBE2+ compliant video cards
6 ---------------
8 uvesafb should work with any video card that has a Video BIOS compliant
12 v86d. v86d is used to run the x86 Video BIOS code in a simulated and
30 --------------------------
32 uvesafb is a _generic_ driver which supports a wide variety of video
33 cards, but which is ultimately limited by the Video BIOS interface.
36 - Lack of any type of acceleration.
37 - A strict and limited set of supported video modes. Often the native
39 with uvesafb, simply because the Video BIOS doesn't support the
[all …]
H A Dmodedb.rst2 modedb default video mode support
6 Currently all frame buffer device drivers have their own video mode databases,
9 - one routine to probe for video modes, which can be used by all frame buffer
11 - one generic video mode database with a fair amount of standard videomodes
13 - the possibility to supply your own mode database for graphics hardware that
14 needs non-standard modes, like amifb and Mac frame buffer drivers (which
17 When a frame buffer device receives a video= option it doesn't know, it should
18 consider that to be a video mode option. If no frame buffer device is specified
19 in a video= option, fbmem considers that to be a global video mode option.
21 Valid mode specifiers (mode_option argument)::
[all …]
H A Dvesafb.rst7 The idea is simple: Turn on graphics mode at boot time with the help
12 graphics mode. Switching mode later on (in protected mode) is
13 impossible; BIOS calls work in real mode only. VESA BIOS Extensions
20 * You can run XF68_FBDev on top of /dev/fb0 (=> non-accelerated X11
22 * Most important: boot logo :-)
26 * graphic mode is slower than text mode...
33 Documentation/admin-guide/svga.rst for details.
35 You should compile in both vgacon (for text mode) and vesafb (for
36 graphics mode). Which of them takes over the console depends on
37 whenever the specified mode is text or graphics.
[all …]
H A Dep93xx-fb.rst7 can use the standard Linux video mode database. In your board file::
14 If you have an embedded LCD display then you need to define a video
15 mode for it as follows::
24 Note that the pixel clock value is in pico-seconds. You can use the
45 Video Attribute Flags
49 to configure the controller. The video attributes flags are fully
98 struct ep93xxfb_mach_info *mach_info = pdev->dev.platform_data;
105 Setting the video mode
108 The video mode is set using the following syntax::
110 video=XRESxYRES[-BPP][@REFRESH]
[all …]
/OK3568_Linux_fs/yocto/poky/meta/recipes-core/udev/eudev/
H A Dpermissions.rules4 # only needed for kernels < v2.6.18-rc1
6 SUBSYSTEM=="scsi", KERNEL=="[0-9]*:[0-9]*", WAIT_FOR_SYSFS="ioerr_cnt"
15 KERNEL=="loop[0-9]*", OPTIONS+="ignore:remove"
26 KERNEL=="hd[a-z]|pcd[0-9]*", DRIVERS=="ide-cdrom|pcd", \
27 IMPORT{program}="cdrom_id --export $tempnode"
29 KERNEL=="ht[0-9]*", GROUP="tape"
30 KERNEL=="nht[0-9]*", GROUP="tape"
33 KERNEL=="sr[0-9]*", IMPORT{program}="cdrom_id --export $tempnode"
44 KERNEL=="legousbtower*", MODE="0666"
45 KERNEL=="lp[0-9]*", SUBSYSTEMS=="usb", GROUP="lp"
[all …]
/OK3568_Linux_fs/u-boot/doc/
H A DREADME.video3 * Paolo Scaffardi, AIRVENT SAM s.p.a - RIMINI(ITALY), arsenio@tin.it
5 * SPDX-License-Identifier: GPL-2.0+
8 "video-mode" environment variable
11 The 'video-mode' environment variable can be used to enable and configure
12 some video drivers. The format matches the video= command-line option used
15 video-mode=<driver>:<xres>x<yres>-<depth>@<freq><,option=string>
17 <driver> The video driver name, ignored by U-Boot
22 <options> A comma-separated list of device-specific options
25 U-Boot MPC8xx video controller driver
30 - MPC823FADS with AD7176 on a PAL TV (YCbYCr) - arsenio@tin.it
[all …]
/OK3568_Linux_fs/yocto/poky/meta/recipes-bsp/grub/files/
H A Dvideo-Remove-trailing-whitespaces.patch4 Subject: [PATCH] video: Remove trailing whitespaces
6 Signed-off-by: Elyes Haouas <ehaouas@noos.fr>
7 Reviewed-by: Daniel Kiper <daniel.kiper@oracle.com>
9 Upstream-Status: Backport
14 Signed-off-by: Yongxin Liu <yongxin.liu@windriver.com>
15 ---
16 grub-core/video/bochs.c | 2 +-
17 grub-core/video/capture.c | 2 +-
18 grub-core/video/cirrus.c | 4 ++--
19 grub-core/video/coreboot/cbfb.c | 2 +-
[all …]
/OK3568_Linux_fs/kernel/drivers/video/fbdev/
H A Dmacmodes.c2 * linux/drivers/video/macmodes.c -- Standard MacOS video modes
6 * 2000 - Removal of OpenFirmware dependencies by:
7 * - Ani Joshi
8 * - Brad Douglas <brad@neruo.com>
10 * 2001 - Documented with DocBook
11 * - Brad Douglas <brad@neruo.com>
26 * MacOS video mode definitions
36 /* 512x384, 60Hz, Non-Interlaced (15.67 MHz dot clock) */
40 /* 640x480, 60 Hz, Non-Interlaced (25.175 MHz dotclock) */
44 /* 640x480, 67Hz, Non-Interlaced (30.0 MHz dotclock) */
[all …]
/OK3568_Linux_fs/buildroot/boot/grub2/
H A D0079-video-efi_gop-Remove-unnecessary-return-value-of-gru.patch4 Subject: [PATCH] video/efi_gop: Remove unnecessary return value of
15 Signed-off-by: Darren Kenny <darren.kenny@oracle.com>
16 Reviewed-by: Daniel Kiper <daniel.kiper@oracle.com>
17 Signed-off-by: Stefan Sørensen <stefan.sorensen@spectralink.com>
18 ---
19 grub-core/video/efi_gop.c | 25 ++++++-------------------
20 1 file changed, 6 insertions(+), 19 deletions(-)
22 diff --git a/grub-core/video/efi_gop.c b/grub-core/video/efi_gop.c
24 --- a/grub-core/video/efi_gop.c
25 +++ b/grub-core/video/efi_gop.c
[all …]
/OK3568_Linux_fs/kernel/arch/x86/boot/
H A Dvideo.h1 /* SPDX-License-Identifier: GPL-2.0-only */
2 /* -*- linux-c -*- ------------------------------------------------------- *
5 * Copyright 2007 rPath, Inc. - All Rights Reserved
7 * ----------------------------------------------------------------------- */
10 * Header file for the real-mode video probing code
19 * This code uses an extended set of video mode numbers. These include:
21 * NORMAL_VGA (-1)
22 * EXTENDED_VGA (-2)
23 * ASK_VGA (-3)
24 * Video modes numbered by menu position -- NOT RECOMMENDED because of lack
[all …]
H A Dvideo-bios.c1 // SPDX-License-Identifier: GPL-2.0-only
2 /* -*- linux-c -*- ------------------------------------------------------- *
5 * Copyright 2007 rPath, Inc. - All Rights Reserved
8 * ----------------------------------------------------------------------- */
11 * Standard video BIOS modes
17 #include "video.h"
21 /* Set a conventional BIOS mode */
22 static int set_bios_mode(u8 mode);
26 return set_bios_mode(mi->mode - VIDEO_FIRST_BIOS); in bios_set_mode()
29 static int set_bios_mode(u8 mode) in set_bios_mode() argument
[all …]
/OK3568_Linux_fs/kernel/drivers/gpu/drm/panel/
H A DKconfig1 # SPDX-License-Identifier: GPL-2.0-only
28 NT35596 1080x1920 video mode panel as found in some Asus
38 TFT-LCD modules. The panel has a 1200x1920 resolution and uses
40 the host and has a built-in LED backlight.
49 45NA WUXGA PANEL DSI Video Mode panel
57 This driver supports LVDS panels that don't require device-specific
79 KD35T133 controller for 320x480 LCD panels with MIPI-DSI
89 4-lane 800x1280 MIPI DSI panel.
92 tristate "Feiyang FY07024DI26A30-D MIPI-DSI LCD panel"
98 Feiyang FY07024DI26A30-D MIPI-DSI interface.
[all …]
/OK3568_Linux_fs/u-boot/drivers/video/
H A Dvideomodes.c6 * SPDX-License-Identifier: GPL-2.0+
10 Get Parameters for the video mode:
11 The default video mode can be defined in CONFIG_SYS_DEFAULT_VIDEO_MODE.
12 If undefined, default video mode is set to 0x301
15 "videomode=301" - 301 is a hexadecimal number describing the VESA
16 mode. Following modes are implemented:
19 --------+---------------------------------------------
24 --------+---------------------------------------------
26 - the parameters are parsed from the bootargs.
29 "bootargs=video=ctfb:x:800,y:600,depth:16,pclk:25000"
[all …]
/OK3568_Linux_fs/kernel/Documentation/admin-guide/media/
H A Dvivid.rst1 .. SPDX-License-Identifier: GPL-2.0
3 The Virtual Video Test Driver (vivid)
6 This driver emulates video4linux hardware of various types: video capture, video
13 Each input can be a webcam, TV capture device, S-Video capture device or an HDMI
14 capture device. Each output can be an S-Video output device or an HDMI output
23 - Support for read()/write(), MMAP, USERPTR and DMABUF streaming I/O.
24 - A large list of test patterns and variations thereof
25 - Working brightness, contrast, saturation and hue controls
26 - Support for the alpha color component
27 - Full colorspace support, including limited/full RGB range
[all …]
H A Dipu3.rst1 .. SPDX-License-Identifier: GPL-2.0
24 ImgU). The CIO2 driver is available as drivers/media/pci/intel/ipu3/ipu3-cio2*
36 Both of the drivers implement V4L2, Media Controller and V4L2 sub-device
38 MIPI CSI-2 interfaces through V4L2 sub-device sensor drivers.
44 interface to the user space. There is a video node for each CSI-2 receiver,
47 The CIO2 contains four independent capture channel, each with its own MIPI CSI-2
48 receiver and DMA engine. Each channel is modelled as a V4L2 sub-device exposed
49 to userspace as a V4L2 sub-device node and has two pads:
53 .. flat-table::
55 * - pad
[all …]
/OK3568_Linux_fs/kernel/Documentation/userspace-api/media/dvb/
H A Dvideo-fopen.rst1 .. SPDX-License-Identifier: GFDL-1.1-no-invariants-or-later
2 .. c:namespace:: DTV.video
7 dvb video open()
11 ----
13 dvb video open()
18 --------
23 ---------
25 .. flat-table::
26 :header-rows: 0
27 :stub-columns: 0
[all …]
/OK3568_Linux_fs/kernel/Documentation/userspace-api/media/v4l/
H A Dvidioc-g-parm.rst1 .. SPDX-License-Identifier: GFDL-1.1-no-invariants-or-later
13 VIDIOC_G_PARM - VIDIOC_S_PARM - Get or set streaming parameters
44 frame interval that is typically embedded in the encoded video stream.
50 internally by a driver in read/write mode. For implications see the
63 .. flat-table:: struct v4l2_streamparm
64 :header-rows: 0
65 :stub-columns: 0
68 * - __u32
69 - ``type``
70 - The buffer (stream) type, same as struct
[all …]
/OK3568_Linux_fs/kernel/Documentation/driver-api/
H A Dframe-buffer.rst9 fb_info defines the current state of a particular video card. Inside
14 fb_var_screeninfo is used to describe the features of a video card
19 of a card that are created when a mode is set and can't be changed
26 setting a mode of 800x600 on a fix frequency monitor. With the new API,
32 -------------------
34 .. kernel-doc:: drivers/video/fbdev/core/fbmem.c
38 ---------------------
40 .. kernel-doc:: drivers/video/fbdev/core/fbcmap.c
43 Frame Buffer Video Mode Database
44 --------------------------------
[all …]
/OK3568_Linux_fs/kernel/Documentation/devicetree/bindings/media/i2c/
H A Dadv7343.txt1 * Analog Devices adv7343 video encoder
3 The ADV7343 are high speed, digital-to-analog video encoders in a 64-lead LQFP
4 package. Six high speed, 3.3 V, 11-bit video DACs provide support for composite
5 (CVBS), S-Video (Y-C), and component (YPrPb/RGB) analog outputs in standard
6 definition (SD), enhanced definition (ED), or high definition (HD) video
10 - compatible: Must be "adi,adv7343"
13 - adi,power-mode-sleep-mode: on enable the current consumption is reduced to
16 - adi,power-mode-pll-ctrl: PLL and oversampling control. This control allows
19 - ad,adv7343-power-mode-dac: array configuring the power on/off DAC's 1..6,
22 - ad,adv7343-sd-config-dac-out: array configure SD DAC Output's 1 and 2, 0 = OFF
[all …]
/OK3568_Linux_fs/u-boot/drivers/video/drm/
H A Ddw-dp.c1 // SPDX-License-Identifier: GPL-2.0-or-later
18 #include <generic-phy.h>
21 #include <linux/media-bus-format.h>
24 #include <generic-phy.h>
204 struct drm_display_mode mode; member
230 struct dw_dp_video video; member
329 size_t num = min_t(size_t, size - i * 4, 4); in dw_dp_aux_write_data()
335 regmap_write(dp->regmap, DPTX_AUX_DATA0 + i * 4, value); in dw_dp_aux_write_data()
346 size_t num = min_t(size_t, size - i * 4, 4); in dw_dp_aux_read_data()
349 regmap_read(dp->regmap, DPTX_AUX_DATA0 + i * 4, &value); in dw_dp_aux_read_data()
[all …]
/OK3568_Linux_fs/kernel/drivers/gpu/drm/rockchip/
H A Dcdn-dp-reg.c1 // SPDX-License-Identifier: GPL-2.0-only
4 * Author: Chris Zhong <zyw@rock-chips.com>
14 #include "cdn-dp-core.h"
15 #include "cdn-dp-reg.h"
26 writel(clk / 1000000, dp->regs + SW_CLK_H); in cdn_dp_set_fw_clk()
45 writel(val, dp->regs + SOURCE_DPTX_CAR); in cdn_dp_clock_reset()
48 writel(val, dp->regs + SOURCE_PHY_CAR); in cdn_dp_clock_reset()
54 writel(val, dp->regs + SOURCE_PKT_CAR); in cdn_dp_clock_reset()
62 writel(val, dp->regs + SOURCE_AIF_CAR); in cdn_dp_clock_reset()
68 writel(val, dp->regs + SOURCE_CIPHER_CAR); in cdn_dp_clock_reset()
[all …]

12345678910>>...44