[Intel-xe] [PATCH 0/9] drm/xe: i915 irq backports + display cleanups

Hogander, Jouni jouni.hogander at intel.com
Thu Aug 17 05:33:49 UTC 2023


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 at 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
> 



More information about the Intel-xe mailing list