mirror of
https://github.com/torvalds/linux.git
synced 2026-09-18 16:48:03 +02:00
__drm_atomic_helper_connector_hdmi_reset() is typically used to initialize a newly allocated drm_connector_state when the connector is using the HDMI helpers, and is being called by the drm_connector_funcs.reset implementation. Since we want to consolidate DRM objects state allocation around the atomic_create_state callback that will only allocate and initialize a new drm_connector_state instance, we will need to call __drm_atomic_helper_connector_hdmi_reset() from both the reset and atomic_create hooks. To avoid any confusion, we can thus rename __drm_atomic_helper_connector_hdmi_reset() to __drm_atomic_helper_connector_hdmi_state_init(). Suggested-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com> Reviewed-by: Dmitry Baryshkov <dmitry.baryshkov@oss.qualcomm.com> Reviewed-by: Thomas Zimmermann <tzimmermann@suse.de> Reviewed-by: Laurent Pinchart <laurent.pinchart+renesas@ideasonboard.com> Link: https://patch.msgid.link/20260526-drm-mode-config-init-v6-14-852346394200@kernel.org Signed-off-by: Maxime Ripard <mripard@kernel.org> |
||
|---|---|---|
| .. | ||
| drm_dp_aux_bus.h | ||
| drm_dp_dual_mode_helper.h | ||
| drm_dp_helper.h | ||
| drm_dp_mst_helper.h | ||
| drm_dp_tunnel.h | ||
| drm_dp.h | ||
| drm_dsc_helper.h | ||
| drm_dsc.h | ||
| drm_hdcp_helper.h | ||
| drm_hdcp.h | ||
| drm_hdmi_audio_helper.h | ||
| drm_hdmi_cec_helper.h | ||
| drm_hdmi_helper.h | ||
| drm_hdmi_state_helper.h | ||
| drm_scdc_helper.h | ||
| drm_scdc.h | ||