Message ID | 20240926-remove_crtc-v1-1-9a20062444cb@samsung.com (mailing list archive) |
---|---|
State | New |
Headers | show |
Series | drm/exynos: remove unused prototype for crtc | expand |
2024년 9월 26일 (목) 오후 2:33, Kwanghoon Son <k.son@samsung.com>님이 작성: > > exynos_drm_crtc_wait_pending_update, exynos_drm_crtc_finish_update > are not used anymore. Merged. Thanks, Inki Dae > > Signed-off-by: Kwanghoon Son <k.son@samsung.com> > --- > drivers/gpu/drm/exynos/exynos_drm_crtc.h | 3 --- > 1 file changed, 3 deletions(-) > > diff --git a/drivers/gpu/drm/exynos/exynos_drm_crtc.h b/drivers/gpu/drm/exynos/exynos_drm_crtc.h > index 0ed4f2b8595a..1815374c38df 100644 > --- a/drivers/gpu/drm/exynos/exynos_drm_crtc.h > +++ b/drivers/gpu/drm/exynos/exynos_drm_crtc.h > @@ -19,9 +19,6 @@ struct exynos_drm_crtc *exynos_drm_crtc_create(struct drm_device *drm_dev, > enum exynos_drm_output_type out_type, > const struct exynos_drm_crtc_ops *ops, > void *context); > -void exynos_drm_crtc_wait_pending_update(struct exynos_drm_crtc *exynos_crtc); > -void exynos_drm_crtc_finish_update(struct exynos_drm_crtc *exynos_crtc, > - struct exynos_drm_plane *exynos_plane); > > /* This function gets crtc device matched with out_type. */ > struct exynos_drm_crtc *exynos_drm_crtc_get_by_type(struct drm_device *drm_dev, > > --- > base-commit: 684a64bf32b6e488004e0ad7f0d7e922798f65b6 > change-id: 20240925-remove_crtc-9647baaab5cd > > Best regards, > -- > Kwanghoon Son <k.son@samsung.com> > >
diff --git a/drivers/gpu/drm/exynos/exynos_drm_crtc.h b/drivers/gpu/drm/exynos/exynos_drm_crtc.h index 0ed4f2b8595a..1815374c38df 100644 --- a/drivers/gpu/drm/exynos/exynos_drm_crtc.h +++ b/drivers/gpu/drm/exynos/exynos_drm_crtc.h @@ -19,9 +19,6 @@ struct exynos_drm_crtc *exynos_drm_crtc_create(struct drm_device *drm_dev, enum exynos_drm_output_type out_type, const struct exynos_drm_crtc_ops *ops, void *context); -void exynos_drm_crtc_wait_pending_update(struct exynos_drm_crtc *exynos_crtc); -void exynos_drm_crtc_finish_update(struct exynos_drm_crtc *exynos_crtc, - struct exynos_drm_plane *exynos_plane); /* This function gets crtc device matched with out_type. */ struct exynos_drm_crtc *exynos_drm_crtc_get_by_type(struct drm_device *drm_dev,
exynos_drm_crtc_wait_pending_update, exynos_drm_crtc_finish_update are not used anymore. Signed-off-by: Kwanghoon Son <k.son@samsung.com> --- drivers/gpu/drm/exynos/exynos_drm_crtc.h | 3 --- 1 file changed, 3 deletions(-) --- base-commit: 684a64bf32b6e488004e0ad7f0d7e922798f65b6 change-id: 20240925-remove_crtc-9647baaab5cd Best regards,