Skip to content

Instantly share code, notes, and snippets.

@heywoodlh
Last active September 21, 2020 21:47
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save heywoodlh/d5d5a1a88821e4d474757722cc2c9675 to your computer and use it in GitHub Desktop.
Save heywoodlh/d5d5a1a88821e4d474757722cc2c9675 to your computer and use it in GitHub Desktop.
../drivers/video/fbdev/msm/mdss_dsi_panel.c: In function 'mdss_dsi_panel_on':
../drivers/video/fbdev/msm/mdss_dsi_panel.c:1182:10: error: 'struct mdss_dsi_ctrl_pdata' has no member named 'refresh_rate_cfg'
if (ctrl->refresh_rate_cfg.enabled)
^
../drivers/video/fbdev/msm/mdss_dsi_panel.c:1183:3: warning: implicit declaration of function 'mdss_dsi_panel_refresh_rate_ctl' [-Wimplicit-function-declaration]
mdss_dsi_panel_refresh_rate_ctl(pdata, pinfo->mipi.frame_rate);
^
make[6]: *** [../scripts/Makefile.build:282: drivers/video/fbdev/msm/mdss_dsi_panel.o] Error 1
make[6]: *** Waiting for unfinished jobs....
make[5]: *** [../scripts/Makefile.build:489: drivers/video/fbdev/msm] Error 2
make[4]: *** [../scripts/Makefile.build:489: drivers/video/fbdev] Error 2
make[3]: *** [../scripts/Makefile.build:489: drivers/video] Error 2
make[2]: *** [/build/source/Makefile:1034: drivers] Error 2
make[1]: *** [Makefile:152: sub-make] Error 2
make: *** [Makefile:24: __sub-make] Error 2
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment