[PATCH v2 2/7] drm/amd/display: Remove EDID members of ddc_service
Thomas Weißschuh
linux at weissschuh.net
Tue Nov 12 18:34:11 UTC 2024
All usages of these fields have been removed.
Fixes: 7c7f5b15be65 ("drm/amd/display: Refactor edid read.")
Signed-off-by: Thomas Weißschuh <linux at weissschuh.net>
---
drivers/gpu/drm/amd/display/dc/dc_ddc_types.h | 4 ----
1 file changed, 4 deletions(-)
diff --git a/drivers/gpu/drm/amd/display/dc/dc_ddc_types.h b/drivers/gpu/drm/amd/display/dc/dc_ddc_types.h
index 428e3a9ab65afb2fd146253b7db08e0571a12983..7dd1cfb9ab763c1e37d1cf6e27bbe4790a732f5b 100644
--- a/drivers/gpu/drm/amd/display/dc/dc_ddc_types.h
+++ b/drivers/gpu/drm/amd/display/dc/dc_ddc_types.h
@@ -189,10 +189,6 @@ struct ddc_service {
enum display_dongle_type dongle_type;
struct dc_context *ctx;
struct dc_link *link;
-
- uint32_t address;
- uint32_t edid_buf_len;
- uint8_t edid_buf[DC_MAX_EDID_BUFFER_SIZE];
};
#endif /* DC_DDC_TYPES_H_ */
--
2.47.0
More information about the amd-gfx
mailing list