Home
last modified time | relevance | path

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

/drivers/gpu/drm/amd/display/amdgpu_dm/
Damdgpu_dm_plane.c135 uint64_t *new_mods = kmalloc(new_cap * sizeof(uint64_t), GFP_KERNEL); in add_modifier() local
137 if (!new_mods) { in add_modifier()
143 memcpy(new_mods, *mods, sizeof(uint64_t) * *size); in add_modifier()
145 *mods = new_mods; in add_modifier()