Attention is currently required from: Felix Singer, Raul Rangel, Furquan Shaikh, Paul Menzel, Angel Pons, Patrick Rudolph, Lance Zhao, Jason Glenesk, Nico Huber, Marshall Dawson, Tim Wawrzynczak, Felix Held. build bot (Jenkins) has posted comments on this change. ( https://review.coreboot.org/c/coreboot/+/58118 )
Change subject: acpigen,soc/amd/cezanne,intel/{common,skl}: rework CPPC table passing ......................................................................
Patch Set 3:
(94 comments)
File src/cpu/intel/common/common_init.c:
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-129833): https://review.coreboot.org/c/coreboot/+/58118/comment/05ab34c8_91794d01 PS3, Line 105: [CPPC_HIGHEST_PERF] = CPPC_REG( ACPI_REG_MSR(IA32_HWP_CAPABILITIES, 0, 8) ), space prohibited after that open parenthesis '('
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-129833): https://review.coreboot.org/c/coreboot/+/58118/comment/87a1b847_c84102f0 PS3, Line 105: [CPPC_HIGHEST_PERF] = CPPC_REG( ACPI_REG_MSR(IA32_HWP_CAPABILITIES, 0, 8) ), space prohibited before that close parenthesis ')'
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-129833): https://review.coreboot.org/c/coreboot/+/58118/comment/884437dd_20a7a6c0 PS3, Line 106: [CPPC_NOMINAL_PERF] = CPPC_REG( ACPI_REG_MSR(MSR_PLATFORM_INFO, 8, 8) ), space prohibited after that open parenthesis '('
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-129833): https://review.coreboot.org/c/coreboot/+/58118/comment/bddea9d3_01b3b823 PS3, Line 106: [CPPC_NOMINAL_PERF] = CPPC_REG( ACPI_REG_MSR(MSR_PLATFORM_INFO, 8, 8) ), space prohibited before that close parenthesis ')'
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-129833): https://review.coreboot.org/c/coreboot/+/58118/comment/644b3978_0a4300fb PS3, Line 107: [CPPC_LOWEST_NONL_PERF] = CPPC_REG( ACPI_REG_MSR(IA32_HWP_CAPABILITIES, 16, 8) ), line over 96 characters
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-129833): https://review.coreboot.org/c/coreboot/+/58118/comment/c6130242_a40fbd27 PS3, Line 107: [CPPC_LOWEST_NONL_PERF] = CPPC_REG( ACPI_REG_MSR(IA32_HWP_CAPABILITIES, 16, 8) ), space prohibited after that open parenthesis '('
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-129833): https://review.coreboot.org/c/coreboot/+/58118/comment/7b1c37cc_e7f99283 PS3, Line 107: [CPPC_LOWEST_NONL_PERF] = CPPC_REG( ACPI_REG_MSR(IA32_HWP_CAPABILITIES, 16, 8) ), space prohibited before that close parenthesis ')'
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-129833): https://review.coreboot.org/c/coreboot/+/58118/comment/833ea6f0_f1f31e34 PS3, Line 108: [CPPC_LOWEST_PERF] = CPPC_REG( ACPI_REG_MSR(IA32_HWP_CAPABILITIES, 24, 8) ), line over 96 characters
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-129833): https://review.coreboot.org/c/coreboot/+/58118/comment/c548780b_51ae43f1 PS3, Line 108: [CPPC_LOWEST_PERF] = CPPC_REG( ACPI_REG_MSR(IA32_HWP_CAPABILITIES, 24, 8) ), space prohibited after that open parenthesis '('
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-129833): https://review.coreboot.org/c/coreboot/+/58118/comment/32694bc3_930532b8 PS3, Line 108: [CPPC_LOWEST_PERF] = CPPC_REG( ACPI_REG_MSR(IA32_HWP_CAPABILITIES, 24, 8) ), space prohibited before that close parenthesis ')'
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-129833): https://review.coreboot.org/c/coreboot/+/58118/comment/9a0052cc_a85419b2 PS3, Line 109: [CPPC_GUARANTEED_PERF] = CPPC_REG( ACPI_REG_MSR(IA32_HWP_CAPABILITIES, 8, 8) ), space prohibited after that open parenthesis '('
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-129833): https://review.coreboot.org/c/coreboot/+/58118/comment/a30d41bb_af31540e PS3, Line 109: [CPPC_GUARANTEED_PERF] = CPPC_REG( ACPI_REG_MSR(IA32_HWP_CAPABILITIES, 8, 8) ), space prohibited before that close parenthesis ')'
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-129833): https://review.coreboot.org/c/coreboot/+/58118/comment/22c00555_b944b48b PS3, Line 110: [CPPC_DESIRED_PERF] = CPPC_REG( ACPI_REG_MSR(IA32_HWP_REQUEST, 16, 8) ), space prohibited after that open parenthesis '('
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-129833): https://review.coreboot.org/c/coreboot/+/58118/comment/633921cb_1dd7fe02 PS3, Line 110: [CPPC_DESIRED_PERF] = CPPC_REG( ACPI_REG_MSR(IA32_HWP_REQUEST, 16, 8) ), space prohibited before that close parenthesis ')'
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-129833): https://review.coreboot.org/c/coreboot/+/58118/comment/99610252_849b2d0c PS3, Line 111: [CPPC_MIN_PERF] = CPPC_REG( ACPI_REG_MSR(IA32_HWP_REQUEST, 0, 8) ), space prohibited after that open parenthesis '('
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-129833): https://review.coreboot.org/c/coreboot/+/58118/comment/acfbd5e6_99349296 PS3, Line 111: [CPPC_MIN_PERF] = CPPC_REG( ACPI_REG_MSR(IA32_HWP_REQUEST, 0, 8) ), space prohibited before that close parenthesis ')'
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-129833): https://review.coreboot.org/c/coreboot/+/58118/comment/7c4324fd_65da5d1f PS3, Line 112: [CPPC_MAX_PERF] = CPPC_REG( ACPI_REG_MSR(IA32_HWP_REQUEST, 8, 8) ), space prohibited after that open parenthesis '('
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-129833): https://review.coreboot.org/c/coreboot/+/58118/comment/4a1aa8d2_33b4a038 PS3, Line 112: [CPPC_MAX_PERF] = CPPC_REG( ACPI_REG_MSR(IA32_HWP_REQUEST, 8, 8) ), space prohibited before that close parenthesis ')'
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-129833): https://review.coreboot.org/c/coreboot/+/58118/comment/84956dac_0481f5e5 PS3, Line 113: [CPPC_PERF_REDUCE_TOLERANCE] = CPPC_REG( ACPI_REG_UNSUPPORTED ), space prohibited after that open parenthesis '('
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-129833): https://review.coreboot.org/c/coreboot/+/58118/comment/d24891f7_5a11e0f8 PS3, Line 113: [CPPC_PERF_REDUCE_TOLERANCE] = CPPC_REG( ACPI_REG_UNSUPPORTED ), space prohibited before that close parenthesis ')'
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-129833): https://review.coreboot.org/c/coreboot/+/58118/comment/2306e9f5_aeaa03f4 PS3, Line 114: [CPPC_TIME_WINDOW] = CPPC_REG( ACPI_REG_UNSUPPORTED ), space prohibited after that open parenthesis '('
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-129833): https://review.coreboot.org/c/coreboot/+/58118/comment/9dff8434_bf3020e3 PS3, Line 114: [CPPC_TIME_WINDOW] = CPPC_REG( ACPI_REG_UNSUPPORTED ), space prohibited before that close parenthesis ')'
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-129833): https://review.coreboot.org/c/coreboot/+/58118/comment/c5c00b49_69c061af PS3, Line 115: [CPPC_COUNTER_WRAP] = CPPC_REG( ACPI_REG_UNSUPPORTED ), space prohibited after that open parenthesis '('
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-129833): https://review.coreboot.org/c/coreboot/+/58118/comment/eea53ef4_75a8faf1 PS3, Line 115: [CPPC_COUNTER_WRAP] = CPPC_REG( ACPI_REG_UNSUPPORTED ), space prohibited before that close parenthesis ')'
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-129833): https://review.coreboot.org/c/coreboot/+/58118/comment/d7350702_ab6debb3 PS3, Line 116: [CPPC_REF_PERF_COUNTER] = CPPC_REG( ACPI_REG_MSR(IA32_MPERF, 0, 64) ), space prohibited after that open parenthesis '('
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-129833): https://review.coreboot.org/c/coreboot/+/58118/comment/5e74ea32_ad98f2f9 PS3, Line 116: [CPPC_REF_PERF_COUNTER] = CPPC_REG( ACPI_REG_MSR(IA32_MPERF, 0, 64) ), space prohibited before that close parenthesis ')'
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-129833): https://review.coreboot.org/c/coreboot/+/58118/comment/97908251_6df97ecc PS3, Line 117: [CPPC_DELIVERED_PERF_COUNTER] = CPPC_REG( ACPI_REG_MSR(IA32_APERF, 0, 64) ), space prohibited after that open parenthesis '('
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-129833): https://review.coreboot.org/c/coreboot/+/58118/comment/c235a0c1_bc8dc912 PS3, Line 117: [CPPC_DELIVERED_PERF_COUNTER] = CPPC_REG( ACPI_REG_MSR(IA32_APERF, 0, 64) ), space prohibited before that close parenthesis ')'
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-129833): https://review.coreboot.org/c/coreboot/+/58118/comment/feec4cf8_d6fc2d32 PS3, Line 118: [CPPC_PERF_LIMITED] = CPPC_REG( ACPI_REG_MSR(IA32_HWP_STATUS, 2, 1) ), space prohibited after that open parenthesis '('
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-129833): https://review.coreboot.org/c/coreboot/+/58118/comment/56b6aa8b_93b34034 PS3, Line 118: [CPPC_PERF_LIMITED] = CPPC_REG( ACPI_REG_MSR(IA32_HWP_STATUS, 2, 1) ), space prohibited before that close parenthesis ')'
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-129833): https://review.coreboot.org/c/coreboot/+/58118/comment/3ae7b9a1_c0c7a199 PS3, Line 119: [CPPC_ENABLE] = CPPC_REG( ACPI_REG_MSR(IA32_PM_ENABLE, 0, 1) ), space prohibited after that open parenthesis '('
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-129833): https://review.coreboot.org/c/coreboot/+/58118/comment/bcce7cfa_93d7411a PS3, Line 119: [CPPC_ENABLE] = CPPC_REG( ACPI_REG_MSR(IA32_PM_ENABLE, 0, 1) ), space prohibited before that close parenthesis ')'
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-129833): https://review.coreboot.org/c/coreboot/+/58118/comment/efddfa03_ba5ba67d PS3, Line 123: [CPPC_AUTO_ACTIVITY_WINDOW] = CPPC_REG( ACPI_REG_MSR(IA32_HWP_REQUEST, 32, 10) ), space prohibited after that open parenthesis '('
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-129833): https://review.coreboot.org/c/coreboot/+/58118/comment/a4c0c196_4f54bd57 PS3, Line 123: [CPPC_AUTO_ACTIVITY_WINDOW] = CPPC_REG( ACPI_REG_MSR(IA32_HWP_REQUEST, 32, 10) ), space prohibited before that close parenthesis ')'
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-129833): https://review.coreboot.org/c/coreboot/+/58118/comment/9490fa4c_33d7737c PS3, Line 124: [CPPC_PERF_PREF] = CPPC_REG( ACPI_REG_MSR(IA32_HWP_REQUEST, 24, 8) ), space prohibited after that open parenthesis '('
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-129833): https://review.coreboot.org/c/coreboot/+/58118/comment/d3948673_d8d79083 PS3, Line 124: [CPPC_PERF_PREF] = CPPC_REG( ACPI_REG_MSR(IA32_HWP_REQUEST, 24, 8) ), space prohibited before that close parenthesis ')'
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-129833): https://review.coreboot.org/c/coreboot/+/58118/comment/3ac2534c_3b2e48c6 PS3, Line 125: [CPPC_REF_PERF] = CPPC_REG( ACPI_REG_UNSUPPORTED ), space prohibited after that open parenthesis '('
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-129833): https://review.coreboot.org/c/coreboot/+/58118/comment/15fe52a9_21a0ea1b PS3, Line 125: [CPPC_REF_PERF] = CPPC_REG( ACPI_REG_UNSUPPORTED ), space prohibited before that close parenthesis ')'
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-129833): https://review.coreboot.org/c/coreboot/+/58118/comment/bd0b4e46_0e9b55a9 PS3, Line 128: [CPPC_LOWEST_FREQ] = CPPC_REG( ACPI_REG_UNSUPPORTED ), space prohibited after that open parenthesis '('
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-129833): https://review.coreboot.org/c/coreboot/+/58118/comment/822a88f6_9be70a96 PS3, Line 128: [CPPC_LOWEST_FREQ] = CPPC_REG( ACPI_REG_UNSUPPORTED ), space prohibited before that close parenthesis ')'
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-129833): https://review.coreboot.org/c/coreboot/+/58118/comment/a1065efd_15ee3000 PS3, Line 129: [CPPC_NOMINAL_FREQ] = CPPC_REG( ACPI_REG_UNSUPPORTED ), space prohibited after that open parenthesis '('
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-129833): https://review.coreboot.org/c/coreboot/+/58118/comment/0199a77f_3105fdff PS3, Line 129: [CPPC_NOMINAL_FREQ] = CPPC_REG( ACPI_REG_UNSUPPORTED ), space prohibited before that close parenthesis ')'
File src/soc/amd/cezanne/cppc.c:
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-129833): https://review.coreboot.org/c/coreboot/+/58118/comment/19151688_f3462065 PS3, Line 15: [CPPC_HIGHEST_PERF] = CPPC_REG( ACPI_REG_MSR(MSR_CPPC_CAPABILITY_1, SHIFT_CPPC_CAPABILITY_1_HIGHEST_PERF, 8) ), line over 96 characters
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-129833): https://review.coreboot.org/c/coreboot/+/58118/comment/9b40c842_cd40d6ed PS3, Line 15: [CPPC_HIGHEST_PERF] = CPPC_REG( ACPI_REG_MSR(MSR_CPPC_CAPABILITY_1, SHIFT_CPPC_CAPABILITY_1_HIGHEST_PERF, 8) ), space prohibited after that open parenthesis '('
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-129833): https://review.coreboot.org/c/coreboot/+/58118/comment/5096d02b_ce26a7f7 PS3, Line 15: [CPPC_HIGHEST_PERF] = CPPC_REG( ACPI_REG_MSR(MSR_CPPC_CAPABILITY_1, SHIFT_CPPC_CAPABILITY_1_HIGHEST_PERF, 8) ), space prohibited before that close parenthesis ')'
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-129833): https://review.coreboot.org/c/coreboot/+/58118/comment/fd80f332_599eb756 PS3, Line 16: [CPPC_NOMINAL_PERF] = CPPC_REG( ACPI_REG_MSR(MSR_CPPC_CAPABILITY_1, SHIFT_CPPC_CAPABILITY_1_NOMINAL_PERF, 8) ), line over 96 characters
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-129833): https://review.coreboot.org/c/coreboot/+/58118/comment/d9f6a332_2c4cc2f2 PS3, Line 16: [CPPC_NOMINAL_PERF] = CPPC_REG( ACPI_REG_MSR(MSR_CPPC_CAPABILITY_1, SHIFT_CPPC_CAPABILITY_1_NOMINAL_PERF, 8) ), space prohibited after that open parenthesis '('
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-129833): https://review.coreboot.org/c/coreboot/+/58118/comment/12ef9628_180680d0 PS3, Line 16: [CPPC_NOMINAL_PERF] = CPPC_REG( ACPI_REG_MSR(MSR_CPPC_CAPABILITY_1, SHIFT_CPPC_CAPABILITY_1_NOMINAL_PERF, 8) ), space prohibited before that close parenthesis ')'
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-129833): https://review.coreboot.org/c/coreboot/+/58118/comment/cdb2df3e_3bd33ef9 PS3, Line 17: [CPPC_LOWEST_NONL_PERF] = CPPC_REG( ACPI_REG_MSR(MSR_CPPC_CAPABILITY_1, SHIFT_CPPC_CAPABILITY_1_LOW_NON_LIN_PERF, 8) ), line over 96 characters
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-129833): https://review.coreboot.org/c/coreboot/+/58118/comment/30b1cafe_c1532880 PS3, Line 17: [CPPC_LOWEST_NONL_PERF] = CPPC_REG( ACPI_REG_MSR(MSR_CPPC_CAPABILITY_1, SHIFT_CPPC_CAPABILITY_1_LOW_NON_LIN_PERF, 8) ), space prohibited after that open parenthesis '('
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-129833): https://review.coreboot.org/c/coreboot/+/58118/comment/e60ee9ac_e0d5a6fe PS3, Line 17: [CPPC_LOWEST_NONL_PERF] = CPPC_REG( ACPI_REG_MSR(MSR_CPPC_CAPABILITY_1, SHIFT_CPPC_CAPABILITY_1_LOW_NON_LIN_PERF, 8) ), space prohibited before that close parenthesis ')'
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-129833): https://review.coreboot.org/c/coreboot/+/58118/comment/8ffde7f9_a5462e64 PS3, Line 18: [CPPC_LOWEST_PERF] = CPPC_REG( ACPI_REG_MSR(MSR_CPPC_CAPABILITY_1, SHIFT_CPPC_CAPABILITY_1_LOWEST_PERF, 8) ), line over 96 characters
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-129833): https://review.coreboot.org/c/coreboot/+/58118/comment/2886d9eb_de065305 PS3, Line 18: [CPPC_LOWEST_PERF] = CPPC_REG( ACPI_REG_MSR(MSR_CPPC_CAPABILITY_1, SHIFT_CPPC_CAPABILITY_1_LOWEST_PERF, 8) ), space prohibited after that open parenthesis '('
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-129833): https://review.coreboot.org/c/coreboot/+/58118/comment/532e0eee_aae647d4 PS3, Line 18: [CPPC_LOWEST_PERF] = CPPC_REG( ACPI_REG_MSR(MSR_CPPC_CAPABILITY_1, SHIFT_CPPC_CAPABILITY_1_LOWEST_PERF, 8) ), space prohibited before that close parenthesis ')'
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-129833): https://review.coreboot.org/c/coreboot/+/58118/comment/0cbcbdd7_1cee917d PS3, Line 19: [CPPC_GUARANTEED_PERF] = CPPC_REG( ACPI_REG_UNSUPPORTED ), space prohibited after that open parenthesis '('
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-129833): https://review.coreboot.org/c/coreboot/+/58118/comment/daccdc8e_7f5c19de PS3, Line 19: [CPPC_GUARANTEED_PERF] = CPPC_REG( ACPI_REG_UNSUPPORTED ), space prohibited before that close parenthesis ')'
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-129833): https://review.coreboot.org/c/coreboot/+/58118/comment/cf6b1e0b_36f63da2 PS3, Line 20: [CPPC_DESIRED_PERF] = CPPC_REG( ACPI_REG_MSR(MSR_CPPC_REQUEST, SHIFT_CPPC_REQUEST_DES_PERF, 8) ), line over 96 characters
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-129833): https://review.coreboot.org/c/coreboot/+/58118/comment/f399ec4f_e07ef224 PS3, Line 20: [CPPC_DESIRED_PERF] = CPPC_REG( ACPI_REG_MSR(MSR_CPPC_REQUEST, SHIFT_CPPC_REQUEST_DES_PERF, 8) ), space prohibited after that open parenthesis '('
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-129833): https://review.coreboot.org/c/coreboot/+/58118/comment/77730838_83cbc9ad PS3, Line 20: [CPPC_DESIRED_PERF] = CPPC_REG( ACPI_REG_MSR(MSR_CPPC_REQUEST, SHIFT_CPPC_REQUEST_DES_PERF, 8) ), space prohibited before that close parenthesis ')'
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-129833): https://review.coreboot.org/c/coreboot/+/58118/comment/d1c28a98_8e23595b PS3, Line 21: [CPPC_MIN_PERF] = CPPC_REG( ACPI_REG_MSR(MSR_CPPC_REQUEST, SHIFT_CPPC_REQUEST_MIN_PERF, 8) ), line over 96 characters
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-129833): https://review.coreboot.org/c/coreboot/+/58118/comment/9fe984c2_1c1e4d6f PS3, Line 21: [CPPC_MIN_PERF] = CPPC_REG( ACPI_REG_MSR(MSR_CPPC_REQUEST, SHIFT_CPPC_REQUEST_MIN_PERF, 8) ), space prohibited after that open parenthesis '('
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-129833): https://review.coreboot.org/c/coreboot/+/58118/comment/2680697d_3b46adc9 PS3, Line 21: [CPPC_MIN_PERF] = CPPC_REG( ACPI_REG_MSR(MSR_CPPC_REQUEST, SHIFT_CPPC_REQUEST_MIN_PERF, 8) ), space prohibited before that close parenthesis ')'
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-129833): https://review.coreboot.org/c/coreboot/+/58118/comment/e41564c7_9dd35940 PS3, Line 22: [CPPC_MAX_PERF] = CPPC_REG( ACPI_REG_MSR(MSR_CPPC_REQUEST, SHIFT_CPPC_REQUEST_MAX_PERF, 8) ), line over 96 characters
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-129833): https://review.coreboot.org/c/coreboot/+/58118/comment/4741ad77_85259b17 PS3, Line 22: [CPPC_MAX_PERF] = CPPC_REG( ACPI_REG_MSR(MSR_CPPC_REQUEST, SHIFT_CPPC_REQUEST_MAX_PERF, 8) ), space prohibited after that open parenthesis '('
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-129833): https://review.coreboot.org/c/coreboot/+/58118/comment/4da9004f_6148b5d2 PS3, Line 22: [CPPC_MAX_PERF] = CPPC_REG( ACPI_REG_MSR(MSR_CPPC_REQUEST, SHIFT_CPPC_REQUEST_MAX_PERF, 8) ), space prohibited before that close parenthesis ')'
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-129833): https://review.coreboot.org/c/coreboot/+/58118/comment/6a790fb0_d3dbbe0b PS3, Line 23: [CPPC_PERF_REDUCE_TOLERANCE] = CPPC_REG( ACPI_REG_UNSUPPORTED ), space prohibited after that open parenthesis '('
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-129833): https://review.coreboot.org/c/coreboot/+/58118/comment/6f7cdc25_c836f4b8 PS3, Line 23: [CPPC_PERF_REDUCE_TOLERANCE] = CPPC_REG( ACPI_REG_UNSUPPORTED ), space prohibited before that close parenthesis ')'
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-129833): https://review.coreboot.org/c/coreboot/+/58118/comment/954b8f24_eee73e52 PS3, Line 24: [CPPC_TIME_WINDOW] = CPPC_REG( ACPI_REG_UNSUPPORTED ), space prohibited after that open parenthesis '('
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-129833): https://review.coreboot.org/c/coreboot/+/58118/comment/c9aa13ab_e784f51e PS3, Line 24: [CPPC_TIME_WINDOW] = CPPC_REG( ACPI_REG_UNSUPPORTED ), space prohibited before that close parenthesis ')'
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-129833): https://review.coreboot.org/c/coreboot/+/58118/comment/39524ae1_b6e45868 PS3, Line 25: [CPPC_COUNTER_WRAP] = CPPC_REG( ACPI_REG_UNSUPPORTED ), space prohibited after that open parenthesis '('
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-129833): https://review.coreboot.org/c/coreboot/+/58118/comment/196b16c8_476d2966 PS3, Line 25: [CPPC_COUNTER_WRAP] = CPPC_REG( ACPI_REG_UNSUPPORTED ), space prohibited before that close parenthesis ')'
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-129833): https://review.coreboot.org/c/coreboot/+/58118/comment/125c46da_a91d85c5 PS3, Line 26: [CPPC_REF_PERF_COUNTER] = CPPC_REG( ACPI_REG_MSR(MSR_MAX_PERFORMANCE_FREQUENCY_CLOCK_COUNT, 0, 64) ), line over 96 characters
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-129833): https://review.coreboot.org/c/coreboot/+/58118/comment/baaa8c9e_0e37fbbb PS3, Line 26: [CPPC_REF_PERF_COUNTER] = CPPC_REG( ACPI_REG_MSR(MSR_MAX_PERFORMANCE_FREQUENCY_CLOCK_COUNT, 0, 64) ), space prohibited after that open parenthesis '('
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-129833): https://review.coreboot.org/c/coreboot/+/58118/comment/5d9020e3_2fc184c6 PS3, Line 26: [CPPC_REF_PERF_COUNTER] = CPPC_REG( ACPI_REG_MSR(MSR_MAX_PERFORMANCE_FREQUENCY_CLOCK_COUNT, 0, 64) ), space prohibited before that close parenthesis ')'
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-129833): https://review.coreboot.org/c/coreboot/+/58118/comment/188efe63_96a7f2ec PS3, Line 27: [CPPC_DELIVERED_PERF_COUNTER] = CPPC_REG( ACPI_REG_MSR(MSR_ACTUAL_PERFORMANCE_FREQUENCY_CLOCK_COUNT, 0, 64) ), line over 96 characters
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-129833): https://review.coreboot.org/c/coreboot/+/58118/comment/53834770_3754d0da PS3, Line 27: [CPPC_DELIVERED_PERF_COUNTER] = CPPC_REG( ACPI_REG_MSR(MSR_ACTUAL_PERFORMANCE_FREQUENCY_CLOCK_COUNT, 0, 64) ), space prohibited after that open parenthesis '('
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-129833): https://review.coreboot.org/c/coreboot/+/58118/comment/081ea303_d1c50907 PS3, Line 27: [CPPC_DELIVERED_PERF_COUNTER] = CPPC_REG( ACPI_REG_MSR(MSR_ACTUAL_PERFORMANCE_FREQUENCY_CLOCK_COUNT, 0, 64) ), space prohibited before that close parenthesis ')'
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-129833): https://review.coreboot.org/c/coreboot/+/58118/comment/795906d0_0251a401 PS3, Line 28: [CPPC_PERF_LIMITED] = CPPC_REG( ACPI_REG_MSR(MSR_CPPC_STATUS, 1, 1) ), space prohibited after that open parenthesis '('
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-129833): https://review.coreboot.org/c/coreboot/+/58118/comment/a0ea73c9_9e218d68 PS3, Line 28: [CPPC_PERF_LIMITED] = CPPC_REG( ACPI_REG_MSR(MSR_CPPC_STATUS, 1, 1) ), space prohibited before that close parenthesis ')'
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-129833): https://review.coreboot.org/c/coreboot/+/58118/comment/c8718eca_00af8bf9 PS3, Line 29: [CPPC_ENABLE] = CPPC_REG( ACPI_REG_MSR(MSR_CPPC_ENABLE, 0, 1) ), space prohibited after that open parenthesis '('
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-129833): https://review.coreboot.org/c/coreboot/+/58118/comment/6674514e_111a8f26 PS3, Line 29: [CPPC_ENABLE] = CPPC_REG( ACPI_REG_MSR(MSR_CPPC_ENABLE, 0, 1) ), space prohibited before that close parenthesis ')'
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-129833): https://review.coreboot.org/c/coreboot/+/58118/comment/8472ff0d_13081ccb PS3, Line 32: [CPPC_AUTO_SELECT] = CPPC_REG( ACPI_REG_UNSUPPORTED ), space prohibited after that open parenthesis '('
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-129833): https://review.coreboot.org/c/coreboot/+/58118/comment/4aba8960_c7c67590 PS3, Line 32: [CPPC_AUTO_SELECT] = CPPC_REG( ACPI_REG_UNSUPPORTED ), space prohibited before that close parenthesis ')'
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-129833): https://review.coreboot.org/c/coreboot/+/58118/comment/4275226d_6becf2fa PS3, Line 33: [CPPC_AUTO_ACTIVITY_WINDOW] = CPPC_REG( ACPI_REG_UNSUPPORTED ), space prohibited after that open parenthesis '('
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-129833): https://review.coreboot.org/c/coreboot/+/58118/comment/cdf797ae_94d56ebb PS3, Line 33: [CPPC_AUTO_ACTIVITY_WINDOW] = CPPC_REG( ACPI_REG_UNSUPPORTED ), space prohibited before that close parenthesis ')'
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-129833): https://review.coreboot.org/c/coreboot/+/58118/comment/e3f3a283_e2c9aeed PS3, Line 34: [CPPC_PERF_PREF] = CPPC_REG( ACPI_REG_MSR(MSR_CPPC_REQUEST, SHIFT_CPPC_REQUEST_ENERGY_PERF_PREF, 8) ), line over 96 characters
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-129833): https://review.coreboot.org/c/coreboot/+/58118/comment/ab121440_232b1ba2 PS3, Line 34: [CPPC_PERF_PREF] = CPPC_REG( ACPI_REG_MSR(MSR_CPPC_REQUEST, SHIFT_CPPC_REQUEST_ENERGY_PERF_PREF, 8) ), space prohibited after that open parenthesis '('
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-129833): https://review.coreboot.org/c/coreboot/+/58118/comment/e8122f07_9263db97 PS3, Line 34: [CPPC_PERF_PREF] = CPPC_REG( ACPI_REG_MSR(MSR_CPPC_REQUEST, SHIFT_CPPC_REQUEST_ENERGY_PERF_PREF, 8) ), space prohibited before that close parenthesis ')'
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-129833): https://review.coreboot.org/c/coreboot/+/58118/comment/30bb4275_62d7bedf PS3, Line 35: [CPPC_REF_PERF] = CPPC_REG( ACPI_REG_UNSUPPORTED ), space prohibited after that open parenthesis '('
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-129833): https://review.coreboot.org/c/coreboot/+/58118/comment/593de5a0_5bbbeb69 PS3, Line 35: [CPPC_REF_PERF] = CPPC_REG( ACPI_REG_UNSUPPORTED ), space prohibited before that close parenthesis ')'
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-129833): https://review.coreboot.org/c/coreboot/+/58118/comment/2304816c_2be5564f PS3, Line 38: [CPPC_LOWEST_FREQ] = CPPC_REG( ACPI_REG_UNSUPPORTED ), space prohibited after that open parenthesis '('
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-129833): https://review.coreboot.org/c/coreboot/+/58118/comment/5857c839_25d89f7c PS3, Line 38: [CPPC_LOWEST_FREQ] = CPPC_REG( ACPI_REG_UNSUPPORTED ), space prohibited before that close parenthesis ')'
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-129833): https://review.coreboot.org/c/coreboot/+/58118/comment/301e2661_02895c5d PS3, Line 39: [CPPC_NOMINAL_FREQ] = CPPC_REG( ACPI_REG_UNSUPPORTED ), space prohibited after that open parenthesis '('
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-129833): https://review.coreboot.org/c/coreboot/+/58118/comment/744bc70e_09d3dd0b PS3, Line 39: [CPPC_NOMINAL_FREQ] = CPPC_REG( ACPI_REG_UNSUPPORTED ), space prohibited before that close parenthesis ')'