Intel-XE Archive on lore.kernel.org
 help / color / mirror / Atom feed
From: Ville Syrjala <ville.syrjala@linux.intel.com>
To: intel-gfx@lists.freedesktop.org
Cc: intel-xe@lists.freedesktop.org
Subject: [PATCH 0/6] drm/i915: Some intel_display conversions
Date: Fri,  6 Sep 2024 17:33:00 +0300	[thread overview]
Message-ID: <20240906143306.15937-1-ville.syrjala@linux.intel.com> (raw)

From: Ville Syrjälä <ville.syrjala@linux.intel.com>

I somehow ended up in the power domains code and decided
to see how much of it could be converted to use struct
intel_display. The result was still too messy but at least
I managed to convert some of the dependecies in somewhat
decent way. Here they are.

Ville Syrjälä (6):
  drm/i915/cdclk: Add missing braces
  drm/i915/cdclk: Convert CDCLK code to intel_display
  drm/i915/power: Convert low level DC state code to intel_display
  drm/i915/vga: Convert VGA code to intel_display
  drm/i915/power: Convert "i830 power well" code to intel_display
  drm/i915/dmc: Convert DMC code to intel_display

 drivers/gpu/drm/i915/display/intel_cdclk.c    | 1171 +++++++++--------
 drivers/gpu/drm/i915/display/intel_cdclk.h    |   24 +-
 drivers/gpu/drm/i915/display/intel_display.c  |   86 +-
 drivers/gpu/drm/i915/display/intel_display.h  |    5 +-
 .../drm/i915/display/intel_display_debugfs.c  |    4 +-
 .../drm/i915/display/intel_display_device.c   |    2 +-
 .../drm/i915/display/intel_display_driver.c   |   34 +-
 .../drm/i915/display/intel_display_power.c    |   93 +-
 .../i915/display/intel_display_power_well.c   |  238 ++--
 .../i915/display/intel_display_power_well.h   |   15 +-
 drivers/gpu/drm/i915/display/intel_dmc.c      |  391 +++---
 drivers/gpu/drm/i915/display/intel_dmc.h      |   26 +-
 drivers/gpu/drm/i915/display/intel_dmc_wl.c   |    4 +-
 .../drm/i915/display/intel_modeset_setup.c    |    3 +-
 drivers/gpu/drm/i915/display/intel_vga.c      |   45 +-
 drivers/gpu/drm/i915/display/intel_vga.h      |   14 +-
 drivers/gpu/drm/i915/display/skl_watermark.c  |    3 +-
 drivers/gpu/drm/i915/i915_driver.c            |    6 +-
 drivers/gpu/drm/i915/i915_gpu_error.c         |    2 +-
 drivers/gpu/drm/i915/i915_suspend.c           |    3 +-
 drivers/gpu/drm/xe/display/xe_display.c       |    4 +-
 21 files changed, 1137 insertions(+), 1036 deletions(-)

-- 
2.44.2


             reply	other threads:[~2024-09-06 14:33 UTC|newest]

Thread overview: 24+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2024-09-06 14:33 Ville Syrjala [this message]
2024-09-06 14:33 ` [PATCH 1/6] drm/i915/cdclk: Add missing braces Ville Syrjala
2024-09-06 15:10   ` Rodrigo Vivi
2024-09-06 15:19   ` Jani Nikula
2024-09-06 14:33 ` [PATCH 2/6] drm/i915/cdclk: Convert CDCLK code to intel_display Ville Syrjala
2024-09-06 15:09   ` Rodrigo Vivi
2024-09-06 15:18   ` Jani Nikula
2024-09-06 16:17     ` Ville Syrjälä
2024-09-06 14:33 ` [PATCH 3/6] drm/i915/power: Convert low level DC state " Ville Syrjala
2024-09-06 15:10   ` Rodrigo Vivi
2024-09-06 14:33 ` [PATCH 4/6] drm/i915/vga: Convert VGA " Ville Syrjala
2024-09-06 15:12   ` Rodrigo Vivi
2024-09-06 14:33 ` [PATCH 5/6] drm/i915/power: Convert "i830 power well" " Ville Syrjala
2024-09-06 15:13   ` Rodrigo Vivi
2024-09-06 14:33 ` [PATCH 6/6] drm/i915/dmc: Convert DMC " Ville Syrjala
2024-09-06 15:16   ` Rodrigo Vivi
2024-09-06 14:38 ` ✓ CI.Patch_applied: success for drm/i915: Some intel_display conversions Patchwork
2024-09-06 14:39 ` ✗ CI.checkpatch: warning " Patchwork
2024-09-06 14:40 ` ✓ CI.KUnit: success " Patchwork
2024-09-06 14:57 ` ✓ CI.Build: " Patchwork
2024-09-06 15:02 ` ✓ CI.Hooks: " Patchwork
2024-09-06 15:03 ` ✗ CI.checksparse: warning " Patchwork
2024-09-06 15:45 ` ✓ CI.BAT: success " Patchwork
2024-09-09 10:12 ` ✗ CI.FULL: failure " 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=20240906143306.15937-1-ville.syrjala@linux.intel.com \
    --to=ville.syrjala@linux.intel.com \
    --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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox