drm/vc4: plane: Use dlist offset instead of pointer
The current code passes the dlist pointer to vc4_plane_write_dlist to
tell where in the dlist RAM to store the plane dlist content.
In order to ease later changes, let's move that direct pointer to a base
offset from the start of the dlist RAM.
Signed-off-by:
Maxime Ripard <maxime@cerno.tech>
Loading
Please register or sign in to comment