Commit 54ccae0c authored by Sam Ravnborg's avatar Sam Ravnborg
Browse files

drm/selftests: drop use of drmP.h



Drop the single user of drmP.h - replace it with relevant includes.

Signed-off-by: default avatarSam Ravnborg <sam@ravnborg.org>
Acked-by: default avatarEmil Velikov <emil.velikov@collabora.com>
Reviewed-by: default avatarAlex Deucher <alexander.deucher@amd.com>
Cc: David Airlie <airlied@linux.ie>
Cc: Daniel Vetter <daniel@ffwll.ch>
Cc: Alexandru-Cosmin Gheorghe <Alexandru-Cosmin.Gheorghe@arm.com>
Cc: Maarten Lankhorst <maarten.lankhorst@linux.intel.com>
Link: https://patchwork.freedesktop.org/patch/msgid/20190716064220.18157-11-sam@ravnborg.org
parent 81f6156c
Loading
Loading
Loading
Loading
+6 −1
Original line number Diff line number Diff line
@@ -3,7 +3,12 @@
 * Test cases for the drm_framebuffer functions
 */

#include <drm/drmP.h>
#include <linux/kernel.h>

#include <drm/drm_device.h>
#include <drm/drm_mode.h>
#include <drm/drm_fourcc.h>

#include "../drm_crtc_internal.h"

#include "test-drm_modeset_common.h"