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,18 +21,22 @@
|
||||
*
|
||||
* Authors: Alex Deucher
|
||||
*/
|
||||
|
||||
#include <linux/firmware.h>
|
||||
#include <linux/slab.h>
|
||||
#include <linux/module.h>
|
||||
#include <drm/drmP.h>
|
||||
|
||||
#include <drm/drm_pci.h>
|
||||
#include <drm/drm_vblank.h>
|
||||
|
||||
#include "atom.h"
|
||||
#include "cik_blit_shaders.h"
|
||||
#include "cikd.h"
|
||||
#include "clearstate_ci.h"
|
||||
#include "radeon.h"
|
||||
#include "radeon_asic.h"
|
||||
#include "radeon_audio.h"
|
||||
#include "cikd.h"
|
||||
#include "atom.h"
|
||||
#include "cik_blit_shaders.h"
|
||||
#include "radeon_ucode.h"
|
||||
#include "clearstate_ci.h"
|
||||
|
||||
#define SH_MEM_CONFIG_GFX_DEFAULT \
|
||||
ALIGNMENT_MODE(SH_MEM_ALIGNMENT_MODE_UNALIGNED)
|
||||
|
Reference in New Issue
Block a user