Home
last modified time | relevance | path

Searched defs:spl_rect (Results 1 – 2 of 2) sorted by relevance

/linux/drivers/gpu/drm/amd/display/dc/
H A Ddc_spl_translate.c20 static void populate_splrect_from_rect(struct spl_rect *spl_rect, const struct rect *rect) in populate_splrect_from_rect()
27 static void populate_rect_from_splrect(struct rect *rect, const struct spl_rect *spl_rect) in populate_rect_from_splrect()
/linux/drivers/gpu/drm/amd/display/dc/spl/
H A Ddc_spl_types.h19 struct spl_rect { struct
20 int x;
21 int y;
22 int width;
23 int height;