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

/linux-master/drivers/gpu/drm/amd/display/dc/bios/dce80/
H A Dcommand_table_helper_dce80.c38 uint8_t atom_action = 0; local
42 atom_action = ATOM_ENABLE;
45 atom_action = ATOM_DISABLE;
48 atom_action = ATOM_ENCODER_CMD_SETUP;
51 atom_action = ATOM_ENCODER_INIT;
58 return atom_action;
/linux-master/drivers/gpu/drm/amd/display/dc/bios/dce112/
H A Dcommand_table_helper_dce112.c259 uint8_t atom_action = 0; local
263 atom_action = ATOM_ENABLE;
266 atom_action = ATOM_DISABLE;
269 atom_action = ATOM_ENCODER_CMD_STREAM_SETUP;
272 atom_action = ATOM_ENCODER_INIT;
279 return atom_action;
H A Dcommand_table_helper2_dce112.c259 uint8_t atom_action = 0; local
263 atom_action = ATOM_ENABLE;
266 atom_action = ATOM_DISABLE;
269 atom_action = ATOM_ENCODER_CMD_STREAM_SETUP;
272 atom_action = ATOM_ENCODER_INIT;
279 return atom_action;
/linux-master/drivers/gpu/drm/amd/display/dc/bios/dce110/
H A Dcommand_table_helper_dce110.c257 uint8_t atom_action = 0; local
261 atom_action = ATOM_ENABLE;
264 atom_action = ATOM_DISABLE;
267 atom_action = ATOM_ENCODER_CMD_SETUP;
270 atom_action = ATOM_ENCODER_INIT;
277 return atom_action;
/linux-master/drivers/gpu/drm/amd/display/dc/bios/dce60/
H A Dcommand_table_helper_dce60.c38 uint8_t atom_action = 0; local
42 atom_action = ATOM_ENABLE;
45 atom_action = ATOM_DISABLE;
48 atom_action = ATOM_ENCODER_CMD_SETUP;
51 atom_action = ATOM_ENCODER_INIT;
58 return atom_action;

Completed in 169 milliseconds