All of lore.kernel.org
 help / color / mirror / Atom feed
* [RFC PATCH] drm: Increase DRM_OBJECT_MAX_PROPERTY by 18.
@ 2021-10-05  6:51 ` Sebastian Andrzej Siewior
  0 siblings, 0 replies; 23+ messages in thread
From: Sebastian Andrzej Siewior @ 2021-10-05  6:51 UTC (permalink / raw)
  To: dri-devel, Maarten Lankhorst, intel-gfx
  Cc: Maxime Ripard, Thomas Zimmermann, David Airlie, Daniel Vetter,
	Jani Nikula, Joonas Lahtinen, Rodrigo Vivi, Thomas Gleixner,
	Sebastian Andrzej Siewior

The warning poped up, it says it increase it by the number of occurrence.
I saw it 18 times so here it is.
It started to up since commit
   2f425cf5242a0 ("drm: Fix oops in damage self-tests by mocking damage property")

Increase DRM_OBJECT_MAX_PROPERTY by 18.

Signed-off-by: Sebastian Andrzej Siewior <bigeasy@linutronix.de>
---

I have no idea whether this is correct or just a symptom of another
problem. This has been observed with i915 and full debug.

 include/drm/drm_mode_object.h | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/include/drm/drm_mode_object.h b/include/drm/drm_mode_object.h
index c34a3e8030e12..1e5399e47c3a5 100644
--- a/include/drm/drm_mode_object.h
+++ b/include/drm/drm_mode_object.h
@@ -60,7 +60,7 @@ struct drm_mode_object {
 	void (*free_cb)(struct kref *kref);
 };
 
-#define DRM_OBJECT_MAX_PROPERTY 24
+#define DRM_OBJECT_MAX_PROPERTY 42
 /**
  * struct drm_object_properties - property tracking for &drm_mode_object
  */
-- 
2.33.0


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

end of thread, other threads:[~2021-10-19 17:59 UTC | newest]

Thread overview: 23+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-10-05  6:51 [RFC PATCH] drm: Increase DRM_OBJECT_MAX_PROPERTY by 18 Sebastian Andrzej Siewior
2021-10-05  6:51 ` [Intel-gfx] " Sebastian Andrzej Siewior
2021-10-05  7:46 ` [Intel-gfx] ✗ Fi.CI.CHECKPATCH: warning for " Patchwork
2021-10-05  8:18 ` [Intel-gfx] ✓ Fi.CI.BAT: success " Patchwork
2021-10-05 10:09 ` [Intel-gfx] ✓ Fi.CI.IGT: " Patchwork
2021-10-13 12:02 ` [RFC PATCH] " Daniel Vetter
2021-10-13 12:02   ` [Intel-gfx] " Daniel Vetter
2021-10-13 12:35   ` Sebastian Andrzej Siewior
2021-10-13 12:35     ` [Intel-gfx] " Sebastian Andrzej Siewior
2021-10-13 12:57     ` Daniel Vetter
2021-10-13 12:57       ` [Intel-gfx] " Daniel Vetter
2021-10-13 17:35       ` Sebastian Andrzej Siewior
2021-10-13 17:35         ` [Intel-gfx] " Sebastian Andrzej Siewior
2021-10-14 13:21         ` Daniel Vetter
2021-10-14 13:21           ` [Intel-gfx] " Daniel Vetter
2021-10-14 13:47           ` Sebastian Andrzej Siewior
2021-10-14 13:47             ` [Intel-gfx] " Sebastian Andrzej Siewior
2021-10-19 12:24             ` Daniel Vetter
2021-10-19 12:24               ` [Intel-gfx] " Daniel Vetter
2021-10-19 13:14               ` Sebastian Andrzej Siewior
2021-10-19 13:14                 ` [Intel-gfx] " Sebastian Andrzej Siewior
2021-10-19 17:25 ` [Intel-gfx] ✗ Fi.CI.CHECKPATCH: warning for drm: Increase DRM_OBJECT_MAX_PROPERTY by 18. (rev2) Patchwork
2021-10-19 17:59 ` [Intel-gfx] ✗ Fi.CI.BAT: failure " Patchwork

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.