pwm_backlight_update_status

キャンセル
次の結果を表示 
表示  限定  | 次の代わりに検索 
もしかして: 

pwm_backlight_update_status

886件の閲覧回数
raysonrayson
Contributor I

Hi everyone:

     On imx6 sdq, I found pwm_backlight_update_status was called and the pwm was disabled ,

In function pwm_backlight_update_status()(drivers/video/backlight/pwm_bl.)

{

...........

  pwm_config(pb->pwm, 0, pb->period);

  pwm_disable(pb->pwm);

...............

}

and then , I got the current process, it is kworker/1:2,  but I do not know how can the kworker trigger the pwm_backlight_update_status ???

Can anybody help me, thanks a lot .

ラベル(1)
0 件の賞賛
返信
1 返信

735件の閲覧回数
jimmychan
NXP TechSupport
NXP TechSupport

sorry, I don't understand your question. So, is the backlight work?

which board are you using?

which bsp are you using?

0 件の賞賛
返信