Searched +full:logicvc +full:- +full:3 (Results 1 – 6 of 6) sorted by relevance
| /linux/drivers/gpu/drm/logicvc/ |
| H A D | logicvc_drm.c | 1 // SPDX-License-Identifier: GPL-2.0+ 3 * Copyright (C) 2019-2022 Bootlin 40 struct logicvc_drm *logicvc = logicvc_drm(drm_dev); in logicvc_drm_gem_dma_dumb_create() local 43 args->pitch = logicvc->config.row_stride * DIV_ROUND_UP(args->bpp, 8); in logicvc_drm_gem_dma_dumb_create() 53 .name = "logicvc-drm", 54 .desc = "Xylon LogiCVC DRM driver", 66 .name = "logicvc-drm", 71 struct logicvc_drm *logicvc = data; in logicvc_drm_irq_handler() local 76 regmap_read(logicvc->regmap, LOGICVC_INT_STAT_REG, &stat); in logicvc_drm_irq_handler() 79 regmap_write(logicvc->regmap, LOGICVC_INT_STAT_REG, stat); in logicvc_drm_irq_handler() [all …]
|
| H A D | logicvc_layer.c | 1 // SPDX-License-Identifier: GPL-2.0+ 3 * Copyright (C) 2019-2022 Bootlin 42 * This allows us to stay compatible with the LogiCVC bistream definitions. 86 struct drm_device *drm_dev = drm_plane->dev; in logicvc_plane_atomic_check() 88 struct logicvc_drm *logicvc = logicvc_drm(drm_dev); in logicvc_plane_atomic_check() local 96 if (!new_state->crtc) in logicvc_plane_atomic_check() 99 crtc_state = drm_atomic_get_new_crtc_state(new_state->state, in logicvc_plane_atomic_check() 100 new_state->crt in logicvc_plane_atomic_check() 141 struct logicvc_drm *logicvc = logicvc_drm(drm_plane->dev); logicvc_plane_atomic_update() local 238 struct logicvc_drm *logicvc = logicvc_drm(drm_plane->dev); logicvc_plane_atomic_disable() local 259 logicvc_layer_buffer_find_setup(struct logicvc_drm * logicvc,struct logicvc_layer * layer,struct drm_plane_state * state,struct logicvc_layer_buffer_setup * setup) logicvc_layer_buffer_find_setup() argument 382 logicvc_layer_config_parse(struct logicvc_drm * logicvc,struct logicvc_layer * layer) logicvc_layer_config_parse() argument 432 logicvc_layer_get_from_index(struct logicvc_drm * logicvc,u32 index) logicvc_layer_get_from_index() argument 444 logicvc_layer_get_from_type(struct logicvc_drm * logicvc,enum drm_plane_type type) logicvc_layer_get_from_type() argument 456 logicvc_layer_get_primary(struct logicvc_drm * logicvc) logicvc_layer_get_primary() argument 461 logicvc_layer_init(struct logicvc_drm * logicvc,struct device_node * of_node,u32 index) logicvc_layer_init() argument 557 logicvc_layer_fini(struct logicvc_drm * logicvc,struct logicvc_layer * layer) logicvc_layer_fini() argument 566 logicvc_layers_attach_crtc(struct logicvc_drm * logicvc) logicvc_layers_attach_crtc() argument 579 logicvc_layers_init(struct logicvc_drm * logicvc) logicvc_layers_init() argument [all...] |
| /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# 8 title: Xylon LogiCVC display controller 11 - Paul Kocialkowski <paul.kocialkowski@bootlin.com> 14 The Xylon LogiCVC is a display controller that supports multiple layers. 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. [all …]
|
| /linux/drivers/gpu/drm/ |
| H A D | Makefile | 1 # SPDX-License-Identifier: GPL-2.0 6 CFLAGS-$(CONFIG_DRM_USE_DYNAMIC_DEBUG) += -DDYNAMIC_DEBUG_MODULE 9 # --- begin copy-paste W=1 warnings from scripts/Makefile.warn 10 subdir-ccflags-y += -Wextra -Wunused -Wno-unused-parameter 11 subdir-ccflags-y += $(call cc-option, -Wrestrict) 12 subdir-ccflags-y += -Wmissing-format-attribute 13 subdir-ccflags-y += -Wold-style-definition 14 subdir-ccflags-y += -Wmissing-include-dirs 15 subdir-ccflags-y += $(call cc-option, -Wunused-but-set-variable) 16 subdir-ccflags-y += $(call cc-option, -Wunused-const-variable) [all …]
|
| /linux/drivers/gpio/ |
| H A D | Kconfig | 1 # SPDX-License-Identifier: GPL-2.0-only 60 non-sleeping contexts. They can make bitbanged serial protocols 81 numberspace-based functionalities of the sysfs interface. 137 Enables support for the idio-16 library functions. The idio-16 library 139 ACCES IDIO-16 family such as the 104-IDI [all...] |
| /linux/ |
| H A D | MAINTAINERS | 5 --------------------------------------------------- 21 W: *Web-page* with status/info 23 B: URI for where to file *bugs*. A web-page with detailed bug 28 patches to the given subsystem. This is either an in-tree file, 29 or a URI. See Documentation/maintainer/maintainer-entry-profile.rst 46 N: [^a-z]tegra all files whose path contains tegra 64 ---------------- 70 3C59X NETWORK DRIVER 74 F: Documentation/networking/device_drivers/ethernet/3com/vortex.rst 75 F: drivers/net/ethernet/3com/3c59x.c [all …]
|