Merge "disp: msm: sde: cache disable cp properties during last close"

This commit is contained in:
qctecmdr
2021-08-03 19:17:55 -07:00
committed by Gerrit - the friendly Code Review server
當前提交 6bf96605eb
共有 2 個文件被更改,包括 10 次插入1 次删除

查看文件

@@ -320,6 +320,7 @@ struct sde_frame_data {
* @ltm_lock : Spinlock to protect ltm buffer_cnt, hist_en and ltm lists
* @needs_hw_reset : Initiate a hw ctl reset
* @hist_irq_idx : hist interrupt irq idx
* @disable_pending_cp : flag tracks pending color processing features force disable
* @src_bpp : source bpp used to calculate compression ratio
* @target_bpp : target bpp used to calculate compression ratio
* @static_cache_read_work: delayed worker to transition cache state to read
@@ -419,6 +420,7 @@ struct sde_crtc {
spinlock_t ltm_lock;
bool needs_hw_reset;
int hist_irq_idx;
bool disable_pending_cp;
int src_bpp;
int target_bpp;