Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 597bdc8b authored by Chris Wilson's avatar Chris Wilson
Browse files

drm/i915/guc: Initialise doorbell cookie to matching value

parent 357248bf
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -134,8 +134,8 @@ static int guc_update_doorbell_id(struct intel_guc *guc,

	/* Activate the new doorbell */
	__set_bit(new_id, doorbell_bitmap);
	doorbell->cookie = 0;
	doorbell->db_status = GUC_DOORBELL_ENABLED;
	doorbell->cookie = client->doorbell_cookie;
	return guc_allocate_doorbell(guc, client);
}