Message ID | 20240626050056.3996349-6-ankit.k.nautiyal@intel.com (mailing list archive) |
---|---|
State | New, archived |
Headers | show |
Series | Add HDMI PLL Algorithm for SNPS/C10PHY | expand |
On Wed, 26 Jun 2024, Ankit Nautiyal <ankit.k.nautiyal@intel.com> wrote: > Include the intel_pll_algorithm for xe driver. Not how this works. Please build every commit before submitting and you'll see the build is broken at patch 2. git rebase -i $tip -x make BR, Jani. > > Signed-off-by: Ankit Nautiyal <ankit.k.nautiyal@intel.com> > --- > drivers/gpu/drm/xe/Makefile | 1 + > 1 file changed, 1 insertion(+) > > diff --git a/drivers/gpu/drm/xe/Makefile b/drivers/gpu/drm/xe/Makefile > index 478acc94a71c..30b63c2eadd0 100644 > --- a/drivers/gpu/drm/xe/Makefile > +++ b/drivers/gpu/drm/xe/Makefile > @@ -261,6 +261,7 @@ xe-$(CONFIG_DRM_XE_DISPLAY) += \ > i915-display/intel_modeset_setup.o \ > i915-display/intel_modeset_verify.o \ > i915-display/intel_panel.o \ > + i915-display/intel_pll_algorithm.o \ > i915-display/intel_pmdemand.o \ > i915-display/intel_pps.o \ > i915-display/intel_psr.o \
On 6/26/2024 3:42 PM, Jani Nikula wrote: > On Wed, 26 Jun 2024, Ankit Nautiyal <ankit.k.nautiyal@intel.com> wrote: >> Include the intel_pll_algorithm for xe driver. > Not how this works. Please build every commit before submitting and > you'll see the build is broken at patch 2. > > git rebase -i $tip -x make > > BR, > Jani. Apologies for this, will move this earlier in the series. Thanks & Regards, Ankit > > >> Signed-off-by: Ankit Nautiyal <ankit.k.nautiyal@intel.com> >> --- >> drivers/gpu/drm/xe/Makefile | 1 + >> 1 file changed, 1 insertion(+) >> >> diff --git a/drivers/gpu/drm/xe/Makefile b/drivers/gpu/drm/xe/Makefile >> index 478acc94a71c..30b63c2eadd0 100644 >> --- a/drivers/gpu/drm/xe/Makefile >> +++ b/drivers/gpu/drm/xe/Makefile >> @@ -261,6 +261,7 @@ xe-$(CONFIG_DRM_XE_DISPLAY) += \ >> i915-display/intel_modeset_setup.o \ >> i915-display/intel_modeset_verify.o \ >> i915-display/intel_panel.o \ >> + i915-display/intel_pll_algorithm.o \ >> i915-display/intel_pmdemand.o \ >> i915-display/intel_pps.o \ >> i915-display/intel_psr.o \
diff --git a/drivers/gpu/drm/xe/Makefile b/drivers/gpu/drm/xe/Makefile index 478acc94a71c..30b63c2eadd0 100644 --- a/drivers/gpu/drm/xe/Makefile +++ b/drivers/gpu/drm/xe/Makefile @@ -261,6 +261,7 @@ xe-$(CONFIG_DRM_XE_DISPLAY) += \ i915-display/intel_modeset_setup.o \ i915-display/intel_modeset_verify.o \ i915-display/intel_panel.o \ + i915-display/intel_pll_algorithm.o \ i915-display/intel_pmdemand.o \ i915-display/intel_pps.o \ i915-display/intel_psr.o \
Include the intel_pll_algorithm for xe driver. Signed-off-by: Ankit Nautiyal <ankit.k.nautiyal@intel.com> --- drivers/gpu/drm/xe/Makefile | 1 + 1 file changed, 1 insertion(+)