Intel-GFX Archive on lore.kernel.org
 help / color / mirror / Atom feed
From: Jani Nikula <jani.nikula@intel.com>
To: Nirmoy Das <nirmoy.das@linux.intel.com>, intel-gfx@lists.freedesktop.org
Subject: Re: [Intel-gfx] [PATCH 2/2] drm/i915: move Makefile display debugfs files next to display
Date: Wed, 25 Oct 2023 13:35:04 +0300	[thread overview]
Message-ID: <877cnb9ehz.fsf@intel.com> (raw)
In-Reply-To: <b09a4449-0e15-606e-107f-163ce60ecfc9@linux.intel.com>

On Wed, 25 Oct 2023, Nirmoy Das <nirmoy.das@linux.intel.com> wrote:
> On 10/24/2023 3:04 PM, Jani Nikula wrote:
>> Keep the display build lists together.
>>
>> Signed-off-by: Jani Nikula <jani.nikula@intel.com>
>> ---
>>   drivers/gpu/drm/i915/Makefile | 7 ++++---
>>   1 file changed, 4 insertions(+), 3 deletions(-)
>>
>> diff --git a/drivers/gpu/drm/i915/Makefile b/drivers/gpu/drm/i915/Makefile
>> index bc785dd89c19..e92682424915 100644
>> --- a/drivers/gpu/drm/i915/Makefile
>> +++ b/drivers/gpu/drm/i915/Makefile
>> @@ -95,9 +95,7 @@ i915-$(CONFIG_COMPAT) += \
>>   	i915_ioc32.o
>>   i915-$(CONFIG_DEBUG_FS) += \
>>   	i915_debugfs.o \
>> -	i915_debugfs_params.o \
>> -	display/intel_display_debugfs.o \
>> -	display/intel_pipe_crc.o
>> +	i915_debugfs_params.o
>>   i915-$(CONFIG_PERF_EVENTS) += \
>>   	i915_pmu.o
>>   
>> @@ -318,6 +316,9 @@ i915-$(CONFIG_ACPI) += \
>>   	display/intel_opregion.o
>>   i915-$(CONFIG_DRM_FBDEV_EMULATION) += \
>>   	display/intel_fbdev.o
>> +i915-$(CONFIG_DEBUG_FS) += \
>> +	display/intel_display_debugfs.o \
>> +	display/intel_pipe_crc.o
>
>  From a quick look, I am not sure how this file is related to debugfs. I 
> will try to find out but that is

The pipe crc is only available via drm debugfs.

>
> unrelated to this patch so
>
> Reviewed-by: Nirmoy Das <nirmoy.das@intel.com>

Thanks,
Jani.

>
>>   
>>   # modesetting output/encoder code
>>   i915-y += \

-- 
Jani Nikula, Intel

  reply	other threads:[~2023-10-25 10:42 UTC|newest]

Thread overview: 7+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-10-24 13:04 [Intel-gfx] [PATCH 1/2] drm/i915: fix Makefile sort and indent Jani Nikula
2023-10-24 13:04 ` [Intel-gfx] [PATCH 2/2] drm/i915: move Makefile display debugfs files next to display Jani Nikula
2023-10-25  9:35   ` Nirmoy Das
2023-10-25 10:35     ` Jani Nikula [this message]
2023-10-25  1:11 ` [Intel-gfx] ✓ Fi.CI.BAT: success for series starting with [1/2] drm/i915: fix Makefile sort and indent Patchwork
2023-10-25  9:25 ` [Intel-gfx] [PATCH 1/2] " Nirmoy Das
2023-10-25 15:51 ` [Intel-gfx] ✗ Fi.CI.IGT: failure for series starting with [1/2] " Patchwork

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=877cnb9ehz.fsf@intel.com \
    --to=jani.nikula@intel.com \
    --cc=intel-gfx@lists.freedesktop.org \
    --cc=nirmoy.das@linux.intel.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox