[PATCH v4] drm/ssd130x: Store the HW buffer in the driver-private CRTC state
Maxime Ripard
mripard at kernel.org
Thu Sep 14 13:05:22 UTC 2023
Hi,
On Wed, Sep 13, 2023 at 07:29:25AM +0200, Javier Martinez Canillas wrote:
> static const struct drm_crtc_helper_funcs ssd130x_crtc_helper_funcs = {
> .mode_valid = ssd130x_crtc_helper_mode_valid,
> - .atomic_check = drm_crtc_helper_atomic_check,
> + .atomic_check = ssd130x_crtc_helper_atomic_check,
> };
Sorry I didn't catch that sooner, but there's no reason to call that
function a helper.
With that fixed (and feel free to fix while applying)
Acked-by: Maxime Ripard <mripard at kernel.org>
Maxime
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 228 bytes
Desc: not available
URL: <https://lists.freedesktop.org/archives/dri-devel/attachments/20230914/c6fe9fb0/attachment.sig>
More information about the dri-devel
mailing list