All of lore.kernel.org
 help / color / mirror / Atom feed
From: Alex Hung <alex.hung@amd.com>
To: "Timur Kristóf" <timur.kristof@gmail.com>,
	"Rodrigo Siqueira" <siqueira@igalia.com>,
	"ChiaHsuan Chung (Tom)" <ChiaHsuan.Chung@amd.com>,
	"Daniel Wheeler" <daniel.wheeler@amd.com>
Cc: amd-gfx@lists.freedesktop.org, Alexander.Deucher@amd.com,
	Christian.Koenig@amd.com,
	Mario Limonciello <mario.limonciello@amd.com>,
	Ivan Lipski <ivan.lipski@amd.com>,
	Prike Liang <Prike.Liang@amd.com>, Leo Li <sunpeng.li@amd.com>,
	Ray Wu <Ray.Wu@amd.com>
Subject: Re: [PATCH 00/14] drm/amd/display: Add support for external DP bridge encoders in DC
Date: Sun, 15 Feb 2026 21:33:10 -0700	[thread overview]
Message-ID: <61a2dac8-f145-4777-91b1-5f12e0c37ec2@amd.com> (raw)
In-Reply-To: <1667a2b2-ee16-495b-b3cd-e1a39b6a33ef@amd.com>



On 2/9/26 16:14, Alex Hung wrote:
> 
> 
> On 2/9/26 15:10, Timur Kristóf wrote:
>> On Monday, February 9, 2026 7:12:23 PM Central European Standard Time 
>> Alex
>> Hung wrote:
>>> On 2/9/26 08:35, Rodrigo Siqueira wrote:
>>>>
>>>> Hi Alex, Dan, Tom,
>>>>
>>>> This series is the last to enable amdgpu as the default for all GFX7
>>>> GPUs. In this sense, could you include this series in the weekly
>>>> promotion to check whether everything looks ok from a feature
>>>> perspective?
>>>
>>> This series was included in promotion test in previous week and no
>>> issues were found. However, it breaks CI tests and we will figure out
>>> what the causes are.
>>>
>>
>> Hi,
>>
>> Can you say which tests are broken, and on which GPUs?
>> And which patch of the series is responsible?
> 
> Some internal diag tests failed so we will into them ourselves. I don't 
> know which patches are the cause and I will provide updates later.

They are from changes of function definitions where the tools use. We 
should be able to change them accordingly.

This series is Reviewed-by: Alex Hung <alex.hung@amd.com>

> 
>>
>> Thanks,
>> Timur
>>
>>
>>
>>
>>
> 


      reply	other threads:[~2026-02-16  4:33 UTC|newest]

Thread overview: 22+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2026-01-26 21:08 [PATCH 00/14] drm/amd/display: Add support for external DP bridge encoders in DC Timur Kristóf
2026-01-26 21:08 ` [PATCH 01/14] drm/amd/display: Use DCE 6 link encoder for DCE 6 analog connectors Timur Kristóf
2026-01-26 21:08 ` [PATCH 02/14] drm/amd/display: Only use analog link encoder with analog engine Timur Kristóf
2026-01-26 21:08 ` [PATCH 03/14] drm/amd/display: Only use analog stream " Timur Kristóf
2026-01-26 21:08 ` [PATCH 04/14] drm/amd/display: Add color depth helper function to BIOS parser Timur Kristóf
2026-01-26 21:08 ` [PATCH 05/14] drm/amd/display: Refactor DAC load detection, move to HWSS Timur Kristóf
2026-01-30 20:00   ` Alex Hung
2026-01-26 21:08 ` [PATCH 06/14] drm/amd/display: Implement BIOS parser external encoder control Timur Kristóf
2026-01-26 21:08 ` [PATCH 07/14] drm/amd/display: Implement DDC probe over AUX channel Timur Kristóf
2026-01-30 19:53   ` Alex Hung
2026-01-26 21:08 ` [PATCH 08/14] drm/amd/display: Add ability for HWSS to prepare the DDC before use Timur Kristóf
2026-01-26 21:08 ` [PATCH 09/14] drm/amd/display: Use preferred DP link rate if specified Timur Kristóf
2026-01-26 21:08 ` [PATCH 10/14] drm/amd/display: Add DCE HWSS support for external DP bridge encoders Timur Kristóf
2026-01-26 21:08 ` [PATCH 11/14] drm/amd/display: Link detection " Timur Kristóf
2026-01-26 21:08 ` [PATCH 12/14] drm/amd/display: Use " Timur Kristóf
2026-01-26 21:08 ` [PATCH 13/14] drm/amd/display: Implement DAC load detection on " Timur Kristóf
2026-01-26 21:08 ` [PATCH 14/14] drm/amdgpu: Use DC by default on CIK APUs Timur Kristóf
2026-02-09 15:35 ` [PATCH 00/14] drm/amd/display: Add support for external DP bridge encoders in DC Rodrigo Siqueira
2026-02-09 18:12   ` Alex Hung
2026-02-09 22:10     ` Timur Kristóf
2026-02-09 23:14       ` Alex Hung
2026-02-16  4:33         ` Alex Hung [this message]

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=61a2dac8-f145-4777-91b1-5f12e0c37ec2@amd.com \
    --to=alex.hung@amd.com \
    --cc=Alexander.Deucher@amd.com \
    --cc=ChiaHsuan.Chung@amd.com \
    --cc=Christian.Koenig@amd.com \
    --cc=Prike.Liang@amd.com \
    --cc=Ray.Wu@amd.com \
    --cc=amd-gfx@lists.freedesktop.org \
    --cc=daniel.wheeler@amd.com \
    --cc=ivan.lipski@amd.com \
    --cc=mario.limonciello@amd.com \
    --cc=siqueira@igalia.com \
    --cc=sunpeng.li@amd.com \
    --cc=timur.kristof@gmail.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 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.