| /linux/Documentation/devicetree/bindings/display/ |
| H A D | xylon,logicvc-display.yaml | 1 # SPDX-License-Identifier: (GPL-2.0 OR BSD-2-Clause) 4 --- 5 $id: http://devicetree.org/schemas/display/xylon,logicvc-display.yaml# 6 $schema: http://devicetree.org/meta-schemas/core.yaml# 11 - Paul Kocialkowski <paul.kocialkowski@bootlin.com> 16 with Xilinx Zynq-7000 SoCs and Xilinx FPGAs. 20 synthesis time. As a result, many of the device-tree bindings are meant to 24 Layers are declared in the "layers" sub-node and have dedicated configuration. 25 In version 3 of the controller, each layer has fixed memory offset and address 32 - xylon,logicvc-3.02.a-display [all …]
|
| /linux/drivers/gpu/drm/atmel-hlcdc/ |
| H A D | atmel_hlcdc_plane.c | 1 // SPDX-License-Identifier: GPL-2.0-only 6 * Author: Boris BREZILLON <boris.brezillon@free-electrons.com> 10 #include <linux/mfd/atmel-hlcdc.h> 24 * struct atmel_hlcdc_plane_state - Atmel HLCDC Plane state structure. 188 return -ENOTSUPP; in atmel_hlcdc_format_to_plane_mode() 263 factor = (256 * ((8 * (srcsize - 1)) - phidef)) / (dstsize - 1); in atmel_hlcdc_plane_phiscaler_get_factor() 264 max_memsize = ((factor * (dstsize - 1)) + (256 * phidef)) / 2048; in atmel_hlcdc_plane_phiscaler_get_factor() 266 if (max_memsize > srcsize - 1) in atmel_hlcdc_plane_phiscaler_get_factor() 267 factor--; in atmel_hlcdc_plane_phiscaler_get_factor() 280 atmel_hlcdc_layer_write_cfg(&plane->layer, cfg_offs + i, in atmel_hlcdc_plane_scaler_set_phicoeff() [all …]
|
| /linux/drivers/ata/ |
| H A D | pata_jmicron.c | 1 // SPDX-License-Identifier: GPL-2.0-only 3 * pata_jmicron.c - JMicron ATA driver for non AHCI mode. This drives the 31 * jmicron_pre_reset - check for 40/80 pin 38 * either as primary or secondary (or neither). We don't do any policy 44 struct ata_port *ap = link->ap; in jmicron_pre_reset() 45 struct pci_dev *pdev = to_pci_dev(ap->host->dev); in jmicron_pre_reset() 48 int port_mask = 1<< (4 * ap->port_no); in jmicron_pre_reset() 49 int port = ap->port_no; in jmicron_pre_reset() 55 return -ENOENT; in jmicron_pre_reset() 69 as the internal primary channel */ in jmicron_pre_reset() [all …]
|
| H A D | pata_mpiix.c | 1 // SPDX-License-Identifier: GPL-2.0-only 3 * pata_mpiix.c - Intel MPIIX PATA for new ATA layer 4 * (C) 2005-2006 Red Hat Inc 15 * be IDE class PCI. This requires slightly non-standard probe logic compared 20 * PATA history into the clean libata layer. 51 struct ata_port *ap = link->ap; in mpiix_pre_reset() 52 struct pci_dev *pdev = to_pci_dev(ap->host->dev); in mpiix_pre_reset() 56 return -ENOENT; in mpiix_pre_reset() 62 * mpiix_set_piomode - set initial PIO mode data 67 * IORDY sample point (2-5 clocks), recovery (1-4 clocks) and whether [all …]
|
| H A D | pata_opti.c | 1 // SPDX-License-Identifier: GPL-2.0-only 3 * pata_opti.c - ATI PATA for new ATA layer 9 * Copyright (C) 1996-1998 Linus Torvalds & authors (see below) 47 * opti_pre_reset - probe begin 56 struct ata_port *ap = link->ap; in opti_pre_reset() 57 struct pci_dev *pdev = to_pci_dev(ap->host->dev); in opti_pre_reset() 63 if (!pci_test_config_bits(pdev, &opti_enable_bits[ap->port_no])) in opti_pre_reset() 64 return -ENOENT; in opti_pre_reset() 70 * opti_write_reg - control register setup 83 void __iomem *regio = ap->ioaddr.cmd_addr; in opti_write_reg() [all …]
|
| /linux/drivers/gpu/drm/fsl-dcu/ |
| H A D | fsl_dcu_drm_plane.c | 1 // SPDX-License-Identifier: GPL-2.0-or-later 26 struct fsl_dcu_drm_device *fsl_dev = plane->dev->dev_private; in fsl_dcu_drm_plane_index() 27 unsigned int total_layer = fsl_dev->soc->total_layer; in fsl_dcu_drm_plane_index() 32 return total_layer - index - 1; in fsl_dcu_drm_plane_index() 34 dev_err(fsl_dev->dev, "No more layer left\n"); in fsl_dcu_drm_plane_index() 35 return -EINVAL; in fsl_dcu_drm_plane_index() 43 struct drm_framebuffer *fb = new_plane_state->fb; in fsl_dcu_drm_plane_atomic_check() 45 if (!new_plane_state->fb || !new_plane_state->crtc) in fsl_dcu_drm_plane_atomic_check() 48 switch (fb->format->format) { in fsl_dcu_drm_plane_atomic_check() 60 return -EINVAL; in fsl_dcu_drm_plane_atomic_check() [all …]
|
| /linux/drivers/gpu/drm/logicvc/ |
| H A D | logicvc_of.c | 1 // SPDX-License-Identifier: GPL-2.0+ 3 * Copyright (C) 2019-2022 Bootlin 14 { "lvds-4bits", LOGICVC_DISPLAY_INTERFACE_LVDS_4BITS }, 15 { "lvds-3bits", LOGICVC_DISPLAY_INTERFACE_LVDS_3BITS }, 33 { "layer", LOGICVC_LAYER_ALPHA_LAYER }, 40 .name = "xylon,display-interface", 48 .name = "xylon,display-colorspace", 56 .name = "xylon,display-depth", 60 .name = "xylon,row-stride", 67 .name = "xylon,background-layer", [all …]
|
| H A D | logicvc_layer.h | 1 /* SPDX-License-Identifier: GPL-2.0+ */ 3 * Copyright (C) 2019-2022 Bootlin 32 bool primary; member 53 struct logicvc_layer *layer,
|
| H A D | logicvc_mode.c | 1 // SPDX-License-Identifier: GPL-2.0+ 3 * Copyright (C) 2019-2022 Bootlin 33 struct drm_device *drm_dev = &logicvc->drm_dev; in logicvc_mode_init() 34 struct drm_mode_config *mode_config = &drm_dev->mode_config; in logicvc_mode_init() 39 ret = drm_vblank_init(drm_dev, mode_config->num_crtc); in logicvc_mode_init() 47 drm_err(drm_dev, "Failed to get primary layer\n"); in logicvc_mode_init() 48 return -EINVAL; in logicvc_mode_init() 51 preferred_depth = layer_primary->formats->depth; in logicvc_mode_init() 54 if (layer_primary->formats->alpha) in logicvc_mode_init() 57 mode_config->min_width = 64; in logicvc_mode_init() [all …]
|
| /linux/drivers/gpu/drm/tidss/ |
| H A D | tidss_crtc.c | 1 // SPDX-License-Identifier: GPL-2.0 3 * Copyright (C) 2018 Texas Instruments Incorporated - https://www.ti.com/ 24 struct drm_device *ddev = tcrtc->crtc.dev; in tidss_crtc_finish_page_flip() 30 spin_lock_irqsave(&ddev->event_lock, flags); in tidss_crtc_finish_page_flip() 38 busy = dispc_vp_go_busy(tidss->dispc, tcrtc->hw_videoport); in tidss_crtc_finish_page_flip() 40 spin_unlock_irqrestore(&ddev->event_lock, flags); in tidss_crtc_finish_page_flip() 44 event = tcrtc->event; in tidss_crtc_finish_page_flip() 45 tcrtc->event = NULL; in tidss_crtc_finish_page_flip() 48 spin_unlock_irqrestore(&ddev->event_lock, flags); in tidss_crtc_finish_page_flip() 52 drm_crtc_send_vblank_event(&tcrtc->crtc, event); in tidss_crtc_finish_page_flip() [all …]
|
| /linux/drivers/gpu/drm/sun4i/ |
| H A D | sun4i_layer.c | 1 // SPDX-License-Identifier: GPL-2.0-or-later 6 * Maxime Ripard <maxime.ripard@free-electrons.com> 23 if (plane->state) { in sun4i_backend_layer_reset() 24 state = state_to_sun4i_layer_state(plane->state); in sun4i_backend_layer_reset() 26 __drm_atomic_helper_plane_destroy_state(&state->state); in sun4i_backend_layer_reset() 29 plane->state = NULL; in sun4i_backend_layer_reset() 34 __drm_atomic_helper_plane_reset(plane, &state->state); in sun4i_backend_layer_reset() 40 struct sun4i_layer_state *orig = state_to_sun4i_layer_state(plane->state); in sun4i_backend_layer_duplicate_state() 47 __drm_atomic_helper_plane_duplicate_state(plane, ©->state); in sun4i_backend_layer_duplicate_state() 48 copy->uses_frontend = orig->uses_frontend; in sun4i_backend_layer_duplicate_state() [all …]
|
| /linux/drivers/gpu/drm/arm/ |
| H A D | malidp_crtc.c | 1 // SPDX-License-Identifier: GPL-2.0-only 29 struct malidp_hw_device *hwdev = malidp->dev; in malidp_crtc_mode_valid() 35 long rate, req_rate = mode->crtc_clock * 1000; in malidp_crtc_mode_valid() 38 rate = clk_round_rate(hwdev->pxlclk, req_rate); in malidp_crtc_mode_valid() 53 struct malidp_hw_device *hwdev = malidp->dev; in malidp_crtc_atomic_enable() 55 int err = pm_runtime_get_sync(crtc->dev->dev); in malidp_crtc_atomic_enable() 62 drm_display_mode_to_videomode(&crtc->state->adjusted_mode, &vm); in malidp_crtc_atomic_enable() 63 clk_prepare_enable(hwdev->pxlclk); in malidp_crtc_atomic_enable() 66 clk_set_rate(hwdev->pxlclk, crtc->state->adjusted_mode.crtc_clock * 1000); in malidp_crtc_atomic_enable() 68 hwdev->hw->modeset(hwdev, &vm); in malidp_crtc_atomic_enable() [all …]
|
| /linux/include/uapi/linux/ |
| H A D | sctp.h | 1 /* SPDX-License-Identifier: GPL-2.0+ WITH Linux-syscall-note */ 4 * Copyright (c) 1999-2000 Cisco, Inc. 5 * Copyright (c) 1999-2001 Motorola, Inc. 31 * lksctp developers <linux-sctp@vger.kernel.org> 44 * Ryan Layer <rmlayer@us.ibm.com> 47 * Inaky Perez-Gonzalez <inaky.gonzalez@intel.com> 67 * SCTP <draft-ietf-tsvwg-sctpsocket-07.txt>. 116 /* Options 104-106 are deprecated and removed. Do not use this space */ 146 /* PR-SCTP policies */ 154 #define __SCTP_PR_INDEX(x) ((x >> 4) - 1) [all …]
|
| /linux/Documentation/firmware-guide/acpi/apei/ |
| H A D | output_format.rst | 1 .. SPDX-License-Identifier: GPL-2.0 24 [primary][, containment warning][, reset][, threshold exceeded]\ 55 [cache error][, TLB error][, bus error][, micro-architectural error] 81 unknown | no error | single-bit ECC | multi-bit ECC | \ 82 single-symbol chipkill ECC | multi-symbol chipkill ECC | master abort | \ 101 aer_layer=<aer layer string>, aer_agent=<aer agent string> 106 downstream switch port | PCIe to PCI/PCI-X bridge | \ 107 PCI/PCI-X to PCIe bridge | root complex integrated endpoint device | \ 121 Replay Timer Timeout | Advisory Non-Fatal 124 <aer layer string> := [all …]
|
| /linux/drivers/gpu/drm/arm/display/komeda/ |
| H A D | komeda_plane.c | 1 // SPDX-License-Identifier: GPL-2.0 20 struct komeda_plane *kplane = to_kplane(st->plane); in komeda_plane_init_data_flow() 21 struct drm_framebuffer *fb = st->fb; in komeda_plane_init_data_flow() 22 const struct komeda_format_caps *caps = to_kfb(fb)->format_caps; in komeda_plane_init_data_flow() 23 struct komeda_pipeline *pipe = kplane->layer->base.pipeline; in komeda_plane_init_data_flow() 27 dflow->blending_zorder = st->normalized_zpos; in komeda_plane_init_data_flow() 28 if (pipe == to_kcrtc(st->crtc)->master) in komeda_plane_init_data_flow() 29 dflow->blending_zorder -= kcrtc_st->max_slave_zorder; in komeda_plane_init_data_flow() 30 if (dflow->blending_zorder < 0) { in komeda_plane_init_data_flow() 32 st->plane->name, st->normalized_zpos, in komeda_plane_init_data_flow() [all …]
|
| /linux/Documentation/arch/s390/ |
| H A D | cds.rst | 9 - Ingo Adlung 10 - Cornelia Huck 12 Copyright, IBM Corp. 1999-2002 21 processing, shared versus non-shared interrupt processing, DMA versus port 30 Operation manual (IBM Form. No. SA22-7201). 33 functional layer was introduced that provides generic I/O access methods to 36 The common device support layer comprises the I/O support routines defined 42 described in Documentation/arch/s390/driver-model.rst. 49 * All drivers must define a ccw_driver (see driver-model.txt) and the associated 56 * The channel device layer is gone. [all …]
|
| /linux/drivers/parisc/ |
| H A D | pdc_stable.c | 1 // SPDX-License-Identifier: GPL-2.0-only 5 * Copyright (C) 2005-2006 Thibaut VARENE <varenet@parisc-linux.org> 14 * all) PA-RISC machines should have them. Anyway, for safety reasons, the 18 * One last word: there's one path we can always count on: the primary path. 19 * Anything above 224 bytes is used for 'osdep2' OS-dependent storage area. 21 * The first OS-dependent area should always be available. Obviously, this is 24 * NOTE: We do not handle the 2 bytes OS-dep area at 0x5D, nor the first 26 * sacrificed: -ETOOLAZY :P 29 * - write: root only 30 * - read: (reading triggers PDC calls) ? root only : everyone [all …]
|
| /linux/include/net/sctp/ |
| H A D | command.h | 1 /* SPDX-License-Identifier: GPL-2.0-or-later */ 4 * Copyright (C) 1999-2001 Cisco, Motorola 12 * lksctp developers <linux-sctp@vger.kernel.org> 39 SCTP_CMD_CHUNK_ULP, /* Send a chunk to the sockets layer. */ 40 SCTP_CMD_EVENT_ULP, /* Send a notification to the sockets layer. */ 55 SCTP_CMD_COOKIEECHO_RESTART, /* High level, do cookie-echo timer work. */ 73 SCTP_CMD_SETUP_T2, /* Hi-level, setup T2-shutdown parms. */ 82 SCTP_CMD_DEL_NON_PRIMARY, /* Removes non-primary peer transports. */ 83 SCTP_CMD_T3_RTX_TIMERS_STOP, /* Stops T3-rtx pending timers */ 84 SCTP_CMD_FORCE_PRIM_RETRAN, /* Forces retrans. over primary path. */ [all …]
|
| /linux/include/uapi/linux/dvb/ |
| H A D | frontend.h | 1 /* SPDX-License-Identifier: LGPL-2.1+ WITH Linux-syscall-note */ 18 * enum fe_caps - Frontend capabilities 23 * @FE_CAN_INVERSION_AUTO: Can auto-detect frequency spectral 33 * @FE_CAN_FEC_AUTO: Can auto-detect FEC 35 * @FE_CAN_QAM_16: Supports 16-QAM modulation 36 * @FE_CAN_QAM_32: Supports 32-QAM modulation 37 * @FE_CAN_QAM_64: Supports 64-QAM modulation 38 * @FE_CAN_QAM_128: Supports 128-QAM modulation 39 * @FE_CAN_QAM_256: Supports 256-QAM modulation 40 * @FE_CAN_QAM_AUTO: Can auto-detect QAM modulation [all …]
|
| /linux/drivers/gpu/drm/msm/disp/dpu1/ |
| H A D | dpu_rm.c | 1 // SPDX-License-Identifier: GPL-2.0-only 3 * Copyright (c) 2016-2018, The Linux Foundation. All rights reserved. 4 * Copyright (c) 2023-2024 Qualcomm Innovation Center, Inc. All rights reserved. 31 * dpu_rm_init - Read hardware catalog and create reservation tracking objects 38 * @return: 0 on Success otherwise -ERROR 50 return -EINVAL; in dpu_rm_init() 56 rm->has_legacy_ctls = (cat->mdss_ver->core_major_ver < 5); in dpu_rm_init() 59 for (i = 0; i < cat->mixer_count; i++) { in dpu_rm_init() 61 const struct dpu_lm_cfg *lm = &cat->mixer[i]; in dpu_rm_init() 63 hw = dpu_hw_lm_init(dev, lm, mmio, cat->mdss_ver); in dpu_rm_init() [all …]
|
| /linux/Documentation/filesystems/fuse/ |
| H A D | fuse-passthrough.rst | 1 .. SPDX-License-Identifier: GPL-2.0 55 discussed and worked on. The primary reasons for this restriction are detailed 59 ---------------------------------- 64 associated with a kernel-internal ``struct fuse_backing`` object, which holds a 89 denial-of-service (DoS) by exhausting system-wide file resources. 99 -------------------------------------- 107 lower layer that is a FUSE filesystem. 115 filesystem stacking depth (``sb->s_stack_depth`` and ``fc->max_stack_depth``). 121 The ``CAP_SYS_ADMIN`` requirement provides an additional layer of security, 126 ------------------------ [all …]
|
| /linux/Documentation/fb/ |
| H A D | viafb.rst | 6 -------- 15 --------------- 34 ---------------------- 47 - 640x480 (default) 48 - 720x480 49 - 800x600 50 - 1024x768 53 - 8, 16, 32 (default:32) 56 - 60, 75, 85, 100, 120 (default:60) 59 - 0 : expansion (default) [all …]
|
| /linux/Documentation/block/ |
| H A D | pr.rst | 2 Block layer support for Persistent Reservations 12 For a more detailed reference please refer to the SCSI Primary 23 -------------------------------------------------- 25 - PR_WRITE_EXCLUSIVE 29 - PR_EXCLUSIVE_ACCESS 33 - PR_WRITE_EXCLUSIVE_REG_ONLY 37 - PR_EXCLUSIVE_ACCESS_REG_ONLY 40 - PR_WRITE_EXCLUSIVE_ALL_REGS 49 - PR_EXCLUSIVE_ACCESS_ALL_REGS 58 ---------------------------------- [all …]
|
| /linux/Documentation/filesystems/ |
| H A D | inotify.rst | 1 .. SPDX-License-Identifier: GPL-2.0 4 Inotify - A Powerful yet Simple File Change Notification System 13 - Deleted obsoleted interface, just refer to manpages for user interface. 23 This solves the primary problem with dnotify: keeping the file open pins 29 What is the design decision behind using an-fd-per-instance as opposed to 30 an fd-per-watch? 33 An fd-per-watch quickly consumes more file descriptors than are allowed, 35 select()-able. Yes, root can bump the per-process fd limit and yes, users 38 spaces is thus sensible. The current design is what user-space developers 41 thousand times is silly. If we can implement user-space's preferences [all …]
|
| /linux/arch/parisc/include/asm/ |
| H A D | pci.h | 1 /* SPDX-License-Identifier: GPL-2.0 */ 11 ** (workstations 1-~4, servers 2-~32) 25 * accessing the PCI bus once #RESET is de-asserted. 26 * PCI spec somewhere says 1 second but with multi-PCI bus systems, 40 ** Data needed by pcibios layer belongs here. 45 struct pci_bus *hba_bus; /* primary PCI bus below HBA */ 58 unsigned long lmmio_space_offset; /* CPU view - PCI view */ 60 /* REVISIT - spinlock to protect resources? */ 80 #define PCI_PORT_ADDR(a) ((a) & (HBA_PORT_SPACE_SIZE - 1)) 99 ** force in-flight write transaction(s) out to the targeted device [all …]
|