All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 1/3] drm/radeon: Select BACKLIGHT_LCD_SUPPORT
@ 2015-08-14 10:50 Thierry Reding
  2015-08-14 10:50 ` [PATCH 2/3] drm/amdgpu: " Thierry Reding
  2015-08-14 10:50 ` [PATCH 3/3] drm/sti: Select FW_LOADER Thierry Reding
  0 siblings, 2 replies; 4+ messages in thread
From: Thierry Reding @ 2015-08-14 10:50 UTC (permalink / raw)
  To: dri-devel; +Cc: Alex Deucher, Christian König

From: Thierry Reding <treding@nvidia.com>

Explicitly select BACKLIGHT_LCD_SUPPORT to satisfy the direct dependency
of BACKLIGHT_CLASS_DEVICE.

Cc: Alex Deucher <alexander.deucher@amd.com>
Cc: Christian König <christian.koenig@amd.com>
Signed-off-by: Thierry Reding <treding@nvidia.com>
---
 drivers/gpu/drm/Kconfig | 1 +
 1 file changed, 1 insertion(+)

diff --git a/drivers/gpu/drm/Kconfig b/drivers/gpu/drm/Kconfig
index b645fa0e8f44..c4b6b0f5ad53 100644
--- a/drivers/gpu/drm/Kconfig
+++ b/drivers/gpu/drm/Kconfig
@@ -132,6 +132,7 @@ config DRM_RADEON
 	select POWER_SUPPLY
 	select HWMON
 	select BACKLIGHT_CLASS_DEVICE
+	select BACKLIGHT_LCD_SUPPORT
 	select INTERVAL_TREE
 	help
 	  Choose this option if you have an ATI Radeon graphics card.  There
-- 
2.4.5

_______________________________________________
dri-devel mailing list
dri-devel@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/dri-devel

^ permalink raw reply related	[flat|nested] 4+ messages in thread

* [PATCH 2/3] drm/amdgpu: Select BACKLIGHT_LCD_SUPPORT
  2015-08-14 10:50 [PATCH 1/3] drm/radeon: Select BACKLIGHT_LCD_SUPPORT Thierry Reding
@ 2015-08-14 10:50 ` Thierry Reding
  2015-08-14 10:50 ` [PATCH 3/3] drm/sti: Select FW_LOADER Thierry Reding
  1 sibling, 0 replies; 4+ messages in thread
From: Thierry Reding @ 2015-08-14 10:50 UTC (permalink / raw)
  To: dri-devel; +Cc: Alex Deucher, Christian König

From: Thierry Reding <treding@nvidia.com>

Explicitly select BACKLIGHT_LCD_SUPPORT to satisfy the direct dependency
of BACKLIGHT_CLASS_DEVICE.

Cc: Alex Deucher <alexander.deucher@amd.com>
Cc: Christian König <christian.koenig@amd.com>
Signed-off-by: Thierry Reding <treding@nvidia.com>
---
 drivers/gpu/drm/Kconfig | 1 +
 1 file changed, 1 insertion(+)

diff --git a/drivers/gpu/drm/Kconfig b/drivers/gpu/drm/Kconfig
index c4b6b0f5ad53..23143158fb81 100644
--- a/drivers/gpu/drm/Kconfig
+++ b/drivers/gpu/drm/Kconfig
@@ -156,6 +156,7 @@ config DRM_AMDGPU
 	select POWER_SUPPLY
 	select HWMON
 	select BACKLIGHT_CLASS_DEVICE
+	select BACKLIGHT_LCD_SUPPORT
 	select INTERVAL_TREE
 	help
 	  Choose this option if you have a recent AMD Radeon graphics card.
-- 
2.4.5

_______________________________________________
dri-devel mailing list
dri-devel@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/dri-devel

^ permalink raw reply related	[flat|nested] 4+ messages in thread

* [PATCH 3/3] drm/sti: Select FW_LOADER
  2015-08-14 10:50 [PATCH 1/3] drm/radeon: Select BACKLIGHT_LCD_SUPPORT Thierry Reding
  2015-08-14 10:50 ` [PATCH 2/3] drm/amdgpu: " Thierry Reding
@ 2015-08-14 10:50 ` Thierry Reding
  2015-08-14 12:28   ` Benjamin Gaignard
  1 sibling, 1 reply; 4+ messages in thread
From: Thierry Reding @ 2015-08-14 10:50 UTC (permalink / raw)
  To: dri-devel; +Cc: Benjamin Gaignard

From: Thierry Reding <treding@nvidia.com>

Select FW_LOADER explicitly to satify the direct dependency of
FW_LOADER_USER_HELPER_FALLBACK.

Cc: Benjamin Gaignard <benjamin.gaignard@linaro.org>
Signed-off-by: Thierry Reding <treding@nvidia.com>
---
 drivers/gpu/drm/sti/Kconfig | 1 +
 1 file changed, 1 insertion(+)

diff --git a/drivers/gpu/drm/sti/Kconfig b/drivers/gpu/drm/sti/Kconfig
index fbccc105819b..0a9048c47b95 100644
--- a/drivers/gpu/drm/sti/Kconfig
+++ b/drivers/gpu/drm/sti/Kconfig
@@ -6,6 +6,7 @@ config DRM_STI
 	select DRM_GEM_CMA_HELPER
 	select DRM_KMS_CMA_HELPER
 	select DRM_PANEL
+	select FW_LOADER
 	select FW_LOADER_USER_HELPER_FALLBACK
 	help
 	  Choose this option to enable DRM on STM stiH41x chipset
-- 
2.4.5

_______________________________________________
dri-devel mailing list
dri-devel@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/dri-devel

^ permalink raw reply related	[flat|nested] 4+ messages in thread

* Re: [PATCH 3/3] drm/sti: Select FW_LOADER
  2015-08-14 10:50 ` [PATCH 3/3] drm/sti: Select FW_LOADER Thierry Reding
@ 2015-08-14 12:28   ` Benjamin Gaignard
  0 siblings, 0 replies; 4+ messages in thread
From: Benjamin Gaignard @ 2015-08-14 12:28 UTC (permalink / raw)
  To: Thierry Reding, Vincent Abriou; +Cc: dri-devel

you can add my ack-by on this patch

2015-08-14 12:50 GMT+02:00 Thierry Reding <thierry.reding@gmail.com>:
> From: Thierry Reding <treding@nvidia.com>
>
> Select FW_LOADER explicitly to satify the direct dependency of
> FW_LOADER_USER_HELPER_FALLBACK.
>
> Cc: Benjamin Gaignard <benjamin.gaignard@linaro.org>
> Signed-off-by: Thierry Reding <treding@nvidia.com>
> ---
>  drivers/gpu/drm/sti/Kconfig | 1 +
>  1 file changed, 1 insertion(+)
>
> diff --git a/drivers/gpu/drm/sti/Kconfig b/drivers/gpu/drm/sti/Kconfig
> index fbccc105819b..0a9048c47b95 100644
> --- a/drivers/gpu/drm/sti/Kconfig
> +++ b/drivers/gpu/drm/sti/Kconfig
> @@ -6,6 +6,7 @@ config DRM_STI
>         select DRM_GEM_CMA_HELPER
>         select DRM_KMS_CMA_HELPER
>         select DRM_PANEL
> +       select FW_LOADER
>         select FW_LOADER_USER_HELPER_FALLBACK
>         help
>           Choose this option to enable DRM on STM stiH41x chipset
> --
> 2.4.5
>



-- 
Benjamin Gaignard

Graphic Working Group

Linaro.org │ Open source software for ARM SoCs

Follow Linaro: Facebook | Twitter | Blog
_______________________________________________
dri-devel mailing list
dri-devel@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/dri-devel

^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2015-08-14 12:28 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2015-08-14 10:50 [PATCH 1/3] drm/radeon: Select BACKLIGHT_LCD_SUPPORT Thierry Reding
2015-08-14 10:50 ` [PATCH 2/3] drm/amdgpu: " Thierry Reding
2015-08-14 10:50 ` [PATCH 3/3] drm/sti: Select FW_LOADER Thierry Reding
2015-08-14 12:28   ` Benjamin Gaignard

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.