| .. | .. |
|---|
| 1 | +// SPDX-License-Identifier: GPL-2.0-or-later |
|---|
| 1 | 2 | /* |
|---|
| 2 | 3 | * Copyright (C) 2015 Free Electrons |
|---|
| 3 | 4 | * Copyright (C) 2015 NextThing Co |
|---|
| 4 | 5 | * |
|---|
| 5 | 6 | * Maxime Ripard <maxime.ripard@free-electrons.com> |
|---|
| 6 | | - * |
|---|
| 7 | | - * This program is free software; you can redistribute it and/or |
|---|
| 8 | | - * modify it under the terms of the GNU General Public License as |
|---|
| 9 | | - * published by the Free Software Foundation; either version 2 of |
|---|
| 10 | | - * the License, or (at your option) any later version. |
|---|
| 11 | 7 | */ |
|---|
| 12 | | - |
|---|
| 13 | | -#include <drm/drmP.h> |
|---|
| 14 | | -#include <drm/drm_atomic_helper.h> |
|---|
| 15 | | -#include <drm/drm_crtc.h> |
|---|
| 16 | | -#include <drm/drm_crtc_helper.h> |
|---|
| 17 | | -#include <drm/drm_modes.h> |
|---|
| 18 | 8 | |
|---|
| 19 | 9 | #include <linux/clk-provider.h> |
|---|
| 20 | 10 | #include <linux/ioport.h> |
|---|
| .. | .. |
|---|
| 25 | 15 | |
|---|
| 26 | 16 | #include <video/videomode.h> |
|---|
| 27 | 17 | |
|---|
| 18 | +#include <drm/drm_atomic_helper.h> |
|---|
| 19 | +#include <drm/drm_crtc.h> |
|---|
| 20 | +#include <drm/drm_modes.h> |
|---|
| 21 | +#include <drm/drm_print.h> |
|---|
| 22 | +#include <drm/drm_probe_helper.h> |
|---|
| 23 | +#include <drm/drm_vblank.h> |
|---|
| 24 | + |
|---|
| 28 | 25 | #include "sun4i_backend.h" |
|---|
| 29 | 26 | #include "sun4i_crtc.h" |
|---|
| 30 | 27 | #include "sun4i_drv.h" |
|---|