Re: [Intel-gfx] [PATCH v14 02/35] drm: enum port definition is moved into i915_drm.h

2019-02-15 Thread Daniel Vetter
On Fri, Feb 15, 2019 at 02:04:57PM +0530, Ramalingam C wrote: > For the reusability of the enum port in other driver modules > (like mei_hdcp), enum port definition is moved from I915 local header > intel_display.h to drm/i915_drm.h > > Signed-off-by: Ramalingam C > Acked-by: Daniel Vetter Appl

[Intel-gfx] [PATCH v14 02/35] drm: enum port definition is moved into i915_drm.h

2019-02-15 Thread Ramalingam C
For the reusability of the enum port in other driver modules (like mei_hdcp), enum port definition is moved from I915 local header intel_display.h to drm/i915_drm.h Signed-off-by: Ramalingam C Acked-by: Daniel Vetter --- drivers/gpu/drm/i915/intel_display.h | 16 +--- include/drm/i9