Home
last modified time | relevance | path

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

/linux/drivers/gpu/drm/amd/display/dc/bios/
H A Dcommand_table.c1334 params.ucEnable = ATOM_ENABLE; in enable_spread_spectrum_on_ppll_v1()
1385 params.ucEnable = ATOM_ENABLE; in enable_spread_spectrum_on_ppll_v2()
1455 params.ucEnable = ATOM_ENABLE; in enable_spread_spectrum_on_ppll_v3()
1880 params->ucAction = ATOM_ENABLE; in dac_encoder_control_prepare_params()
2063 params.ucAction = ATOM_ENABLE; in dac1_output_control_v1()
2080 params.ucAction = ATOM_ENABLE; in dac2_output_control_v1()
2330 params.ucEnable = ATOM_ENABLE; in enable_crtc_v1()
2378 params.ucEnable = ATOM_ENABLE; in enable_crtc_mem_req_v1()
/linux/drivers/gpu/drm/radeon/
H A Datombios_encoders.c1554 args.ucEnable = ATOM_ENABLE; in atombios_yuv_setup()
1616 args.ucAction = ATOM_ENABLE; in radeon_atom_encoder_dpms_avivo()
1695 atombios_dig_encoder_setup(encoder, ATOM_ENABLE, 0); in radeon_atom_encoder_dpms_dig()
1721 atombios_external_encoder_setup(encoder, ext_encoder, ATOM_ENABLE); in radeon_atom_encoder_dpms_dig()
1802 atombios_dvo_setup(encoder, ATOM_ENABLE); in radeon_atom_encoder_dpms()
1820 atombios_dac_setup(encoder, ATOM_ENABLE); in radeon_atom_encoder_dpms()
2247 atombios_dvo_setup(encoder, ATOM_ENABLE); in radeon_atom_encoder_mode_set()
2253 atombios_dac_setup(encoder, ATOM_ENABLE); in radeon_atom_encoder_mode_set()
2256 atombios_tv_setup(encoder, ATOM_ENABLE); in radeon_atom_encoder_mode_set()
H A 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)
H A Dradeon_legacy_encoders.c953 atombios_dvo_setup(encoder, ATOM_ENABLE); in radeon_legacy_tmds_ext_mode_set()
/linux/drivers/gpu/drm/amd/amdgpu/
H A Datombios_encoders.c1309 if (action == ATOM_ENABLE) { in amdgpu_atombios_encoder_setup_dig()
1344 amdgpu_atombios_encoder_setup_external_encoder(encoder, ext_encoder, ATOM_ENABLE); in amdgpu_atombios_encoder_setup_dig()
1388 amdgpu_atombios_encoder_setup_dig(encoder, ATOM_ENABLE); in amdgpu_atombios_encoder_dpms()
1400 amdgpu_atombios_encoder_setup_dvo(encoder, ATOM_ENABLE); in amdgpu_atombios_encoder_dpms()
1412 amdgpu_atombios_encoder_setup_dac(encoder, ATOM_ENABLE); in amdgpu_atombios_encoder_dpms()
H A Ddce_v8_0.c2416 amdgpu_atombios_crtc_enable(crtc, ATOM_ENABLE); in dce_v8_0_crtc_dpms()
2434 amdgpu_atombios_crtc_blank(crtc, ATOM_ENABLE); in dce_v8_0_crtc_dpms()
2449 amdgpu_atombios_crtc_lock(crtc, ATOM_ENABLE); in dce_v8_0_crtc_prepare()
2484 amdgpu_atombios_crtc_powergate(crtc, ATOM_ENABLE); in dce_v8_0_crtc_disable()
H A Ddce_v6_0.c2469 amdgpu_atombios_crtc_enable(crtc, ATOM_ENABLE); in dce_v6_0_crtc_dpms()
2484 amdgpu_atombios_crtc_blank(crtc, ATOM_ENABLE); in dce_v6_0_crtc_dpms()
2497 amdgpu_atombios_crtc_lock(crtc, ATOM_ENABLE); in dce_v6_0_crtc_prepare()
2533 amdgpu_atombios_crtc_powergate(crtc, ATOM_ENABLE); in dce_v6_0_crtc_disable()
H A Ddce_v10_0.c2497 amdgpu_atombios_crtc_enable(crtc, ATOM_ENABLE); in dce_v10_0_crtc_dpms()
2515 amdgpu_atombios_crtc_blank(crtc, ATOM_ENABLE); in dce_v10_0_crtc_dpms()
2530 amdgpu_atombios_crtc_lock(crtc, ATOM_ENABLE); in dce_v10_0_crtc_prepare()
2565 amdgpu_atombios_crtc_powergate(crtc, ATOM_ENABLE); in dce_v10_0_crtc_disable()
H A Datombios_crtc.c881 amdgpu_atombios_crtc_program_ss(adev, ATOM_ENABLE, amdgpu_crtc->pll_id, in amdgpu_atombios_crtc_set_pll()
/linux/drivers/gpu/drm/amd/include/
H A 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)