02:19lumag: mlankhorst: I'd like to merge https://lore.kernel.org/dri-devel/20250113-drm-move-tda998x-v3-0-214e0682a5e4@linaro.org/ . In the past Hans wrote that he doesn't need an immutable branch from us. Is it okay to just merge the series to drm-misc-next?
10:52gio: I have a question about llvmpipe descriptors: in lvp_CreateDescriptorLayout() is seems that the "stride" field in struct lvp_descriptor_set_binding_layout can only be different from zero for bindings that contain immutable samplers with a YCbCr conversion, and as far as I understand Vulkan that can only happen for bindings of type COMBINED_IMAGE_SAMPLER. However in
10:52gio: lvp_UpdateDescriptorSets() the layout binding stride is used also for descriptor types different from COMBINED_IMAGE_SAMPLER, and I can't understand in which case that can be different from one. Is that an oversight or am I missing something?
10:55gio: Similarly, it seems to me (reading the specification) that image views with plane_count > 1 can only be used for combined image samplers (because they need YCbCr conversion), but again other cases in lvp_UpdateDescriptorSets() seem to handle plane_count > 1.
11:23llyyr: does anyone have any idea what could be causing https://gitlab.freedesktop.org/mesa/mesa/-/issues/12198 ? this unfortunately makes VK_KHR_display unusable on systems with llvmpipe available