Home
last modified time | relevance | path

Searched +full:malidp +full:- +full:arqos +full:- +full:value (Results 1 – 3 of 3) sorted by relevance

/linux/Documentation/devicetree/bindings/display/
H A Darm,malidp.yaml1 # SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause)
3 ---
4 $id: http://devicetree.org/schemas/display/arm,malidp.yaml#
5 $schema: http://devicetree.org/meta-schemas/core.yaml#
7 title: Arm Mali Display Processor (Mali-DP)
10 - Liviu Dudau <Liviu.Dudau@arm.com>
11 - Andre Przywara <andre.przywara@arm.com>
22 - arm,mali-dp500
23 - arm,mali-dp550
24 - arm,mali-dp650
[all …]
/linux/drivers/gpu/drm/arm/
H A Dmalidp_drv.c1 // SPDX-License-Identifier: GPL-2.0-only
56 hwdev->hw->map.coeffs_base + MALIDP_COEF_TABLE_ADDR); in malidp_write_gamma_table()
59 hwdev->hw->map.coeffs_base + in malidp_write_gamma_table()
66 struct malidp_drm *malidp = crtc_to_malidp_device(crtc); in malidp_atomic_commit_update_gamma() local
67 struct malidp_hw_device *hwdev = malidp->dev; in malidp_atomic_commit_update_gamma()
69 if (!crtc->state->color_mgmt_changed) in malidp_atomic_commit_update_gamma()
72 if (!crtc->state->gamma_lut) { in malidp_atomic_commit_update_gamma()
78 to_malidp_crtc_state(crtc->state); in malidp_atomic_commit_update_gamma()
80 if (!old_state->gamma_lut || (crtc->state->gamma_lut->base.id != in malidp_atomic_commit_update_gamma()
81 old_state->gamma_lut->base.id)) in malidp_atomic_commit_update_gamma()
[all …]
/linux/arch/arm64/boot/dts/freescale/
H A Dfsl-ls1028a.dtsi1 // SPDX-License-Identifier: (GPL-2.0+ OR MIT)
3 * Device Tree Include file for NXP Layerscape-1028A family SoC.
5 * Copyright 2018-2020 NXP
11 #include <dt-bindings/clock/fsl,qoriq-clockgen.h>
12 #include <dt-bindings/interrupt-controller/arm-gic.h>
13 #include <dt-bindings/thermal/thermal.h>
17 interrupt-parent = <&gic>;
18 #address-cells = <2>;
19 #size-cells = <2>;
22 #address-cells = <1>;
[all …]