/linux/drivers/gpu/drm/amd/display/dc/bios/dce110/ |
H A D | command_table_helper_dce110.c | 157 atom_action = ATOM_ENABLE; in encoder_action_to_atom() 186 atom_pipe_action = ATOM_ENABLE; in disp_power_gating_action_to_atom()
|
/linux/drivers/gpu/drm/amd/display/dc/bios/dce60/ |
H A D | command_table_helper_dce60.c | 42 atom_action = ATOM_ENABLE; in encoder_action_to_atom() 212 atom_pipe_action = ATOM_ENABLE; in disp_power_gating_action_to_atom()
|
/linux/drivers/gpu/drm/amd/display/dc/bios/dce80/ |
H A D | command_table_helper_dce80.c | 42 atom_action = ATOM_ENABLE; in encoder_action_to_atom() 212 atom_pipe_action = ATOM_ENABLE; in disp_power_gating_action_to_atom()
|
/linux/drivers/gpu/drm/amd/display/dc/bios/dce112/ |
H A D | command_table_helper_dce112.c | 159 atom_action = ATOM_ENABLE; in encoder_action_to_atom() 188 atom_pipe_action = ATOM_ENABLE; in disp_power_gating_action_to_atom()
|
H A D | command_table_helper2_dce112.c | 161 atom_action = ATOM_ENABLE; in encoder_action_to_atom() 190 atom_pipe_action = ATOM_ENABLE; in disp_power_gating_action_to_atom()
|
/linux/drivers/gpu/drm/radeon/ |
H A D | atombios_crtc.c | 276 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() 1129 atombios_crtc_program_ss(rdev, ATOM_ENABLE, radeon_crtc->pll_id, in atombios_crtc_set_pll() 2035 atombios_crtc_program_ss(rdev, ATOM_ENABLE, ATOM_DCPLL, -1, &ss); in radeon_atom_disp_eng_pll_init() 2134 atombios_lock_crtc(crtc, ATOM_ENABLE); in atombios_crtc_prepare() 2173 atombios_powergate_crtc(crtc, ATOM_ENABLE); in atombios_crtc_disable()
|
H A D | atombios.h | 99 #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) 627 UCHAR ucEnable; // ATOM_ENABLE or ATOM_DISABLE 638 UCHAR ucEnable; // ATOM_ENABLE or ATOM_DISABLE 647 UCHAR ucEnable; // ATOM_ENABLE or ATOM_DISABLE 732 // ATOM_ENABLE: Enable Encoder 797 // ATOM_ENABLE 1410 UCHAR ucAction; // Possible input:ATOM_ENABLE||ATOMDISABL [all...] |
H A D | radeon_legacy_encoders.c | 953 atombios_dvo_setup(encoder, ATOM_ENABLE); in radeon_legacy_tmds_ext_mode_set()
|
/linux/drivers/gpu/drm/amd/amdgpu/ |
H A D | atombios_encoders.c | 1309 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 D | dce_v8_0.c | 2427 amdgpu_atombios_crtc_enable(crtc, ATOM_ENABLE); in dce_v8_0_crtc_dpms() 2445 amdgpu_atombios_crtc_blank(crtc, ATOM_ENABLE); in dce_v8_0_crtc_dpms() 2460 amdgpu_atombios_crtc_lock(crtc, ATOM_ENABLE); in dce_v8_0_crtc_prepare() 2495 amdgpu_atombios_crtc_powergate(crtc, ATOM_ENABLE); in dce_v8_0_crtc_disable()
|
H A D | dce_v10_0.c | 2508 amdgpu_atombios_crtc_enable(crtc, ATOM_ENABLE); in dce_v10_0_crtc_dpms() 2526 amdgpu_atombios_crtc_blank(crtc, ATOM_ENABLE); in dce_v10_0_crtc_dpms() 2541 amdgpu_atombios_crtc_lock(crtc, ATOM_ENABLE); in dce_v10_0_crtc_prepare() 2576 amdgpu_atombios_crtc_powergate(crtc, ATOM_ENABLE); in dce_v10_0_crtc_disable()
|
H A D | atombios_crtc.c | 881 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 D | atombios.h | 113 #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) 755 UCHAR ucEnable; // ATOM_ENABLE or ATOM_DISABLE 766 UCHAR ucEnable; // ATOM_ENABLE or ATOM_DISABLE 773 UCHAR ucEnable; // ATOM_ENABLE/ATOM_DISABLE/ATOM_INIT 783 UCHAR ucEnable; // ATOM_ENABLE or ATOM_DISABLE 868 // ATOM_ENABLE: Enable Encoder 934 // ATOM_ENABLE [all...] |
H A D | atomfirmware.h | 122 ATOM_ENABLE = 1, enumerator 4148 uint8_t enable; // ATOM_ENABLE or ATOM_DISABLE 4159 uint8_t enable; // ATOM_ENABLE or ATOM_DISABLE
|