diff mbox series

[5/5] drm/xe: Add intel_pll_algorithm in Makefile

Message ID 20240626050056.3996349-6-ankit.k.nautiyal@intel.com (mailing list archive)
State New
Headers show
Series Add HDMI PLL Algorithm for SNPS/C10PHY | expand

Commit Message

Nautiyal, Ankit K June 26, 2024, 5 a.m. UTC
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(+)

Comments

Jani Nikula June 26, 2024, 10:12 a.m. UTC | #1
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 \
Nautiyal, Ankit K June 27, 2024, 5:12 p.m. UTC | #2
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 mbox series

Patch

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 \