]> 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)
commit060c160fbb99887b31320e7c7693d4da3fc81dfe
tree5ae238bb5ab97bb261912adeb5c52eb1b81be6b7
parentef501dbf84cb36a9d5fb3971d8dd1b71eb20a5f8
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