disp: msm: add changes missing during snapshots

This change ports the missing changes from 4.14 to 4.19
that were missed. It includes changes up until
commit 0f8fb25421ff ("cnss2: Add device version to
SOC info structure").

Change-Id: Idfdfe891f146e389e3c65cc3fc4c98d93220e789
Signed-off-by: Samantha Tran <samtran@codeaurora.org>
This commit is contained in:
Samantha Tran
2019-05-23 11:27:41 -07:00
parent 5af1fe1891
commit 1ab07a4d7c
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;