[PATCH 8/8] drm/xe: Split init of xe_gt_init_hwconfig to xe_gt_init and *_early

Lucas De Marchi lucas.demarchi at intel.com
Tue Mar 11 20:55:09 UTC 2025


On Mon, Mar 10, 2025 at 09:06:53PM +0100, Maarten Lankhorst wrote:
> static void xe_gt_fini(void *arg)
>@@ -471,6 +451,18 @@ int xe_gt_init(struct xe_gt *gt)
> 	if (!fw_ref)
> 		return -ETIMEDOUT;
>
>+	err = xe_uc_init(&gt->uc);
>+	if (err)
>+		goto err_force_wake;
>+
>+	err = xe_uc_init_hwconfig(&gt->uc);
>+	if (err)
>+		goto err_force_wake;

humn... why are these 2 variants not merged together then?

at the end of this series I don't know what to expect. Is everything
here sufficient or is this part of what we need?

Lucas De Marchi


More information about the Intel-xe mailing list