Re: [PATCH v5 3/4] drm/i915: init panel orientation property

2021-04-28 Thread kernel test robot
Hi Hsin-Yi, Thank you for the patch! Yet something to improve: [auto build test ERROR on drm-intel/for-linux-next] [also build test ERROR on drm-tip/drm-tip drm-exynos/exynos-drm-next tegra-drm/drm/tegra/for-next linus/master v5.12 next-20210428] [cannot apply to drm/drm-next] [If your patch is

Re: [PATCH v5 3/4] drm/i915: init panel orientation property

2021-04-28 Thread Sean Paul
On Wed, Apr 28, 2021 at 1:04 PM Hsin-Yi Wang wrote: > > Creating the panel orientation property first since we separate the > property creating and value setting. This should probably be included in patch 1 so you don't regress i915 in between patches. Sean > > Signed-off-by: Hsin-Yi Wang > --

[PATCH v5 3/4] drm/i915: init panel orientation property

2021-04-28 Thread Hsin-Yi Wang
Creating the panel orientation property first since we separate the property creating and value setting. Signed-off-by: Hsin-Yi Wang --- drivers/gpu/drm/i915/display/icl_dsi.c | 1 + drivers/gpu/drm/i915/display/intel_dp.c | 1 + drivers/gpu/drm/i915/display/vlv_dsi.c | 1 + 3 files changed, 3