Home
last modified time | relevance | path

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

/linux-6.12.1/drivers/gpu/drm/amd/display/dc/bios/dce110/
Dcommand_table_helper_dce110.c257 uint8_t atom_action = 0; in encoder_action_to_atom() local
261 atom_action = ATOM_ENABLE; in encoder_action_to_atom()
264 atom_action = ATOM_DISABLE; in encoder_action_to_atom()
267 atom_action = ATOM_ENCODER_CMD_SETUP; in encoder_action_to_atom()
270 atom_action = ATOM_ENCODER_INIT; in encoder_action_to_atom()
277 return atom_action; in encoder_action_to_atom()
/linux-6.12.1/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-6.12.1/drivers/gpu/drm/amd/display/dc/bios/dce60/
Dcommand_table_helper_dce60.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-6.12.1/drivers/gpu/drm/amd/display/dc/bios/dce112/
Dcommand_table_helper2_dce112.c259 uint8_t atom_action = 0; in encoder_action_to_atom() local
263 atom_action = ATOM_ENABLE; in encoder_action_to_atom()
266 atom_action = ATOM_DISABLE; in encoder_action_to_atom()
269 atom_action = ATOM_ENCODER_CMD_STREAM_SETUP; in encoder_action_to_atom()
272 atom_action = ATOM_ENCODER_INIT; in encoder_action_to_atom()
279 return atom_action; in encoder_action_to_atom()
Dcommand_table_helper_dce112.c259 uint8_t atom_action = 0; in encoder_action_to_atom() local
263 atom_action = ATOM_ENABLE; in encoder_action_to_atom()
266 atom_action = ATOM_DISABLE; in encoder_action_to_atom()
269 atom_action = ATOM_ENCODER_CMD_STREAM_SETUP; in encoder_action_to_atom()
272 atom_action = ATOM_ENCODER_INIT; in encoder_action_to_atom()
279 return atom_action; in encoder_action_to_atom()