Re: [PATCH 5/6] drm/vc4: Allow scaling on cursor plane

2018-11-15 Thread Eric Anholt
Boris Brezillon writes: > Now that async update has been reworked to allow scaled planes to be > updated asynchronously when the scaling params do not change, we can > remove the NO_SCALING constraint on cursor planes. These last 2 get my r-b. signature.asc Description: PGP signature _

[PATCH 5/6] drm/vc4: Allow scaling on cursor plane

2018-11-15 Thread Boris Brezillon
Now that async update has been reworked to allow scaled planes to be updated asynchronously when the scaling params do not change, we can remove the NO_SCALING constraint on cursor planes. Signed-off-by: Boris Brezillon --- drivers/gpu/drm/vc4/vc4_plane.c | 19 ++- 1 file changed