]> git.ipfire.org Git - thirdparty/kernel/linux.git/commitdiff
drm/xe: Remove debug comment in page reclaim
authorBrian Nguyen <brian3.nguyen@intel.com>
Wed, 7 Jan 2026 01:04:49 +0000 (09:04 +0800)
committerMatthew Brost <matthew.brost@intel.com>
Thu, 8 Jan 2026 22:33:30 +0000 (14:33 -0800)
Drop debug comment erronenously added in patch commit.

Signed-off-by: Brian Nguyen <brian3.nguyen@intel.com>
Reviewed-by: Matthew Brost <matthew.brost@intel.com>
Signed-off-by: Matthew Brost <matthew.brost@intel.com>
Link: https://patch.msgid.link/20260107010447.4125005-7-brian3.nguyen@intel.com
drivers/gpu/drm/xe/xe_page_reclaim.c

index fd8c337611276863757d4dcf4b4bf150439591b3..94d4608ebd7492d67bc8e59eaf7b756c2405cbb5 100644 (file)
@@ -108,7 +108,6 @@ void xe_page_reclaim_list_invalidate(struct xe_page_reclaim_list *prl)
  */
 void xe_page_reclaim_list_init(struct xe_page_reclaim_list *prl)
 {
-       // xe_page_reclaim_list_invalidate(prl);
        prl->entries = NULL;
        prl->num_entries = 0;
 }