forked fromtorvalds/linux
- Notifications
You must be signed in to change notification settings - Fork1
Commit9ec7ccc
committed
Merge tag 'drm-fixes-for-v4.16-rc7' of git://people.freedesktop.org/~airlied/linux
Pull drm fixes from Dave Airlie: "A bunch of fixes all over the place (core, i915, amdgpu, imx, sun4i, ast, tegra, vmwgfx), nothing too serious or worrying at this stage. - one uapi fix to stop multi-planar images with getfb - Sun4i error path and clock fixes - udl driver mmap offset fix - i915 DP MST and GPU reset fixes - vmwgfx mutex and black screen fixes - imx array underflow fix and vblank fix - amdgpu: display fixes - exynos devicetree fix - ast mode fix"* tag 'drm-fixes-for-v4.16-rc7' of git://people.freedesktop.org/~airlied/linux: (29 commits) drm/ast: Fixed 1280x800 Display Issue drm: udl: Properly check framebuffer mmap offsets drm/i915: Specify which engines to reset following semaphore/event lockups drm/vmwgfx: Fix a destoy-while-held mutex problem. drm/vmwgfx: Fix black screen and device errors when running without fbdev drm: Reject getfb for multi-plane framebuffers drm/amd/display: Add one to EDID's audio channel count when passing to DC drm/amd/display: We shouldn't set format_default on plane as atomic driver drm/amd/display: Fix FMT truncation programming drm/amd/display: Allow truncation to 10 bits drm/sun4i: hdmi: Fix another error handling path in 'sun4i_hdmi_bind()' drm/sun4i: hdmi: Fix an error handling path in 'sun4i_hdmi_bind()' drm/i915/dp: Write to SET_POWER dpcd to enable MST hub. drm/amd/display: fix dereferencing possible ERR_PTR() drm/amd/display: Refine disable VGA drm/tegra: Shutdown on driver unbind drm/tegra: dsi: Don't disable regulator on ->exit() drm/tegra: dc: Detach IOMMU group from domain only once dt-bindings: exynos: Document #sound-dai-cells property of the HDMI node drm/imx: move arming of the vblank event to atomic_flush ...File tree
29 files changed
+176
-84
lines changed- Documentation/devicetree/bindings/display/exynos
- drivers/gpu
- drm
- amd
- amdgpu
- display
- amdgpu_dm
- dc
- dce
- dcn10
- ast
- i915
- imx
- radeon
- sun4i
- tegra
- udl
- vmwgfx
- ipu-v3
29 files changed
+176
-84
lines changedLines changed: 1 addition & 0 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
16 | 16 |
| |
17 | 17 |
| |
18 | 18 |
| |
| 19 | + | |
19 | 20 |
| |
20 | 21 |
| |
21 | 22 |
| |
|
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
2063 | 2063 |
| |
2064 | 2064 |
| |
2065 | 2065 |
| |
2066 |
| - | |
2067 |
| - | |
2068 |
| - | |
| 2066 | + | |
| 2067 | + | |
| 2068 | + | |
| 2069 | + | |
| 2070 | + | |
| 2071 | + | |
2069 | 2072 |
| |
2070 | 2073 |
| |
2071 | 2074 |
| |
|
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
3134 | 3134 |
| |
3135 | 3135 |
| |
3136 | 3136 |
| |
3137 |
| - | |
3138 |
| - | |
3139 | 3137 |
| |
3140 | 3138 |
| |
3141 | 3139 |
| |
| |||
4794 | 4792 |
| |
4795 | 4793 |
| |
4796 | 4794 |
| |
| 4795 | + | |
| 4796 | + | |
| 4797 | + | |
4797 | 4798 |
| |
4798 | 4799 |
| |
4799 | 4800 |
| |
|
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
109 | 109 |
| |
110 | 110 |
| |
111 | 111 |
| |
112 |
| - | |
| 112 | + | |
113 | 113 |
| |
114 | 114 |
| |
115 | 115 |
| |
|
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
496 | 496 |
| |
497 | 497 |
| |
498 | 498 |
| |
| 499 | + | |
| 500 | + | |
| 501 | + | |
499 | 502 |
| |
500 | 503 |
| |
501 | 504 |
| |
| |||
591 | 594 |
| |
592 | 595 |
| |
593 | 596 |
| |
594 |
| - | |
| 597 | + | |
| 598 | + | |
| 599 | + | |
| 600 | + | |
595 | 601 |
| |
596 | 602 |
| |
597 | 603 |
| |
|
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
128 | 128 |
| |
129 | 129 |
| |
130 | 130 |
| |
131 |
| - | |
132 |
| - | |
| 131 | + | |
133 | 132 |
| |
134 | 133 |
| |
135 | 134 |
| |
136 | 135 |
| |
137 | 136 |
| |
138 |
| - | |
| 137 | + | |
139 | 138 |
| |
140 |
| - | |
| 139 | + | |
141 | 140 |
| |
142 | 141 |
| |
143 | 142 |
| |
144 | 143 |
| |
145 | 144 |
| |
146 | 145 |
| |
147 |
| - | |
| 146 | + | |
148 | 147 |
| |
149 | 148 |
| |
150 | 149 |
| |
|
Lines changed: 15 additions & 5 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
238 | 238 |
| |
239 | 239 |
| |
240 | 240 |
| |
241 |
| - | |
242 |
| - | |
243 |
| - | |
244 |
| - | |
245 |
| - | |
| 241 | + | |
| 242 | + | |
| 243 | + | |
| 244 | + | |
| 245 | + | |
| 246 | + | |
| 247 | + | |
| 248 | + | |
| 249 | + | |
| 250 | + | |
| 251 | + | |
| 252 | + | |
246 | 253 |
| |
247 | 254 |
| |
248 | 255 |
| |
| 256 | + | |
| 257 | + | |
| 258 | + | |
249 | 259 |
| |
250 | 260 |
| |
251 | 261 |
| |
|
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
97 | 97 |
| |
98 | 98 |
| |
99 | 99 |
| |
100 |
| - | |
| 100 | + | |
101 | 101 |
| |
102 | 102 |
| |
103 | 103 |
| |
| |||
127 | 127 |
| |
128 | 128 |
| |
129 | 129 |
| |
130 |
| - | |
| 130 | + | |
131 | 131 |
| |
132 | 132 |
| |
133 | 133 |
| |
|
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
461 | 461 |
| |
462 | 462 |
| |
463 | 463 |
| |
| 464 | + | |
| 465 | + | |
| 466 | + | |
| 467 | + | |
| 468 | + | |
| 469 | + | |
464 | 470 |
| |
465 | 471 |
| |
466 | 472 |
| |
| |||
484 | 490 |
| |
485 | 491 |
| |
486 | 492 |
| |
| 493 | + | |
487 | 494 |
| |
488 | 495 |
| |
489 | 496 |
| |
|
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
2175 | 2175 |
| |
2176 | 2176 |
| |
2177 | 2177 |
| |
2178 |
| - | |
2179 |
| - | |
| 2178 | + | |
2180 | 2179 |
| |
2181 | 2180 |
| |
2182 | 2181 |
| |
| |||
2274 | 2273 |
| |
2275 | 2274 |
| |
2276 | 2275 |
| |
2277 |
| - | |
2278 | 2276 |
| |
2279 | 2277 |
| |
2280 | 2278 |
| |
2281 | 2279 |
| |
2282 | 2280 |
| |
2283 |
| - | |
2284 |
| - | |
| 2281 | + | |
2285 | 2282 |
| |
2286 | 2283 |
| |
2287 | 2284 |
| |
|
0 commit comments
Comments
(0)