Skip to content

Commit 8059c62

Browse files
pawelchm-intelrafaeljw
authored andcommitted
ACPICA: actbl2.h: ACPI 6.6: RAS2: Update Parameter Block structure
ACPI 6.6 introduces RAS2 enhancements for patrol scrub functionality, adding new fields to the Parameter Block structure. These fields are applicable only in the response to the GET_PATROL_PARAMETERS command. Link: acpica/acpica@062842024000 Signed-off-by: Pawel Chmielewski <pawel.chmielewski@intel.com> Signed-off-by: Rafael J. Wysocki <rafael.j.wysocki@intel.com> Link: https://patch.msgid.link/2263284.Mh6RI2rZIc@rafael.j.wysocki
1 parent 522ceec commit 8059c62

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

include/acpi/actbl2.h

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3249,6 +3249,8 @@ struct acpi_ras2_patrol_scrub_param {
32493249
u32 flags;
32503250
u32 scrub_params_out;
32513251
u32 scrub_params_in;
3252+
u32 ext_scrub_params;
3253+
u8 scrub_rate_desc[256];
32523254
};
32533255

32543256
/* Masks for Flags field above */

0 commit comments

Comments
 (0)