All of lore.kernel.org
 help / color / mirror / Atom feed
From: Liviu Dudau <liviu.dudau@arm.com>
To: Emil Velikov <emil.l.velikov@gmail.com>
Cc: Mali DP Maintainers <malidp@foss.arm.com>,
	dri-devel@lists.freedesktop.org
Subject: Re: [PATCH 1/3] drm/arm: Kconfig annotate drivers as COMPILE_TEST
Date: Mon, 18 May 2020 12:10:43 +0100	[thread overview]
Message-ID: <20200518111043.GR159988@e110455-lin.cambridge.arm.com> (raw)
In-Reply-To: <20200517193655.3895087-1-emil.l.velikov@gmail.com>

On Sun, May 17, 2020 at 08:36:53PM +0100, Emil Velikov wrote:
> Add the COMPILE_TEST conditional, so that people can at least build test
> the drivers.
> 
> Cc: Liviu Dudau <liviu.dudau@arm.com>

Acked-by: Liviu Dudau <liviu.dudau@arm.com>

> Cc: Brian Starkey <brian.starkey@arm.com>
> Cc: Mali DP Maintainers <malidp@foss.arm.com>
> Cc: dri-devel@lists.freedesktop.org
> Signed-off-by: Emil Velikov <emil.l.velikov@gmail.com>
> ---
> Please merge through the ARM tree.

We're not using the ARM tree anymore, we push patches through drm-misc.

I'm happy if you want to push the whole series or I can do the 2 patches
that I've been Cc-ed on.

Best regards,
Liviu

> 
> Aside: would make sense to have the tree drivers in separate folders
> alongside each other.
> 
> With lima and panfrost in-tree, there's little point in the extra
> "display" for komeda. Might as well remove that one.
> ---
>  drivers/gpu/drm/arm/Kconfig | 4 ++--
>  1 file changed, 2 insertions(+), 2 deletions(-)
> 
> diff --git a/drivers/gpu/drm/arm/Kconfig b/drivers/gpu/drm/arm/Kconfig
> index a204103b3efb..3a9e966e0e78 100644
> --- a/drivers/gpu/drm/arm/Kconfig
> +++ b/drivers/gpu/drm/arm/Kconfig
> @@ -3,7 +3,7 @@ menu "ARM devices"
>  
>  config DRM_HDLCD
>  	tristate "ARM HDLCD"
> -	depends on DRM && OF && (ARM || ARM64)
> +	depends on DRM && OF && (ARM || ARM64 || COMPILE_TEST)
>  	depends on COMMON_CLK
>  	select DRM_KMS_HELPER
>  	select DRM_KMS_CMA_HELPER
> @@ -24,7 +24,7 @@ config DRM_HDLCD_SHOW_UNDERRUN
>  
>  config DRM_MALI_DISPLAY
>  	tristate "ARM Mali Display Processor"
> -	depends on DRM && OF && (ARM || ARM64)
> +	depends on DRM && OF && (ARM || ARM64 || COMPILE_TEST)
>  	depends on COMMON_CLK
>  	select DRM_KMS_HELPER
>  	select DRM_KMS_CMA_HELPER
> -- 
> 2.25.1
> 
> _______________________________________________
> dri-devel mailing list
> dri-devel@lists.freedesktop.org
> https://lists.freedesktop.org/mailman/listinfo/dri-devel

-- 
====================
| I would like to |
| fix the world,  |
| but they're not |
| giving me the   |
 \ source code!  /
  ---------------
    ¯\_(ツ)_/¯
_______________________________________________
dri-devel mailing list
dri-devel@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/dri-devel

  parent reply	other threads:[~2020-05-18 11:10 UTC|newest]

Thread overview: 8+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-05-17 19:36 [PATCH 1/3] drm/arm: Kconfig annotate drivers as COMPILE_TEST Emil Velikov
2020-05-17 19:36 ` [PATCH 2/3] drm/malidp: convert platform driver to use dev_groups Emil Velikov
2020-05-17 19:36 ` [PATCH 3/3] drm/exynos-vidi: " Emil Velikov
2020-05-18  5:03   ` Inki Dae
2020-05-18 11:10 ` Liviu Dudau [this message]
2020-05-19 23:54   ` [PATCH 1/3] drm/arm: Kconfig annotate drivers as COMPILE_TEST Emil Velikov
2020-06-01 17:42     ` Liviu Dudau
2020-06-15 19:25       ` Emil Velikov

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=20200518111043.GR159988@e110455-lin.cambridge.arm.com \
    --to=liviu.dudau@arm.com \
    --cc=dri-devel@lists.freedesktop.org \
    --cc=emil.l.velikov@gmail.com \
    --cc=malidp@foss.arm.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.