nkk71

frame buffer problem

Dec 6th, 2015
193
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.69 KB | None | 0 0
  1. GOOD (on first boot, asks for decryption key):
  2. [ 2.770456] c1 1 trampoline: Failed to mount /data, trying encryption...
  3. [ 2.770550] c1 1 trampoline: Running trampoline_encmnt
  4. [ 2.775233] c3 258 trampoline_encmnt: Loading fstab "/mrom.fstab"...
  5. [ 2.775468] c3 258 trampoline_encmnt: Setting encrypted partition data to /dev/block/mmcblk0p47 /dev/block/platform/msm_sdcc.1/by-name/extra ext4
  6. [ 2.777127] c3 258 mdss_fb_open: fb0 (ref=0)
  7. [ 2.777239] c1 258 trampoline_encmnt: Pixel format: 1080x1920 @ 32bpp
  8. [ 2.777251] c1 258 trampoline_encmnt: Pixel format: RGBX_8888
  9. [ 2.785898] c1 259 mdss_mdp_overlay_get_fb_pipe: allocating base pipe mux=1
  10. [ 2.785918] c1 259 mdss_mdp_overlay_get_fb_pipe: ctl=0 pnum=4
  11. [ 2.786725] c1 259 [DISP] htc_set_pp_pa pp_hue = 0xfef
  12. [ 2.786733] c1 259 mdss_dsi_on:404 Panel already on.
  13. [ 2.791044] c1 259 [DISP] mdss_dsi_display_on: pid=259
  14. [ 2.802807] c0 0 mdss_mdp_cmd_readptr_done: cnt=1, clk=1, rdptr=4
  15. [ 2.817408] c1 259 mdss_fb_display_on: mdss_fb_display_on: bl_level 0 ignore_bkl_zero 0
  16. [ 2.817414] c1 259 [DISP] brightness orig=143, transformed=80
  17. [ 2.818688] c1 258 trampoline_encmnt: Framebuffer implementation: Generic
  18. [ 2.819576] c0 0 mdss_mdp_cmd_readptr_done: cnt=2, clk=1, rdptr=3
  19. [ 2.827689] c1 258 [DISP] brightness orig=40, transformed=12
  20. [ 2.834778] c1 259 mdss_mdp_overlay_get_fb_pipe: ctl=0 pnum=4
  21. [ 2.844293] c1 258 trampoline_encmnt: font style 4 load failed with 1
  22. [ 2.844307] c1 258 trampoline_encmnt: Retrying with STYLE_NORMAL instead.
  23.  
  24.  
  25. BAD (on secondary boot, the user interface doesn't show up, so decryption will fail):
  26. [ 5.992081] c2 1 trampoline: Failed to mount /data, trying encryption...
  27. [ 5.992187] c2 1 trampoline: Running trampoline_encmnt
  28. [ 5.996983] c0 233 trampoline_encmnt: Loading fstab "/fstab.qcom"...
  29. [ 5.997490] c0 233 trampoline_encmnt: Setting encrypted partition data to /dev/block/mmcblk0p47 /dev/block/platform/msm_sdcc.1/by-name/extra f2fs
  30. [ 5.999140] c0 233 mdss_fb_open: fb0 (ref=0)
  31. [ 5.999228] c0 233 trampoline_encmnt: Pixel format: 1080x1920 @ 32bpp
  32. [ 5.999240] c0 233 trampoline_encmnt: Pixel format: RGBX_8888
  33. [ 5.999702] c0 233 mdss_fb_release_all: remove process trampoline_encm from tracking, pid=233 mfd->ref_cnt=0
  34. [ 5.999712] c0 233 mdss_fb_release_all: fb0 release=false (ref=0)
  35. [ 5.999816] c1 1 trampoline: Failed to run trampoline_encmnt, exit code 11: (null)
  36. [ 5.999829] c1 1 trampoline: /data decryption failed!
  37. [ 5.999910] c1 1 trampoline: This is second boot and we couldn't mount /data, reboot!
Advertisement
Add Comment
Please, Sign In to add comment