From: Rodrigo Vivi <rodrigo.vivi@intel.com>
To: Jani Nikula <jani.nikula@intel.com>
Cc: intel-xe@lists.freedesktop.org
Subject: Re: [PATCH 1/2] drm/xe: move xe_display.[ch] under display/
Date: Mon, 22 Jan 2024 11:59:02 -0500 [thread overview]
Message-ID: <Za6e1j9lA_Uz7Vlq@intel.com> (raw)
In-Reply-To: <20240122101428.2683468-1-jani.nikula@intel.com>
On Mon, Jan 22, 2024 at 12:14:27PM +0200, Jani Nikula wrote:
> All the other display related files are under display/ subdirectory,
> also move xe_display.[ch] there.
>
> Sort the build list while at it.
>
> Signed-off-by: Jani Nikula <jani.nikula@intel.com>
Reviewed-by: Rodrigo Vivi <rodrigo.vivi@intel.com>
> ---
> drivers/gpu/drm/xe/Makefile | 18 +++++++++---------
> drivers/gpu/drm/xe/{ => display}/xe_display.c | 0
> drivers/gpu/drm/xe/{ => display}/xe_display.h | 0
> 3 files changed, 9 insertions(+), 9 deletions(-)
> rename drivers/gpu/drm/xe/{ => display}/xe_display.c (100%)
> rename drivers/gpu/drm/xe/{ => display}/xe_display.h (100%)
>
> diff --git a/drivers/gpu/drm/xe/Makefile b/drivers/gpu/drm/xe/Makefile
> index fe8b266a9819..e06f99def559 100644
> --- a/drivers/gpu/drm/xe/Makefile
> +++ b/drivers/gpu/drm/xe/Makefile
> @@ -185,17 +185,17 @@ $(obj)/i915-display/%.o: $(srctree)/drivers/gpu/drm/i915/display/%.c FORCE
>
> # Display code specific to xe
> xe-$(CONFIG_DRM_XE_DISPLAY) += \
> - xe_display.o \
> - display/xe_fb_pin.o \
> - display/xe_hdcp_gsc.o \
> - display/xe_plane_initial.o \
> - display/xe_display_rps.o \
> + display/ext/i915_irq.o \
> + display/ext/i915_utils.o \
> + display/intel_fb_bo.o \
> + display/intel_fbdev_fb.o \
> + display/xe_display.o \
> display/xe_display_misc.o \
> + display/xe_display_rps.o \
> display/xe_dsb_buffer.o \
> - display/intel_fbdev_fb.o \
> - display/intel_fb_bo.o \
> - display/ext/i915_irq.o \
> - display/ext/i915_utils.o
> + display/xe_fb_pin.o \
> + display/xe_hdcp_gsc.o \
> + display/xe_plane_initial.o
>
> # SOC code shared with i915
> xe-$(CONFIG_DRM_XE_DISPLAY) += \
> diff --git a/drivers/gpu/drm/xe/xe_display.c b/drivers/gpu/drm/xe/display/xe_display.c
> similarity index 100%
> rename from drivers/gpu/drm/xe/xe_display.c
> rename to drivers/gpu/drm/xe/display/xe_display.c
> diff --git a/drivers/gpu/drm/xe/xe_display.h b/drivers/gpu/drm/xe/display/xe_display.h
> similarity index 100%
> rename from drivers/gpu/drm/xe/xe_display.h
> rename to drivers/gpu/drm/xe/display/xe_display.h
> --
> 2.39.2
>
prev parent reply other threads:[~2024-01-22 17:06 UTC|newest]
Thread overview: 11+ messages / expand[flat|nested] mbox.gz Atom feed top
2024-01-22 10:14 [PATCH 1/2] drm/xe: move xe_display.[ch] under display/ Jani Nikula
2024-01-22 10:14 ` [PATCH 2/2] drm/xe: drop display/ subdir from include directories Jani Nikula
2024-01-22 16:58 ` Rodrigo Vivi
2024-01-22 17:19 ` Lucas De Marchi
2024-01-22 17:39 ` Jani Nikula
2024-01-23 16:49 ` Lucas De Marchi
2024-01-23 17:13 ` Jani Nikula
2024-01-30 9:19 ` Jani Nikula
2024-01-30 17:32 ` Lucas De Marchi
2024-01-31 13:47 ` Jani Nikula
2024-01-22 16:59 ` Rodrigo Vivi [this message]
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=Za6e1j9lA_Uz7Vlq@intel.com \
--to=rodrigo.vivi@intel.com \
--cc=intel-xe@lists.freedesktop.org \
--cc=jani.nikula@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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.