From: Jani Nikula <jani.nikula@linux.intel.com>
To: Melissa Wen <mwen@igalia.com>,
Harry Wentland <harry.wentland@amd.com>,
Alex Deucher <alexander.deucher@amd.com>,
Leo Li <sunpeng.li@amd.com>,
Rodrigo Siqueira <Rodrigo.Siqueira@amd.com>,
christian.koenig@amd.com, Xinhui.Pan@amd.com,
Alex Hung <alex.hung@amd.com>,
Mario Limonciello <mario.limonciello@amd.com>,
airlied@gmail.com, daniel@ffwll.ch
Cc: amd-gfx@lists.freedesktop.org, kernel-dev@igalia.com,
dri-devel@lists.freedesktop.org
Subject: Re: [RFC PATCH v3 0/6] drm/amd/display: switch amdgpu_dm_connector to use struct drm_edid
Date: Thu, 28 Mar 2024 11:21:26 +0200 [thread overview]
Message-ID: <87zfuig19l.fsf@intel.com> (raw)
In-Reply-To: <20240327214953.367126-1-mwen@igalia.com>
On Wed, 27 Mar 2024, Melissa Wen <mwen@igalia.com> wrote:
> 2. Most of the edid data handled by `dm_helpers_parse_edid_caps()` are
> in drm_edid halpers, but there are still a few that are not managed by
> them yet. For example:
> ```
> edid_caps->serial_number = edid_buf->serial;
> edid_caps->manufacture_week = edid_buf->mfg_week;
> edid_caps->manufacture_year = edid_buf->mfg_year;
> ```
> AFAIU I see the same pending issue in i915/pnpid_get_panel_type() -
> that still uses drm_edid_raw().
See https://lore.kernel.org/r/cover.1711015462.git.jani.nikula@intel.com
BR,
Jani.
--
Jani Nikula, Intel
next prev parent reply other threads:[~2024-03-28 9:22 UTC|newest]
Thread overview: 11+ messages / expand[flat|nested] mbox.gz Atom feed top
2024-03-27 21:44 [RFC PATCH v3 0/6] drm/amd/display: switch amdgpu_dm_connector to use struct drm_edid Melissa Wen
2024-03-27 21:44 ` [RFC PATCH v3 1/6] drm/amd/display: remove unused pixel_clock_mhz from amdgpu_dm_connector Melissa Wen
2024-03-27 21:44 ` [RFC PATCH v3 2/6] drm/amd/display: clean unused variables for hdmi freesync parser Melissa Wen
2024-03-27 21:44 ` [RFC PATCH v3 3/6] drm/amd/display: switch amdgpu_dm_connector to use struct drm_edid Melissa Wen
2024-03-28 9:33 ` Jani Nikula
2024-04-08 13:39 ` Melissa Wen
2024-03-27 21:44 ` [RFC PATCH v3 4/6] drm/amd/display: switch to setting physical address directly Melissa Wen
2024-03-27 21:44 ` [RFC PATCH v3 5/6] drm/amd/display: always call connector_update when parsing freesync_caps Melissa Wen
2024-03-27 21:44 ` [RFC PATCH v3 6/6] drm/amd/display: remove redundant freesync parser for DP Melissa Wen
2024-03-28 9:21 ` Jani Nikula [this message]
2024-04-08 13:50 ` [RFC PATCH v3 0/6] drm/amd/display: switch amdgpu_dm_connector to use struct drm_edid Melissa Wen
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=87zfuig19l.fsf@intel.com \
--to=jani.nikula@linux.intel.com \
--cc=Rodrigo.Siqueira@amd.com \
--cc=Xinhui.Pan@amd.com \
--cc=airlied@gmail.com \
--cc=alex.hung@amd.com \
--cc=alexander.deucher@amd.com \
--cc=amd-gfx@lists.freedesktop.org \
--cc=christian.koenig@amd.com \
--cc=daniel@ffwll.ch \
--cc=dri-devel@lists.freedesktop.org \
--cc=harry.wentland@amd.com \
--cc=kernel-dev@igalia.com \
--cc=mario.limonciello@amd.com \
--cc=mwen@igalia.com \
--cc=sunpeng.li@amd.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