Re: [Intel-gfx] [PATCH v2 07/10] drm/i915: split out intel_pm_types.h

2021-12-01 Thread Ville Syrjälä
On Wed, Dec 01, 2021 at 03:57:09PM +0200, Jani Nikula wrote: > This is far from ideal, but it reduces the i915_drv.h dependency from > intel_display_types.h. Maybe in the future we'll need a better split. Yeah, looks pretty temporary until we move the wm code into some actually sensible place.

[Intel-gfx] [PATCH v2 07/10] drm/i915: split out intel_pm_types.h

2021-12-01 Thread Jani Nikula
This is far from ideal, but it reduces the i915_drv.h dependency from intel_display_types.h. Maybe in the future we'll need a better split. Signed-off-by: Jani Nikula --- .../drm/i915/display/intel_display_types.h| 1 + drivers/gpu/drm/i915/i915_drv.h | 64 +---