All of lore.kernel.org
 help / color / mirror / Atom feed
* [Intel-xe] [PATCH 0/6] Cleanup warnings (fix build with W=1)
@ 2023-02-21 23:33 Lucas De Marchi
  2023-02-21 23:33 ` [Intel-xe] [PATCH 1/6] drm/xe: Make local functions static Lucas De Marchi
                   ` (5 more replies)
  0 siblings, 6 replies; 17+ messages in thread
From: Lucas De Marchi @ 2023-02-21 23:33 UTC (permalink / raw)
  To: intel-xe; +Cc: Lucas De Marchi

Build with W=1 and fix all the warnings after applying both this series
and https://lore.kernel.org/intel-xe/20230221194002.819026-1-lucas.demarchi@intel.com/T/#t
([PATCH v3 00/13] Start register cleanup).

References: https://gitlab.freedesktop.org/drm/xe/kernel/-/issues/211

Lucas De Marchi (6):
  drm/xe: Make local functions static
  drm/xe: Fix application of LRC tunings
  drm/xe: Fix kunit integration due to missing prototypes
  drm/xe: Remove unused functions
  drm/xe: Add missing doc for xe parameter
  drm/xe: Add missing include xe_wait_user_fence.h

 drivers/gpu/drm/xe/tests/xe_bo.c        | 54 ++++++++++++++-----------
 drivers/gpu/drm/xe/tests/xe_dma_buf.c   |  2 +
 drivers/gpu/drm/xe/tests/xe_migrate.c   |  6 +++
 drivers/gpu/drm/xe/xe_gt.c              |  7 ++--
 drivers/gpu/drm/xe/xe_gt_topology.c     | 25 ------------
 drivers/gpu/drm/xe/xe_guc.c             |  4 +-
 drivers/gpu/drm/xe/xe_irq.c             |  2 +-
 drivers/gpu/drm/xe/xe_ttm_stolen_mgr.c  |  1 +
 drivers/gpu/drm/xe/xe_tuning.c          | 15 ++++++-
 drivers/gpu/drm/xe/xe_tuning.h          |  2 +
 drivers/gpu/drm/xe/xe_wait_user_fence.c |  8 ++--
 11 files changed, 68 insertions(+), 58 deletions(-)

-- 
2.39.0


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

end of thread, other threads:[~2023-02-23  0:37 UTC | newest]

Thread overview: 17+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-02-21 23:33 [Intel-xe] [PATCH 0/6] Cleanup warnings (fix build with W=1) Lucas De Marchi
2023-02-21 23:33 ` [Intel-xe] [PATCH 1/6] drm/xe: Make local functions static Lucas De Marchi
2023-02-22  9:48   ` Matthew Auld
2023-02-21 23:33 ` [Intel-xe] [PATCH 2/6] drm/xe: Fix application of LRC tunings Lucas De Marchi
2023-02-22 10:16   ` Matthew Auld
2023-02-21 23:33 ` [Intel-xe] [PATCH 3/6] drm/xe: Fix kunit integration due to missing prototypes Lucas De Marchi
2023-02-22 10:02   ` Matthew Auld
2023-02-22 14:59     ` Lucas De Marchi
2023-02-22 17:10       ` Matthew Auld
2023-02-22 17:42         ` Lucas De Marchi
2023-02-21 23:33 ` [Intel-xe] [PATCH 4/6] drm/xe: Remove unused functions Lucas De Marchi
2023-02-22 10:05   ` Matthew Auld
2023-02-21 23:33 ` [Intel-xe] [PATCH 5/6] drm/xe: Add missing doc for xe parameter Lucas De Marchi
2023-02-22 10:06   ` Matthew Auld
2023-02-21 23:33 ` [Intel-xe] [PATCH 6/6] drm/xe: Add missing include xe_wait_user_fence.h Lucas De Marchi
2023-02-22 10:07   ` Matthew Auld
2023-02-23  0:37     ` Lucas De Marchi

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.