diff options
| author | Alex Bee <[email protected]> | 2024-01-15 10:24:35 +0100 |
|---|---|---|
| committer | Maxime Ripard <[email protected]> | 2024-01-17 10:34:23 +0100 |
| commit | aabf5c412f0435b676b668283d1aba1da10a32b9 (patch) | |
| tree | f98b4df1c19d541ab0354d4484c1ef6f006c56a0 /tools/perf/scripts/python/bin | |
| parent | a05f7279307bbee354016dc695effac043e626a5 (diff) | |
drm/rockchip: inno_hdmi: Explicitly include drm_atomic.h
Commit d3e040f450ec ("drm/rockchip: inno_hdmi: Get rid of mode_set")
started using drm_atomic_get_new_connector_state and
drm_atomic_get_new_crtc_state which are defined in drm_atomic.h
Building does currently only work if CONFIG_OF and CONFIG_DRM_PANEL_BRIDGE
are enabled since this will include drm_atomic.h via drm_bridge.h (see
drm_of.h).
Explicitly include drm_atomic.h in inno_hdmi.c to fix this.
Reported-by: kernel test robot <[email protected]>
Closes: https://lore.kernel.org/oe-kbuild-all/[email protected]/
Closes: https://lore.kernel.org/oe-kbuild-all/[email protected]/
Fixes: d3e040f450ec ("drm/rockchip: inno_hdmi: Get rid of mode_set")
Signed-off-by: Alex Bee <[email protected]>
Signed-off-by: Maxime Ripard <[email protected]>
Link: https://patchwork.freedesktop.org/patch/msgid/[email protected]
Diffstat (limited to 'tools/perf/scripts/python/bin')
0 files changed, 0 insertions, 0 deletions