[PATCH 7/8] drm/vc4: plane: Fix typo in scaler width and height
Dave Stevenson
dave.stevenson at raspberrypi.com
Thu Feb 25 16:50:00 UTC 2021
On Thu, 25 Feb 2021 at 15:59, Maxime Ripard <maxime at cerno.tech> wrote:
>
> Signed-off-by: Maxime Ripard <maxime at cerno.tech>
Again no commit text body, but possibly not warranted
Reviewed-by: Dave Stevenson <dave.stevenson at raspberrypi.com>
> ---
> drivers/gpu/drm/vc4/vc4_plane.c | 4 ++--
> 1 file changed, 2 insertions(+), 2 deletions(-)
>
> diff --git a/drivers/gpu/drm/vc4/vc4_plane.c b/drivers/gpu/drm/vc4/vc4_plane.c
> index 4a075294ff4c..5e8b7f72dc05 100644
> --- a/drivers/gpu/drm/vc4/vc4_plane.c
> +++ b/drivers/gpu/drm/vc4/vc4_plane.c
> @@ -912,9 +912,9 @@ static int vc4_plane_mode_set(struct drm_plane *plane,
> if (!vc4_state->is_unity) {
> vc4_dlist_write(vc4_state,
> VC4_SET_FIELD(vc4_state->crtc_w,
> - SCALER_POS1_SCL_WIDTH) |
> + SCALER5_POS1_SCL_WIDTH) |
> VC4_SET_FIELD(vc4_state->crtc_h,
> - SCALER_POS1_SCL_HEIGHT));
> + SCALER5_POS1_SCL_HEIGHT));
> }
>
> /* Position Word 2: Source Image Size */
> --
> 2.29.2
>
More information about the dri-devel
mailing list