Merge "disp: msm: sde: cache encoder_mask for vblank_work"
This commit is contained in:

committed by
Gerrit - the friendly Code Review server

當前提交
a2a3c5e864
@@ -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 {
|
||||
|
Reference in New Issue
Block a user