Skip to content

v3dv: fix confusing nomenclature about DRM nodes

Iago Toral requested to merge itoral/mesa:v3dv_fix_drm_nomenclature into main

What does this MR do and why?

We have been using drm_render_device to refer to the render device and drm_primary_device to refer to the display device, but that is confusing because the render device also has a primary node (for legacy reasons), so don't use primary to refer to the display device.

Merge request reports