Searched refs:__DML_DLL_EXPORT__ (Results 1 – 3 of 3) sorted by relevance
| /linux/drivers/gpu/drm/amd/display/dc/dml2/ |
| A D | display_mode_util.h | 38 __DML_DLL_EXPORT__ dml_float_t dml_ceil(dml_float_t x, dml_float_t granularity); 39 __DML_DLL_EXPORT__ dml_float_t dml_floor(dml_float_t x, dml_float_t granularity); 40 __DML_DLL_EXPORT__ dml_float_t dml_min(dml_float_t x, dml_float_t y); 41 __DML_DLL_EXPORT__ dml_float_t dml_min3(dml_float_t x, dml_float_t y, dml_float_t z); 43 __DML_DLL_EXPORT__ dml_float_t dml_max(dml_float_t x, dml_float_t y); 44 __DML_DLL_EXPORT__ dml_float_t dml_max3(dml_float_t x, dml_float_t y, dml_float_t z); 47 __DML_DLL_EXPORT__ dml_float_t dml_log(dml_float_t x, dml_float_t base); 48 __DML_DLL_EXPORT__ dml_float_t dml_log2(dml_float_t x); 50 __DML_DLL_EXPORT__ dml_float_t dml_pow(dml_float_t base, int exp); 55 __DML_DLL_EXPORT__ void dml_print_rq_regs_st(const dml_display_rq_regs_st *rq_regs); [all …]
|
| A D | display_mode_lib_defines.h | 69 #define __DML_DLL_EXPORT__ macro
|
| A D | display_mode_util.c | 621 __DML_DLL_EXPORT__ void dml_print_soc_state_bounding_box(const struct soc_state_bounding_box_st *st… in dml_print_soc_state_bounding_box() 650 __DML_DLL_EXPORT__ void dml_print_soc_bounding_box(const struct soc_bounding_box_st *soc) in dml_print_soc_bounding_box() 687 __DML_DLL_EXPORT__ void dml_print_clk_cfg(const struct dml_clk_cfg_st *clk_cfg) in dml_print_clk_cfg()
|
Completed in 13 milliseconds