Re: [Intel-gfx] [PATCH 3/4] drm/i915/tc: move legacy code out of the main _max_lane_count() func

2023-07-19 Thread kernel test robot
drm-tip patch link: https://lore.kernel.org/r/20230719132822.305612-4-luciano.coelho%40intel.com patch subject: [Intel-gfx] [PATCH 3/4] drm/i915/tc: move legacy code out of the main _max_lane_count() func config: x86_64-defconfig (https://download.01.org/0day-ci/archive/20230719/202307192225

[Intel-gfx] [PATCH 3/4] drm/i915/tc: move legacy code out of the main _max_lane_count() func

2023-07-19 Thread Luca Coelho
This makes the code a bit more symmetric and readable, especially when we start adding more display version-specific alternatives. Signed-off-by: Luca Coelho --- drivers/gpu/drm/i915/display/intel_tc.c | 18 +++--- 1 file changed, 15 insertions(+), 3 deletions(-) diff --git