瀏覽代碼

disp: msm: sde: update demura property name

Add prefix of sde to demura properties to keep it consistent with other
sde property names.

Change-Id: I7b666b8a3c1ef79a112911999a736bba368b0cf0
Signed-off-by: Gopikrishnaiah Anandan <[email protected]>
Gopikrishnaiah Anandan 5 年之前
父節點
當前提交
580638dba2
共有 1 個文件被更改,包括 2 次插入2 次删除
  1. 2 2
      msm/sde/sde_color_processing.c

+ 2 - 2
msm/sde/sde_color_processing.c

@@ -3023,10 +3023,10 @@ static  void _dspp_demura_install_property(struct drm_crtc *crtc)
 	version = catalog->dspp[0].sblk->demura.version >> 16;
 	version = catalog->dspp[0].sblk->demura.version >> 16;
 	switch (version) {
 	switch (version) {
 	case 1:
 	case 1:
-		_sde_cp_crtc_install_blob_property(crtc, "DEMURA_INIT_V1",
+		_sde_cp_crtc_install_blob_property(crtc, "SDE_DEMURA_INIT_CFG_V1",
 			SDE_CP_CRTC_DSPP_DEMURA_INIT,
 			SDE_CP_CRTC_DSPP_DEMURA_INIT,
 			sizeof(struct drm_msm_dem_cfg));
 			sizeof(struct drm_msm_dem_cfg));
-		_sde_cp_crtc_install_range_property(crtc, "DEMURA_BACKLIGHT",
+		_sde_cp_crtc_install_range_property(crtc, "SDE_DEMURA_BACKLIGHT_V1",
 				SDE_CP_CRTC_DSPP_DEMURA_BACKLIGHT,
 				SDE_CP_CRTC_DSPP_DEMURA_BACKLIGHT,
 				0, 1024, 0);
 				0, 1024, 0);
 		break;
 		break;