Home
last modified time | relevance | path

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

/openbmc/linux/drivers/gpu/drm/amd/display/dc/dce/
H A Ddce_mem_input.c490 const struct rect *in_rect = &plane_size->surface_size; in program_size_and_rotation() local
500 hw_rect.x = in_rect->y; in program_size_and_rotation()
501 hw_rect.y = in_rect->x; in program_size_and_rotation()
503 hw_rect.height = in_rect->width; in program_size_and_rotation()
504 hw_rect.width = in_rect->height; in program_size_and_rotation()