diff options
author | Bernard <bernard@vivo.com> | 2020-07-21 03:33:03 +0200 |
---|---|---|
committer | Rob Clark <robdclark@chromium.org> | 2020-07-31 15:46:17 +0200 |
commit | 1041dee2178ffd59e2c693426475c21594f9db86 (patch) | |
tree | 51baabd6f1a821862e6063eef7fabbecb808395b /arch/arm/boot/dts/meson8b-mxq.dts | |
parent | drm/msm/mdp5: Add MDP5 configuration for SDM636/660 (diff) | |
download | linux-1041dee2178ffd59e2c693426475c21594f9db86.tar.xz linux-1041dee2178ffd59e2c693426475c21594f9db86.zip |
drm/msm: use kthread_create_worker instead of kthread_run
Use kthread_create_worker to simplify the code and optimise
the manager struct: msm_drm_thread. With this change, we
could remove struct element (struct task_struct *thread &
struct kthread_worker worker), instead, use one point (struct
kthread_worker *worker).
Signed-off-by: Bernard Zhao <bernard@vivo.com>
Signed-off-by: Rob Clark <robdclark@chromium.org>
Diffstat (limited to 'arch/arm/boot/dts/meson8b-mxq.dts')
0 files changed, 0 insertions, 0 deletions