Commit 88f489d2 authored by Sam Ravnborg's avatar Sam Ravnborg
Browse files

drm/radeon: prepare header files for drmP.h removal



While removing drmP.h from all .c files the list of
header files are also sorted alphabetically.
To allow this adjust the header files to pull in
the dependencies they needed to allow this.

Signed-off-by: default avatarSam Ravnborg <sam@ravnborg.org>
Reviewed-by: default avatarAlex 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-6-sam@ravnborg.org
parent 2ed9aa0f
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -23,6 +23,9 @@
#ifndef __BTC_DPM_H__
#define __BTC_DPM_H__

#include "radeon.h"
#include "rv770_dpm.h"

#define BTC_RLP_UVD_DFLT                              20
#define BTC_RMP_UVD_DFLT                              50
#define BTC_LHP_UVD_DFLT                              50
+1 −0
Original line number Diff line number Diff line
@@ -24,6 +24,7 @@
#define __CI_DPM_H__

#include "ppsmc.h"
#include "radeon.h"

#define SMU__NUM_SCLK_DPM_STATE  8
#define SMU__NUM_MCLK_DPM_LEVELS 6
+2 −0
Original line number Diff line number Diff line
@@ -21,6 +21,8 @@
 *
 */

#include "clearstate_defs.h"

static const u32 SECT_CONTEXT_def_1[] =
{
    0x00000000, // DB_RENDER_CONTROL
+2 −0
Original line number Diff line number Diff line
@@ -21,6 +21,8 @@
 *
 */

#include "clearstate_defs.h"

static const unsigned int ci_SECT_CONTEXT_def_1[] =
{
    0x00000000, // DB_RENDER_CONTROL
+2 −0
Original line number Diff line number Diff line
@@ -21,6 +21,8 @@
 *
 */

#include "clearstate_defs.h"

static const u32 si_SECT_CONTEXT_def_1[] =
{
    0x00000000, // DB_RENDER_CONTROL
Loading