disp: msm: move thread priority call from component bind

Move thread priority call to kernel worker thread because
component bind API may run from vendor_modeprobe process
context when all drivers probe succeed. Thread priority
update is not allowed from vendor_modeprobe process
context.

Change-Id: Iafac97ce02942d6a2134495232f3c395ba4a362f
Signed-off-by: Dhaval Patel <pdhaval@codeaurora.org>
Bu işleme şunda yer alıyor:
Dhaval Patel
2021-10-13 11:52:56 -07:00
ebeveyn b1e561d3f5
işleme 25c3b955c6
2 değiştirilmiş dosya ile 27 ekleme ve 28 silme

Dosyayı Görüntüle

@@ -976,6 +976,8 @@ struct msm_drm_private {
struct task_struct *pp_event_thread;
struct kthread_worker pp_event_worker;
struct kthread_work thread_priority_work;
unsigned int num_encoders;
struct drm_encoder *encoders[MAX_ENCODERS];