drm/amd: drop use of drmP.h from all header files
Drop use of the deprecated drmP.h header file from all amd header files. This makes it a more smooth process to get rid of drmP.h in the .c files. Added include files and forwards as appropriate. Signed-off-by: Sam Ravnborg <sam@ravnborg.org> Reviewed-by: Alex Deucher <alexander.deucher@amd.com> Cc: "Christian König" <christian.koenig@amd.com> Cc: "David (ChunMing) Zhou" <David1.Zhou@amd.com> Cc: David Airlie <airlied@linux.ie> Cc: Daniel Vetter <daniel@ffwll.ch> Link: https://patchwork.freedesktop.org/patch/msgid/20190609220757.10862-7-sam@ravnborg.org
This commit is contained in:
@@ -25,7 +25,10 @@
|
|||||||
#ifndef __AMDGPU_SCHED_H__
|
#ifndef __AMDGPU_SCHED_H__
|
||||||
#define __AMDGPU_SCHED_H__
|
#define __AMDGPU_SCHED_H__
|
||||||
|
|
||||||
#include <drm/drmP.h>
|
enum drm_sched_priority;
|
||||||
|
|
||||||
|
struct drm_device;
|
||||||
|
struct drm_file;
|
||||||
|
|
||||||
enum drm_sched_priority amdgpu_to_sched_priority(int amdgpu_priority);
|
enum drm_sched_priority amdgpu_to_sched_priority(int amdgpu_priority);
|
||||||
int amdgpu_sched_ioctl(struct drm_device *dev, void *data,
|
int amdgpu_sched_ioctl(struct drm_device *dev, void *data,
|
||||||
|
|||||||
@@ -28,8 +28,6 @@
|
|||||||
#include <linux/types.h>
|
#include <linux/types.h>
|
||||||
#include <linux/tracepoint.h>
|
#include <linux/tracepoint.h>
|
||||||
|
|
||||||
#include <drm/drmP.h>
|
|
||||||
|
|
||||||
#undef TRACE_SYSTEM
|
#undef TRACE_SYSTEM
|
||||||
#define TRACE_SYSTEM amdgpu
|
#define TRACE_SYSTEM amdgpu
|
||||||
#define TRACE_INCLUDE_FILE amdgpu_trace
|
#define TRACE_INCLUDE_FILE amdgpu_trace
|
||||||
|
|||||||
@@ -26,8 +26,11 @@
|
|||||||
#ifndef __AMDGPU_DM_H__
|
#ifndef __AMDGPU_DM_H__
|
||||||
#define __AMDGPU_DM_H__
|
#define __AMDGPU_DM_H__
|
||||||
|
|
||||||
#include <drm/drmP.h>
|
|
||||||
#include <drm/drm_atomic.h>
|
#include <drm/drm_atomic.h>
|
||||||
|
#include <drm/drm_connector.h>
|
||||||
|
#include <drm/drm_crtc.h>
|
||||||
|
#include <drm/drm_dp_mst_helper.h>
|
||||||
|
#include <drm/drm_plane.h>
|
||||||
|
|
||||||
/*
|
/*
|
||||||
* This file contains the definition for amdgpu_display_manager
|
* This file contains the definition for amdgpu_display_manager
|
||||||
|
|||||||
Reference in New Issue
Block a user