From: "Hogander, Jouni" <jouni.hogander@intel.com>
To: "intel-xe@lists.freedesktop.org" <intel-xe@lists.freedesktop.org>,
"Nikula, Jani" <jani.nikula@intel.com>
Cc: "Vivi, Rodrigo" <rodrigo.vivi@intel.com>
Subject: Re: [Intel-xe] [PATCH 0/9] drm/xe: i915 irq backports + display cleanups
Date: Thu, 17 Aug 2023 05:33:49 +0000 [thread overview]
Message-ID: <1a616a72e41ee46aaa5e3c58af6af5ee6b5ccf56.camel@intel.com> (raw)
In-Reply-To: <20230811093559.2304457-1-jani.nikula@intel.com>
On Fri, 2023-08-11 at 12:35 +0300, Jani Nikula wrote:
> Backport the i915 display irq refactors. They will break the build
> until
> fixed by patch 5. In rebases, the backports should be moved before
> "drm/xe/display: Implement display support".
>
> Additionally, there are a few display cleanups on top.
Reviewed-by: Jouni Högander <jouni.hogander@intel.com>
For the whole set.
> BR,
> Jani.
>
> Jani Nikula (9):
> drm/i915/irq: add dedicated intel_display_irq_init()
> drm/i915/irq: add dg1_de_irq_postinstall()
> drm/i915/irq: add ilk_de_irq_postinstall()
> drm/i915/irq: move all PCH irq postinstall calls to display code
> fixup! drm/xe/display: Implement display support
> fixup! drm/xe/display: Implement display support
> fixup! drm/xe/display: Implement display support
> fixup! drm/xe/display: Implement display support
> fixup! drm/xe/display: Implement display support
>
> .../drm/i915/display/intel_display_driver.c | 2 +
> .../gpu/drm/i915/display/intel_display_irq.c | 84
> ++++++++++++++++++-
> .../gpu/drm/i915/display/intel_display_irq.h | 7 +-
> drivers/gpu/drm/i915/i915_irq.c | 74 +---------------
> .../gpu/drm/xe/compat-i915-headers/i915_irq.h | 6 ++
> .../xe/compat-i915-headers/intel_pm_types.h | 34 --------
> .../xe/compat-i915-headers/soc/intel_gmch.h | 14 +---
> drivers/gpu/drm/xe/display/ext/i915_irq.c | 50 -----------
> drivers/gpu/drm/xe/display/ext/i915_irq.h | 58 -------------
> drivers/gpu/drm/xe/xe_display.c | 3 +-
> 10 files changed, 97 insertions(+), 235 deletions(-)
> create mode 100644 drivers/gpu/drm/xe/compat-i915-headers/i915_irq.h
> delete mode 100644 drivers/gpu/drm/xe/compat-i915-
> headers/intel_pm_types.h
> delete mode 100644 drivers/gpu/drm/xe/display/ext/i915_irq.h
>
prev parent reply other threads:[~2023-08-17 5:33 UTC|newest]
Thread overview: 22+ messages / expand[flat|nested] mbox.gz Atom feed top
2023-08-11 9:35 [Intel-xe] [PATCH 0/9] drm/xe: i915 irq backports + display cleanups Jani Nikula
2023-08-11 9:35 ` [Intel-xe] [PATCH 1/9] drm/i915/irq: add dedicated intel_display_irq_init() Jani Nikula
2023-08-11 9:35 ` [Intel-xe] [PATCH 2/9] drm/i915/irq: add dg1_de_irq_postinstall() Jani Nikula
2023-08-11 9:35 ` [Intel-xe] [PATCH 3/9] drm/i915/irq: add ilk_de_irq_postinstall() Jani Nikula
2023-08-11 9:35 ` [Intel-xe] [PATCH 4/9] drm/i915/irq: move all PCH irq postinstall calls to display code Jani Nikula
2023-08-11 9:35 ` [Intel-xe] [PATCH 5/9] fixup! drm/xe/display: Implement display support Jani Nikula
2023-08-11 9:35 ` [Intel-xe] [PATCH 6/9] " Jani Nikula
2023-08-11 9:35 ` [Intel-xe] [PATCH 7/9] " Jani Nikula
2023-08-11 12:10 ` [Intel-xe] [PATCH v2] " Jani Nikula
2023-08-11 9:35 ` [Intel-xe] [PATCH 8/9] " Jani Nikula
2023-08-11 9:35 ` [Intel-xe] [PATCH 9/9] " Jani Nikula
2023-08-11 9:40 ` [Intel-xe] ✓ CI.Patch_applied: success for drm/xe: i915 irq backports + display cleanups Patchwork
2023-08-11 9:40 ` [Intel-xe] ✗ CI.checkpatch: warning " Patchwork
2023-08-11 9:41 ` [Intel-xe] ✓ CI.KUnit: success " Patchwork
2023-08-11 9:44 ` [Intel-xe] ✗ CI.Build: failure " Patchwork
2023-08-11 12:58 ` [Intel-xe] ✓ CI.Patch_applied: success for drm/xe: i915 irq backports + display cleanups (rev2) Patchwork
2023-08-11 12:58 ` [Intel-xe] ✗ CI.checkpatch: warning " Patchwork
2023-08-11 12:59 ` [Intel-xe] ✓ CI.KUnit: success " Patchwork
2023-08-11 13:03 ` [Intel-xe] ✓ CI.Build: " Patchwork
2023-08-11 13:03 ` [Intel-xe] ✓ CI.Hooks: " Patchwork
2023-08-11 13:04 ` [Intel-xe] ✗ CI.checksparse: warning " Patchwork
2023-08-17 5:33 ` Hogander, Jouni [this message]
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=1a616a72e41ee46aaa5e3c58af6af5ee6b5ccf56.camel@intel.com \
--to=jouni.hogander@intel.com \
--cc=intel-xe@lists.freedesktop.org \
--cc=jani.nikula@intel.com \
--cc=rodrigo.vivi@intel.com \
/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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox