Re: [PATCH] drm/amd/display: restore edid reading from a given i2c adapter

2025-02-12 Thread Dan Carpenter
://git.kernel.org/pub/scm/linux/kernel/git/daeinki/drm-exynos.git exynos-drm-next patch link:https://lore.kernel.org/r/20250209225843.7412-1-mwen%40igalia.com patch subject: [PATCH] drm/amd/display: restore edid reading from a given i2c adapter config: x86_64-randconfig-161-20250211 (https

Re: [PATCH] drm/amd/display: restore edid reading from a given i2c adapter

2025-02-10 Thread Alex Hung
On 2/10/25 15:18, Mario Limonciello wrote: On 2/9/2025 16:50, Melissa Wen wrote: When switching to drm_edid, we slightly changed how to get edid by removing the possibility of getting them from dc_link when in aux transaction mode. As MST doesn't initialize the connector with `drm_connector_in

Re: [PATCH] drm/amd/display: restore edid reading from a given i2c adapter

2025-02-10 Thread Mario Limonciello
On 2/9/2025 16:50, Melissa Wen wrote: When switching to drm_edid, we slightly changed how to get edid by removing the possibility of getting them from dc_link when in aux transaction mode. As MST doesn't initialize the connector with `drm_connector_init_with_ddc()`, restore the original behavior

[PATCH] drm/amd/display: restore edid reading from a given i2c adapter

2025-02-09 Thread Melissa Wen
When switching to drm_edid, we slightly changed how to get edid by removing the possibility of getting them from dc_link when in aux transaction mode. As MST doesn't initialize the connector with `drm_connector_init_with_ddc()`, restore the original behavior to avoid functional changes. Fixes: 48e