Home
last modified time | relevance | path

Searched refs:atom_action (Results 1 – 4 of 4) sorted by relevance

/Linux-v4.19/drivers/gpu/drm/amd/display/dc/bios/dce80/
Dcommand_table_helper_dce80.c38 uint8_t atom_action = 0; in encoder_action_to_atom() local
42 atom_action = ATOM_ENABLE; in encoder_action_to_atom()
45 atom_action = ATOM_DISABLE; in encoder_action_to_atom()
48 atom_action = ATOM_ENCODER_CMD_SETUP; in encoder_action_to_atom()
51 atom_action = ATOM_ENCODER_INIT; in encoder_action_to_atom()
58 return atom_action; in encoder_action_to_atom()
/Linux-v4.19/drivers/gpu/drm/amd/display/dc/bios/dce110/
Dcommand_table_helper_dce110.c285 uint8_t atom_action = 0; in encoder_action_to_atom() local
289 atom_action = ATOM_ENABLE; in encoder_action_to_atom()
292 atom_action = ATOM_DISABLE; in encoder_action_to_atom()
295 atom_action = ATOM_ENCODER_CMD_SETUP; in encoder_action_to_atom()
298 atom_action = ATOM_ENCODER_INIT; in encoder_action_to_atom()
305 return atom_action; in encoder_action_to_atom()
/Linux-v4.19/drivers/gpu/drm/amd/display/dc/bios/dce112/
Dcommand_table_helper2_dce112.c287 uint8_t atom_action = 0; in encoder_action_to_atom() local
291 atom_action = ATOM_ENABLE; in encoder_action_to_atom()
294 atom_action = ATOM_DISABLE; in encoder_action_to_atom()
297 atom_action = ATOM_ENCODER_CMD_STREAM_SETUP; in encoder_action_to_atom()
300 atom_action = ATOM_ENCODER_INIT; in encoder_action_to_atom()
307 return atom_action; in encoder_action_to_atom()
Dcommand_table_helper_dce112.c287 uint8_t atom_action = 0; in encoder_action_to_atom() local
291 atom_action = ATOM_ENABLE; in encoder_action_to_atom()
294 atom_action = ATOM_DISABLE; in encoder_action_to_atom()
297 atom_action = ATOM_ENCODER_CMD_STREAM_SETUP; in encoder_action_to_atom()
300 atom_action = ATOM_ENCODER_INIT; in encoder_action_to_atom()
307 return atom_action; in encoder_action_to_atom()