disp: msm: sde: add allowed_dsc_reservation_switch capability
This change adds allowed_dsc_reservation_switch to determine if dsc seamless switch is supported for DP. Also, based on the flag, it determines and populates the required number of available resources for DP. Change-Id: I9cd7219a50d352369c5bc8386ce7dc25c30b80b6 Signed-off-by: Raviteja Tamatam <travitej@codeaurora.org>
This commit is contained in:

committed by
Gerrit - the friendly Code Review server

parent
b89a3f739a
commit
3789258773
@@ -453,6 +453,9 @@ struct sde_drm_color {
|
||||
/* Color fill outside of the rect, excluding border */
|
||||
#define SDE_DRM_DIM_LAYER_EXCLUSIVE 0x2
|
||||
|
||||
/* bitmask for allowed_dsc_reservation_switch property */
|
||||
#define SDE_DP_DSC_RESERVATION_SWITCH (1 << 0)
|
||||
|
||||
/**
|
||||
* struct sde_drm_dim_layer - dim layer cfg struct
|
||||
* @flags: Refer SDE_DRM_DIM_LAYER_CONFIG_FLAG for possible values
|
||||
|
Reference in New Issue
Block a user