public inbox for intel-gfx@lists.freedesktop.org
 help / color / mirror / Atom feed
From: Maarten Lankhorst <maarten.lankhorst@linux.intel.com>
To: intel-gfx@lists.freedesktop.org
Subject: [Intel-gfx] [PATCH 0/4] drm/i915: Remove references to uncore from display.
Date: Tue, 23 Aug 2022 11:01:24 +0200	[thread overview]
Message-ID: <20220823090128.488008-1-maarten.lankhorst@linux.intel.com> (raw)

Using intel_de instead of calling uncore functions directly allows us to
further isolate display from the core internals. Most places already use
intel_de, convert the remaining users.

Maarten Lankhorst (4):
  drm/i915: Move display pcode requests to intel_de
  drm/i915: Remove uncore from intel_tc.c
  drm/i915: Remove uncore from intel_bios.c
  drm/i915: Replace remaining display uncore references to use intel_de

 drivers/gpu/drm/i915/display/hsw_ips.c        |  7 +-
 drivers/gpu/drm/i915/display/intel_bios.c     | 25 +++---
 drivers/gpu/drm/i915/display/intel_bw.c       | 30 ++++----
 drivers/gpu/drm/i915/display/intel_cdclk.c    | 45 ++++++-----
 drivers/gpu/drm/i915/display/intel_crt.c      | 33 ++++----
 drivers/gpu/drm/i915/display/intel_de.h       | 77 +++++++++++++++++++
 drivers/gpu/drm/i915/display/intel_display.c  |  1 -
 .../drm/i915/display/intel_display_power.c    |  5 +-
 .../i915/display/intel_display_power_well.c   |  7 +-
 drivers/gpu/drm/i915/display/intel_dmc.c      |  6 +-
 drivers/gpu/drm/i915/display/intel_dp_aux.c   | 30 ++++----
 drivers/gpu/drm/i915/display/intel_dpio_phy.c |  9 +--
 drivers/gpu/drm/i915/display/intel_fbc.c      | 10 +--
 drivers/gpu/drm/i915/display/intel_gmbus.c    | 42 +++++-----
 drivers/gpu/drm/i915/display/intel_hdcp.c     |  9 +--
 drivers/gpu/drm/i915/display/intel_snps_phy.c | 11 ++-
 drivers/gpu/drm/i915/display/intel_tc.c       | 55 +++++--------
 17 files changed, 220 insertions(+), 182 deletions(-)

-- 
2.34.1


             reply	other threads:[~2022-08-24 20:30 UTC|newest]

Thread overview: 18+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-08-23  9:01 Maarten Lankhorst [this message]
2022-08-23  9:01 ` [Intel-gfx] [PATCH 1/4] drm/i915: Move display pcode requests to intel_de Maarten Lankhorst
2022-08-29 13:38   ` Jani Nikula
2022-08-23  9:01 ` [Intel-gfx] [PATCH 2/4] drm/i915: Remove uncore from intel_tc.c Maarten Lankhorst
2022-08-29 13:29   ` Jani Nikula
2022-08-23  9:01 ` [Intel-gfx] [PATCH 3/4] drm/i915: Remove uncore from intel_bios.c Maarten Lankhorst
2022-08-29 13:30   ` Jani Nikula
2022-08-23  9:01 ` [Intel-gfx] [PATCH 4/4] drm/i915: Replace remaining display uncore references to use intel_de Maarten Lankhorst
2022-08-29 13:34   ` Jani Nikula
2022-08-29 13:42     ` Jani Nikula
2022-08-29 13:51   ` Ville Syrjälä
2022-08-23 10:03 ` [Intel-gfx] ✗ Fi.CI.CHECKPATCH: warning for series starting with [1/4] drm/i915: Move display pcode requests to intel_de Patchwork
2022-08-23 10:03 ` [Intel-gfx] ✗ Fi.CI.SPARSE: " Patchwork
2022-08-23 10:25 ` [Intel-gfx] ✗ Fi.CI.BAT: failure " Patchwork
2022-08-24  7:33 ` [Intel-gfx] ✗ Fi.CI.CHECKPATCH: warning for series starting with [1/4] drm/i915: Move display pcode requests to intel_de (rev2) Patchwork
2022-08-24  7:33 ` [Intel-gfx] ✗ Fi.CI.SPARSE: " Patchwork
2022-08-24  7:54 ` [Intel-gfx] ✓ Fi.CI.BAT: success " Patchwork
2022-08-25  9:06 ` [Intel-gfx] ✓ Fi.CI.IGT: success for drm/i915: Remove references to uncore from display. (rev2) Patchwork

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=20220823090128.488008-1-maarten.lankhorst@linux.intel.com \
    --to=maarten.lankhorst@linux.intel.com \
    --cc=intel-gfx@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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox