Re: [PATCH 45/64] drm/vc4: txp: Remove vc4_dev txp pointer

2022-06-20 Thread Thomas Zimmermann
Am 10.06.22 um 11:29 schrieb Maxime Ripard: There's no user for that pointer so let's just get rid of it. Signed-off-by: Maxime Ripard Acked-by: Thomas Zimmermann --- drivers/gpu/drm/vc4/vc4_drv.h | 1 - drivers/gpu/drm/vc4/vc4_txp.c | 6 -- 2 files changed, 7 deletions(-) diff

[PATCH 45/64] drm/vc4: txp: Remove vc4_dev txp pointer

2022-06-10 Thread Maxime Ripard
There's no user for that pointer so let's just get rid of it. Signed-off-by: Maxime Ripard --- drivers/gpu/drm/vc4/vc4_drv.h | 1 - drivers/gpu/drm/vc4/vc4_txp.c | 6 -- 2 files changed, 7 deletions(-) diff --git a/drivers/gpu/drm/vc4/vc4_drv.h b/drivers/gpu/drm/vc4/vc4_drv.h index 846f3cda