Commit 5770495
committed
Merge tag 'exynos-drm-next-for-v6.18' of git://git.kernel.org/pub/scm/linux/kernel/git/daeinki/drm-exynos into drm-next
New feature
- Add glue layer support for Exynos7870 DSIM in Exynos DSI driver
. Introduces Exynos7870 DSIM bridge integration at Exynos DRM DSI layer.
Bug fixups for exynos7_drm_decon.c module
- Remove redundant ctx->suspended state handling
. Cleans up unused state check logic as call flow is now correctly managed.
. Fixes an issue where decon_commit() was blocked from decon_atomic_enable() due to incorrect state setting.
Signed-off-by: Dave Airlie <airlied@redhat.com>
From: Inki Dae <inki.dae@samsung.com>
Link: https://lore.kernel.org/r/20250915113543.51294-1-inki.dae@samsung.com3 files changed
Lines changed: 30 additions & 36 deletions
File tree
- Documentation/devicetree/bindings/display/samsung
- drivers/gpu/drm/exynos
Lines changed: 21 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
80 | 80 | | |
81 | 81 | | |
82 | 82 | | |
| 83 | + | |
| 84 | + | |
| 85 | + | |
| 86 | + | |
| 87 | + | |
| 88 | + | |
| 89 | + | |
| 90 | + | |
| 91 | + | |
| 92 | + | |
| 93 | + | |
| 94 | + | |
| 95 | + | |
| 96 | + | |
| 97 | + | |
83 | 98 | | |
84 | 99 | | |
85 | 100 | | |
| |||
92 | 107 | | |
93 | 108 | | |
94 | 109 | | |
| 110 | + | |
95 | 111 | | |
96 | 112 | | |
97 | 113 | | |
| |||
118 | 134 | | |
119 | 135 | | |
120 | 136 | | |
| 137 | + | |
| 138 | + | |
| 139 | + | |
| 140 | + | |
| 141 | + | |
121 | 142 | | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
69 | 69 | | |
70 | 70 | | |
71 | 71 | | |
72 | | - | |
73 | 72 | | |
74 | 73 | | |
75 | 74 | | |
| |||
132 | 131 | | |
133 | 132 | | |
134 | 133 | | |
135 | | - | |
136 | | - | |
137 | | - | |
138 | 134 | | |
139 | 135 | | |
140 | 136 | | |
| |||
210 | 206 | | |
211 | 207 | | |
212 | 208 | | |
213 | | - | |
214 | | - | |
215 | | - | |
216 | 209 | | |
217 | 210 | | |
218 | 211 | | |
| |||
274 | 267 | | |
275 | 268 | | |
276 | 269 | | |
277 | | - | |
278 | | - | |
279 | | - | |
280 | 270 | | |
281 | 271 | | |
282 | 272 | | |
| |||
299 | 289 | | |
300 | 290 | | |
301 | 291 | | |
302 | | - | |
303 | | - | |
304 | | - | |
305 | 292 | | |
306 | 293 | | |
307 | 294 | | |
| |||
404 | 391 | | |
405 | 392 | | |
406 | 393 | | |
407 | | - | |
408 | | - | |
409 | | - | |
410 | 394 | | |
411 | 395 | | |
412 | 396 | | |
| |||
427 | 411 | | |
428 | 412 | | |
429 | 413 | | |
430 | | - | |
431 | | - | |
432 | | - | |
433 | 414 | | |
434 | 415 | | |
435 | 416 | | |
| |||
517 | 498 | | |
518 | 499 | | |
519 | 500 | | |
520 | | - | |
521 | | - | |
522 | | - | |
523 | 501 | | |
524 | 502 | | |
525 | 503 | | |
| |||
538 | 516 | | |
539 | 517 | | |
540 | 518 | | |
541 | | - | |
542 | | - | |
543 | | - | |
544 | 519 | | |
545 | 520 | | |
546 | 521 | | |
| |||
568 | 543 | | |
569 | 544 | | |
570 | 545 | | |
571 | | - | |
572 | | - | |
573 | | - | |
574 | 546 | | |
575 | 547 | | |
576 | 548 | | |
| |||
584 | 556 | | |
585 | 557 | | |
586 | 558 | | |
587 | | - | |
588 | | - | |
589 | 559 | | |
590 | 560 | | |
591 | 561 | | |
592 | 562 | | |
593 | 563 | | |
594 | 564 | | |
595 | 565 | | |
596 | | - | |
597 | | - | |
598 | | - | |
599 | 566 | | |
600 | 567 | | |
601 | 568 | | |
| |||
605 | 572 | | |
606 | 573 | | |
607 | 574 | | |
608 | | - | |
609 | | - | |
610 | 575 | | |
611 | 576 | | |
612 | 577 | | |
| |||
727 | 692 | | |
728 | 693 | | |
729 | 694 | | |
730 | | - | |
731 | 695 | | |
732 | 696 | | |
733 | 697 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
154 | 154 | | |
155 | 155 | | |
156 | 156 | | |
| 157 | + | |
| 158 | + | |
| 159 | + | |
| 160 | + | |
| 161 | + | |
157 | 162 | | |
158 | 163 | | |
159 | 164 | | |
| |||
175 | 180 | | |
176 | 181 | | |
177 | 182 | | |
| 183 | + | |
| 184 | + | |
| 185 | + | |
| 186 | + | |
178 | 187 | | |
179 | 188 | | |
180 | 189 | | |
| |||
0 commit comments