All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH v2 0/2] Improve type-safety on POWER_DOMAIN_*() macros
@ 2025-02-12 17:43 Gustavo Sousa
  2025-02-12 17:43 ` [PATCH v2 1/2] drm/i915/display: Use explicit cast in " Gustavo Sousa
                   ` (11 more replies)
  0 siblings, 12 replies; 18+ messages in thread
From: Gustavo Sousa @ 2025-02-12 17:43 UTC (permalink / raw)
  To: intel-gfx, intel-xe; +Cc: Jani Nikula

Fix one issue[1] reported by the kernel test robot and also take this
opportunity to improve POWER_DOMAIN_*() macros by making them explicitly
return the expected enum type.

[1] https://lore.kernel.org/oe-kbuild-all/202502120809.XfmcqkBD-lkp@intel.com/

Gustavo Sousa (2):
  drm/i915/display: Use explicit cast in POWER_DOMAIN_*() macros
  drm/i915/display: Make POWER_DOMAIN_*() always result in enum
    intel_display_power_domain

 drivers/gpu/drm/i915/display/intel_display_power.h | 7 ++++---
 1 file changed, 4 insertions(+), 3 deletions(-)

-- 
2.48.1


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

end of thread, other threads:[~2025-02-13  7:46 UTC | newest]

Thread overview: 18+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-02-12 17:43 [PATCH v2 0/2] Improve type-safety on POWER_DOMAIN_*() macros Gustavo Sousa
2025-02-12 17:43 ` [PATCH v2 1/2] drm/i915/display: Use explicit cast in " Gustavo Sousa
2025-02-12 17:52   ` Ville Syrjälä
2025-02-12 17:59     ` Gustavo Sousa
2025-02-12 18:44       ` Gustavo Sousa
2025-02-12 18:55         ` Ville Syrjälä
2025-02-12 19:02           ` Gustavo Sousa
2025-02-12 17:43 ` [PATCH v2 2/2] drm/i915/display: Make POWER_DOMAIN_*() always result in enum intel_display_power_domain Gustavo Sousa
2025-02-12 21:26 ` ✓ CI.Patch_applied: success for Improve type-safety on POWER_DOMAIN_*() macros (rev2) Patchwork
2025-02-12 21:26 ` ✓ CI.checkpatch: " Patchwork
2025-02-12 21:27 ` ✓ CI.KUnit: " Patchwork
2025-02-12 21:44 ` ✓ CI.Build: " Patchwork
2025-02-12 21:46 ` ✓ CI.Hooks: " Patchwork
2025-02-12 21:48 ` ✓ CI.checksparse: " Patchwork
2025-02-12 22:07 ` ✓ Xe.CI.BAT: " Patchwork
2025-02-12 23:28 ` ✗ Fi.CI.SPARSE: warning " Patchwork
2025-02-12 23:45 ` ✗ i915.CI.BAT: failure " Patchwork
2025-02-13  7:46 ` ✗ Xe.CI.Full: " 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.