|
@@ -1404,6 +1404,7 @@ struct sde_perf_cfg {
|
|
* @has_qsync Supports qsync feature
|
|
* @has_qsync Supports qsync feature
|
|
* @has_3d_merge_reset Supports 3D merge reset
|
|
* @has_3d_merge_reset Supports 3D merge reset
|
|
* @has_decimation Supports decimation
|
|
* @has_decimation Supports decimation
|
|
|
|
+ * @has_trusted_vm_support Supported HW sharing with trusted VM
|
|
* @has_mixer_combined_alpha Mixer has single register for FG & BG alpha
|
|
* @has_mixer_combined_alpha Mixer has single register for FG & BG alpha
|
|
* @vbif_disable_inner_outer_shareable VBIF requires disabling shareables
|
|
* @vbif_disable_inner_outer_shareable VBIF requires disabling shareables
|
|
* @inline_disable_const_clr Disable constant color during inline rotate
|
|
* @inline_disable_const_clr Disable constant color during inline rotate
|
|
@@ -1478,6 +1479,7 @@ struct sde_mdss_cfg {
|
|
bool dither_luma_mode_support;
|
|
bool dither_luma_mode_support;
|
|
bool has_base_layer;
|
|
bool has_base_layer;
|
|
bool has_demura;
|
|
bool has_demura;
|
|
|
|
+ bool has_trusted_vm_support;
|
|
u32 demura_supported[SSPP_MAX][2];
|
|
u32 demura_supported[SSPP_MAX][2];
|
|
u32 qseed_sw_lib_rev;
|
|
u32 qseed_sw_lib_rev;
|
|
u32 qseed_hw_version;
|
|
u32 qseed_hw_version;
|