Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 54957b60 authored by Ch Ganesh Kumar's avatar Ch Ganesh Kumar Committed by Gerrit - the friendly Code Review server
Browse files

drm/msm/sde: Add HDR support capability of chipset



This change will helps to invoke HDR library

Change-Id: I31f40efdc170c6c0d3fbbfa2591b92b2ade9b8cd
Signed-off-by: default avatarCh Ganesh Kumar <chganesh@codeaurora.org>
parent 2fed71ce
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -3173,7 +3173,8 @@ static int sde_hardware_format_caps(struct sde_mdss_cfg *sde_cfg,
	if (IS_SDE_MAJOR_MINOR_SAME((hw_rev), SDE_HW_VER_300) ||
	    IS_SDE_MAJOR_MINOR_SAME((hw_rev), SDE_HW_VER_301) ||
	    IS_SDE_MAJOR_MINOR_SAME((hw_rev), SDE_HW_VER_400) ||
	    IS_SDE_MAJOR_MINOR_SAME((hw_rev), SDE_HW_VER_401))
	    IS_SDE_MAJOR_MINOR_SAME((hw_rev), SDE_HW_VER_401) ||
	    IS_SDE_MAJOR_MINOR_SAME((hw_rev), SDE_HW_VER_410))
		sde_cfg->has_hdr = true;

	index = sde_copy_formats(sde_cfg->dma_formats, dma_list_size,