Intel-GFX Archive on lore.kernel.org
 help / color / mirror / Atom feed
* [Intel-gfx] [PATCH 0/4] Remove platform acronyms and stepping from comments
@ 2022-12-22  8:25 Lucas De Marchi
  2022-12-22  8:25 ` [Intel-gfx] [PATCH 1/4] drm/i915/gt: Remove platform comments from workarounds Lucas De Marchi
                   ` (6 more replies)
  0 siblings, 7 replies; 19+ messages in thread
From: Lucas De Marchi @ 2022-12-22  8:25 UTC (permalink / raw)
  To: intel-gfx, dri-devel; +Cc: Lucas De Marchi

Cleanup gt and display wrt the comments for the workarounds. Rationale
is in the patch itself.

I'm providing the patches, as generated by the commands in the commit
message, with a fixup on top to remove false positives. The intention for
when this is ready to be applied is to squash the fixup: it's only
provided for ease of review and rebase.

Lucas De Marchi (4):
  drm/i915/gt: Remove platform comments from workarounds
  fixup! drm/i915/gt: Remove platform comments from workarounds
  drm/i915: Remove platform comments from workarounds
  fixup! drm/i915: Remove platform comments from workarounds

 drivers/gpu/drm/i915/display/g4x_hdmi.c       |   2 +-
 drivers/gpu/drm/i915/display/i9xx_plane.c     |   2 +-
 drivers/gpu/drm/i915/display/icl_dsi.c        |  10 +-
 .../gpu/drm/i915/display/intel_atomic_plane.c |   2 +-
 drivers/gpu/drm/i915/display/intel_cdclk.c    |   2 +-
 drivers/gpu/drm/i915/display/intel_cursor.c   |   2 +-
 drivers/gpu/drm/i915/display/intel_display.c  |  20 +-
 .../drm/i915/display/intel_display_power.c    |   8 +-
 .../i915/display/intel_display_power_well.c   |   2 +-
 drivers/gpu/drm/i915/display/intel_dmc.c      |   2 +-
 drivers/gpu/drm/i915/display/intel_dpll.c     |   2 +-
 drivers/gpu/drm/i915/display/intel_dpll_mgr.c |   2 +-
 drivers/gpu/drm/i915/display/intel_fbc.c      |  10 +-
 drivers/gpu/drm/i915/display/intel_fdi.c      |   2 +-
 drivers/gpu/drm/i915/display/intel_hdmi.c     |   2 +-
 .../drm/i915/display/intel_modeset_setup.c    |   4 +-
 .../gpu/drm/i915/display/intel_pch_refclk.c   |   2 +-
 drivers/gpu/drm/i915/display/intel_psr.c      |  24 +-
 drivers/gpu/drm/i915/display/intel_sprite.c   |   2 +-
 drivers/gpu/drm/i915/display/intel_vga.c      |   2 +-
 .../drm/i915/display/skl_universal_plane.c    |   6 +-
 drivers/gpu/drm/i915/display/skl_watermark.c  |   8 +-
 drivers/gpu/drm/i915/gem/i915_gem_stolen.c    |   2 +-
 drivers/gpu/drm/i915/gt/gen8_engine_cs.c      |  12 +-
 drivers/gpu/drm/i915/gt/intel_engine_cs.c     |   2 +-
 .../drm/i915/gt/intel_execlists_submission.c  |   6 +-
 drivers/gpu/drm/i915/gt/intel_gt.c            |   2 +-
 drivers/gpu/drm/i915/gt/intel_gtt.c           |   2 +-
 drivers/gpu/drm/i915/gt/intel_lrc.c           |  20 +-
 drivers/gpu/drm/i915/gt/intel_mocs.c          |   2 +-
 drivers/gpu/drm/i915/gt/intel_rc6.c           |   4 +-
 drivers/gpu/drm/i915/gt/intel_reset.c         |   4 +-
 .../gpu/drm/i915/gt/intel_ring_submission.c   |  10 +-
 drivers/gpu/drm/i915/gt/intel_rps.c           |   2 +-
 drivers/gpu/drm/i915/gt/intel_workarounds.c   | 439 +++++++++---------
 drivers/gpu/drm/i915/gt/uc/intel_guc.c        |  16 +-
 .../gpu/drm/i915/gt/uc/intel_guc_submission.c |   4 +-
 drivers/gpu/drm/i915/gt/uc/intel_uc.c         |   4 +-
 drivers/gpu/drm/i915/gvt/mmio_context.c       |   2 +-
 drivers/gpu/drm/i915/i915_perf.c              |  10 +-
 drivers/gpu/drm/i915/intel_pm.c               | 132 +++---
 drivers/gpu/drm/i915/intel_uncore.c           |   8 +-
 42 files changed, 400 insertions(+), 401 deletions(-)

-- 
2.39.0


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

end of thread, other threads:[~2023-01-16 13:01 UTC | newest]

Thread overview: 19+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2022-12-22  8:25 [Intel-gfx] [PATCH 0/4] Remove platform acronyms and stepping from comments Lucas De Marchi
2022-12-22  8:25 ` [Intel-gfx] [PATCH 1/4] drm/i915/gt: Remove platform comments from workarounds Lucas De Marchi
2022-12-22 10:27   ` Tvrtko Ursulin
2022-12-22 15:55     ` Lucas De Marchi
2022-12-23  9:02       ` Tvrtko Ursulin
2022-12-23 18:28         ` Lucas De Marchi
2023-01-03 23:03           ` Matt Roper
2023-01-04  9:58           ` Tvrtko Ursulin
2023-01-04 19:34             ` Matt Roper
2023-01-05 13:35               ` Tvrtko Ursulin
2023-01-07  0:29                 ` Matt Roper
2023-01-12 21:42                 ` Lucas De Marchi
2023-01-16 13:01                   ` Tvrtko Ursulin
2022-12-22  8:25 ` [Intel-gfx] [PATCH 2/4] fixup! " Lucas De Marchi
2022-12-22  8:25 ` [Intel-gfx] [PATCH 3/4] drm/i915: " Lucas De Marchi
2022-12-22  8:25 ` [Intel-gfx] [PATCH 4/4] fixup! " Lucas De Marchi
2022-12-22 17:15 ` [Intel-gfx] ✗ Fi.CI.SPARSE: warning for Remove platform acronyms and stepping from comments Patchwork
2022-12-22 17:39 ` [Intel-gfx] ✓ Fi.CI.BAT: success " Patchwork
2022-12-22 23:07 ` [Intel-gfx] ✓ Fi.CI.IGT: " Patchwork

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