Home
last modified time | relevance | path

Searched full:gop (Results 1 – 25 of 56) sorted by relevance

123

/linux-6.15/drivers/firmware/efi/libstub/
Dgop.c134 static u32 choose_mode_modenum(efi_graphics_output_protocol_t *gop) in choose_mode_modenum() argument
143 mode = efi_table_attr(gop, mode); in choose_mode_modenum()
155 status = efi_call_proto(gop, query_mode, cmdline.mode, &info_size, &info); in choose_mode_modenum()
170 static u32 choose_mode(efi_graphics_output_protocol_t *gop, in choose_mode() argument
174 efi_graphics_output_protocol_mode_t *mode = efi_table_attr(gop, mode); in choose_mode()
182 status = efi_call_proto(gop, query_mode, m, &info_size, &info); in choose_mode()
218 static u32 choose_mode_res(efi_graphics_output_protocol_t *gop) in choose_mode_res() argument
220 efi_graphics_output_protocol_mode_t *mode = efi_table_attr(gop, mode); in choose_mode_res()
226 return choose_mode(gop, match_res, (void *)cur_mode); in choose_mode_res()
252 static u32 choose_mode_auto(efi_graphics_output_protocol_t *gop) in choose_mode_auto() argument
[all …]
Dpci.c54 * DMA to implement the GOP framebuffer anyway [although they in efi_pci_disable_bridge_busmaster()
55 * may use it in their implementation of Gop->Blt()], and so in efi_pci_disable_bridge_busmaster()
/linux-6.15/Documentation/devicetree/bindings/net/
Dmarvell,pp2.yaml38 - description: GOP clock
126 gop-port-id:
130 GOP (Group Of Ports) point of view. This ID is used to index the
167 - gop-port-id
192 gop-port-id: false
262 gop-port-id = <0>;
281 gop-port-id = <2>;
303 gop-port-id = <3>;
/linux-6.15/drivers/net/xen-netback/
Dnetback.c392 struct gnttab_map_grant_ref *gop = queue->tx_map_ops + *map_ops; in xenvif_get_requests() local
472 txp == first ? extra_count : 0, gop); in xenvif_get_requests()
475 ++gop; in xenvif_get_requests()
498 gop); in xenvif_get_requests()
502 ++gop; in xenvif_get_requests()
520 (*map_ops) = gop - queue->tx_map_ops; in xenvif_get_requests()
1323 struct gnttab_unmap_grant_ref *gop; in xenvif_tx_dealloc_action() local
1329 gop = queue->tx_unmap_ops; in xenvif_tx_dealloc_action()
1341 BUG_ON(gop - queue->tx_unmap_ops >= MAX_PENDING_REQS); in xenvif_tx_dealloc_action()
1345 pending_idx_release[gop - queue->tx_unmap_ops] = in xenvif_tx_dealloc_action()
[all …]
/linux-6.15/Documentation/fb/
Defifb.rst7 both firmware with Graphics Output Protocol (GOP) displays as well as older
36 For GOP displays, efifb can autodetect the display's resolution and framebuffer
47 Options for GOP displays:
/linux-6.15/drivers/media/common/
Dcx2341x.c429 int gop = params->video_gop_size; in cx2341x_set_ctrl() local
431 params->video_gop_size = b * ((gop + b - 1) / b); in cx2341x_set_ctrl()
432 /* Max GOP size = 34 */ in cx2341x_set_ctrl()
439 int gop = ctrl->value; in cx2341x_set_ctrl() local
440 params->video_gop_size = b * ((gop + b - 1) / b); in cx2341x_set_ctrl()
441 /* Max GOP size = 34 */ in cx2341x_set_ctrl()
1237 "%s: Video: GOP Size %d, %d B-Frames, %sGOP Closure\n", in cx2341x_log_status()
1328 /* video gop cluster */ in cx2341x_try_ctrl()
1330 int gop = hdl->video_gop_size->val; in cx2341x_try_ctrl() local
1332 gop = b * ((gop + b - 1) / b); in cx2341x_try_ctrl()
[all …]
/linux-6.15/drivers/media/platform/chips-media/wave5/
Dwave5-vpuapi.h75 OPT_CUSTOM_GOP = 1, /* SET_PARAM command option for setting custom GOP */
463 u32 pic_type; /* picture type of nth picture in the custom GOP */
464 u32 poc_offset; /* POC of nth picture in the custom GOP */
465 u32 pic_qp; /* quantization parameter of nth picture in the custom GOP */
467 u32 ref_poc_l0; /* POC of reference L0 of nth picture in the custom GOP */
468 u32 ref_poc_l1; /* POC of reference L1 of nth picture in the custom GOP */
469 s32 temporal_id; /* temporal ID of nth picture in the custom GOP */
490 u32 intra_period; /* period of intra picture in GOP size */
568 u32 lambda_scaling_enable: 1; /* enable lambda scaling using custom GOP */
647 PRESET_IDX_CUSTOM_GOP = 0, /* user defined GOP structure */
/linux-6.15/drivers/media/platform/allegro-dvt/
Dallegro-mail.h122 /* gop param */
225 /* gop param (optional) */
/linux-6.15/include/uapi/linux/dvb/
Dvideo.h144 /* 7 line 21-1 data present in GOP (1=yes, 0=no) */
145 /* 6 line 21-2 data present in GOP (1=yes, 0=no) */
/linux-6.15/Documentation/userspace-api/media/v4l/
Dvidioc-decoder-cmd.rst109 GOP in the video file, then the GOP before that, etc. etc.
/linux-6.15/drivers/media/pci/saa7164/
Dsaa7164-types.h313 /* Video Encoder GOP IBP message */
320 u8 ucGOPSize; /* GOP Size 12, 15 */
/linux-6.15/drivers/media/usb/hdpvr/
Dhdpvr.h208 * GOP MODE (2 bit)
209 * low bit 0/1: advanced/simple GOP
/linux-6.15/drivers/clk/mvebu/
Dcp110-system-controller.c96 [CP110_GATE_GOP_DP] = "gop-dp",
104 [CP110_GATE_SDMMC_GOP] = "sd-mmc-gop",
Darmada-375.c163 { "gop", NULL, 19 },
/linux-6.15/drivers/media/pci/tw5864/
Dtw5864-core.c43 * There is a workaround for both issues: avoid P-frames by setting GOP size
154 if (input->frame_gop_seqno >= input->gop) in tw5864_h264_isr()
Dtw5864.h122 int gop; member
/linux-6.15/drivers/media/pci/solo6x10/
Dsolo6x10-v4l2-enc.c251 solo_reg_write(solo_dev, SOLO_VE_CH_GOP(ch), solo_enc->gop); in solo_enc_on()
256 solo_reg_write(solo_dev, SOLO_VE_CH_GOP_E(ch), solo_enc->gop); in solo_enc_on()
1068 solo_enc->gop = ctrl->val; in solo_s_ctrl()
1069 solo_reg_write(solo_dev, SOLO_VE_CH_GOP(solo_enc->ch), solo_enc->gop); in solo_s_ctrl()
1070 solo_reg_write(solo_dev, SOLO_VE_CH_GOP_E(solo_enc->ch), solo_enc->gop); in solo_s_ctrl()
1257 solo_enc->gop = solo_dev->fps; in solo_enc_alloc()
/linux-6.15/drivers/media/platform/samsung/s5p-mfc/
Ds5p_mfc_opr_v5.h59 H264_I_PERIOD = 0x9C, /* E, H.264, open GOP */
/linux-6.15/arch/arm64/boot/dts/marvell/
Darmada-cp11x.dtsi90 gop-port-id = <0>;
110 gop-port-id = <2>;
130 gop-port-id = <3>;
/linux-6.15/arch/x86/include/asm/
Defi.h287 #define __efi64_argmap_query_mode(gop, mode, size, info) \ argument
288 ((gop), (mode), efi64_zero_upper(size), efi64_zero_upper(info))
/linux-6.15/Documentation/devicetree/bindings/arm/marvell/
Dcp110-system-controller.txt51 - 1 9 GOP DP
59 - 1 18 SD/MMC/GOP
/linux-6.15/include/media/drv-intf/
Dcx2341x.h133 /* video gop cluster */
/linux-6.15/Documentation/devicetree/bindings/clock/
Dmvebu-gated-clock.txt42 19 gop Gigabit Ethernet MAC
/linux-6.15/drivers/media/pci/cx18/
Dcx23418.h89 IN[1] - 0 = stop at end of GOP, 1 = stop at end of frame (MPEG only)
304 bit 2: mux option, 0 - in GOP, 1 - in picture
/linux-6.15/Documentation/driver-api/media/drivers/
Dcx2341x-devel.rst1027 - 0=stop at end of GOP (generates IRQ)
1101 Set video frames per second. Change occurs at start of new GOP.
1188 Setup the GOP structure
1193 GOP size (maximum is 34)
1199 For example: IBBPBBPBBPBB --> GOP size: 12, number of B frames: 2+1 = 3
1203 GOP size must be a multiple of (B-frames + 1).
1216 at the start of the next GOP.
1594 Assigns the GOP open/close property.
2234 0 based frame number in GOP to begin playback from.
2340 B frames per GOP (for reverse play only)

123