aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/lima/lima_sched.c
diff options
context:
space:
mode:
authorBernard <[email protected]>2020-07-21 01:33:03 +0000
committerRob Clark <[email protected]>2020-07-31 13:46:17 +0000
commit1041dee2178ffd59e2c693426475c21594f9db86 (patch)
tree51baabd6f1a821862e6063eef7fabbecb808395b /drivers/gpu/drm/lima/lima_sched.c
parentdrm/msm/mdp5: Add MDP5 configuration for SDM636/660 (diff)
downloadkernel-1041dee2178ffd59e2c693426475c21594f9db86.tar.gz
kernel-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 <[email protected]> Signed-off-by: Rob Clark <[email protected]>
Diffstat (limited to 'drivers/gpu/drm/lima/lima_sched.c')
0 files changed, 0 insertions, 0 deletions