Home
last modified time | relevance | path

Searched refs:dmub_srv_get_diagnostic_data (Results 1 – 3 of 3) sorted by relevance

/openbmc/linux/drivers/gpu/drm/amd/display/dmub/
H A Ddmub_srv.h799 bool dmub_srv_get_diagnostic_data(struct dmub_srv *dmub, struct dmub_diagnostic_data *diag_data);
/openbmc/linux/drivers/gpu/drm/amd/display/dmub/src/
H A Ddmub_srv.c963 bool dmub_srv_get_diagnostic_data(struct dmub_srv *dmub, struct dmub_diagnostic_data *diag_data) in dmub_srv_get_diagnostic_data() function
/openbmc/linux/drivers/gpu/drm/amd/display/dc/
H A Ddc_dmub_srv.c789 return dmub_srv_get_diagnostic_data(dc_dmub_srv->dmub, diag_data); in dc_dmub_srv_get_diagnostic_data()