| /linux-6.15/drivers/gpu/drm/amd/display/dc/dpp/dcn10/ |
| H A D | dcn10_dpp_dscl.c | 550 struct fixed31_32 bot = dc_fixpt_add(data->inits.v, data->ratios.vert); in dpp1_dscl_set_manual_ratio_init() local 552 init_frac = dc_fixpt_u0d19(bot) << 5; in dpp1_dscl_set_manual_ratio_init() 553 init_int = dc_fixpt_floor(bot); in dpp1_dscl_set_manual_ratio_init() 566 struct fixed31_32 bot = dc_fixpt_add(data->inits.v_c, data->ratios.vert_c); in dpp1_dscl_set_manual_ratio_init() local 568 init_frac = dc_fixpt_u0d19(bot) << 5; in dpp1_dscl_set_manual_ratio_init() 569 init_int = dc_fixpt_floor(bot); in dpp1_dscl_set_manual_ratio_init()
|
| /linux-6.15/Documentation/devicetree/bindings/display/msm/ |
| H A D | dsi-phy-10nm.yaml | 49 qcom,phy-rescode-offset-bot: 98 qcom,phy-rescode-offset-bot = /bits/ 8 <0 0 0 0 0>;
|
| /linux-6.15/arch/arm64/boot/dts/qcom/ |
| H A D | sc7180-trogdor-quackingstick-r0.dts | 20 qcom,phy-rescode-offset-bot = /bits/ 8 <(-13) (-13) (-13) (-13) (-13)>;
|
| H A D | sc7180-trogdor-wormdingler-rev1-boe-rt5682s.dts | 23 qcom,phy-rescode-offset-bot = /bits/ 8 <31 31 31 31 (-32)>;
|
| H A D | sc7180-trogdor-wormdingler-rev1-boe.dts | 23 qcom,phy-rescode-offset-bot = /bits/ 8 <31 31 31 31 (-32)>;
|
| /linux-6.15/Documentation/process/ |
| H A D | maintainer-netdev.rst | 131 usually set automatically by the pw-bot 146 pw-bot 148 pw-bot can automatically set patches to this state based 165 bot which looks for special commands/lines within the emails sent to 169 pw-bot: changes-requested 171 As a result the bot will set the entire series to Changes Requested. 175 The use of the bot is entirely optional, if in doubt ignore its existence 178 of communicating with the bot, the bot commands should be seen as metadata. 180 The use of the bot is restricted to authors of the patches (the ``From:`` 187 https://netdev.bots.linux.dev/pw-bot.html [all …]
|
| H A D | handling-regressions.rst | 26 #. Make the Linux kernel regression tracking bot "regzbot" track the issue (this 81 When doing either, consider making the Linux kernel regression tracking bot 334 The bot watches for replies to reports of tracked regressions. Additionally, 387 The bot is meant to track regressions, hence please don't involve regzbot for 455 kernel's regression tracking bot can be found on its
|
| H A D | maintainer-tip.rst | 838 The tip tree is monitored by a bot for new commits. The bot sends an email 847 workflow of the moment. While the bot message is purely mechanical, it
|
| /linux-6.15/drivers/gpu/drm/amd/display/dc/dpp/dcn401/ |
| H A D | dcn401_dpp_dscl.c | 607 struct fixed31_32 bot = dc_fixpt_add(data->inits.v, data->ratios.vert); in dpp401_dscl_set_manual_ratio_init() local 609 init_frac = dc_fixpt_u0d19(bot) << 5; in dpp401_dscl_set_manual_ratio_init() 610 init_int = dc_fixpt_floor(bot); in dpp401_dscl_set_manual_ratio_init() 623 struct fixed31_32 bot = dc_fixpt_add(data->inits.v_c, data->ratios.vert_c); in dpp401_dscl_set_manual_ratio_init() local 625 init_frac = dc_fixpt_u0d19(bot) << 5; in dpp401_dscl_set_manual_ratio_init() 626 init_int = dc_fixpt_floor(bot); in dpp401_dscl_set_manual_ratio_init()
|
| /linux-6.15/drivers/gpu/drm/ci/ |
| H A D | gitlab-ci.yml | 140 …- if: &is-merge-attempt $GITLAB_USER_LOGIN == "marge-bot" && $CI_PIPELINE_SOURCE == "merge_request… 142 - if: &is-post-merge $GITLAB_USER_LOGIN == "marge-bot" && $CI_PIPELINE_SOURCE == "push" 150 …I_PROJECT_NAMESPACE == "mesa" && $CI_PIPELINE_SOURCE == "push" && $GITLAB_USER_LOGIN != "marge-bot"
|
| /linux-6.15/Documentation/translations/sp_SP/process/ |
| H A D | email-clients.rst | 174 lugar de como texto en línea, haga clic con el botón derecho en el archivo 181 clic con el botón derecho y seleccione :menuselection:`save as`. Puede usar 325 :menuselection:`compose`, agregue un botón para ello usando 327 luego simplemente haga clic en el botón nuevo cuando desee usar el editor 342 Vaya a su ventana principal y busque el botón de su menú desplegable principal.
|
| H A D | handling-regressions.rst | 31 #. Haga que el bot del kernel de Linux "regzbot" realice el seguimiento del 315 El bot monitoriza las respuestas de los informes de las regresiones 374 El bot debe hacer seguimiento de las regresiones, y por tanto por favor, 446 Hay información más detallada y actualizada sobre el bot de seguimiento de
|
| /linux-6.15/drivers/gpu/drm/amd/display/dc/sspl/ |
| H A D | dc_spl.c | 1171 struct spl_fixed31_32 bot; in spl_set_manual_ratio_init_data() local 1197 bot = spl_fixpt_add(scl_data->inits.v, scl_data->ratios.vert); in spl_set_manual_ratio_init_data() 1198 dscl_prog_data->init.v_filter_init_bot_frac = spl_fixpt_u0d19(bot) << 5; in spl_set_manual_ratio_init_data() 1199 dscl_prog_data->init.v_filter_init_bot_int = spl_fixpt_floor(bot); in spl_set_manual_ratio_init_data() 1200 bot = spl_fixpt_add(scl_data->inits.v_c, scl_data->ratios.vert_c); in spl_set_manual_ratio_init_data() 1201 dscl_prog_data->init.v_filter_init_bot_frac_c = spl_fixpt_u0d19(bot) << 5; in spl_set_manual_ratio_init_data() 1202 dscl_prog_data->init.v_filter_init_bot_int_c = spl_fixpt_floor(bot); in spl_set_manual_ratio_init_data()
|
| /linux-6.15/arch/arm/boot/dts/aspeed/ |
| H A D | aspeed-bmc-ibm-fuji.dts | 484 label = "cablecard-c01-cxp-bot"; 520 label = "cablecard-c02-cxp-bot"; 556 label = "cablecard-c03-cxp-bot"; 627 label = "cablecard-c04-cxp-bot"; 663 label = "cablecard-c05-cxp-bot"; 699 label = "cablecard-c06-cxp-bot"; 735 label = "cablecard-c07-cxp-bot"; 783 label = "cablecard-c08-cxp-bot"; 819 label = "cablecard-c09-cxp-bot"; 855 label = "cablecard-c10-cxp-bot"; [all …]
|
| H A D | aspeed-bmc-ibm-everest.dts | 482 label = "cablecard-c01-cxp-bot"; 518 label = "cablecard-c02-cxp-bot"; 554 label = "cablecard-c03-cxp-bot"; 627 label = "cablecard-c04-cxp-bot"; 663 label = "cablecard-c05-cxp-bot"; 699 label = "cablecard-c06-cxp-bot"; 735 label = "cablecard-c07-cxp-bot"; 784 label = "cablecard-c08-cxp-bot"; 820 label = "cablecard-c09-cxp-bot"; 856 label = "cablecard-c10-cxp-bot"; [all …]
|
| H A D | aspeed-bmc-ibm-rainier.dts | 380 label = "cablecard0-cxp-bot"; 462 label = "cablecard3-cxp-bot"; 499 label = "cablecard4-cxp-bot"; 1395 label = "cablecard10-cxp-bot";
|
| H A D | aspeed-bmc-ibm-blueridge.dts | 382 label = "cablecard0-cxp-bot"; 462 label = "cablecard3-cxp-bot"; 498 label = "cablecard4-cxp-bot"; 1347 label = "cablecard10-cxp-bot";
|
| /linux-6.15/Documentation/admin-guide/ |
| H A D | reporting-regressions.rst | 31 Linux kernel regression tracking bot "regzbot" track the issue by specifying 108 aforementioned Linux kernel regression tracking bot about your report. To do 212 regzbot, the Linux kernel regression tracking bot. That's why you want to bring 369 Why and how are Linux kernel regressions tracked using a bot? 392 The bot is meant to track regressions, hence please don't involve regzbot for
|