Home
last modified time | relevance | path

Searched refs:ATOM_ENABLE (Results 1 – 19 of 19) sorted by relevance

/kernel/linux/linux-5.10/drivers/gpu/drm/amd/display/dc/bios/dce110/
Dcommand_table_helper_dce110.c261 atom_action = ATOM_ENABLE; in encoder_action_to_atom()
290 atom_pipe_action = ATOM_ENABLE; in disp_power_gating_action_to_atom()
/kernel/linux/linux-5.10/drivers/gpu/drm/amd/display/dc/bios/dce80/
Dcommand_table_helper_dce80.c42 atom_action = ATOM_ENABLE; in encoder_action_to_atom()
316 atom_pipe_action = ATOM_ENABLE; in disp_power_gating_action_to_atom()
/kernel/linux/linux-5.10/drivers/gpu/drm/amd/display/dc/bios/dce60/
Dcommand_table_helper_dce60.c42 atom_action = ATOM_ENABLE; in encoder_action_to_atom()
316 atom_pipe_action = ATOM_ENABLE; in disp_power_gating_action_to_atom()
/kernel/linux/linux-5.10/drivers/gpu/drm/amd/display/dc/bios/dce112/
Dcommand_table_helper_dce112.c263 atom_action = ATOM_ENABLE; in encoder_action_to_atom()
292 atom_pipe_action = ATOM_ENABLE; in disp_power_gating_action_to_atom()
Dcommand_table_helper2_dce112.c263 atom_action = ATOM_ENABLE; in encoder_action_to_atom()
292 atom_pipe_action = ATOM_ENABLE; in disp_power_gating_action_to_atom()
/kernel/linux/linux-5.10/drivers/gpu/drm/amd/display/dc/bios/
Dcommand_table.c1329 params.ucEnable = ATOM_ENABLE; in enable_spread_spectrum_on_ppll_v1()
1380 params.ucEnable = ATOM_ENABLE; in enable_spread_spectrum_on_ppll_v2()
1450 params.ucEnable = ATOM_ENABLE; in enable_spread_spectrum_on_ppll_v3()
1637 params->ucAction = ATOM_ENABLE; in dac_encoder_control_prepare_params()
1730 params.ucAction = ATOM_ENABLE; in dac1_output_control_v1()
1747 params.ucAction = ATOM_ENABLE; in dac2_output_control_v1()
1997 params.ucEnable = ATOM_ENABLE; in enable_crtc_v1()
2045 params.ucEnable = ATOM_ENABLE; in enable_crtc_mem_req_v1()
Dcommand_table2.c629 params.enable = ATOM_ENABLE; in enable_crtc_v1()
/kernel/linux/linux-5.10/drivers/gpu/drm/radeon/
Datombios_encoders.c1570 args.ucEnable = ATOM_ENABLE; in atombios_yuv_setup()
1632 args.ucAction = ATOM_ENABLE; in radeon_atom_encoder_dpms_avivo()
1711 atombios_dig_encoder_setup(encoder, ATOM_ENABLE, 0); in radeon_atom_encoder_dpms_dig()
1737 atombios_external_encoder_setup(encoder, ext_encoder, ATOM_ENABLE); in radeon_atom_encoder_dpms_dig()
1822 atombios_dvo_setup(encoder, ATOM_ENABLE); in radeon_atom_encoder_dpms()
1840 atombios_dac_setup(encoder, ATOM_ENABLE); in radeon_atom_encoder_dpms()
2313 atombios_dvo_setup(encoder, ATOM_ENABLE); in radeon_atom_encoder_mode_set()
2319 atombios_dac_setup(encoder, ATOM_ENABLE); in radeon_atom_encoder_mode_set()
2322 atombios_tv_setup(encoder, ATOM_ENABLE); in radeon_atom_encoder_mode_set()
Datombios_crtc.c276 atombios_enable_crtc(crtc, ATOM_ENABLE); in atombios_crtc_dpms()
278 atombios_enable_crtc_memreq(crtc, ATOM_ENABLE); in atombios_crtc_dpms()
290 atombios_blank_crtc(crtc, ATOM_ENABLE); in atombios_crtc_dpms()
1138 atombios_crtc_program_ss(rdev, ATOM_ENABLE, radeon_crtc->pll_id, in atombios_crtc_set_pll()
2047 atombios_crtc_program_ss(rdev, ATOM_ENABLE, ATOM_DCPLL, -1, &ss); in radeon_atom_disp_eng_pll_init()
2146 atombios_lock_crtc(crtc, ATOM_ENABLE); in atombios_crtc_prepare()
2185 atombios_powergate_crtc(crtc, ATOM_ENABLE); in atombios_crtc_disable()
Datombios.h99 #define ATOM_ENABLE 1 macro
101 #define ATOM_LCD_BLON (ATOM_ENABLE+2)
102 #define ATOM_LCD_BL_BRIGHTNESS_CONTROL (ATOM_ENABLE+3)
104 #define ATOM_LCD_SELFTEST_STOP (ATOM_ENABLE+5)
2173 #define PANEL_ENCODER_ACTION_ENABLE ATOM_ENABLE
2174 #define PANEL_ENCODER_ACTION_COHERENTSEQ (ATOM_ENABLE+1)
Dradeon_legacy_encoders.c960 atombios_dvo_setup(encoder, ATOM_ENABLE); in radeon_legacy_tmds_ext_mode_set()
/kernel/linux/linux-5.10/drivers/gpu/drm/amd/amdgpu/
Datombios_encoders.c1342 if (action == ATOM_ENABLE) { in amdgpu_atombios_encoder_setup_dig()
1377 amdgpu_atombios_encoder_setup_external_encoder(encoder, ext_encoder, ATOM_ENABLE); in amdgpu_atombios_encoder_setup_dig()
1421 amdgpu_atombios_encoder_setup_dig(encoder, ATOM_ENABLE); in amdgpu_atombios_encoder_dpms()
1433 amdgpu_atombios_encoder_setup_dvo(encoder, ATOM_ENABLE); in amdgpu_atombios_encoder_dpms()
1445 amdgpu_atombios_encoder_setup_dac(encoder, ATOM_ENABLE); in amdgpu_atombios_encoder_dpms()
Ddce_v8_0.c2414 amdgpu_atombios_crtc_enable(crtc, ATOM_ENABLE); in dce_v8_0_crtc_dpms()
2432 amdgpu_atombios_crtc_blank(crtc, ATOM_ENABLE); in dce_v8_0_crtc_dpms()
2447 amdgpu_atombios_crtc_lock(crtc, ATOM_ENABLE); in dce_v8_0_crtc_prepare()
2482 amdgpu_atombios_crtc_powergate(crtc, ATOM_ENABLE); in dce_v8_0_crtc_disable()
Ddce_v6_0.c2407 amdgpu_atombios_crtc_enable(crtc, ATOM_ENABLE); in dce_v6_0_crtc_dpms()
2422 amdgpu_atombios_crtc_blank(crtc, ATOM_ENABLE); in dce_v6_0_crtc_dpms()
2435 amdgpu_atombios_crtc_lock(crtc, ATOM_ENABLE); in dce_v6_0_crtc_prepare()
2471 amdgpu_atombios_crtc_powergate(crtc, ATOM_ENABLE); in dce_v6_0_crtc_disable()
Ddce_v10_0.c2513 amdgpu_atombios_crtc_enable(crtc, ATOM_ENABLE); in dce_v10_0_crtc_dpms()
2531 amdgpu_atombios_crtc_blank(crtc, ATOM_ENABLE); in dce_v10_0_crtc_dpms()
2546 amdgpu_atombios_crtc_lock(crtc, ATOM_ENABLE); in dce_v10_0_crtc_prepare()
2581 amdgpu_atombios_crtc_powergate(crtc, ATOM_ENABLE); in dce_v10_0_crtc_disable()
Ddce_v11_0.c2592 amdgpu_atombios_crtc_enable(crtc, ATOM_ENABLE); in dce_v11_0_crtc_dpms()
2610 amdgpu_atombios_crtc_blank(crtc, ATOM_ENABLE); in dce_v11_0_crtc_dpms()
2625 amdgpu_atombios_crtc_lock(crtc, ATOM_ENABLE); in dce_v11_0_crtc_prepare()
2660 amdgpu_atombios_crtc_powergate(crtc, ATOM_ENABLE); in dce_v11_0_crtc_disable()
Datombios_crtc.c882 amdgpu_atombios_crtc_program_ss(adev, ATOM_ENABLE, amdgpu_crtc->pll_id, in amdgpu_atombios_crtc_set_pll()
/kernel/linux/linux-5.10/drivers/gpu/drm/amd/include/
Datombios.h113 #define ATOM_ENABLE 1 macro
115 #define ATOM_LCD_BLON (ATOM_ENABLE+2)
116 #define ATOM_LCD_BL_BRIGHTNESS_CONTROL (ATOM_ENABLE+3)
118 #define ATOM_LCD_SELFTEST_STOP (ATOM_ENABLE+5)
2556 #define PANEL_ENCODER_ACTION_ENABLE ATOM_ENABLE
2557 #define PANEL_ENCODER_ACTION_COHERENTSEQ (ATOM_ENABLE+1)
Datomfirmware.h122 ATOM_ENABLE = 1, enumerator