drm/radeon: drop use of drmP.h (2/2)
Drop use of drmP.h in remaining .c files. To ease review a little the drmP.h removal was divided in two commits. 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/20190608080241.4958-8-sam@ravnborg.org
This commit is contained in:
@@ -21,14 +21,16 @@
|
||||
*
|
||||
*/
|
||||
|
||||
#include <drm/drmP.h>
|
||||
#include "radeon.h"
|
||||
#include "cikd.h"
|
||||
#include "r600_dpm.h"
|
||||
#include "kv_dpm.h"
|
||||
#include "radeon_asic.h"
|
||||
#include <linux/seq_file.h>
|
||||
|
||||
#include <drm/drm_pci.h>
|
||||
|
||||
#include "cikd.h"
|
||||
#include "kv_dpm.h"
|
||||
#include "r600_dpm.h"
|
||||
#include "radeon.h"
|
||||
#include "radeon_asic.h"
|
||||
|
||||
#define KV_MAX_DEEPSLEEP_DIVIDER_ID 5
|
||||
#define KV_MINIMUM_ENGINE_CLOCK 800
|
||||
#define SMC_RAM_END 0x40000
|
||||
|
Reference in New Issue
Block a user