Skip to content
Snippets Groups Projects
Select Git revision
  • scarthgap protected
  • kirkstone default protected
  • critical-fixes/rity-kirkstone-v24.1 protected
  • release/rity-kirkstone protected
  • critical-fixes/rity-kirkstone-v24.0 protected
  • critical-fixes/rity-kirkstone-v23.2 protected
  • critical-fixes/rity-kirkstone-v23.1 protected
  • dunfell protected
  • release/rity-dunfell protected
  • honister protected
  • release/rity-dunfell-v22.0 protected
  • hardknott protected
  • release/rity-v21.3 protected
  • rity-kirkstone-v24.0.1
  • rity-kirkstone-v24.1
  • rity-kirkstone-v24.0
  • rity-kirkstone-v23.2
  • rity-kirkstone-v23.1
  • rity-kirkstone-v23.0
  • rity-kirkstone-v23.0-ea
  • rity-kirkstone-v22.2
  • rity-dunfell-v22.1
  • rity-kirkstone-v22.1
  • rity-dunfell-v22.0
  • rity-dunfell-v22.0.1
  • rity-dunfell-v22.0-rc5
  • rity-dunfell-v22.0-rc4
  • rity-dunfell-v22.0-rc3
  • rity-dunfell-v22.0-rc2
  • rity-dunfell-v22.0-rc1
  • rity-v21.3.1
  • rity-v21.3
  • rity-dunfell-v21.3-rc7
33 results

dtbo

  • Clone with SSH
  • Clone with HTTPS
  • Tommy Chen's avatar
    Tommy Chen authored
    During the suspend process, the bridge disabling first disables the
    LVDS module and then the DPI module. Specifically, mtk_lvds_poweroff()
    is called first, followed by mtk_dpi_power_off().
    
    However, disabling the dpix in mtk_lvds_poweroff() causes
    mtk_dpi_disable(), which is called in mtk_dpi_power_off(), to hang.
    
    As a result, the dpix clock must be disabled after mtk_dpi_disable() is
    called. Therefore, disabling the dpix clock is moved to the DPI module.
    
    Change-Id: I3d5d0c7ded203421f49e905654b5e335ac65a162
    CR-Id: AUTO00347939
    Signed-off-by: default avatarTommy Chen <tommyyl.chen@mediatek.com>
    fd18c86a
    History