Intel-XE Archive on lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] drm/xe/pf: Remove unused xe var in pf_get_threshold
@ 2024-06-28  8:54 Nirmoy Das
  2024-06-28 11:18 ` Imre Deak
  2024-07-01 16:28 ` ✗ CI.Patch_applied: failure for drm/xe/pf: Remove unused xe var in pf_get_threshold (rev2) Patchwork
  0 siblings, 2 replies; 4+ messages in thread
From: Nirmoy Das @ 2024-06-28  8:54 UTC (permalink / raw)
  To: intel-xe; +Cc: Nirmoy Das, Neil Armstrong, Michal Wajdeczko

Remove unused xe var which probably came for resolving a merge
conflict, commit 2817ef9704e7 ("Merge remote-tracking branch
'drm/drm-next' into drm-tip")

Cc: Neil Armstrong <neil.armstrong@linaro.org>
Cc: Michal Wajdeczko <michal.wajdeczko@intel.com>
Signed-off-by: Nirmoy Das <nirmoy.das@intel.com>
---
 drivers/gpu/drm/xe/xe_gt_sriov_pf_config.c | 1 -
 1 file changed, 1 deletion(-)

diff --git a/drivers/gpu/drm/xe/xe_gt_sriov_pf_config.c b/drivers/gpu/drm/xe/xe_gt_sriov_pf_config.c
index a5c9dfa1077c..694671497f6e 100644
--- a/drivers/gpu/drm/xe/xe_gt_sriov_pf_config.c
+++ b/drivers/gpu/drm/xe/xe_gt_sriov_pf_config.c
@@ -1785,7 +1785,6 @@ static int pf_get_threshold(struct xe_gt *gt, unsigned int vfid,
 			    enum xe_guc_klv_threshold_index index)
 {
 	struct xe_gt_sriov_config *config = pf_pick_vf_config(gt, vfid);
-	struct xe_device *xe = gt_to_xe(gt);
 
 	return config->thresholds[index];
 }
-- 
2.42.0


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

end of thread, other threads:[~2024-07-01 16:28 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-06-28  8:54 [PATCH] drm/xe/pf: Remove unused xe var in pf_get_threshold Nirmoy Das
2024-06-28 11:18 ` Imre Deak
2024-06-28 11:27   ` Nirmoy Das
2024-07-01 16:28 ` ✗ CI.Patch_applied: failure for drm/xe/pf: Remove unused xe var in pf_get_threshold (rev2) Patchwork

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