* [PATCH] drm/sprd: remove allow_fb_modifiers setting
@ 2022-02-04 2:36 Tomohito Esaki
2022-02-06 21:28 ` Sam Ravnborg
0 siblings, 1 reply; 2+ messages in thread
From: Tomohito Esaki @ 2022-02-04 2:36 UTC (permalink / raw)
To: dri-devel
Cc: David Airlie, Daniel Vetter, Orson Zhai, Baolin Wang,
Chunyan Zhang, Maarten Lankhorst, Kevin Tang, Maxime Ripard,
Laurent Pinchart, Andy Shevchenko, linux-kernel, Tomohito Esaki,
kernel test robot
Remove allow_fb_modifiers setting in this driver. The allow_fb_modifiers
flag was removed.
Signed-off-by: Tomohito Esaki <etom@igel.co.jp>
Fixes: 3d082157a242 ("drm: remove allow_fb_modifiers")
Reported-by: kernel test robot <lkp@intel.com>
---
drivers/gpu/drm/sprd/sprd_drm.c | 1 -
1 file changed, 1 deletion(-)
diff --git a/drivers/gpu/drm/sprd/sprd_drm.c b/drivers/gpu/drm/sprd/sprd_drm.c
index a077e2d4d721..54c851bccf5b 100644
--- a/drivers/gpu/drm/sprd/sprd_drm.c
+++ b/drivers/gpu/drm/sprd/sprd_drm.c
@@ -43,7 +43,6 @@ static void sprd_drm_mode_config_init(struct drm_device *drm)
drm->mode_config.min_height = 0;
drm->mode_config.max_width = 8192;
drm->mode_config.max_height = 8192;
- drm->mode_config.allow_fb_modifiers = true;
drm->mode_config.funcs = &sprd_drm_mode_config_funcs;
drm->mode_config.helper_private = &sprd_drm_mode_config_helper;
--
2.17.1
^ permalink raw reply related [flat|nested] 2+ messages in thread* Re: [PATCH] drm/sprd: remove allow_fb_modifiers setting
2022-02-04 2:36 [PATCH] drm/sprd: remove allow_fb_modifiers setting Tomohito Esaki
@ 2022-02-06 21:28 ` Sam Ravnborg
0 siblings, 0 replies; 2+ messages in thread
From: Sam Ravnborg @ 2022-02-06 21:28 UTC (permalink / raw)
To: Tomohito Esaki
Cc: dri-devel, kernel test robot, Kevin Tang, David Airlie,
Chunyan Zhang, linux-kernel, Maxime Ripard, Baolin Wang,
Orson Zhai, Andy Shevchenko, Laurent Pinchart
Hi Tomohito,
On Fri, Feb 04, 2022 at 11:36:35AM +0900, Tomohito Esaki wrote:
> Remove allow_fb_modifiers setting in this driver. The allow_fb_modifiers
> flag was removed.
>
> Signed-off-by: Tomohito Esaki <etom@igel.co.jp>
> Fixes: 3d082157a242 ("drm: remove allow_fb_modifiers")
> Reported-by: kernel test robot <lkp@intel.com>
> ---
> drivers/gpu/drm/sprd/sprd_drm.c | 1 -
> 1 file changed, 1 deletion(-)
>
> diff --git a/drivers/gpu/drm/sprd/sprd_drm.c b/drivers/gpu/drm/sprd/sprd_drm.c
> index a077e2d4d721..54c851bccf5b 100644
> --- a/drivers/gpu/drm/sprd/sprd_drm.c
> +++ b/drivers/gpu/drm/sprd/sprd_drm.c
> @@ -43,7 +43,6 @@ static void sprd_drm_mode_config_init(struct drm_device *drm)
> drm->mode_config.min_height = 0;
> drm->mode_config.max_width = 8192;
> drm->mode_config.max_height = 8192;
> - drm->mode_config.allow_fb_modifiers = true;
>
> drm->mode_config.funcs = &sprd_drm_mode_config_funcs;
> drm->mode_config.helper_private = &sprd_drm_mode_config_helper;
Thanks, this partially fixed my arm build.
Pushed to drm-misc-next and should appear in -next within some days.
Sam
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2022-02-06 21:28 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2022-02-04 2:36 [PATCH] drm/sprd: remove allow_fb_modifiers setting Tomohito Esaki
2022-02-06 21:28 ` Sam Ravnborg
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox