linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH v2 0/2] drm: remove redundant __GFP_NOWARN
@ 2025-08-07 14:39 Qianfeng Rong
  2025-08-07 14:39 ` [PATCH v2 1/2] drm/locking: " Qianfeng Rong
  2025-08-07 14:39 ` [PATCH v2 2/2] drm/i915: " Qianfeng Rong
  0 siblings, 2 replies; 5+ messages in thread
From: Qianfeng Rong @ 2025-08-07 14:39 UTC (permalink / raw)
  To: Maarten Lankhorst, Maxime Ripard, Thomas Zimmermann, David Airlie,
	Simona Vetter, Jani Nikula, Joonas Lahtinen, Rodrigo Vivi,
	Tvrtko Ursulin, Qianfeng Rong, open list:DRM DRIVERS, open list
  Cc: willy

Commit 16f5dfbc851b ("gfp: include __GFP_NOWARN in GFP_NOWAIT") made
GFP_NOWAIT implicitly include __GFP_NOWARN.

Therefore, explicit __GFP_NOWARN combined with GFP_NOWAIT (e.g.,
`GFP_NOWAIT | __GFP_NOWARN`) is now redundant.  Let's clean up these
redundant flags across subsystems.

No functional changes.

Qianfeng Rong (2):
  drm/locking: remove redundant __GFP_NOWARN
  drm/i915: remove redundant __GFP_NOWARN

 drivers/gpu/drm/drm_modeset_lock.c               | 4 ++--
 drivers/gpu/drm/i915/gt/intel_engine_heartbeat.c | 4 ++--
 drivers/gpu/drm/i915/i915_active.c               | 2 +-
 3 files changed, 5 insertions(+), 5 deletions(-)

-- 
2.34.1


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

end of thread, other threads:[~2025-08-07 18:08 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-08-07 14:39 [PATCH v2 0/2] drm: remove redundant __GFP_NOWARN Qianfeng Rong
2025-08-07 14:39 ` [PATCH v2 1/2] drm/locking: " Qianfeng Rong
2025-08-07 18:07   ` Jani Nikula
2025-08-07 14:39 ` [PATCH v2 2/2] drm/i915: " Qianfeng Rong
2025-08-07 18:07   ` Jani Nikula

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).