On Sat, Apr 19, 2025 at 07:30:02PM -0500, Aaron Kling via B4 Relay wrote: > From: Thierry Reding <tred...@nvidia.com> > > Changes to a plane's type after it has been registered aren't propagated > to userspace automatically. This could possibly be achieved by updating > the property, but since we can already determine which type this should > be before the registration, passing in the right type from the start is > a much better solution. > > Suggested-by: Aaron Kling <webgeek1...@gmail.com> > Signed-off-by: Thierry Reding <tred...@nvidia.com> > Cc: sta...@vger.kernel.org > --- > Signed-off-by: Aaron Kling <webgeek1...@gmail.com>
Your tag should come after other tags, without any separation between those. Also, if you consider this to be a bug, please add the Fixes tag as described in Documentation/process/submitting-patches.rst . > --- > drivers/gpu/drm/tegra/dc.c | 12 ++++++++---- > drivers/gpu/drm/tegra/hub.c | 4 ++-- > drivers/gpu/drm/tegra/hub.h | 3 ++- > 3 files changed, 12 insertions(+), 7 deletions(-) > -- With best wishes Dmitry