disp: msm: sde: program dither based on input data
This change programs dither based on user mode input data and reprograms the dither when device comes out of power collapse. Change-Id: I83be20c8eb2dc2221cc57cd2395f6512338ff6ef Signed-off-by: Narendra Muppalla <NarendraM@codeaurora.org>
This commit is contained in:
@@ -854,10 +854,12 @@ static inline bool sde_connector_needs_offset(struct drm_connector *connector)
|
||||
* @state: Pointer to drm_connector_state struct
|
||||
* @cfg: Pointer to pointer to dither cfg
|
||||
* @len: length of the dither data
|
||||
* @idle_pc: flag to indicate idle_pc_restore happened
|
||||
* Returns: Zero on success
|
||||
*/
|
||||
int sde_connector_get_dither_cfg(struct drm_connector *conn,
|
||||
struct drm_connector_state *state, void **cfg, size_t *len);
|
||||
struct drm_connector_state *state, void **cfg,
|
||||
size_t *len, bool idle_pc);
|
||||
|
||||
/**
|
||||
* sde_connector_set_blob_data - set connector blob property data
|
||||
|
Reference in New Issue
Block a user