Skip to content

v3d: use more an auxiliar devinfo

Improve readability by using an auxiliar struct v3d_device_info *devinfo = &screen->devinfo;

this was triggered by the use of the v3d_X macro, where just having a devinfo makes is more friendly. As we are here, we used it on other places of the code.

Merge request reports