Hi Ville.
On Mon, Jun 13, 2022 at 11:03:12PM +0300, Ville Syrjala wrote:
From: Ville Syrjälä ville.syrjala@linux.intel.com
drm_crtc.h has no need for drm_blend.h, so don't include it. Avoids useless rebuilds of the entire universe when touching drm_blend.h.
s/drm_blend.h/drm_crtc.h/
Quite a few placs do currently depend on drm_blend.h without actually including it directly. All of those need to be fixed up.
Signed-off-by: Ville Syrjälä ville.syrjala@linux.intel.com
With the commit message fixed: Acked-by: Sam Ravnborg sam@ravnborg.org