HomeSort by: relevance | last modified time | path
    Searched defs:hw_rect (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/external/bsd/drm2/dist/drm/amd/display/dc/dce/
amdgpu_dce_mem_input.c 402 struct rect hw_rect = plane_size->surface_size; local in function:program_size_and_rotation
411 hw_rect.x = in_rect->y;
412 hw_rect.y = in_rect->x;
414 hw_rect.height = in_rect->width;
415 hw_rect.width = in_rect->height;
419 GRPH_X_START, hw_rect.x);
422 GRPH_Y_START, hw_rect.y);
425 GRPH_X_END, hw_rect.width);
428 GRPH_Y_END, hw_rect.height);
amdgpu_dce_mem_input.c 402 struct rect hw_rect = plane_size->surface_size; local in function:program_size_and_rotation
411 hw_rect.x = in_rect->y;
412 hw_rect.y = in_rect->x;
414 hw_rect.height = in_rect->width;
415 hw_rect.width = in_rect->height;
419 GRPH_X_START, hw_rect.x);
422 GRPH_Y_START, hw_rect.y);
425 GRPH_X_END, hw_rect.width);
428 GRPH_Y_END, hw_rect.height);

Completed in 22 milliseconds