All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH v2 0/3] Rename IS_ACTIVE() and move to kconfig.h
@ 2021-09-29 18:33 ` Lucas De Marchi
  0 siblings, 0 replies; 32+ messages in thread
From: Lucas De Marchi @ 2021-09-29 18:33 UTC (permalink / raw)
  To: intel-gfx; +Cc: Daniel Vetter, dri-devel, Masahiro Yamada, linux-kernel

As we try to reduce our i915-only helpers, let's try to improve
IS_ACTIVE() logic and move to kconfig.h.

I'm not 100% happy with the name, but it's the best I could come up
with, hopefully a little better than trying to add IS_ACTIVE() to be
used broadly.

v2: now with Cc/To list fixed up - no changes to the patches.

Lucas De Marchi (3):
  drm/i915: rename IS_ACTIVE
  drm/i915/utils: do not depend on config being defined
  Move IS_CONFIG_NONZERO() to kconfig.h

 drivers/gpu/drm/i915/gem/i915_gem_context.c      |  2 +-
 drivers/gpu/drm/i915/gem/i915_gem_mman.c         |  2 +-
 drivers/gpu/drm/i915/gt/intel_engine.h           |  4 ++--
 drivers/gpu/drm/i915/gt/intel_engine_heartbeat.c |  2 +-
 drivers/gpu/drm/i915/gt/intel_engine_types.h     |  2 +-
 .../gpu/drm/i915/gt/intel_execlists_submission.c |  2 +-
 .../gpu/drm/i915/gt/selftest_engine_heartbeat.c  |  4 ++--
 drivers/gpu/drm/i915/gt/selftest_execlists.c     | 14 +++++++-------
 drivers/gpu/drm/i915/i915_config.c               |  2 +-
 drivers/gpu/drm/i915/i915_request.c              |  2 +-
 drivers/gpu/drm/i915/i915_utils.h                | 13 -------------
 include/linux/kconfig.h                          | 16 ++++++++++++++--
 12 files changed, 32 insertions(+), 33 deletions(-)

-- 
2.33.0


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

end of thread, other threads:[~2021-10-01  8:10 UTC | newest]

Thread overview: 32+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-09-29 18:33 [PATCH v2 0/3] Rename IS_ACTIVE() and move to kconfig.h Lucas De Marchi
2021-09-29 18:33 ` [Intel-gfx] " Lucas De Marchi
2021-09-29 18:33 ` [PATCH v2 1/3] drm/i915: rename IS_ACTIVE Lucas De Marchi
2021-09-29 18:33   ` [Intel-gfx] " Lucas De Marchi
2021-09-30 10:46   ` Jani Nikula
2021-09-30 10:46     ` [Intel-gfx] " Jani Nikula
2021-09-30 15:47     ` Lucas De Marchi
2021-09-30 15:47       ` [Intel-gfx] " Lucas De Marchi
2021-09-29 18:33 ` [PATCH v2 2/3] drm/i915/utils: do not depend on config being defined Lucas De Marchi
2021-09-29 18:33   ` [Intel-gfx] " Lucas De Marchi
2021-09-29 21:08   ` Andrzej Hajda
2021-09-29 21:08     ` [Intel-gfx] " Andrzej Hajda
2021-09-29 22:54     ` Lucas De Marchi
2021-09-29 22:54       ` [Intel-gfx] " Lucas De Marchi
2021-09-30  7:01       ` Andrzej Hajda
2021-09-30  7:01         ` [Intel-gfx] " Andrzej Hajda
2021-09-30 10:00   ` Steven Price
2021-09-30 10:00     ` [Intel-gfx] " Steven Price
2021-09-30 10:00     ` Steven Price
2021-09-30 15:43     ` Lucas De Marchi
2021-09-30 15:43       ` [Intel-gfx] " Lucas De Marchi
2021-09-29 18:33 ` [PATCH v2 3/3] Move IS_CONFIG_NONZERO() to kconfig.h Lucas De Marchi
2021-09-29 18:33   ` [Intel-gfx] " Lucas De Marchi
2021-09-30 14:01   ` Masahiro Yamada
2021-09-30 14:01     ` [Intel-gfx] " Masahiro Yamada
2021-09-30 15:55     ` Lucas De Marchi
2021-09-30 15:55       ` [Intel-gfx] " Lucas De Marchi
2021-10-01  2:33       ` Masahiro Yamada
2021-10-01  2:33         ` [Intel-gfx] " Masahiro Yamada
2021-09-29 18:43 ` [Intel-gfx] ✗ Fi.CI.CHECKPATCH: warning for Rename IS_ACTIVE() and move " Patchwork
2021-09-29 19:13 ` [Intel-gfx] ✓ Fi.CI.BAT: success " Patchwork
2021-09-29 22:05 ` [Intel-gfx] ✗ Fi.CI.IGT: failure " Patchwork

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.