All of lore.kernel.org
 help / color / mirror / Atom feed
From: Mauro Carvalho Chehab <mauro.chehab@linux.intel.com>
To: Lucas De Marchi <lucas.demarchi@intel.com>,
	intel-xe@lists.freedesktop.org
Cc: thomas.hellstrom@intel.com, mauro.chehab@intel.com,
	maarten.lankhorst@intel.com
Subject: Re: [Intel-xe] [PATCH] fixup! drm/xe: Introduce a new DRM driver for Intel GPUs
Date: Fri, 17 Mar 2023 07:08:43 +0100	[thread overview]
Message-ID: <b3e461ce-e0b7-1f9b-106a-b01ce3251565@linux.intel.com> (raw)
In-Reply-To: <20230316182951.3441696-1-lucas.demarchi@intel.com>

On 3/16/23 19:29, Lucas De Marchi wrote:
> Introduced with the 6.2 rebase due to
> commit 000458b5966f ("drm: Only select I2C_ALGOBIT for drivers that
> actually need it"). Make a similar selection when CONFIG_DRM_XE_DISPLAY
> is enabled. Also, provide this as a fixup-only commit, to be squashed in
> the next rebase. With this, the following command works again:
>
> 	./tools/testing/kunit/kunit.py build \
> 		--kunitconfig drivers/gpu/drm/xe/.kunitconfig
>
> Signed-off-by: Lucas De Marchi <lucas.demarchi@intel.com>

Yeah, selecting I2C and I2C_ALGOBIT is something that needs to be done 
on each driver.

Doing such kind of things subsystem-wide doesn't sound right. So, LGTM.

Reviewed-by: Mauro Carvalho Chehab <mchehab@kernel.org>

> ---
>   drivers/gpu/drm/xe/Kconfig | 2 ++
>   1 file changed, 2 insertions(+)
>
> diff --git a/drivers/gpu/drm/xe/Kconfig b/drivers/gpu/drm/xe/Kconfig
> index 4684e99549d3..aeaf3ce19c4f 100644
> --- a/drivers/gpu/drm/xe/Kconfig
> +++ b/drivers/gpu/drm/xe/Kconfig
> @@ -44,6 +44,8 @@ config DRM_XE
>   config DRM_XE_DISPLAY
>   	bool "Enable display support"
>   	depends on DRM_XE && EXPERT
> +	select I2C
> +	select I2C_ALGOBIT
>   	default y
>   	help
>   	  Disable this option only if you want to compile out display support.

  parent reply	other threads:[~2023-03-17  6:08 UTC|newest]

Thread overview: 21+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-03-16 18:29 [Intel-xe] [PATCH] fixup! drm/xe: Introduce a new DRM driver for Intel GPUs Lucas De Marchi
2023-03-16 18:32 ` [Intel-xe] ✓ CI.Patch_applied: success for " Patchwork
2023-03-16 18:33 ` [Intel-xe] ✗ CI.KUnit: failure " Patchwork
2023-03-16 20:53   ` Lucas De Marchi
2023-03-17  6:08 ` Mauro Carvalho Chehab [this message]
2023-05-01 19:03 [Intel-xe] [PATCH 2/2] " Rodrigo Vivi
2023-05-01 19:37 ` [Intel-xe] [PATCH] " Rodrigo Vivi
2023-05-15 15:15 Francois Dugast
2023-05-15 15:32 ` Lucas De Marchi
2023-05-15 21:09   ` Rodrigo Vivi
2023-05-15 21:16     ` Rodrigo Vivi
2023-05-31  6:19 Lucas De Marchi
2023-05-31 13:00 ` Gustavo Sousa
2023-05-31 14:46 ` Matt Roper
2023-05-31 16:24 ` Lucas De Marchi
2023-06-07 22:38 Ashutosh Dixit
2023-06-07 22:49 ` Matt Roper
2023-07-07 17:10 Francois Dugast
2023-07-07 20:05 ` Matthew Brost
2023-07-24  8:12 Niranjana Vishwanathapura
2023-08-03 22:00 Daniele Ceraolo Spurio
2023-08-04  0:24 ` Matthew Brost

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=b3e461ce-e0b7-1f9b-106a-b01ce3251565@linux.intel.com \
    --to=mauro.chehab@linux.intel.com \
    --cc=intel-xe@lists.freedesktop.org \
    --cc=lucas.demarchi@intel.com \
    --cc=maarten.lankhorst@intel.com \
    --cc=mauro.chehab@intel.com \
    --cc=thomas.hellstrom@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.