mirror of
https://gitlab.freedesktop.org/mesa/drm.git
synced 2026-06-03 00:08:22 +02:00
2-plane YUV formats don't populate planes[2], so insert_value_yuv_planar
writing to that as v_mem caused a seg fault.
Compute the U & V pointers correctly for NV12, NV21, NV16, NV61, and
NV24.
Fixes:
|
||
|---|---|---|
| .. | ||
| amdgpu | ||
| etnaviv | ||
| exynos | ||
| modeprint | ||
| modetest | ||
| nouveau | ||
| proptest | ||
| radeon | ||
| tegra | ||
| ttmtest | ||
| util | ||
| vbltest | ||
| Android.bp | ||
| drmdevice.c | ||
| drmsl.c | ||
| hash.c | ||
| meson.build | ||