Maxime Ripard e73f57b70a
drm/sun4i: tv: Include drm_atomic.h
Commit ec491291dc94 ("drm/sun4i: tv: Merge mode_set into atomic_enable")
has introduced a call to drm_atomic_get_new_crtc_state(), but didn't
include drm_atomic.h.

On CONFIG_OF systems, this is fine because drm_atomic.h is included by
drm_of.h through drm_bridge.h. However, whenever CONFIG_OF isn't set, we
end up with a compilation error.

Fixes: ec491291dc94 ("drm/sun4i: tv: Merge mode_set into atomic_enable")
Reported-by: kernel test robot <lkp@intel.com>
Reported-by: Ville Syrjälä <ville.syrjala@linux.intel.com>
Reviewed-by: Ville Syrjälä <ville.syrjala@linux.intel.com>
Signed-off-by: Maxime Ripard <maxime@cerno.tech>
Link: https://patchwork.freedesktop.org/patch/msgid/20220909093116.4141982-1-maxime@cerno.tech
2022-09-09 11:41:46 +02:00
..
2022-09-09 11:41:46 +02:00
2022-09-07 12:13:22 +02:00
2022-08-26 14:22:59 +02:00
2022-07-13 10:54:56 +10:00
2022-06-28 07:56:32 +02:00
2022-07-21 12:16:10 +02:00
2022-04-07 12:53:53 +02:00
2022-07-13 10:54:56 +10:00
2022-04-12 09:27:20 +03:00
2022-08-26 13:41:33 +02:00