All of lore.kernel.org
 help / color / mirror / Atom feed
* [Intel-xe] [PATCH] Revert "drm/i915: define I915 during i915 driver build"
@ 2023-10-02  9:24 Jani Nikula
  2023-10-02  9:27 ` [Intel-xe] ✓ CI.Patch_applied: success for " Patchwork
                   ` (13 more replies)
  0 siblings, 14 replies; 15+ messages in thread
From: Jani Nikula @ 2023-10-02  9:24 UTC (permalink / raw)
  To: intel-xe; +Cc: Jani Nikula, Rodrigo Vivi

This reverts commit 12b98dd1eb4f2ec852dce19a01a76bf43a39bbee.

We already have commit a4ba1ea69f6b ("drm/i915: define I915 during i915
driver build") in the baseline. It defines I915 at a slightly different
place from this, so there was no conflict. This can be dropped.

Cc: Rodrigo Vivi <rodrigo.vivi@intel.com>
Signed-off-by: Jani Nikula <jani.nikula@intel.com>
---
 drivers/gpu/drm/i915/Makefile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/drivers/gpu/drm/i915/Makefile b/drivers/gpu/drm/i915/Makefile
index 911dfb92a8c1..dec78efa452a 100644
--- a/drivers/gpu/drm/i915/Makefile
+++ b/drivers/gpu/drm/i915/Makefile
@@ -12,7 +12,7 @@
 # Note the danger in using -Wall -Wextra is that when CI updates gcc we
 # will most likely get a sudden build breakage... Hopefully we will fix
 # new warnings before CI updates!
-subdir-ccflags-y := -Wall -Wextra -DI915
+subdir-ccflags-y := -Wall -Wextra
 subdir-ccflags-y += -Wno-format-security
 subdir-ccflags-y += -Wno-unused-parameter
 subdir-ccflags-y += -Wno-type-limits
-- 
2.39.2


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

end of thread, other threads:[~2023-10-02 14:41 UTC | newest]

Thread overview: 15+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-10-02  9:24 [Intel-xe] [PATCH] Revert "drm/i915: define I915 during i915 driver build" Jani Nikula
2023-10-02  9:27 ` [Intel-xe] ✓ CI.Patch_applied: success for " Patchwork
2023-10-02  9:27 ` [Intel-xe] ✗ CI.checkpatch: warning " Patchwork
2023-10-02  9:28 ` [Intel-xe] ✓ CI.KUnit: success " Patchwork
2023-10-02  9:35 ` [Intel-xe] ✓ CI.Build: " Patchwork
2023-10-02  9:36 ` [Intel-xe] ✓ CI.Hooks: " Patchwork
2023-10-02  9:37 ` [Intel-xe] ✗ CI.checksparse: warning " Patchwork
2023-10-02 10:14 ` [Intel-xe] ✗ CI.BAT: failure " Patchwork
2023-10-02 11:48 ` [Intel-xe] ✓ CI.Patch_applied: success for Revert "drm/i915: define I915 during i915 driver build" (rev2) Patchwork
2023-10-02 11:48 ` [Intel-xe] ✗ CI.checkpatch: warning " Patchwork
2023-10-02 11:49 ` [Intel-xe] ✓ CI.KUnit: success " Patchwork
2023-10-02 11:56 ` [Intel-xe] ✓ CI.Build: " Patchwork
2023-10-02 11:57 ` [Intel-xe] ✓ CI.Hooks: " Patchwork
2023-10-02 11:58 ` [Intel-xe] ✗ CI.checksparse: warning " Patchwork
2023-10-02 14:41 ` [Intel-xe] [PATCH] Revert "drm/i915: define I915 during i915 driver build" Rodrigo Vivi

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.