search for: p4cc

Displaying 4 results from an estimated 4 matches for "p4cc".

Did you mean: f4cc
2024 Sep 13
1
[PATCH v3 1/2] drm/panic: Add ABGR2101010 support
..._xrgb8888(u32 color, u32 format) return convert_xrgb8888_to_xrgb2101010(color); case DRM_FORMAT_ARGB2101010: return convert_xrgb8888_to_argb2101010(color); + case DRM_FORMAT_ABGR2101010: + return convert_xrgb8888_to_abgr2101010(color); default: WARN_ONCE(1, "Can't convert to %p4cc\n", &format); return 0; -- 2.46.0
2024 Sep 13
1
[PATCH v3 1/2] drm/panic: Add ABGR2101010 support
...t; return convert_xrgb8888_to_xrgb2101010(color); > case DRM_FORMAT_ARGB2101010: > return convert_xrgb8888_to_argb2101010(color); > + case DRM_FORMAT_ABGR2101010: > + return convert_xrgb8888_to_abgr2101010(color); > default: > WARN_ONCE(1, "Can't convert to %p4cc\n", &format); > return 0; > -- > 2.46.0 > The patch looks good to me. Reviewed-by: Javier Martinez Canillas <javierm at redhat.com> -- Best regards, Javier Martinez Canillas Core Platforms Red Hat
2024 Sep 13
1
[PATCH v3 1/2] drm/panic: Add ABGR2101010 support
...8_to_xrgb2101010(color); >> case DRM_FORMAT_ARGB2101010: >> return convert_xrgb8888_to_argb2101010(color); >> + case DRM_FORMAT_ABGR2101010: >> + return convert_xrgb8888_to_abgr2101010(color); >> default: >> WARN_ONCE(1, "Can't convert to %p4cc\n", &format); >> return 0; >> -- >> 2.46.0 >> > > > The patch looks good to me. > > Reviewed-by: Javier Martinez Canillas <javierm at redhat.com> >
2024 Sep 13
2
[PATCH v3 0/2] drm/nouveau: Add drm_panic support for nv50+
This series adds basic drm_panic support for nouveau. Patches 1 Add ABGR2101010 support in drm_panic. Patch 2 registers nouveau to drm_panic, and handle tiling. I've tested on a GTX1650 (Turing) and GF 8800 GT (Tesla), while running Gnome/Wayland desktop, and in VT. It should work on other nv50+ cards, but I didn't test them. To test it, you need to build your kernel with