Skip to content

Commit 9f68e36

Browse files
committed
Merge tag 'drm-next-2020-01-30' of git://anongit.freedesktop.org/drm/drm
Pull drm updates from Davbe Airlie: "This is the main pull request for graphics for 5.6. Usual selection of changes all over. I've got one outstanding vmwgfx pull that touches mm so kept it separate until after all of this lands. I'll try and get it to you soon after this, but it might be early next week (nothing wrong with code, just my schedule is messy) This also hits a lot of fbdev drivers with some cleanups. Other notables: - vulkan timeline semaphore support added to syncobjs - nouveau turing secureboot/graphics support - Displayport MST display stream compression support Detailed summary: uapi: - dma-buf heaps added (and fixed) - command line add support for panel oreientation - command line allow overriding penguin count drm: - mipi dsi definition updates - lockdep annotations for dma_resv - remove dma-buf kmap/kunmap support - constify fb_ops in all fbdev drivers - MST fix for daisy chained hotplug- - CTA-861-G modes with VIC >= 193 added - fix drm_panel_of_backlight export - LVDS decoder support - more device based logging support - scanline alighment for dumb buffers - MST DSC helpers scheduler: - documentation fixes - job distribution improvements panel: - Logic PD type 28 panel support - Jimax8729d MIPI-DSI - igenic JZ4770 - generic DSI devicetree bindings - sony acx424AKP panel - Leadtek LTK500HD1829 - xinpeng XPP055C272 - AUO B116XAK01 - GiantPlus GPM940B0 - BOE NV140FHM-N49 - Satoz SAT050AT40H12R2 - Sharp LS020B1DD01D panels. ttm: - use blocking WW lock i915: - hw/uapi state separation - Lock annotation improvements - selftest improvements - ICL/TGL DSI VDSC support - VBT parsing improvments - Display refactoring - DSI updates + fixes - HDCP 2.2 for CFL - CML PCI ID fixes - GLK+ fbc fix - PSR fixes - GEN/GT refactor improvments - DP MST fixes - switch context id alloc to xarray - workaround updates - LMEM debugfs support - tiled monitor fixes - ICL+ clock gating programming removed - DP MST disable sequence fixed - LMEM discontiguous object maps - prefaulting for discontiguous objects - use LMEM for dumb buffers if possible - add LMEM mmap support amdgpu: - enable sync object timelines for vulkan - MST atomic routines - enable MST DSC support - add DMCUB display microengine support - DC OEM i2c support - Renoir DC fixes - Initial HDCP 2.x support - BACO support for Arcturus - Use BACO for runtime PM power save - gfxoff on navi10 - gfx10 golden updates and fixes - DCN support on POWER - GFXOFF for raven1 refresh - MM engine idle handlers cleanup - 10bpc EDP panel fixes - renoir watermark fixes - SR-IOV fixes - Arcturus VCN fixes - GDDR6 training fixes - freesync fixes - Pollock support amdkfd: - unify more codepath with amdgpu - use KIQ to setup HIQ rather than MMIO radeon: - fix vma fault handler race - PPC DMA fix - register check fixes for r100/r200 nouveau: - mmap_sem vs dma_resv fix - rewrite the ACR secure boot code for Turing - TU10x graphics engine support (TU11x pending) - Page kind mapping for turing - 10-bit LUT support - GP10B Tegra fixes - HD audio regression fix hisilicon/hibmc: - use generic fbdev code and helpers rockchip: - dsi/px30 support virtio: - fb damage support - static some functions vc4: - use dma_resv lock wrappers msm: - use dma_resv lock wrappers - sc7180 display + DSI support - a618 support - UBWC support improvements vmwgfx: - updates + new logging uapi exynos: - enable/disable callback cleanups etnaviv: - use dma_resv lock wrappers atmel-hlcdc: - clock fixes mediatek: - cmdq support - non-smooth cursor fixes - ctm property support sun4i: - suspend support - A64 mipi dsi support rcar-du: - Color management module support - LVDS encoder dual-link support - R8A77980 support analogic: - add support for an6345 ast: - atomic modeset support - primary plane garbage fix arcgpu: - fixes for fourcc handling tegra: - minor fixes and improvments mcde: - vblank support meson: - OSD1 plane AFBC commit gma500: - add pageflip support - reomve global drm_dev komeda: - tweak debugfs output - d32 support - runtime PM suppotr udl: - use generic shmem helpers - cleanup and fixes" * tag 'drm-next-2020-01-30' of git://anongit.freedesktop.org/drm/drm: (1998 commits) drm/nouveau/fb/gp102-: allow module to load even when scrubber binary is missing drm/nouveau/acr: return error when registering LSF if ACR not supported drm/nouveau/disp/gv100-: not all channel types support reporting error codes drm/nouveau/disp/nv50-: prevent oops when no channel method map provided drm/nouveau: support synchronous pushbuf submission drm/nouveau: signal pending fences when channel has been killed drm/nouveau: reject attempts to submit to dead channels drm/nouveau: zero vma pointer even if we only unreference it rather than free drm/nouveau: Add HD-audio component notifier support drm/nouveau: fix build error without CONFIG_IOMMU_API drm/nouveau/kms/nv04: remove set but not used variable 'width' drm/nouveau/kms/nv50: remove set but not unused variable 'nv_connector' drm/nouveau/mmu: fix comptag memory leak drm/nouveau/gr/gp10b: Use gp100_grctx and gp100_gr_zbc drm/nouveau/pmu/gm20b,gp10b: Fix Falcon bootstrapping drm/exynos: Rename Exynos to lowercase drm/exynos: change callback names drm/mst: Don't do atomic checks over disabled managers drm/amdgpu: add the lost mutex_init back drm/amd/display: skip opp blank or unblank if test pattern enabled ...
2 parents 4cadc60 + d47c7f0 commit 9f68e36

