Skip to content

Commit 3f1c07f

Browse files
author
Thomas Hellström
committed
Merge drm/drm-next into drm-xe-next-fixes
Backmerging to be able do to a clean PR. Signed-off-by: Thomas Hellström <thomas.hellstrom@linux.intel.com>
2 parents d72312d + 0692602 commit 3f1c07f

1,190 files changed

Lines changed: 30599 additions & 8426 deletions

File tree

Some content is hidden

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

.mailmap

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,7 @@ Alan Cox <alan@lxorguk.ukuu.org.uk>
2727
Alan Cox <root@hraefn.swansea.linux.org.uk>
2828
Aleksandar Markovic <aleksandar.markovic@mips.com> <aleksandar.markovic@imgtec.com>
2929
Aleksey Gorelov <aleksey_gorelov@phoenix.com>
30+
Alex Williamson <alex@shazbot.org> <alex.williamson@redhat.com>
3031
Alexander Lobakin <alobakin@pm.me> <alobakin@dlink.ru>
3132
Alexander Lobakin <alobakin@pm.me> <alobakin@marvell.com>
3233
Alexander Lobakin <alobakin@pm.me> <bloodyreaper@yandex.ru>
@@ -206,6 +207,7 @@ Danilo Krummrich <dakr@kernel.org> <dakr@redhat.com>
206207
David Brownell <david-b@pacbell.net>
207208
David Collins <quic_collinsd@quicinc.com> <collinsd@codeaurora.org>
208209
David Heidelberg <david@ixit.cz> <d.okias@gmail.com>
210+
David Hildenbrand <david@kernel.org> <david@redhat.com>
209211
David Rheinsberg <david@readahead.eu> <dh.herrmann@gmail.com>
210212
David Rheinsberg <david@readahead.eu> <dh.herrmann@googlemail.com>
211213
David Rheinsberg <david@readahead.eu> <david.rheinsberg@gmail.com>
@@ -426,7 +428,7 @@ Kenneth W Chen <kenneth.w.chen@intel.com>
426428
Kenneth Westfield <quic_kwestfie@quicinc.com> <kwestfie@codeaurora.org>
427429
Kiran Gunda <quic_kgunda@quicinc.com> <kgunda@codeaurora.org>
428430
Kirill Tkhai <tkhai@ya.ru> <ktkhai@virtuozzo.com>
429-
Kirill A. Shutemov <kas@kernel.org> <kirill.shutemov@linux.intel.com>
431+
Kiryl Shutsemau <kas@kernel.org> <kirill.shutemov@linux.intel.com>
430432
Kishon Vijay Abraham I <kishon@kernel.org> <kishon@ti.com>
431433
Konrad Dybcio <konradybcio@kernel.org> <konrad.dybcio@linaro.org>
432434
Konrad Dybcio <konradybcio@kernel.org> <konrad.dybcio@somainline.org>
@@ -605,7 +607,8 @@ Oleksij Rempel <o.rempel@pengutronix.de>
605607
Oleksij Rempel <o.rempel@pengutronix.de> <ore@pengutronix.de>
606608
Oliver Hartkopp <socketcan@hartkopp.net> <oliver.hartkopp@volkswagen.de>
607609
Oliver Hartkopp <socketcan@hartkopp.net> <oliver@hartkopp.net>
608-
Oliver Upton <oliver.upton@linux.dev> <oupton@google.com>
610+
Oliver Upton <oupton@kernel.org> <oupton@google.com>
611+
Oliver Upton <oupton@kernel.org> <oliver.upton@linux.dev>
609612
Ondřej Jirman <megi@xff.cz> <megous@megous.com>
610613
Oza Pawandeep <quic_poza@quicinc.com> <poza@codeaurora.org>
611614
Pali Rohár <pali@kernel.org> <pali.rohar@gmail.com>
@@ -644,6 +647,7 @@ Qais Yousef <qyousef@layalina.io> <qais.yousef@arm.com>
644647
Quentin Monnet <qmo@kernel.org> <quentin.monnet@netronome.com>
645648
Quentin Monnet <qmo@kernel.org> <quentin@isovalent.com>
646649
Quentin Perret <qperret@qperret.net> <quentin.perret@arm.com>
650+
Rae Moar <raemoar63@gmail.com> <rmoar@google.com>
647651
Rafael J. Wysocki <rjw@rjwysocki.net> <rjw@sisk.pl>
648652
Rajeev Nandan <quic_rajeevny@quicinc.com> <rajeevny@codeaurora.org>
649653
Rajendra Nayak <quic_rjendra@quicinc.com> <rnayak@codeaurora.org>

CREDITS

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2036,6 +2036,10 @@ S: Botanicka' 68a
20362036
S: 602 00 Brno
20372037
S: Czech Republic
20382038

2039+
N: Karsten Keil
2040+
E: isdn@linux-pingi.de
2041+
D: ISDN subsystem maintainer
2042+
20392043
N: Jakob Kemi
20402044
E: jakob.kemi@telia.com
20412045
D: V4L W9966 Webcam driver

