Skip to content

Commit 395d10a

Browse files
committed
drm/xlnx: Fix build failure due to missing include
Dropping drm_blend.h from drm_crtc.h broke the xlnx driver. Make it build again by including drm_blend.h from the driver directly. My .config was missing some required dependencies so I never build tested it :/ Cc: Hyun Kwon <hyun.kwon@xilinx.com> Cc: Laurent Pinchart <laurent.pinchart@ideasonboard.com> Reported-by: Stephen Rothwell <sfr@canb.auug.org.au> Fixes: 90bb087 ("drm: Drop drm_blend.h from drm_crtc.h") Signed-off-by: Ville Syrjälä <ville.syrjala@linux.intel.com> Link: https://patchwork.freedesktop.org/patch/msgid/20220621075648.7717-1-ville.syrjala@linux.intel.com Reviewed-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com>
1 parent f16a716 commit 395d10a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

drivers/gpu/drm/xlnx/zynqmp_disp.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@
1212
#include <drm/drm_atomic.h>
1313
#include <drm/drm_atomic_helper.h>
1414
#include <drm/drm_atomic_uapi.h>
15+
#include <drm/drm_blend.h>
1516
#include <drm/drm_crtc.h>
1617
#include <drm/drm_device.h>
1718
#include <drm/drm_fb_cma_helper.h>

0 commit comments

Comments
 (0)