Intel-GFX Archive on lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] drm/i915/gt: remove stray declaration of intel_gt_release_all()
@ 2024-08-13 14:06 Luca Coelho
  2024-08-13 14:30 ` ✗ Fi.CI.SPARSE: warning for " Patchwork
                   ` (6 more replies)
  0 siblings, 7 replies; 10+ messages in thread
From: Luca Coelho @ 2024-08-13 14:06 UTC (permalink / raw)
  To: intel-gfx

When intel_gt_release_all() was removed from the code in commit
e89950553385 ("drm/i915: do not clean GT table on error path"), its
declaration in the header file remained.  Remove it.

Signed-off-by: Luca Coelho <luciano.coelho@intel.com>
---

I deliberately have not included a Fixes tag here because this is a
minor clean up and it doesn't make sense to get it into stable
kernels.


drivers/gpu/drm/i915/gt/intel_gt.h | 1 -
 1 file changed, 1 deletion(-)

diff --git a/drivers/gpu/drm/i915/gt/intel_gt.h b/drivers/gpu/drm/i915/gt/intel_gt.h
index b73555889d50..998ca029b73a 100644
--- a/drivers/gpu/drm/i915/gt/intel_gt.h
+++ b/drivers/gpu/drm/i915/gt/intel_gt.h
@@ -174,7 +174,6 @@ static inline bool intel_gt_is_wedged(const struct intel_gt *gt)
 
 int intel_gt_probe_all(struct drm_i915_private *i915);
 int intel_gt_tiles_init(struct drm_i915_private *i915);
-void intel_gt_release_all(struct drm_i915_private *i915);
 
 #define for_each_gt(gt__, i915__, id__) \
 	for ((id__) = 0; \
-- 
2.39.2


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

end of thread, other threads:[~2024-08-20 10:28 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-08-13 14:06 [PATCH] drm/i915/gt: remove stray declaration of intel_gt_release_all() Luca Coelho
2024-08-13 14:30 ` ✗ Fi.CI.SPARSE: warning for " Patchwork
2024-08-13 14:36 ` ✓ Fi.CI.BAT: success " Patchwork
2024-08-13 21:43 ` [PATCH] " Cavitt, Jonathan
2024-08-13 21:46 ` ✗ Fi.CI.IGT: failure for " Patchwork
2024-08-14  9:39   ` Coelho, Luciano
2024-08-20 10:28     ` Illipilli, TejasreeX
2024-08-17  9:19 ` [PATCH] " Andi Shyti
2024-08-17  9:49 ` Andi Shyti
2024-08-20  8:39 ` ✓ Fi.CI.IGT: success for " Patchwork

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox