Merge "disp: msm: add changes missing during snapshots"

This commit is contained in:
qctecmdr
2019-06-04 23:42:24 -07:00
committed by Gerrit - the friendly Code Review server
17 changed files with 196 additions and 22 deletions

View File

@@ -250,6 +250,7 @@ struct sde_encoder_irq {
* @hw_ctl: Hardware interface to the ctl registers
* @hw_intf: Hardware interface to INTF registers
* @hw_cdm: Hardware interface to the cdm registers
* @hw_qdss: Hardware interface to the qdss registers
* @cdm_cfg: Chroma-down hardware configuration
* @hw_pp: Hardware interface to the ping pong registers
* @sde_kms: Pointer to the sde_kms top level
@@ -298,6 +299,7 @@ struct sde_encoder_phys {
struct sde_hw_ctl *hw_ctl;
struct sde_hw_intf *hw_intf;
struct sde_hw_cdm *hw_cdm;
struct sde_hw_qdss *hw_qdss;
struct sde_hw_cdm_cfg cdm_cfg;
struct sde_hw_pingpong *hw_pp;
struct sde_kms *sde_kms;