Skip to content

Commit

Permalink
drm/tiny: ili9163: fix build
Browse files Browse the repository at this point in the history
Commit build fix that I forgot to amend :-(

Fixes: 50848e3 ("drm/tiny: add driver for newhaven, 1.8-128160EF")
Signed-off-by: Sam Ravnborg <[email protected]>
Acked-by: Sam Ravnborg <[email protected]>
Cc: Daniel Mack <[email protected]>
Link: https://patchwork.freedesktop.org/patch/msgid/[email protected]
  • Loading branch information
sravnborg committed Oct 15, 2021
1 parent 50848e3 commit 6eab822
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions drivers/gpu/drm/tiny/ili9163.c
Original file line number Diff line number Diff line change
Expand Up @@ -10,10 +10,11 @@
#include <drm/drm_atomic_helper.h>
#include <drm/drm_drv.h>
#include <drm/drm_fb_helper.h>
#include <drm/drm_gem_atomic_helper.h>
#include <drm/drm_gem_cma_helper.h>
#include <drm/drm_gem_framebuffer_helper.h>
#include <drm/drm_mipi_dbi.h>
#include <drm/drm_modeset_helper.h>

#include <video/mipi_display.h>

#define ILI9163_FRMCTR1 0xb1
Expand Down Expand Up @@ -102,7 +103,7 @@ static const struct drm_simple_display_pipe_funcs ili9163_pipe_funcs = {
.enable = yx240qv29_enable,
.disable = mipi_dbi_pipe_disable,
.update = mipi_dbi_pipe_update,
.prepare_fb = drm_gem_fb_simple_display_pipe_prepare_fb,
.prepare_fb = drm_gem_simple_display_pipe_prepare_fb,
};

static const struct drm_display_mode yx240qv29_mode = {
Expand Down

0 comments on commit 6eab822

Please sign in to comment.