mbox series

[00/21] drm/msm/dpu: cleanup callbacks, resource manager

Message ID 20210324150024.2768215-1-dmitry.baryshkov@linaro.org
Headers show
Series drm/msm/dpu: cleanup callbacks, resource manager | expand

Message

Dmitry Baryshkov March 24, 2021, 3 p.m. UTC
In the DPU driver each and every component would provide callbacks,
which are mostly static. Other components would use callbacks to receive
functionality instead of calling functions directly. Drop (most) of this
indirection, replacing with direct function calls. CTL and SSPP blocks
are left unconverted for now.

As we are at it, significant part of RM (resource manager) work is
dedicated to allocating statically linked components. Each LM is tied to
the single PP. Each MERGE_3D can be used by the specified pair of PPs.
Each DSPP is also tied to single LM. So instead of allocating them
through the RM, get them via static configuration.


_______________________________________________
dri-devel mailing list
dri-devel@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/dri-devel