File tree

1,683 files changed

+78187
-41318
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

1,683 files changed

+78187
-41318
lines changed
Lines changed: 291 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,291 @@
1+
# SPDX-License-Identifier: GPL-2.0
2+
%YAML 1.2
3+
---
4+
$id: http://devicetree.org/schemas/display/allwinner,sun4i-a10-display-backend.yaml#
5+
$schema: http://devicetree.org/meta-schemas/core.yaml#
6+
7+
title: Allwinner A10 Display Engine Backend Device Tree Bindings
8+
9+
maintainers:
10+
- Chen-Yu Tsai <[email protected]>
11+
- Maxime Ripard <[email protected]>
12+
13+
description: |
14+
The display engine backend exposes layers and sprites to the system.
15+
16+
properties:
17+
compatible:
18+
enum:
19+
- allwinner,sun4i-a10-display-backend
20+
- allwinner,sun5i-a13-display-backend
21+
- allwinner,sun6i-a31-display-backend
22+
- allwinner,sun7i-a20-display-backend
23+
- allwinner,sun8i-a23-display-backend
24+
- allwinner,sun8i-a33-display-backend
25+
- allwinner,sun9i-a80-display-backend
26+
27+
reg:
28+
minItems: 1
29+
maxItems: 2
30+
items:
31+
- description: Display Backend registers
32+
- description: SAT registers
33+
34+
reg-names:
35+
minItems: 1
36+
maxItems: 2
37+
items:
38+
- const: be
39+
- const: sat
40+
41+
interrupts:
42+
maxItems: 1
43+
44+
clocks:
45+
minItems: 3
46+
maxItems: 4
47+
items:
48+
- description: The backend interface clock
49+
- description: The backend module clock
50+
- description: The backend DRAM clock
51+
- description: The SAT clock
52+
53+
clock-names:
54+
minItems: 3
55+
maxItems: 4
56+
items:
57+
- const: ahb
58+
- const: mod
59+
- const: ram
60+
- const: sat
61+
62+
resets:
63+
minItems: 1
64+
maxItems: 2
65+
items:
66+
- description: The Backend reset line
67+
- description: The SAT reset line
68+
69+
reset-names:
70+
minItems: 1
71+
maxItems: 2
72+
items:
73+
- const: be
74+
- const: sat
75+
76+
# FIXME: This should be made required eventually once every SoC will
77+
# have the MBUS declared.
78+
interconnects:
79+
maxItems: 1
80+
81+
# FIXME: This should be made required eventually once every SoC will
82+
# have the MBUS declared.
83+
interconnect-names:
84+
const: dma-mem
85+
86+
ports:
87+
type: object
88+
description: |
89+
A ports node with endpoint definitions as defined in
90+
Documentation/devicetree/bindings/media/video-interfaces.txt.
91+
92+
properties:
93+
"#address-cells":
94+
const: 1
95+
96+
"#size-cells":
97+
const: 0
98+
99+
port@0:
100+
type: object
101+
description: |
102+
Input endpoints of the controller.
103+
104+
port@1:
105+
type: object
106+
description: |
107+
Output endpoints of the controller.
108+
109+
required:
110+
- "#address-cells"
111+
- "#size-cells"
112+
- port@0
113+
- port@1
114+
115+
additionalProperties: false
116+
117+
required:
118+
- compatible
119+
- reg
120+
- interrupts
121+
- clocks
122+
- clock-names
123+
- resets
124+
- ports
125+
126+
additionalProperties: false
127+
128+
if:
129+
properties:
130+
compatible:
131+
contains:
132+
const: allwinner,sun8i-a33-display-backend
133+
134+
then:
135+
properties:
136+
reg:
137+
minItems: 2
138+
139+
reg-names:
140+
minItems: 2
141+
142+
clocks:
143+
minItems: 4
144+
145+
clock-names:
146+
minItems: 4
147+
148+
resets:
149+
minItems: 2
150+
151+
reset-names:
152+
minItems: 2
153+
154+
required:
155+
- reg-names
156+
- reset-names
157+
158+
else:
159+
properties:
160+
reg:
161+
maxItems: 1
162+
163+
reg-names:
164+
maxItems: 1
165+
166+
clocks:
167+
maxItems: 3
168+
169+
clock-names:
170+
maxItems: 3
171+
172+
resets:
173+
maxItems: 1
174+
175+
reset-names:
176+
maxItems: 1
177+
178+
examples:
179+
- |
180+
/*
181+
* This comes from the clock/sun4i-a10-ccu.h and
182+
* reset/sun4i-a10-ccu.h headers, but we can't include them since
183+
* it would trigger a bunch of warnings for redefinitions of
184+
* symbols with the other example.
185+
*/
186+
187+
#define CLK_AHB_DE_BE0 42
188+
#define CLK_DRAM_DE_BE0 140
189+
#define CLK_DE_BE0 144
190+
#define RST_DE_BE0 5
191+
192+
display-backend@1e60000 {
193+
compatible = "allwinner,sun4i-a10-display-backend";
194+
reg = <0x01e60000 0x10000>;
195+
interrupts = <47>;
196+
clocks = <&ccu CLK_AHB_DE_BE0>, <&ccu CLK_DE_BE0>,
197+
<&ccu CLK_DRAM_DE_BE0>;
198+
clock-names = "ahb", "mod",
199+
"ram";
200+
resets = <&ccu RST_DE_BE0>;
201+
202+
ports {
203+
#address-cells = <1>;
204+
#size-cells = <0>;
205+
206+
port@0 {
207+
#address-cells = <1>;
208+
#size-cells = <0>;
209+
reg = <0>;
210+
211+
endpoint@0 {
212+
reg = <0>;
213+
remote-endpoint = <&fe0_out_be0>;
214+
};
215+
216+
endpoint@1 {
217+
reg = <1>;
218+
remote-endpoint = <&fe1_out_be0>;
219+
};
220+
};
221+
222+
port@1 {
223+
#address-cells = <1>;
224+
#size-cells = <0>;
225+
reg = <1>;
226+
227+
endpoint@0 {
228+
reg = <0>;
229+
remote-endpoint = <&tcon0_in_be0>;
230+
};
231+
232+
endpoint@1 {
233+
reg = <1>;
234+
remote-endpoint = <&tcon1_in_be0>;
235+
};
236+
};
237+
};
238+
};
239+
240+
- |
241+
#include <dt-bindings/interrupt-controller/arm-gic.h>
242+
243+
/*
244+
* This comes from the clock/sun8i-a23-a33-ccu.h and
245+
* reset/sun8i-a23-a33-ccu.h headers, but we can't include them
246+
* since it would trigger a bunch of warnings for redefinitions of
247+
* symbols with the other example.
248+
*/
249+
250+
#define CLK_BUS_DE_BE 40
251+
#define CLK_BUS_SAT 46
252+
#define CLK_DRAM_DE_BE 84
253+
#define CLK_DE_BE 85
254+
#define RST_BUS_DE_BE 21
255+
#define RST_BUS_SAT 27
256+
257+
display-backend@1e60000 {
258+
compatible = "allwinner,sun8i-a33-display-backend";
259+
reg = <0x01e60000 0x10000>, <0x01e80000 0x1000>;
260+
reg-names = "be", "sat";
261+
interrupts = <GIC_SPI 95 IRQ_TYPE_LEVEL_HIGH>;
262+
clocks = <&ccu CLK_BUS_DE_BE>, <&ccu CLK_DE_BE>,
263+
<&ccu CLK_DRAM_DE_BE>, <&ccu CLK_BUS_SAT>;
264+
clock-names = "ahb", "mod",
265+
"ram", "sat";
266+
resets = <&ccu RST_BUS_DE_BE>, <&ccu RST_BUS_SAT>;
267+
reset-names = "be", "sat";
268+
269+
ports {
270+
#address-cells = <1>;
271+
#size-cells = <0>;
272+
273+
port@0 {
274+
reg = <0>;
275+
276+
endpoint {
277+
remote-endpoint = <&fe0_out_be0>;
278+
};
279+
};
280+
281+
port@1 {
282+
reg = <1>;
283+
284+
endpoint {
285+
remote-endpoint = <&drc0_in_be0>;
286+
};
287+
};
288+
};
289+
};
290+
291+
...

0 commit comments

Comments
 (0)