forked fromtorvalds/linux
- Notifications
You must be signed in to change notification settings - Fork1
Commitcec1b94
committed
Merge tag 'imx-drm-fixes-2018-03-22' of git://git.pengutronix.de/git/pza/linux into drm-fixes
drm/imx: fixes for early vblank event issue, array underflow error- fix an array underflow error by reordering the range check before the array subscript in ipu-prg.- make some local functions static in ipuv3-plane.- add a missng header for ipu_planes_assign_pre in ipuv3-plane.- move arming of the vblank event from atomic_begin to atomic_flush, to avoid signalling atomic commit completion to userspace before plane atomic_update has finished, due to a race condition that is likely to be hit on i.MX6QP on PRE enabled channels.* tag 'imx-drm-fixes-2018-03-22' of git://git.pengutronix.de/git/pza/linux: drm/imx: move arming of the vblank event to atomic_flush drm/imx: ipuv3-plane: Include "imx-drm.h" header file drm/imx: ipuv3-plane: Make functions static when possible gpu: ipu-v3: prg: avoid possible array underflowFile tree
3 files changed
+20
-7
lines changed- drivers/gpu
- drm/imx
- ipu-v3
3 files changed
+20
-7
lines changedOriginal file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
225 | 225 |
| |
226 | 226 |
| |
227 | 227 |
| |
| 228 | + | |
228 | 229 |
| |
| 230 | + | |
| 231 | + | |
| 232 | + | |
229 | 233 |
| |
230 | 234 |
| |
231 | 235 |
| |
| |||
293 | 297 |
| |
294 | 298 |
| |
295 | 299 |
| |
| 300 | + | |
296 | 301 |
| |
297 | 302 |
| |
298 | 303 |
| |
|
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
22 | 22 |
| |
23 | 23 |
| |
24 | 24 |
| |
| 25 | + | |
25 | 26 |
| |
26 | 27 |
| |
27 | 28 |
| |
| |||
272 | 273 |
| |
273 | 274 |
| |
274 | 275 |
| |
275 |
| - | |
| 276 | + | |
276 | 277 |
| |
277 | 278 |
| |
278 | 279 |
| |
| |||
292 | 293 |
| |
293 | 294 |
| |
294 | 295 |
| |
295 |
| - | |
| 296 | + | |
| 297 | + | |
296 | 298 |
| |
297 | 299 |
| |
298 | 300 |
| |
| |||
306 | 308 |
| |
307 | 309 |
| |
308 | 310 |
| |
309 |
| - | |
310 |
| - | |
| 311 | + | |
| 312 | + | |
311 | 313 |
| |
312 | 314 |
| |
313 | 315 |
| |
|
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
250 | 250 |
| |
251 | 251 |
| |
252 | 252 |
| |
253 |
| - | |
| 253 | + | |
254 | 254 |
| |
255 | 255 |
| |
256 |
| - | |
| 256 | + | |
| 257 | + | |
| 258 | + | |
| 259 | + | |
| 260 | + | |
257 | 261 |
| |
258 | 262 |
| |
259 | 263 |
| |
| |||
280 | 284 |
| |
281 | 285 |
| |
282 | 286 |
| |
283 |
| - | |
| 287 | + | |
284 | 288 |
| |
285 | 289 |
| |
286 | 290 |
| |
287 | 291 |
| |
288 | 292 |
| |
289 | 293 |
| |
| 294 | + | |
| 295 | + | |
290 | 296 |
| |
291 | 297 |
| |
292 | 298 |
| |
|
0 commit comments
Comments
(0)