drm/bochs: use simple display pipe
Signed-off-by: Gerd Hoffmann <kraxel@redhat.com> Acked-by: Noralf Trønnes <noralf@tronnes.org> Link: http://patchwork.freedesktop.org/patch/msgid/20190410074828.10296-1-kraxel@redhat.com
This commit is contained in:
@@ -7,6 +7,7 @@
|
||||
#include <drm/drm_crtc_helper.h>
|
||||
#include <drm/drm_encoder.h>
|
||||
#include <drm/drm_fb_helper.h>
|
||||
#include <drm/drm_simple_kms_helper.h>
|
||||
|
||||
#include <drm/drm_gem.h>
|
||||
|
||||
@@ -69,9 +70,8 @@ struct bochs_device {
|
||||
struct edid *edid;
|
||||
|
||||
/* drm */
|
||||
struct drm_device *dev;
|
||||
struct drm_crtc crtc;
|
||||
struct drm_encoder encoder;
|
||||
struct drm_device *dev;
|
||||
struct drm_simple_display_pipe pipe;
|
||||
struct drm_connector connector;
|
||||
|
||||
/* ttm */
|
||||
|
Reference in New Issue
Block a user