disp: msm: populate submode blob information
Mode information apart from the fields in drm_mode_modeinfo that can trigger a modeset like dsc-nondsc, video-cmd are defined in sub mode. For each mode in connector->modes there can be multiple submodes. Change-Id: Ib8697d3fa4ea5261d9ac4943b1a4149e22c4da2f Signed-off-by: Raviteja Tamatam <travitej@codeaurora.org>
This commit is contained in:

کامیت شده توسط
Gerrit - the friendly Code Review server

والد
7e03fb61fd
کامیت
b89a3f739a
@@ -162,4 +162,14 @@ void dsi_conn_set_allowed_mode_switch(struct drm_connector *connector,
|
||||
int dsi_conn_set_dyn_bit_clk(struct drm_connector *connector,
|
||||
uint64_t value);
|
||||
|
||||
/**
|
||||
* dsi_conn_set_submode_blob_info - populate given sub mode blob
|
||||
* @connector: Pointer to drm connector structure
|
||||
* @info: Pointer to sde connector info structure
|
||||
* @display: Pointer to private display handle
|
||||
* @drm_mode: Pointer to drm_display_mode structure
|
||||
*/
|
||||
void dsi_conn_set_submode_blob_info(struct drm_connector *conn,
|
||||
void *info, void *display, struct drm_display_mode *drm_mode);
|
||||
|
||||
#endif /* _DSI_DRM_H_ */
|
||||
|
مرجع در شماره جدید
Block a user