linux/drivers/gpu/drm/sun4i/sun4i_framebuffer.c

// SPDX-License-Identifier: GPL-2.0-or-later
/*
 * Copyright (C) 2015 Free Electrons
 * Copyright (C) 2015 NextThing Co
 *
 * Maxime Ripard <[email protected]>
 */

#include <drm/drm_atomic.h>
#include <drm/drm_atomic_helper.h>
#include <drm/drm_blend.h>
#include <drm/drm_gem_framebuffer_helper.h>

#include "sun4i_drv.h"
#include "sun4i_framebuffer.h"

static int sun4i_de_atomic_check(struct drm_device *dev,
				 struct drm_atomic_state *state)
{}

static const struct drm_mode_config_funcs sun4i_de_mode_config_funcs =;

static const struct drm_mode_config_helper_funcs sun4i_de_mode_config_helpers =;

void sun4i_framebuffer_init(struct drm_device *drm)
{}