Re: [Intel-gfx] [PATCH v2 16/17] drm/i915/dp: abstract struct intel_dp pps members to a sub-struct

2021-01-13 Thread Anshuman Gupta
On 2021-01-08 at 19:44:24 +0200, Jani Nikula wrote: > Add some namespacing to highlight what belongs where. No functional > changes. > > Signed-off-by: Jani Nikula > --- > .../drm/i915/display/intel_display_debugfs.c | 8 +- > .../drm/i915/display/intel_display_types.h| 61 +++--- >

[Intel-gfx] [PATCH v2 16/17] drm/i915/dp: abstract struct intel_dp pps members to a sub-struct

2021-01-08 Thread Jani Nikula
Add some namespacing to highlight what belongs where. No functional changes. Signed-off-by: Jani Nikula --- .../drm/i915/display/intel_display_debugfs.c | 8 +- .../drm/i915/display/intel_display_types.h| 61 +++--- drivers/gpu/drm/i915/display/intel_dp.c | 14 +-