]> git.baikalelectronics.ru Git - kernel.git/commit
drm/msm/dp: Store each subblock in the io region
authorBjorn Andersson <bjorn.andersson@linaro.org>
Fri, 1 Oct 2021 17:43:59 +0000 (10:43 -0700)
committerRob Clark <robdclark@chromium.org>
Fri, 15 Oct 2021 20:26:34 +0000 (13:26 -0700)
commitdb3e422730dfc422d77ed30da4ea4aa2eeecc9ca
tree5ae238bb5ab97bb261912adeb5c52eb1b81be6b7
parentf6ac0cbe1e6efa6fd7676b63e79dc37d55c7848c
drm/msm/dp: Store each subblock in the io region

Not all platforms has DP_P0 at offset 0x1000 from the beginning of the
DP block. So split the dss_io_data memory region into a set of
sub-regions, to make it possible in the next patch to specify each of
the sub-regions individually.

Reviewed-by: Stephen Boyd <swboyd@chromium.org>
Signed-off-by: Bjorn Andersson <bjorn.andersson@linaro.org>
Link: https://lore.kernel.org/r/20211001174400.981707-5-bjorn.andersson@linaro.org
Signed-off-by: Dmitry Baryshkov <dmitry.baryshkov@linaro.org>
Signed-off-by: Rob Clark <robdclark@chromium.org>
drivers/gpu/drm/msm/dp/dp_catalog.c
drivers/gpu/drm/msm/dp/dp_parser.c
drivers/gpu/drm/msm/dp/dp_parser.h