Home
last modified time | relevance | path

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

/linux-6.15/tools/build/
H A DMakefile.build133 test-y := $(filter %_log, $(obj-y))
134 obj-y := $(filter-out %_log, $(obj-y))
/linux-6.15/drivers/gpu/drm/amd/display/dc/dml2/
H A Ddisplay_mode_util.c29 static dml_float_t _log(float in) in _log() function
171 return (dml_float_t) (_log(x) / _log(base)); in dml_log()
176 return (dml_float_t) (_log(x) / _log(2)); in dml_log2()
/linux-6.15/drivers/gpu/drm/nouveau/nvkm/subdev/gsp/
H A Dr535.c2983 static void r535_debugfs_shutdown(struct nvif_log *_log) in r535_debugfs_shutdown() argument
2985 struct r535_gsp_log *log = container_of(_log, struct r535_gsp_log, log); in r535_debugfs_shutdown()