/Linux-v6.6/drivers/video/ |
D | hdmi.c | 17 * FITNESS FOR A PARTICULAR PURPOSE AND NON-INFRINGEMENT. IN NO EVENT SHALL 44 return 256 - csum; in hdmi_infoframe_checksum() 47 static void hdmi_infoframe_set_checksum(void *buffer, size_t size) in hdmi_infoframe_set_checksum() argument 49 u8 *ptr = buffer; in hdmi_infoframe_set_checksum() 51 ptr[3] = hdmi_infoframe_checksum(buffer, size); in hdmi_infoframe_set_checksum() 55 * hdmi_avi_infoframe_init() - initialize an HDMI AVI infoframe 56 * @frame: HDMI AVI infoframe 58 void hdmi_avi_infoframe_init(struct hdmi_avi_infoframe *frame) in hdmi_avi_infoframe_init() argument 60 memset(frame, 0, sizeof(*frame)); in hdmi_avi_infoframe_init() 62 frame->type = HDMI_INFOFRAME_TYPE_AVI; in hdmi_avi_infoframe_init() [all …]
|
/Linux-v6.6/Documentation/userspace-api/media/v4l/ |
D | pixfmt-compressed.rst | 1 .. SPDX-License-Identifier: GFDL-1.1-no-invariants-or-later 8 .. _compressed-formats: 18 .. flat-table:: Compressed Image Formats 19 :header-rows: 1 20 :stub-columns: 0 23 * - Identifier 24 - Code 25 - Details 26 * .. _V4L2-PIX-FMT-JPEG: 28 - ``V4L2_PIX_FMT_JPEG`` [all …]
|
D | dev-stateless-decoder.rst | 1 .. SPDX-License-Identifier: GPL-2.0 6 Memory-to-memory Stateless Video Decoder Interface 10 between processed frames. This means that each frame is decoded independently 18 This section describes how user-space ("the client") is expected to communicate 24 Stateless decoders make use of the :ref:`media-request-api`. A stateless 30 frame may be the result of several decode requests (for instance, H.264 streams 31 with multiple slices per frame). Decoders that support such formats must also 45 codec-specific capability controls (such as H.264 profiles) to the set 55 formats may depend on the value of some codec-dependent controls. 110 frame buffer resolution for the decoded frames. [all …]
|
D | dev-encoder.rst | 1 .. SPDX-License-Identifier: GPL-2.0 OR GFDL-1.1-no-invariants-or-later 6 Memory-to-Memory Stateful Video Encoder Interface 12 further post-processing by the client. 34 5. Single-planar API (see :ref:`planar-apis`) and applicable structures may be 35 used interchangeably with multi-planar API, unless specified otherwise, 41 7. Given an ``OUTPUT`` buffer A, then A' represents a buffer on the ``CAPTURE`` 42 queue containing data that resulted from processing buffer A. 47 Refer to :ref:`decoder-glossary`. 52 .. kernel-render:: DOT 65 qi -> Initialization [ label = "open()" ]; [all …]
|
D | func-read.rst | 1 .. SPDX-License-Identifier: GFDL-1.1-no-invariants-or-later 4 .. _func-read: 13 v4l2-read - Read from a V4L2 device 18 .. code-block:: c 31 Buffer to be filled 40 descriptor ``fd`` into the buffer starting at ``buf``. The layout of the 41 data in the buffer is discussed in the respective device interface 45 :c:func:`read()` call will provide at most one frame (two fields) 61 :c:func:`read()` never returns a "snapshot" of a buffer being filled. 62 Using a single buffer the driver will stop capturing when the [all …]
|
D | buffer.rst | 1 .. SPDX-License-Identifier: GFDL-1.1-no-invariants-or-later 10 A buffer contains data exchanged by application and driver using one of 11 the Streaming I/O methods. In the multi-planar API, the data is held in 12 planes, while the buffer structure acts as a container for the planes. 14 copied. These pointers, together with meta-information like timestamps 18 :ref:`VIDIOC_DQBUF <VIDIOC_QBUF>` ioctl. In the multi-planar API, 19 some plane-specific members of struct :c:type:`v4l2_buffer`, 25 part of the frame and with which clock the timestamp is taken. Please 27 ``V4L2_BUF_FLAG_TSTAMP_SRC_MASK`` in :ref:`buffer-flags`. These flags 33 mem-to-mem devices is an exception to the rule: the timestamp source [all …]
|
/Linux-v6.6/drivers/platform/surface/aggregator/ |
D | ssh_msgb.h | 1 /* SPDX-License-Identifier: GPL-2.0+ */ 5 * Copyright (C) 2019-2022 Maximilian Luz <luzmaximilian@gmail.com> 18 * struct msgbuf - Buffer struct to construct SSH messages. 19 * @begin: Pointer to the beginning of the allocated buffer space. 20 * @end: Pointer to the end (one past last element) of the allocated buffer 22 * @ptr: Pointer to the first free element in the buffer. 31 * msgb_init() - Initialize the given message buffer struct. 32 * @msgb: The buffer struct to initialize 33 * @ptr: Pointer to the underlying memory by which the buffer will be backed. 36 * Initialize the given message buffer struct using the provided memory as [all …]
|
/Linux-v6.6/Documentation/fb/ |
D | framebuffer.rst | 2 The Frame Buffer Device 9 --------------- 11 The frame buffer device provides an abstraction for the graphics hardware. It 12 represents the frame buffer of some video hardware and allows application 13 software to access the graphics hardware through a well-defined interface, so 14 the software doesn't need to know anything about the low-level (hardware 22 -------------------------- 24 From the user's point of view, the frame buffer device looks just like any 26 specifies the frame buffer number. 31 0 = /dev/fb0 First frame buffer [all …]
|
D | modedb.rst | 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 23 <xres>x<yres>[M][R][-<bpp>][@<refresh>][i][m][eDd] 24 <name>[-<bpp>][@<refresh>] 31 - NSTC: 480i output, with the CCIR System-M TV mode and NTSC color encoding [all …]
|
D | internals.rst | 2 Frame Buffer device internals 5 This is a first start for some documentation about frame buffer device 10 - Geert Uytterhoeven <geert@linux-m68k.org>, 21 July 1998 11 - James Simmons <jsimmons@user.sf.net>, Nov 26 2002 13 -------------------------------------------------------------------------------- 15 Structures used by the frame buffer device API 18 The following structures play a role in the game of frame buffer devices. They 23 - struct fb_fix_screeninfo 25 Device independent unchangeable information about a frame buffer device and 29 - struct fb_var_screeninfo [all …]
|
D | api.rst | 2 The Frame Buffer Device API 9 --------------- 11 This document describes the frame buffer API used by applications to interact 12 with frame buffer devices. In-kernel APIs between device drivers and the frame 13 buffer core are not described. 15 Due to a lack of documentation in the original frame buffer API, drivers 22 --------------- 36 - FB_CAP_FOURCC 44 -------------------- 46 Pixels are stored in memory in hardware-dependent formats. Applications need [all …]
|
/Linux-v6.6/drivers/video/fbdev/ |
D | Kconfig | 1 # SPDX-License-Identifier: GPL-2.0-only 7 tristate "Support for frame buffer device drivers" 11 The frame buffer device provides an abstraction for the graphics 12 hardware. It represents the frame buffer of some video hardware and 14 a well-defined interface, so the software doesn't need to know 15 anything about the low-level (hardware register) stuff. 17 Frame buffer devices work identically across the different 20 server exists which uses the frame buffer device exclusively. 21 On several non-X86 architectures, the frame buffer device is the 27 You need an utility program called fbset to make full use of frame [all …]
|
/Linux-v6.6/include/linux/ |
D | hdmi.h | 17 * FITNESS FOR A PARTICULAR PURPOSE AND NON-INFRINGEMENT. IN NO EVENT SHALL 125 /* The following EC values are only defined in CEA-861-F. */ 138 /* non-uniform picture scaling */ 211 void hdmi_avi_infoframe_init(struct hdmi_avi_infoframe *frame); 212 ssize_t hdmi_avi_infoframe_pack(struct hdmi_avi_infoframe *frame, void *buffer, 214 ssize_t hdmi_avi_infoframe_pack_only(const struct hdmi_avi_infoframe *frame, 215 void *buffer, size_t size); 216 int hdmi_avi_infoframe_check(struct hdmi_avi_infoframe *frame); 217 int hdmi_drm_infoframe_init(struct hdmi_drm_infoframe *frame); 218 ssize_t hdmi_drm_infoframe_pack(struct hdmi_drm_infoframe *frame, void *buffer, [all …]
|
D | zstd.h | 1 /* SPDX-License-Identifier: GPL-2.0+ OR BSD-3-Clause */ 6 * This source code is licensed under both the BSD-style license (found in the 10 * above-listed licenses. 17 * This is a kernel-style API that wraps the upstream zstd API, which cannot be 30 * zstd_compress_bound() - maximum compressed size in worst case scenario 38 * zstd_is_error() - tells if a size_t function result is an error code 41 * Return: Non-zero iff the code is an error. 46 * enum zstd_error_code - zstd error codes 51 * zstd_get_error_code() - translates an error function result to an error code 59 * zstd_get_error_name() - translates an error function result to a string [all …]
|
/Linux-v6.6/drivers/media/platform/mediatek/vcodec/decoder/ |
D | vdec_drv_if.h | 1 /* SPDX-License-Identifier: GPL-2.0 */ 15 * enum vdec_fb_status - decoder frame buffer status 17 * @FB_ST_DISPLAY: frame buffer is ready to be displayed 18 * @FB_ST_FREE: frame buffer is not used by decoder any more 27 * the caller does not own the returned buffer. The buffer will not be 29 * GET_PARAM_DISP_FRAME_BUFFER : get next displayable frame buffer, 31 * GET_PARAM_FREE_FRAME_BUFFER : get non-referenced framebuffer, vdec_fb** 45 * struct vdec_fb_node - decoder frame buffer node 47 * @fb : point to frame buffer (vdec_fb), fb could point to frame buffer and 48 * working buffer this is for maintain buffers in different state [all …]
|
/Linux-v6.6/Documentation/driver-api/ |
D | frame-buffer.rst | 1 Frame Buffer Library 4 The frame buffer drivers depend heavily on four data structures. These 20 otherwise. A good example of this is the start of the frame buffer 21 memory. This "locks" the address of the frame buffer memory, so that it 31 Frame Buffer Memory 32 ------------------- 34 .. kernel-doc:: drivers/video/fbdev/core/fbmem.c 37 Frame Buffer Colormap 38 --------------------- 40 .. kernel-doc:: drivers/video/fbdev/core/fbcmap.c [all …]
|
/Linux-v6.6/drivers/scsi/isci/ |
D | unsolicited_frame_control.h | 7 * Copyright(c) 2008 - 2011 Intel Corporation. All rights reserved. 20 * Foundation, Inc., 51 Franklin St - Fifth Floor, Boston, MA 02110-1301 USA. 26 * Copyright(c) 2008 - 2011 Intel Corporation. All rights reserved. 64 * struct scu_unsolicited_frame_header - 66 * This structure delineates the format of an unsolicited frame header. The 83 * This field indicates if the frame is an address frame (IAF or OAF) 84 * or if it is a information unit frame. 89 * This field simply indicates the connection rate at which the frame 106 * enum unsolicited_frame_state - 108 * This enumeration represents the current unsolicited frame state. The [all …]
|
/Linux-v6.6/drivers/media/platform/mediatek/vcodec/encoder/ |
D | venc_drv_if.h | 1 /* SPDX-License-Identifier: GPL-2.0 */ 15 * enum venc_yuv_fmt - The type of input yuv format 30 * enum venc_start_opt - encode frame option used in venc_if_encode() 32 * @VENC_START_OPT_ENCODE_FRAME: encode normal frame 40 * enum venc_set_param_type - The type of set parameter used in 44 * @VENC_SET_PARAM_FORCE_INTRA: force an intra frame 46 * @VENC_SET_PARAM_ADJUST_FRAMERATE: set frame rate 48 * @VENC_SET_PARAM_INTRA_PERIOD: set I frame interval 49 * @VENC_SET_PARAM_SKIP_FRAME: set H264 skip one frame 66 * struct venc_enc_prm - encoder settings for VENC_SET_PARAM_ENC used in [all …]
|
/Linux-v6.6/include/uapi/drm/ |
D | lima_drm.h | 1 /* SPDX-License-Identifier: (GPL-2.0 WITH Linux-syscall-note) OR MIT */ 2 /* Copyright 2017-2018 Qiang Yu <yuq825@gmail.com> */ 36 * heap buffer dynamically increase backup memory size when GP task fail 37 * due to lack of heap memory. size field of heap buffer is an up bound of 43 * create a buffer for used by GPU 46 __u32 size; /* in, buffer size */ 47 __u32 flags; /* in, buffer flags */ 48 __u32 handle; /* out, GEM buffer handle */ 53 * get information of a buffer 56 __u32 handle; /* in, GEM buffer handle */ [all …]
|
/Linux-v6.6/drivers/tty/ |
D | n_hdlc.c | 1 // SPDX-License-Identifier: GPL-1.0+ 16 * tty device drivers that support bit-synchronous HDLC communications. 18 * All HDLC data is frame oriented which means: 20 * 1. tty write calls represent one complete transmit frame of data 21 * The device driver should accept the complete frame or none of 22 * the frame (busy) in the write method. Each write call should have 23 * a byte count in the range of 2-65535 bytes (2 is min HDLC frame 26 * CCITT CRC32, 4 crc bytes are required, so the maximum size frame 28 * CRC16, the maximum application frame size would be 65533. 32 * one received frame. The device driver should bypass [all …]
|
/Linux-v6.6/drivers/thunderbolt/ |
D | ctl.c | 1 // SPDX-License-Identifier: GPL-2.0 3 * Thunderbolt driver - control channel and configuration commands 23 * struct tb_ctl - Thunderbolt control channel 32 * @timeout_msec: Default timeout for non-raw control messages 54 dev_WARN(&(ctl)->nhi->pdev->dev, format, ## arg) 57 dev_err(&(ctl)->nhi->pdev->dev, format, ## arg) 60 dev_warn(&(ctl)->nhi->pdev->dev, format, ## arg) 63 dev_info(&(ctl)->nhi->pdev->dev, format, ## arg) 66 dev_dbg(&(ctl)->nhi->pdev->dev, format, ## arg) 73 * tb_cfg_request_alloc() - Allocates a new config request [all …]
|
/Linux-v6.6/drivers/gpu/drm/radeon/ |
D | r600_hdmi.c | 88 dev_err(rdev->dev, "Unknown bits per sample 0x%x, using 16\n", in r600_audio_status() 119 struct drm_device *dev = rdev->ddev; in r600_audio_update_hdmi() 124 if (rdev->audio.pin[0].channels != audio_status.channels || in r600_audio_update_hdmi() 125 rdev->audio.pin[0].rate != audio_status.rate || in r600_audio_update_hdmi() 126 rdev->audio.pin[0].bits_per_sample != audio_status.bits_per_sample || in r600_audio_update_hdmi() 127 rdev->audio.pin[0].status_bits != audio_status.status_bits || in r600_audio_update_hdmi() 128 rdev->audio.pin[0].category_code != audio_status.category_code) { in r600_audio_update_hdmi() 129 rdev->audio.pin[0] = audio_status; in r600_audio_update_hdmi() 133 list_for_each_entry(encoder, &dev->mode_config.encoder_list, head) { in r600_audio_update_hdmi() 174 /* only one pin on 6xx-NI */ in r600_audio_get_pin() [all …]
|
/Linux-v6.6/drivers/media/platform/mediatek/vcodec/decoder/vdec/ |
D | vdec_vp9_if.c | 1 // SPDX-License-Identifier: GPL-2.0 5 * Kai-Sean Yang <kai-sean.yang@mediatek.com> 29 * struct vp9_dram_buf - contains buffer info for vpu 32 * @sz : buffer size 43 * struct vp9_fb_info - contains frame buffer info 44 * @fb : frmae buffer 53 * struct vp9_ref_cnt_buf - contains reference buffer information 54 * @buf : referenced frame buffer 55 * @ref_cnt : referenced frame buffer's reference count. 64 * struct vp9_ref_buf - contains current frame's reference buffer information [all …]
|
/Linux-v6.6/drivers/media/platform/st/sti/hva/ |
D | hva-h264.c | 1 // SPDX-License-Identifier: GPL-2.0 9 #include "hva-hw.h" 32 /* source buffer copy in YUV 420 MB-tiled format with size=16*256*3/2 */ 41 /* factor for bitrate and cpb buffer size max values if profile >= high */ 44 /* factor for bitrate and cpb buffer size max values if profile < high */ 152 * @frame_width: width in pixels of the buffer containing the input frame 153 * @frame_height: height in pixels of the buffer containing the input frame 169 * @ir_param_option: defines the number of macroblocks per frame to be 200 * @brc_type: selects the bit-rate control algorithm 205 * @non_VCL_NALU_Size: size of non-VCL NALUs (SPS, PPS, filler), [all …]
|
/Linux-v6.6/drivers/staging/media/tegra-video/ |
D | vi.h | 1 /* SPDX-License-Identifier: GPL-2.0-only */ 16 #include <media/media-entity.h> 17 #include <media/v4l2-async.h> 18 #include <media/v4l2-ctrls.h> 19 #include <media/v4l2-device.h> 20 #include <media/v4l2-dev.h> 21 #include <media/v4l2-subdev.h> 22 #include <media/videobuf2-v4l2.h> 44 * struct tegra_vi_ops - Tegra VI operations 45 * @vi_enable: soc-specific operations needed to enable/disable the VI peripheral [all …]
|