pwm_backlight_update_status

cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

pwm_backlight_update_status

890 Views
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 .

Labels (1)
0 Kudos
Reply
1 Reply

739 Views
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 Kudos
Reply