Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/gpu/drm/amd/display/dc/dce/
Ddce_mem_input.c397 struct rect hw_rect = plane_size->grph.surface_size; in program_size_and_rotation() local
406 hw_rect.x = in_rect->y; in program_size_and_rotation()
407 hw_rect.y = in_rect->x; in program_size_and_rotation()
409 hw_rect.height = in_rect->width; in program_size_and_rotation()
410 hw_rect.width = in_rect->height; in program_size_and_rotation()
414 GRPH_X_START, hw_rect.x); in program_size_and_rotation()
417 GRPH_Y_START, hw_rect.y); in program_size_and_rotation()
420 GRPH_X_END, hw_rect.width); in program_size_and_rotation()
423 GRPH_Y_END, hw_rect.height); in program_size_and_rotation()