linux/drivers/gpu/drm/vc4/tests/vc4_mock_crtc.c

// SPDX-License-Identifier: GPL-2.0

#include <drm/drm_atomic_state_helper.h>
#include <drm/drm_modeset_helper_vtables.h>

#include <kunit/test.h>

#include "vc4_mock.h"

static const struct drm_crtc_helper_funcs vc4_dummy_crtc_helper_funcs =;

static const struct drm_crtc_funcs vc4_dummy_crtc_funcs =;

struct vc4_dummy_crtc *vc4_mock_pv(struct kunit *test,
				   struct drm_device *drm,
				   struct drm_plane *plane,
				   const struct vc4_crtc_data *data)
{}