Home
last modified time | relevance | path

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

/openbmc/linux/drivers/gpu/drm/msm/disp/dpu1/
H A Ddpu_plane.c1252 static const char * const multirect_index_name[] = { variable
1268 if (WARN_ON(index >= ARRAY_SIZE(multirect_index_name))) in dpu_get_multirect_index()
1271 return multirect_index_name[index]; in dpu_get_multirect_index()