Home
last modified time | relevance | path

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

/linux/drivers/gpu/drm/amd/display/dmub/inc/
H A Ddmub_cmd.h163 #ifndef dmub_memcpy
164 #define dmub_memcpy(dest, source, bytes) memcpy((dest), (source), (bytes)) macro
6450 dmub_memcpy(dst, src, DMUB_RB_CMD_SIZE); in dmub_rb_out_push_front()
6621 dmub_memcpy(cmd, rd_ptr, DMUB_RB_CMD_SIZE); in dmub_rb_get_return_data()