aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/tilcdc
diff options
context:
space:
mode:
authorSean Paul <seanpaul@chromium.org>2016-09-21 09:14:53 -0400
committerSean Paul <seanpaul@chromium.org>2016-09-22 02:36:53 -0400
commitce2f2c3f82baf91036195c30ee58455ad24797f4 (patch)
tree5658bc7c70d59745a3345b46dce0d92dbac555e1 /drivers/gpu/drm/tilcdc
parentf15e6bb06e160eb6c0345e4636b4c3bff7a17a53 (diff)
drm/tilcdc: Add atomic and crtc headers to crtc.c
Also reorder alphabetically and fix up drm_flip_work header. Reviewed-by: Daniel Vetter <daniel@ffwll.ch> Signed-off-by: Sean Paul <seanpaul@chromium.org>
Diffstat (limited to 'drivers/gpu/drm/tilcdc')
-rw-r--r--drivers/gpu/drm/tilcdc/tilcdc_crtc.c6
1 files changed, 4 insertions, 2 deletions
diff --git a/drivers/gpu/drm/tilcdc/tilcdc_crtc.c b/drivers/gpu/drm/tilcdc/tilcdc_crtc.c
index 208768922030..cb9df104fe5b 100644
--- a/drivers/gpu/drm/tilcdc/tilcdc_crtc.c
+++ b/drivers/gpu/drm/tilcdc/tilcdc_crtc.c
@@ -15,9 +15,11 @@
15 * this program. If not, see <http://www.gnu.org/licenses/>. 15 * this program. If not, see <http://www.gnu.org/licenses/>.
16 */ 16 */
17 17
18#include "drm_flip_work.h" 18#include <drm/drm_atomic.h>
19#include <drm/drm_plane_helper.h>
20#include <drm/drm_atomic_helper.h> 19#include <drm/drm_atomic_helper.h>
20#include <drm/drm_crtc.h>
21#include <drm/drm_flip_work.h>
22#include <drm/drm_plane_helper.h>
21 23
22#include "tilcdc_drv.h" 24#include "tilcdc_drv.h"
23#include "tilcdc_regs.h" 25#include "tilcdc_regs.h"