From: Rodrigo Vivi <rodrigo.vivi@intel.com>
To: Lucas De Marchi <lucas.demarchi@intel.com>
Cc: intel-xe@lists.freedesktop.org
Subject: Re: [Intel-xe] [PATCH 1/2] fixup! drm/xe/display: Implement display support
Date: Thu, 9 Nov 2023 13:58:35 -0500 [thread overview]
Message-ID: <ZU0r221fWnY8erP6@intel.com> (raw)
In-Reply-To: <20231109175132.3084142-2-lucas.demarchi@intel.com>
On Thu, Nov 09, 2023 at 09:51:31AM -0800, Lucas De Marchi wrote:
> Due to the way we build i915-display for Xe, we can't have both i915 and
> xe as builtin, otherwise there will be symbols defined twice. This can
> be improved later by renaming the symbols in the source (redirecting via
> macros) or during build via linker/objcopy.
>
> For now, just fix alleyesconfig. If i915 was not selected it could
> be left builtin, but it'd be a weird dependency on another driver. So,
> just make de dependency be "if display is selected, xe must be built as
> module".
>
> Signed-off-by: Lucas De Marchi <lucas.demarchi@intel.com>
Reviewed-by: Rodrigo Vivi <rodrigo.vivi@intel.com>
> ---
> drivers/gpu/drm/xe/Kconfig | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/drivers/gpu/drm/xe/Kconfig b/drivers/gpu/drm/xe/Kconfig
> index c66c4466e8b8..2fa2d6dacb96 100644
> --- a/drivers/gpu/drm/xe/Kconfig
> +++ b/drivers/gpu/drm/xe/Kconfig
> @@ -47,7 +47,7 @@ config DRM_XE
>
> config DRM_XE_DISPLAY
> bool "Enable display support"
> - depends on DRM_XE && EXPERT
> + depends on DRM_XE && EXPERT && DRM_XE=m
> select FB_IOMEM_HELPERS
> select I2C
> select I2C_ALGOBIT
> --
> 2.40.1
>
next prev parent reply other threads:[~2023-11-09 18:58 UTC|newest]
Thread overview: 24+ messages / expand[flat|nested] mbox.gz Atom feed top
2023-11-09 17:51 [Intel-xe] [PATCH 0/2] Fix builtin vs module configuration Lucas De Marchi
2023-11-09 17:51 ` [Intel-xe] [PATCH 1/2] fixup! drm/xe/display: Implement display support Lucas De Marchi
2023-11-09 18:58 ` Rodrigo Vivi [this message]
2023-11-09 17:51 ` [Intel-xe] [PATCH 2/2] drm/xe: Fix build with KUNIT=m Lucas De Marchi
2023-11-09 18:58 ` Rodrigo Vivi
2023-11-13 10:04 ` Jani Nikula
2023-11-13 13:47 ` Lucas De Marchi
2023-11-13 15:04 ` Jani Nikula
2023-11-09 20:57 ` [Intel-xe] ✓ CI.Patch_applied: success for Fix builtin vs module configuration Patchwork
2023-11-09 20:57 ` [Intel-xe] ✓ CI.checkpatch: " Patchwork
2023-11-09 20:58 ` [Intel-xe] ✓ CI.KUnit: " Patchwork
2023-11-09 21:08 ` [Intel-xe] ✓ CI.Build: " Patchwork
2023-11-09 21:08 ` [Intel-xe] ✓ CI.Hooks: " Patchwork
2023-11-09 21:09 ` [Intel-xe] ✓ CI.checksparse: " Patchwork
2023-11-11 16:22 ` [Intel-xe] ✓ CI.Patch_applied: success for Fix builtin vs module configuration (rev2) Patchwork
2023-11-11 16:22 ` [Intel-xe] ✓ CI.checkpatch: " Patchwork
2023-11-11 16:23 ` [Intel-xe] ✓ CI.KUnit: " Patchwork
2023-11-11 16:30 ` [Intel-xe] ✓ CI.Build: " Patchwork
2023-11-11 16:31 ` [Intel-xe] ✓ CI.Hooks: " Patchwork
2023-11-11 16:32 ` [Intel-xe] ✓ CI.checksparse: " Patchwork
2023-11-11 17:01 ` [Intel-xe] ✓ CI.BAT: " Patchwork
-- strict thread matches above, loose matches on Subject: below --
2023-11-17 17:56 [Intel-xe] [PATCH 0/2] drm/xe: Fix display build with W=1 Lucas De Marchi
2023-11-17 17:56 ` [Intel-xe] [PATCH 1/2] fixup! drm/xe/display: Implement display support Lucas De Marchi
2023-11-17 18:48 ` Gustavo Sousa
2023-09-12 11:46 [Intel-xe] [PATCH 0/2] Remove extra headers added into intel_display_power.h Jouni Högander
2023-09-12 11:46 ` [Intel-xe] [PATCH 1/2] fixup! drm/xe/display: Implement display support Jouni Högander
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=ZU0r221fWnY8erP6@intel.com \
--to=rodrigo.vivi@intel.com \
--cc=intel-xe@lists.freedesktop.org \
--cc=lucas.demarchi@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