All of lore.kernel.org
 help / color / mirror / Atom feed
From: Jani Nikula <jani.nikula@intel.com>
To: intel-gfx@lists.freedesktop.org, intel-xe@lists.freedesktop.org,
	dri-devel@lists.freedesktop.org
Cc: jani.nikula@intel.com
Subject: [PATCH 01/10] drm/i915: use system include for drm headers
Date: Wed, 10 Apr 2024 13:05:08 +0300	[thread overview]
Message-ID: <ed02b81fcbbc0d27be4af460c521aefbfdc76375.1712743191.git.jani.nikula@intel.com> (raw)
In-Reply-To: <cover.1712743191.git.jani.nikula@intel.com>

Use <> instead of "" for including headers from include/, even if the
file is in the same directory.

Signed-off-by: Jani Nikula <jani.nikula@intel.com>
---
 include/drm/i915_component.h | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/include/drm/i915_component.h b/include/drm/i915_component.h
index 56a84ee1c64c..4ea3b17aa143 100644
--- a/include/drm/i915_component.h
+++ b/include/drm/i915_component.h
@@ -24,7 +24,7 @@
 #ifndef _I915_COMPONENT_H_
 #define _I915_COMPONENT_H_
 
-#include "drm_audio_component.h"
+#include <drm/drm_audio_component.h>
 
 enum i915_component_type {
 	I915_COMPONENT_AUDIO = 1,
-- 
2.39.2


  reply	other threads:[~2024-04-10 10:05 UTC|newest]

Thread overview: 69+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2024-04-10 10:05 [PATCH 00/10] drm: move Intel drm headers to a subdirectory Jani Nikula
2024-04-10 10:05 ` Jani Nikula [this message]
2024-04-10 14:06   ` [PATCH 01/10] drm/i915: use system include for drm headers Andi Shyti
2024-04-10 10:05 ` [PATCH 02/10] drm: move intel-gtt.h under include/drm/intel Jani Nikula
2024-04-10 14:15   ` Andi Shyti
2024-04-10 10:05 ` [PATCH 03/10] drm: move i915_gsc_proxy_mei_interface.h " Jani Nikula
2024-04-11 14:11   ` Andi Shyti
2024-04-10 10:05 ` [PATCH 04/10] drm: move i915_component.h " Jani Nikula
2024-04-11 14:14   ` Andi Shyti
2024-04-11 15:34   ` [PATCH v2] " Jani Nikula
2024-04-10 10:05 ` [PATCH 05/10] drm: move intel_lpe_audio.h " Jani Nikula
2024-04-11 14:19   ` Andi Shyti
2024-04-11 15:25     ` Jani Nikula
2024-04-10 10:05 ` [PATCH 06/10] drm: move i915_drm.h " Jani Nikula
2024-04-10 10:19   ` Ilpo Järvinen
2024-04-10 10:23     ` Jani Nikula
2024-04-10 10:26   ` [PATCH v2] " Jani Nikula
2024-04-11 14:21     ` Andi Shyti
2024-04-11 15:33       ` Jani Nikula
2024-04-10 10:05 ` [PATCH 07/10] drm: move i915_pxp_tee_interface.h " Jani Nikula
2024-04-10 10:05 ` [PATCH 08/10] drm: move i915_pciids.h " Jani Nikula
2024-04-10 10:05 ` [PATCH 09/10] drm: move xe_pciids.h " Jani Nikula
2024-04-10 10:05 ` [PATCH 10/10] drm: move i915_hdcp_interface.h " Jani Nikula
2024-04-10 10:29 ` ✓ CI.Patch_applied: success for drm: move Intel drm headers to a subdirectory Patchwork
2024-04-10 10:29 ` ✗ CI.checkpatch: warning " Patchwork
2024-04-10 10:30 ` ✓ CI.KUnit: success " Patchwork
2024-04-10 10:39 ` ✗ Fi.CI.CHECKPATCH: warning " Patchwork
2024-04-10 10:39 ` ✗ Fi.CI.SPARSE: " Patchwork
2024-04-10 10:42 ` ✓ CI.Build: success " Patchwork
2024-04-10 10:44 ` ✓ CI.Hooks: " Patchwork
2024-04-10 10:46 ` ✗ CI.checksparse: warning " Patchwork
2024-04-10 10:46 ` ✓ Fi.CI.BAT: success " Patchwork
2024-04-10 11:08 ` ✗ Fi.CI.CHECKPATCH: warning for drm: move Intel drm headers to a subdirectory (rev2) Patchwork
2024-04-10 11:08 ` ✗ Fi.CI.SPARSE: " Patchwork
2024-04-10 11:09 ` ✓ CI.BAT: success for drm: move Intel drm headers to a subdirectory Patchwork
2024-04-10 11:14 ` ✓ Fi.CI.BAT: success for drm: move Intel drm headers to a subdirectory (rev2) Patchwork
2024-04-10 11:14 ` ✓ CI.Patch_applied: " Patchwork
2024-04-10 11:14 ` ✗ CI.checkpatch: warning " Patchwork
2024-04-10 11:15 ` ✓ CI.KUnit: success " Patchwork
2024-04-10 11:27 ` ✓ CI.Build: " Patchwork
2024-04-10 11:30 ` ✓ CI.Hooks: " Patchwork
2024-04-10 11:32 ` ✗ CI.checksparse: warning " Patchwork
2024-04-10 13:35 ` ✓ CI.Patch_applied: success " Patchwork
2024-04-10 13:36 ` ✗ CI.checkpatch: warning " Patchwork
2024-04-10 13:37 ` ✓ CI.KUnit: success " Patchwork
2024-04-10 13:48 ` ✓ CI.Build: " Patchwork
2024-04-10 13:51 ` ✓ CI.Hooks: " Patchwork
2024-04-10 13:53 ` ✗ CI.checksparse: warning " Patchwork
2024-04-10 14:01 ` ✗ CI.FULL: failure for drm: move Intel drm headers to a subdirectory Patchwork
2024-04-10 14:39 ` ✓ CI.BAT: success for drm: move Intel drm headers to a subdirectory (rev2) Patchwork
2024-04-10 18:31 ` ✗ CI.FULL: failure " Patchwork
2024-04-10 22:03 ` ✗ Fi.CI.IGT: " Patchwork
2024-04-10 22:25 ` [PATCH 00/10] drm: move Intel drm headers to a subdirectory Lucas De Marchi
2024-04-11 15:45 ` [PATCH 11/10] MAINTAINERS: update i915 and xe entries for include/drm/intel Jani Nikula
2024-04-11 18:00   ` Rodrigo Vivi
2024-04-11 18:09   ` Andi Shyti
2024-04-11 15:57 ` ✓ CI.Patch_applied: success for drm: move Intel drm headers to a subdirectory (rev3) Patchwork
2024-04-11 15:58 ` ✗ CI.checkpatch: warning " Patchwork
2024-04-11 16:00 ` ✓ CI.KUnit: success " Patchwork
2024-04-11 16:12 ` ✓ CI.Build: " Patchwork
2024-04-11 16:15 ` ✓ CI.Hooks: " Patchwork
2024-04-11 16:17 ` ✗ Fi.CI.CHECKPATCH: warning " Patchwork
2024-04-11 16:17 ` ✗ Fi.CI.SPARSE: " Patchwork
2024-04-11 16:17 ` ✗ CI.checksparse: " Patchwork
2024-04-11 16:30 ` ✓ Fi.CI.BAT: success " Patchwork
2024-04-11 16:47 ` ✓ CI.BAT: " Patchwork
2024-04-11 22:03 ` ✗ CI.FULL: failure " Patchwork
2024-04-12  2:17 ` ✓ Fi.CI.IGT: success " Patchwork
2024-04-15 13:08 ` [PATCH 00/10] drm: move Intel drm headers to a subdirectory Jani Nikula

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=ed02b81fcbbc0d27be4af460c521aefbfdc76375.1712743191.git.jani.nikula@intel.com \
    --to=jani.nikula@intel.com \
    --cc=dri-devel@lists.freedesktop.org \
    --cc=intel-gfx@lists.freedesktop.org \
    --cc=intel-xe@lists.freedesktop.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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.