Commit 76fb2b4
Jyri Sarha
drm/tilcdc: Remove unnecessary pm_runtime_get() and *_put() calls
commit d81b7f3 upstream.
Remove unnecessary pm_runtime_get() and *_put() calls from commit
phase callbacks. Those calls are not needed since we have the whole
commit phase between pm_runtime_get_sync() and pm_runtime_put_sync().
Signed-off-by: Jyri Sarha <jsarha@ti.com>1 parent 6db644b commit 76fb2b4
1 file changed
+0
-8
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
243 | 243 | | |
244 | 244 | | |
245 | 245 | | |
246 | | - | |
247 | | - | |
248 | 246 | | |
249 | 247 | | |
250 | 248 | | |
| |||
267 | 265 | | |
268 | 266 | | |
269 | 267 | | |
270 | | - | |
271 | | - | |
272 | 268 | | |
273 | 269 | | |
274 | 270 | | |
| |||
317 | 313 | | |
318 | 314 | | |
319 | 315 | | |
320 | | - | |
321 | | - | |
322 | 316 | | |
323 | 317 | | |
324 | 318 | | |
| |||
467 | 461 | | |
468 | 462 | | |
469 | 463 | | |
470 | | - | |
471 | | - | |
472 | 464 | | |
473 | 465 | | |
474 | 466 | | |
| |||
0 commit comments