Merge "disp: msm: sde: cache encoder_mask for vblank_work"

This commit is contained in:
qctecmdr
2020-11-24 06:44:04 -08:00
committed by Gerrit - the friendly Code Review server
當前提交 a2a3c5e864
共有 4 個文件被更改,包括 23 次插入25 次删除

查看文件

@@ -291,6 +291,7 @@ struct sde_crtc_misr_info {
* @static_cache_read_work: delayed worker to transition cache state to read
* @cache_state : Current static image cache state
* @dspp_blob_info : blob containing dspp hw capability information
* @cached_encoder_mask : cached encoder_mask for vblank work
*/
struct sde_crtc {
struct drm_crtc base;
@@ -381,6 +382,7 @@ struct sde_crtc {
enum sde_crtc_cache_state cache_state;
struct drm_property_blob *dspp_blob_info;
u32 cached_encoder_mask;
};
enum sde_crtc_dirty_flags {