Skip to content

nouveau/drm: use new UAPI to determine the maximum exec size

What does this MR do and why?

nouveau/drm: use new UAPI to determine the maximum exec size

The nv50+ path in the kernel seems to allocate a significantly
larger exec for its max exec size which means we dont need to
copiously submit buffers everytime it goes above 512.

Signed-off-by: Yusuf Khan <yusisamerican@gmail.com>

Marked draft since its only compile tested at the moment.

Merge request reports