Home
last modified time | relevance | path

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

/drivers/gpu/drm/amd/display/dc/dce/
A Ddce_mem_input.c499 hw_rect.x = in_rect->y; in program_size_and_rotation()
500 hw_rect.y = in_rect->x; in program_size_and_rotation()
502 hw_rect.height = in_rect->width; in program_size_and_rotation()
507 GRPH_X_START, hw_rect.x); in program_size_and_rotation()
510 GRPH_Y_START, hw_rect.y); in program_size_and_rotation()
513 GRPH_X_END, hw_rect.width); in program_size_and_rotation()
516 GRPH_Y_END, hw_rect.height); in program_size_and_rotation()
537 GRPH_X_START, hw_rect.x); in dce60_program_size()
540 GRPH_Y_START, hw_rect.y); in dce60_program_size()
543 GRPH_X_END, hw_rect.width); in dce60_program_size()
[all …]

Completed in 5 milliseconds