Documentation/devicetree/bindings/display/bridge/ite,it66121.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@ properties:
1919
compatible:
2020
enum:
2121
- ite,it66121
22+
- ite,it66122
2223
- ite,it6610
2324

2425
reg:

Documentation/devicetree/bindings/display/bridge/simple-bridge.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,9 @@ properties:
2727
- const: adi,adv7123
2828
- enum:
2929
- adi,adv7123
30+
- asl-tek,cs5263
3031
- dumb-vga-dac
32+
- parade,ps185hdm
3133
- radxa,ra620
3234
- realtek,rtd2171
3335
- ti,opa362

Documentation/devicetree/bindings/display/msm/dp-controller.yaml

Lines changed: 16 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@ properties:
1818
compatible:
1919
oneOf:
2020
- enum:
21+
- qcom,glymur-dp
2122
- qcom,sa8775p-dp
2223
- qcom,sc7180-dp
2324
- qcom,sc7280-dp
@@ -31,6 +32,11 @@ properties:
3132
- qcom,sm8650-dp
3233
- qcom,x1e80100-dp
3334

35+
- items:
36+
- enum:
37+
- qcom,qcs8300-dp
38+
- const: qcom,sa8775p-dp
39+
3440
- items:
3541
- enum:
3642
- qcom,sm6350-dp
@@ -53,6 +59,12 @@ properties:
5359
- qcom,sm8550-dp
5460
- const: qcom,sm8350-dp
5561

62+
- items:
63+
- enum:
64+
- qcom,sm6150-dp
65+
- const: qcom,sm8150-dp
66+
- const: qcom,sm8350-dp
67+
5668
- items:
5769
- enum:
5870
- qcom,sm8750-dp
@@ -195,9 +207,11 @@ allOf:
195207
compatible:
196208
contains:
197209
enum:
210+
- qcom,glymur-dp
198211
- qcom,sa8775p-dp
199212
- qcom,x1e80100-dp
200213
then:
214+
$ref: /schemas/sound/dai-common.yaml#
201215
oneOf:
202216
- required:
203217
- aux-bus
@@ -239,6 +253,7 @@ allOf:
239253
enum:
240254
# these platforms support 2 streams MST on some interfaces,
241255
# others are SST only
256+
- qcom,glymur-dp
242257
- qcom,sc8280xp-dp
243258
- qcom,x1e80100-dp
244259
then:
@@ -295,7 +310,7 @@ allOf:
295310
minItems: 6
296311
maxItems: 8
297312

298-
additionalProperties: false
313+
unevaluatedProperties: false
299314

300315
examples:
301316
- |

Documentation/devicetree/bindings/display/msm/gmu.yaml

Lines changed: 59 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ properties:
2121
compatible:
2222
oneOf:
2323
- items:
24-
- pattern: '^qcom,adreno-gmu-[67][0-9][0-9]\.[0-9]$'
24+
- pattern: '^qcom,adreno-gmu-[6-8][0-9][0-9]\.[0-9]$'
2525
- const: qcom,adreno-gmu
2626
- items:
2727
- pattern: '^qcom,adreno-gmu-x[1-9][0-9][0-9]\.[0-9]$'
@@ -299,6 +299,64 @@ allOf:
299299
required:
300300
- qcom,qmp
301301

302+
- if:
303+
properties:
304+
compatible:
305+
contains:
306+
const: qcom,adreno-gmu-840.1
307+
then:
308+
properties:
309+
reg:
310+
items:
311+
- description: Core GMU registers
312+
reg-names:
313+
items:
314+
- const: gmu
315+
clocks:
316+
items:
317+
- description: GPU AHB clock
318+
- description: GMU clock
319+
- description: GPU CX clock
320+
- description: GPU MEMNOC clock
321+
- description: GMU HUB clock
322+
clock-names:
323+
items:
324+
- const: ahb
325+
- const: gmu
326+
- const: cxo
327+
- const: memnoc
328+
- const: hub
329+
330+
- if:
331+
properties:
332+
compatible:
333+
contains:
334+
const: qcom,adreno-gmu-x285.1
335+
then:
336+
properties:
337+
reg:
338+
items:
339+
- description: Core GMU registers
340+
reg-names:
341+
items:
342+
- const: gmu
343+
clocks:
344+
items:
345+
- description: GPU AHB clock
346+
- description: GMU clock
347+
- description: GPU CX clock
348+
- description: GPU MEMNOC clock
349+
- description: GMU HUB clock
350+
- description: GMU RSCC HUB clock
351+
clock-names:
352+
items:
353+
- const: ahb
354+
- const: gmu
355+
- const: cxo
356+
- const: memnoc
357+
- const: hub
358+
- const: rscc
359+
302360
- if:
303361
properties:
304362
compatible:

0 commit comments

Comments
 (0)