drm/selftests: drop use of drmP.h

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

Signed-off-by: Sam Ravnborg <sam@ravnborg.org>
Acked-by: Emil Velikov <emil.velikov@collabora.com>
Reviewed-by: Alex 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
This commit is contained in:
Sam Ravnborg
2019-07-16 08:42:11 +02:00
parent 81f6156ca5
commit 54ccae0c08

View File

@ -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"