From: Jani Nikula <jani.nikula@intel.com>
To: intel-gfx@lists.freedesktop.org
Cc: dri-devel@lists.freedesktop.org
Subject: Re: [Intel-gfx] [CI v8 0/4] drm/i915: switch to drm_edid and enable HF-EEODB support
Date: Thu, 26 Jan 2023 12:43:15 +0200 [thread overview]
Message-ID: <87edrh60fw.fsf@intel.com> (raw)
In-Reply-To: <cover.1674643465.git.jani.nikula@intel.com>
On Wed, 25 Jan 2023, Jani Nikula <jani.nikula@intel.com> wrote:
> Here are the drm/i915 patches from [1], re-submitted to CI now that the
> drm/edid dependencies from that series have been merged to
> drm-misc-next, merged to drm-next, and backmerged to drm-misc-next.
>
> Fingers crossed. This has been a long journey.
And pushed to drm-intel-next.
Many thanks to Ville for all the reviews along the way!
BR,
Jani.
>
>
> [1] https://patchwork.freedesktop.org/series/112392/
>
> Jani Nikula (4):
> drm/i915/edid: convert DP, HDMI and LVDS to drm_edid
> drm/i915/bios: convert intel_bios_init_panel() to drm_edid
> drm/i915/opregion: convert intel_opregion_get_edid() to struct
> drm_edid
> drm/i915/panel: move panel fixed EDID to struct intel_panel
>
> drivers/gpu/drm/i915/display/icl_dsi.c | 2 +-
> drivers/gpu/drm/i915/display/intel_bios.c | 23 ++---
> drivers/gpu/drm/i915/display/intel_bios.h | 4 +-
> .../gpu/drm/i915/display/intel_connector.c | 5 +-
> .../drm/i915/display/intel_display_types.h | 8 +-
> drivers/gpu/drm/i915/display/intel_dp.c | 91 ++++++++++---------
> drivers/gpu/drm/i915/display/intel_dvo.c | 2 +-
> drivers/gpu/drm/i915/display/intel_hdmi.c | 28 +++---
> drivers/gpu/drm/i915/display/intel_lvds.c | 51 +++++++----
> drivers/gpu/drm/i915/display/intel_opregion.c | 29 +++---
> drivers/gpu/drm/i915/display/intel_opregion.h | 4 +-
> drivers/gpu/drm/i915/display/intel_panel.c | 10 +-
> drivers/gpu/drm/i915/display/intel_panel.h | 4 +-
> drivers/gpu/drm/i915/display/intel_sdvo.c | 2 +-
> drivers/gpu/drm/i915/display/vlv_dsi.c | 2 +-
> 15 files changed, 144 insertions(+), 121 deletions(-)
--
Jani Nikula, Intel Open Source Graphics Center
WARNING: multiple messages have this Message-ID (diff)
From: Jani Nikula <jani.nikula@intel.com>
To: intel-gfx@lists.freedesktop.org
Cc: dri-devel@lists.freedesktop.org
Subject: Re: [CI v8 0/4] drm/i915: switch to drm_edid and enable HF-EEODB support
Date: Thu, 26 Jan 2023 12:43:15 +0200 [thread overview]
Message-ID: <87edrh60fw.fsf@intel.com> (raw)
In-Reply-To: <cover.1674643465.git.jani.nikula@intel.com>
On Wed, 25 Jan 2023, Jani Nikula <jani.nikula@intel.com> wrote:
> Here are the drm/i915 patches from [1], re-submitted to CI now that the
> drm/edid dependencies from that series have been merged to
> drm-misc-next, merged to drm-next, and backmerged to drm-misc-next.
>
> Fingers crossed. This has been a long journey.
And pushed to drm-intel-next.
Many thanks to Ville for all the reviews along the way!
BR,
Jani.
>
>
> [1] https://patchwork.freedesktop.org/series/112392/
>
> Jani Nikula (4):
> drm/i915/edid: convert DP, HDMI and LVDS to drm_edid
> drm/i915/bios: convert intel_bios_init_panel() to drm_edid
> drm/i915/opregion: convert intel_opregion_get_edid() to struct
> drm_edid
> drm/i915/panel: move panel fixed EDID to struct intel_panel
>
> drivers/gpu/drm/i915/display/icl_dsi.c | 2 +-
> drivers/gpu/drm/i915/display/intel_bios.c | 23 ++---
> drivers/gpu/drm/i915/display/intel_bios.h | 4 +-
> .../gpu/drm/i915/display/intel_connector.c | 5 +-
> .../drm/i915/display/intel_display_types.h | 8 +-
> drivers/gpu/drm/i915/display/intel_dp.c | 91 ++++++++++---------
> drivers/gpu/drm/i915/display/intel_dvo.c | 2 +-
> drivers/gpu/drm/i915/display/intel_hdmi.c | 28 +++---
> drivers/gpu/drm/i915/display/intel_lvds.c | 51 +++++++----
> drivers/gpu/drm/i915/display/intel_opregion.c | 29 +++---
> drivers/gpu/drm/i915/display/intel_opregion.h | 4 +-
> drivers/gpu/drm/i915/display/intel_panel.c | 10 +-
> drivers/gpu/drm/i915/display/intel_panel.h | 4 +-
> drivers/gpu/drm/i915/display/intel_sdvo.c | 2 +-
> drivers/gpu/drm/i915/display/vlv_dsi.c | 2 +-
> 15 files changed, 144 insertions(+), 121 deletions(-)
--
Jani Nikula, Intel Open Source Graphics Center
next prev parent reply other threads:[~2023-01-26 10:43 UTC|newest]
Thread overview: 15+ messages / expand[flat|nested] mbox.gz Atom feed top
2023-01-25 11:10 [Intel-gfx] [CI v8 0/4] drm/i915: switch to drm_edid and enable HF-EEODB support Jani Nikula
2023-01-25 11:10 ` Jani Nikula
2023-01-25 11:10 ` [Intel-gfx] [CI v8 1/4] drm/i915/edid: convert DP, HDMI and LVDS to drm_edid Jani Nikula
2023-01-25 11:10 ` Jani Nikula
2023-01-25 11:10 ` [Intel-gfx] [CI v8 2/4] drm/i915/bios: convert intel_bios_init_panel() " Jani Nikula
2023-01-25 11:10 ` Jani Nikula
2023-01-25 11:10 ` [Intel-gfx] [CI v8 3/4] drm/i915/opregion: convert intel_opregion_get_edid() to struct drm_edid Jani Nikula
2023-01-25 11:10 ` Jani Nikula
2023-01-25 11:10 ` [Intel-gfx] [CI v8 4/4] drm/i915/panel: move panel fixed EDID to struct intel_panel Jani Nikula
2023-01-25 11:10 ` Jani Nikula
2023-01-25 22:48 ` [Intel-gfx] ✗ Fi.CI.SPARSE: warning for drm/i915: switch to drm_edid and enable HF-EEODB support Patchwork
2023-01-25 23:23 ` [Intel-gfx] ✓ Fi.CI.BAT: success " Patchwork
2023-01-26 10:20 ` [Intel-gfx] ✓ Fi.CI.IGT: " Patchwork
2023-01-26 10:43 ` Jani Nikula [this message]
2023-01-26 10:43 ` [CI v8 0/4] " 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=87edrh60fw.fsf@intel.com \
--to=jani.nikula@intel.com \
--cc=dri-devel@lists.freedesktop.org \
--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 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.