* [PATCH 0/2] Support for RGB16161616_64B compressed formats
@ 2024-06-03 8:16 Melanie Lobo
2024-06-03 8:16 ` [PATCH 1/2] lib/intel_aux_pgtable: Library to add support for RGB16161616_64B format Melanie Lobo
` (7 more replies)
0 siblings, 8 replies; 15+ messages in thread
From: Melanie Lobo @ 2024-06-03 8:16 UTC (permalink / raw)
To: igt-dev; +Cc: vidya.srinivas, Melanie Lobo
Support XRGB16161616_64B and ARGB16161616_64B compressed formats
Melanie Lobo (2):
lib/intel_aux_pgtable: Library to add support for RGB16161616_64B
format
tests/intel/kms_flip_scaled_crc: Add support for RGB16161616_64B
compressed formats
lib/intel_aux_pgtable.c | 5 ++++
tests/intel/kms_flip_scaled_crc.c | 42 +++++++++++++++++++++++++++++++
2 files changed, 47 insertions(+)
--
2.17.1
^ permalink raw reply [flat|nested] 15+ messages in thread* [PATCH 1/2] lib/intel_aux_pgtable: Library to add support for RGB16161616_64B format 2024-06-03 8:16 [PATCH 0/2] Support for RGB16161616_64B compressed formats Melanie Lobo @ 2024-06-03 8:16 ` Melanie Lobo 2024-06-03 8:16 ` [PATCH 2/2] tests/intel/kms_flip_scaled_crc: Add support for RGB16161616_64B compressed formats Melanie Lobo ` (6 subsequent siblings) 7 siblings, 0 replies; 15+ messages in thread From: Melanie Lobo @ 2024-06-03 8:16 UTC (permalink / raw) To: igt-dev Cc: vidya.srinivas, Melanie Lobo, Juha-Pekka Heikkila, Bhanuprakash Modem, Swati Sharma MTL supports RGB16161616_64B FP16 format which is a binary floating-point computer number format that occupies 16 bits in computer memory. This was tested with kernel patch, https://patchwork.freedesktop.org/series/124957/ https://lore.kernel.org/all/20231201091133.23508-1-melanie.lobo@intel.com/ cc: Juha-Pekka Heikkila <juhapekka.heikkila@gmail.com> cc: Bhanuprakash Modem <bhanuprakash.modem@intel.com> cc: Swati Sharma <swati2.sharma@intel.com> Signed-off-by: Melanie Lobo <melanie.lobo@intel.com> --- lib/intel_aux_pgtable.c | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/lib/intel_aux_pgtable.c b/lib/intel_aux_pgtable.c index 3cbb0e26f35c..87df50e71bbd 100644 --- a/lib/intel_aux_pgtable.c +++ b/lib/intel_aux_pgtable.c @@ -22,6 +22,7 @@ #define AUX_FORMAT_AYUV 0x09 #define AUX_FORMAT_ARGB_8B 0x0A #define AUX_FORMAT_NV12_21 0x0F +#define AUX_FORMAT_RGBA16_FLOAT 0x1 struct pgtable_level_desc { int idx_shift; @@ -306,6 +307,10 @@ static uint64_t pgt_get_l1_flags(const struct intel_buf *buf, int surface_idx) entry.e.format = AUX_FORMAT_ARGB_8B; entry.e.depth = bpp_to_depth_val(32); break; + case 64: + entry.e.format = AUX_FORMAT_RGBA16_FLOAT; + entry.e.depth = bpp_to_depth_val(64); + break; default: igt_assert(0); } -- 2.17.1 ^ permalink raw reply related [flat|nested] 15+ messages in thread
* [PATCH 2/2] tests/intel/kms_flip_scaled_crc: Add support for RGB16161616_64B compressed formats 2024-06-03 8:16 [PATCH 0/2] Support for RGB16161616_64B compressed formats Melanie Lobo 2024-06-03 8:16 ` [PATCH 1/2] lib/intel_aux_pgtable: Library to add support for RGB16161616_64B format Melanie Lobo @ 2024-06-03 8:16 ` Melanie Lobo 2024-06-03 8:10 ` Lobo, Melanie 2024-06-06 5:42 ` ✗ Fi.CI.BUILD: failure for Support for RGB16161616_64B compressed formats (rev2) Patchwork ` (5 subsequent siblings) 7 siblings, 1 reply; 15+ messages in thread From: Melanie Lobo @ 2024-06-03 8:16 UTC (permalink / raw) To: igt-dev Cc: vidya.srinivas, Melanie Lobo, Juha-Pekka Heikkila, Bhanuprakash Modem, Swati Sharma MTL supports RGB FP16 format which is a binary floating-point computer number format that occupies 16 bits in computer memory. In this test platform shall render compression in display engine to receive RGB FP16 compressed formats. This was tested with kernel patch, https://patchwork.freedesktop.org/series/124957/ https://lore.kernel.org/all/20231201091133.23508-1-melanie.lobo@intel.com/ cc: Juha-Pekka Heikkila <juhapekka.heikkila@gmail.com> cc: Bhanuprakash Modem <bhanuprakash.modem@intel.com> cc: Swati Sharma <swati2.sharma@intel.com> Signed-off-by: Melanie Lobo <melanie.lobo@intel.com> --- tests/intel/kms_flip_scaled_crc.c | 42 +++++++++++++++++++++++++++++++ 1 file changed, 42 insertions(+) diff --git a/tests/intel/kms_flip_scaled_crc.c b/tests/intel/kms_flip_scaled_crc.c index 7dc07bc8330d..65fd31c5c963 100644 --- a/tests/intel/kms_flip_scaled_crc.c +++ b/tests/intel/kms_flip_scaled_crc.c @@ -96,6 +96,16 @@ * Description: Flip from 64bpp non scaled fb to 32bpp %arg[1] fb to stress CD * clock programming * + * SUBTEST: flip-64bpp-4tile-to-32bpp-4tilemtlrcccsxrgb-%s + * Description: Flip from 64bpp non scaled fb to 32bpp %arg[1] fb to stress CD + * clock programming + * Functionality: ccs, scaling, tiling, vblank + * + * SUBTEST: flip-64bpp-4tile-to-32bpp-4tilemtlrcccsargb-%s + * Description: Flip from 64bpp non scaled fb to 32bpp %arg[1] fb to stress CD + * clock programming + * Functionality: ccs, scaling, tiling, vblank + * * arg[1]: * * @downscaling: Downscaled @@ -345,6 +355,22 @@ const struct { 1.0, 2.0, }, + { + "flip-64bpp-4tile-to-32bpp-4tilemtlrcccsxrgb-downscaling", + "Flip from 64bpp non scaled fb to 32bpp downscaled fb to stress CD clock programming", + I915_FORMAT_MOD_4_TILED, DRM_FORMAT_XRGB16161616F, + I915_FORMAT_MOD_4_TILED_MTL_RC_CCS, DRM_FORMAT_XRGB16161616F, + 1.0, + 2.0, + }, + { + "flip-64bpp-4tile-to-32bpp-4tilemtlrcccsargb-downscaling", + "Flip from 64bpp non scaled fb to 32bpp downscaled fb to stress CD clock programming", + I915_FORMAT_MOD_4_TILED, DRM_FORMAT_ARGB16161616F, + I915_FORMAT_MOD_4_TILED_MTL_RC_CCS, DRM_FORMAT_ARGB16161616F, + 1.0, + 2.0, + }, { "flip-32bpp-ytile-to-64bpp-ytile-upscaling", "Flip from 32bpp non scaled fb to 64bpp upscaled fb to stress CD clock programming", @@ -529,6 +555,22 @@ const struct { 0.5, 1.0, }, + { + "flip-64bpp-4tile-to-32bpp-4tilemtlrcccsxrgb-upscaling", + "Flip from 64bpp non scaled fb to 32bpp upscaled fb to stress CD clock programming", + I915_FORMAT_MOD_4_TILED, DRM_FORMAT_XRGB16161616F, + I915_FORMAT_MOD_4_TILED_MTL_RC_CCS, DRM_FORMAT_XRGB16161616F, + 0.5, + 1.0, + }, + { + "flip-64bpp-4tile-to-32bpp-4tilemtlrcccsargb-upscaling", + "Flip from 64bpp non scaled fb to 32bpp upscaled fb to stress CD clock programming", + I915_FORMAT_MOD_4_TILED, DRM_FORMAT_ARGB16161616F, + I915_FORMAT_MOD_4_TILED_MTL_RC_CCS, DRM_FORMAT_ARGB16161616F, + 0.5, + 1.0, + }, }; static void setup_fb(data_t *data, struct igt_fb *newfb, uint32_t width, -- 2.17.1 ^ permalink raw reply related [flat|nested] 15+ messages in thread
* RE: [PATCH 2/2] tests/intel/kms_flip_scaled_crc: Add support for RGB16161616_64B compressed formats 2024-06-03 8:16 ` [PATCH 2/2] tests/intel/kms_flip_scaled_crc: Add support for RGB16161616_64B compressed formats Melanie Lobo @ 2024-06-03 8:10 ` Lobo, Melanie 0 siblings, 0 replies; 15+ messages in thread From: Lobo, Melanie @ 2024-06-03 8:10 UTC (permalink / raw) To: igt-dev@lists.freedesktop.org Cc: Srinivas, Vidya, Juha-Pekka Heikkila, Modem, Bhanuprakash, Sharma, Swati2 Hi all, I have uploaded a new patch set here due to some issues in uploading the cover letter Ref: https://patchwork.freedesktop.org/series/134353/ Regards, Melanie Lobo > -----Original Message----- > From: Lobo, Melanie <melanie.lobo@intel.com> > Sent: Monday, June 3, 2024 1:46 PM > To: igt-dev@lists.freedesktop.org > Cc: Srinivas, Vidya <vidya.srinivas@intel.com>; Lobo, Melanie > <melanie.lobo@intel.com>; Juha-Pekka Heikkila > <juhapekka.heikkila@gmail.com>; Modem, Bhanuprakash > <bhanuprakash.modem@intel.com>; Sharma, Swati2 > <swati2.sharma@intel.com> > Subject: [PATCH 2/2] tests/intel/kms_flip_scaled_crc: Add support for > RGB16161616_64B compressed formats > > MTL supports RGB FP16 format which is a binary floating-point computer number > format that occupies 16 bits in computer memory. In this test platform shall > render compression in display engine to receive RGB FP16 compressed formats. > > This was tested with kernel patch, > https://patchwork.freedesktop.org/series/124957/ > https://lore.kernel.org/all/20231201091133.23508-1-melanie.lobo@intel.com/ > > cc: Juha-Pekka Heikkila <juhapekka.heikkila@gmail.com> > cc: Bhanuprakash Modem <bhanuprakash.modem@intel.com> > cc: Swati Sharma <swati2.sharma@intel.com> > Signed-off-by: Melanie Lobo <melanie.lobo@intel.com> > --- > tests/intel/kms_flip_scaled_crc.c | 42 +++++++++++++++++++++++++++++++ > 1 file changed, 42 insertions(+) > > diff --git a/tests/intel/kms_flip_scaled_crc.c b/tests/intel/kms_flip_scaled_crc.c > index 7dc07bc8330d..65fd31c5c963 100644 > --- a/tests/intel/kms_flip_scaled_crc.c > +++ b/tests/intel/kms_flip_scaled_crc.c > @@ -96,6 +96,16 @@ > * Description: Flip from 64bpp non scaled fb to 32bpp %arg[1] fb to stress CD > * clock programming > * > + * SUBTEST: flip-64bpp-4tile-to-32bpp-4tilemtlrcccsxrgb-%s > + * Description: Flip from 64bpp non scaled fb to 32bpp %arg[1] fb to stress CD > + * clock programming > + * Functionality: ccs, scaling, tiling, vblank > + * > + * SUBTEST: flip-64bpp-4tile-to-32bpp-4tilemtlrcccsargb-%s > + * Description: Flip from 64bpp non scaled fb to 32bpp %arg[1] fb to stress CD > + * clock programming > + * Functionality: ccs, scaling, tiling, vblank > + * > * arg[1]: > * > * @downscaling: Downscaled > @@ -345,6 +355,22 @@ const struct { > 1.0, > 2.0, > }, > + { > + "flip-64bpp-4tile-to-32bpp-4tilemtlrcccsxrgb-downscaling", > + "Flip from 64bpp non scaled fb to 32bpp downscaled fb to stress > CD clock programming", > + I915_FORMAT_MOD_4_TILED, DRM_FORMAT_XRGB16161616F, > + I915_FORMAT_MOD_4_TILED_MTL_RC_CCS, > DRM_FORMAT_XRGB16161616F, > + 1.0, > + 2.0, > + }, > + { > + "flip-64bpp-4tile-to-32bpp-4tilemtlrcccsargb-downscaling", > + "Flip from 64bpp non scaled fb to 32bpp downscaled fb to stress > CD clock programming", > + I915_FORMAT_MOD_4_TILED, DRM_FORMAT_ARGB16161616F, > + I915_FORMAT_MOD_4_TILED_MTL_RC_CCS, > DRM_FORMAT_ARGB16161616F, > + 1.0, > + 2.0, > + }, > { > "flip-32bpp-ytile-to-64bpp-ytile-upscaling", > "Flip from 32bpp non scaled fb to 64bpp upscaled fb to stress CD > clock programming", @@ -529,6 +555,22 @@ const struct { > 0.5, > 1.0, > }, > + { > + "flip-64bpp-4tile-to-32bpp-4tilemtlrcccsxrgb-upscaling", > + "Flip from 64bpp non scaled fb to 32bpp upscaled fb to stress CD > clock programming", > + I915_FORMAT_MOD_4_TILED, DRM_FORMAT_XRGB16161616F, > + I915_FORMAT_MOD_4_TILED_MTL_RC_CCS, > DRM_FORMAT_XRGB16161616F, > + 0.5, > + 1.0, > + }, > + { > + "flip-64bpp-4tile-to-32bpp-4tilemtlrcccsargb-upscaling", > + "Flip from 64bpp non scaled fb to 32bpp upscaled fb to stress CD > clock programming", > + I915_FORMAT_MOD_4_TILED, DRM_FORMAT_ARGB16161616F, > + I915_FORMAT_MOD_4_TILED_MTL_RC_CCS, > DRM_FORMAT_ARGB16161616F, > + 0.5, > + 1.0, > + }, > }; > > static void setup_fb(data_t *data, struct igt_fb *newfb, uint32_t width, > -- > 2.17.1 ^ permalink raw reply [flat|nested] 15+ messages in thread
* ✗ Fi.CI.BUILD: failure for Support for RGB16161616_64B compressed formats (rev2) 2024-06-03 8:16 [PATCH 0/2] Support for RGB16161616_64B compressed formats Melanie Lobo 2024-06-03 8:16 ` [PATCH 1/2] lib/intel_aux_pgtable: Library to add support for RGB16161616_64B format Melanie Lobo 2024-06-03 8:16 ` [PATCH 2/2] tests/intel/kms_flip_scaled_crc: Add support for RGB16161616_64B compressed formats Melanie Lobo @ 2024-06-06 5:42 ` Patchwork 2024-06-06 12:11 ` [PATCH 0/2] Support for RGB16161616_64B compressed format Melanie Lobo ` (4 subsequent siblings) 7 siblings, 0 replies; 15+ messages in thread From: Patchwork @ 2024-06-06 5:42 UTC (permalink / raw) To: Melanie Lobo; +Cc: igt-dev == Series Details == Series: Support for RGB16161616_64B compressed formats (rev2) URL : https://patchwork.freedesktop.org/series/134353/ State : failure == Summary == IGT patchset build failed on latest successful build 08560f766a505e729dfee2846c1c11d28dd0e3d0 tools/intel_vbt_decode: Decode device handle as a bitmask Tail of build.log: [279/1679] Compiling C object 'tests/59830eb@@kms_rotation_crc@exe/kms_rotation_crc.c.o'. [280/1679] Compiling C object 'lib/76b5a35@@igt-rendercopy_i830_c@sta/rendercopy_i830.c.o'. [281/1679] Compiling C object 'lib/76b5a35@@igt-xe_xe_gt_c@sta/xe_xe_gt.c.o'. [282/1679] Compiling C object 'lib/76b5a35@@igt-runnercomms_c@sta/runnercomms.c.o'. [283/1679] Compiling C object 'tests/59830eb@@kms_atomic_transition@exe/kms_atomic_transition.c.o'. [284/1679] Compiling C object 'lib/76b5a35@@igt-igt_dsc_c@sta/igt_dsc.c.o'. [285/1679] Compiling C object 'lib/76b5a35@@igt-igt_psr_c@sta/igt_psr.c.o'. [286/1679] Compiling C object 'lib/76b5a35@@igt-igt_panfrost_c@sta/igt_panfrost.c.o'. [287/1679] Compiling C object 'lib/76b5a35@@igt-igt_eld_c@sta/igt_eld.c.o'. [288/1679] Compiling C object 'lib/76b5a35@@igt-intel_allocator_simple_c@sta/intel_allocator_simple.c.o'. [289/1679] Compiling C object 'tests/59830eb@@kms_lease@exe/kms_lease.c.o'. [290/1679] Compiling C object 'lib/76b5a35@@igt-igt_msm_c@sta/igt_msm.c.o'. [291/1679] Compiling C object 'lib/76b5a35@@igt-rendercopy_gen4_c@sta/rendercopy_gen4.c.o'. [292/1679] Compiling C object 'tests/59830eb@@kms_flip@exe/kms_flip.c.o'. [293/1679] Compiling C object 'lib/76b5a35@@igt-ioctl_wrappers_c@sta/ioctl_wrappers.c.o'. [294/1679] Compiling C object 'lib/76b5a35@@igt-igt_edid_c@sta/igt_edid.c.o'. [295/1679] Compiling C object 'lib/76b5a35@@igt-igt_vc4_c@sta/igt_vc4.c.o'. [296/1679] Compiling C object 'lib/76b5a35@@igt-igt_v3d_c@sta/igt_v3d.c.o'. [297/1679] Compiling C object 'lib/76b5a35@@igt-veboxcopy_gen12_c@sta/veboxcopy_gen12.c.o'. [298/1679] Compiling C object 'lib/76b5a35@@igt-igt_device_scan_c@sta/igt_device_scan.c.o'. [299/1679] Compiling C object 'lib/76b5a35@@igt-igt_aux_c@sta/igt_aux.c.o'. [300/1679] Compiling C object 'lib/76b5a35@@igt-instdone_c@sta/instdone.c.o'. [301/1679] Compiling C object 'lib/76b5a35@@igt-intel_allocator_c@sta/intel_allocator.c.o'. [302/1679] Compiling C object 'lib/76b5a35@@igt-igt_dummyload_c@sta/igt_dummyload.c.o'. [303/1679] Compiling C object 'lib/76b5a35@@igt-rendercopy_gen7_c@sta/rendercopy_gen7.c.o'. [304/1679] Compiling C object 'lib/76b5a35@@igt-rendercopy_gen6_c@sta/rendercopy_gen6.c.o'. [305/1679] Compiling C object 'tests/59830eb@@gem_concurrent_blit@exe/intel_gem_concurrent_blit.c.o'. [306/1679] Compiling C object 'lib/76b5a35@@igt-igt_draw_c@sta/igt_draw.c.o'. [307/1679] Compiling C object 'lib/76b5a35@@igt-intel_compute_c@sta/intel_compute.c.o'. [308/1679] Compiling C object 'tests/59830eb@@kms_plane_scaling@exe/kms_plane_scaling.c.o'. [309/1679] Compiling C object 'lib/76b5a35@@igt-igt_vmwgfx_c@sta/igt_vmwgfx.c.o'. [310/1679] Compiling C object 'lib/76b5a35@@igt-gpu_cmds_c@sta/gpu_cmds.c.o'. [311/1679] Compiling C object 'lib/76b5a35@@igt-igt_pm_c@sta/igt_pm.c.o'. [312/1679] Compiling C object 'lib/76b5a35@@igt-intel_blt_c@sta/intel_blt.c.o'. [313/1679] Generating i915-perf-registers-acmgt3 with a custom command. [314/1679] Compiling C object 'lib/76b5a35@@igt-intel_bufops_c@sta/intel_bufops.c.o'. [315/1679] Compiling C object 'lib/76b5a35@@igt-igt_amd_c@sta/igt_amd.c.o'. [316/1679] Compiling C object 'lib/76b5a35@@igt-igt_kmod_c@sta/igt_kmod.c.o'. [317/1679] Generating i915-perf-metrics-acmgt3 with a custom command. [318/1679] Compiling C object 'tests/59830eb@@kms_atomic@exe/kms_atomic.c.o'. [319/1679] Compiling C object 'tests/59830eb@@kms_cursor_legacy@exe/kms_cursor_legacy.c.o'. [320/1679] Compiling C object 'lib/76b5a35@@igt-igt_core_c@sta/igt_core.c.o'. [321/1679] Compiling C object 'lib/76b5a35@@igt-rendercopy_gen9_c@sta/rendercopy_gen9.c.o'. [322/1679] Compiling C object 'lib/76b5a35@@igt-intel_batchbuffer_c@sta/intel_batchbuffer.c.o'. [323/1679] Compiling C object 'lib/76b5a35@@igt-rendercopy_gen8_c@sta/rendercopy_gen8.c.o'. [324/1679] Compiling C object 'lib/76b5a35@@igt-i915_intel_decode_c@sta/i915_intel_decode.c.o'. [325/1679] Compiling C object 'lib/76b5a35@@igt-igt_fb_c@sta/igt_fb.c.o'. [326/1679] Compiling C object 'lib/76b5a35@@igt-igt_kms_c@sta/igt_kms.c.o'. [327/1679] Generating i915-perf-equations with a custom command. ninja: build stopped: subcommand failed. ^ permalink raw reply [flat|nested] 15+ messages in thread
* [PATCH 0/2] Support for RGB16161616_64B compressed format 2024-06-03 8:16 [PATCH 0/2] Support for RGB16161616_64B compressed formats Melanie Lobo ` (2 preceding siblings ...) 2024-06-06 5:42 ` ✗ Fi.CI.BUILD: failure for Support for RGB16161616_64B compressed formats (rev2) Patchwork @ 2024-06-06 12:11 ` Melanie Lobo 2024-06-06 12:11 ` [PATCH 1/2] lib/intel_aux_pgtable: Library to add support for RGB16161616_64B format Melanie Lobo 2024-06-06 12:11 ` [PATCH 2/2] tests/intel/kms_flip_scaled_crc: Add support for RGB16161616_64B compressed formats Melanie Lobo 2024-06-07 19:06 ` ✗ GitLab.Pipeline: warning for Support for RGB16161616_64B compressed formats (rev2) Patchwork ` (3 subsequent siblings) 7 siblings, 2 replies; 15+ messages in thread From: Melanie Lobo @ 2024-06-06 12:11 UTC (permalink / raw) To: igt-dev; +Cc: vidya.srinivas, Melanie Lobo Support XRGB16161616_64B and ARGB16161616_64B compressed formats Melanie Lobo (2): lib/intel_aux_pgtable: Library to add support for RGB16161616_64B format tests/intel/kms_flip_scaled_crc: Add support for RGB16161616_64B compressed formats lib/intel_aux_pgtable.c | 5 ++++ tests/intel/kms_flip_scaled_crc.c | 42 +++++++++++++++++++++++++++++++ 2 files changed, 47 insertions(+) -- 2.17.1 ^ permalink raw reply [flat|nested] 15+ messages in thread
* [PATCH 1/2] lib/intel_aux_pgtable: Library to add support for RGB16161616_64B format 2024-06-06 12:11 ` [PATCH 0/2] Support for RGB16161616_64B compressed format Melanie Lobo @ 2024-06-06 12:11 ` Melanie Lobo 2024-06-06 12:11 ` [PATCH 2/2] tests/intel/kms_flip_scaled_crc: Add support for RGB16161616_64B compressed formats Melanie Lobo 1 sibling, 0 replies; 15+ messages in thread From: Melanie Lobo @ 2024-06-06 12:11 UTC (permalink / raw) To: igt-dev Cc: vidya.srinivas, Melanie Lobo, Juha-Pekka Heikkila, Bhanuprakash Modem, Swati Sharma MTL supports RGB16161616_64B FP16 format which is a binary floating-point computer number format that occupies 16 bits in computer memory. This was tested with kernel patch, https://patchwork.freedesktop.org/series/124957/ https://lore.kernel.org/all/20240605055819.9510-1-melanie.lobo@intel.com/ cc: Juha-Pekka Heikkila <juhapekka.heikkila@gmail.com> cc: Bhanuprakash Modem <bhanuprakash.modem@intel.com> cc: Swati Sharma <swati2.sharma@intel.com> Signed-off-by: Melanie Lobo <melanie.lobo@intel.com> --- lib/intel_aux_pgtable.c | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/lib/intel_aux_pgtable.c b/lib/intel_aux_pgtable.c index 3cbb0e26f35c..87df50e71bbd 100644 --- a/lib/intel_aux_pgtable.c +++ b/lib/intel_aux_pgtable.c @@ -22,6 +22,7 @@ #define AUX_FORMAT_AYUV 0x09 #define AUX_FORMAT_ARGB_8B 0x0A #define AUX_FORMAT_NV12_21 0x0F +#define AUX_FORMAT_RGBA16_FLOAT 0x1 struct pgtable_level_desc { int idx_shift; @@ -306,6 +307,10 @@ static uint64_t pgt_get_l1_flags(const struct intel_buf *buf, int surface_idx) entry.e.format = AUX_FORMAT_ARGB_8B; entry.e.depth = bpp_to_depth_val(32); break; + case 64: + entry.e.format = AUX_FORMAT_RGBA16_FLOAT; + entry.e.depth = bpp_to_depth_val(64); + break; default: igt_assert(0); } -- 2.17.1 ^ permalink raw reply related [flat|nested] 15+ messages in thread
* [PATCH 2/2] tests/intel/kms_flip_scaled_crc: Add support for RGB16161616_64B compressed formats 2024-06-06 12:11 ` [PATCH 0/2] Support for RGB16161616_64B compressed format Melanie Lobo 2024-06-06 12:11 ` [PATCH 1/2] lib/intel_aux_pgtable: Library to add support for RGB16161616_64B format Melanie Lobo @ 2024-06-06 12:11 ` Melanie Lobo 1 sibling, 0 replies; 15+ messages in thread From: Melanie Lobo @ 2024-06-06 12:11 UTC (permalink / raw) To: igt-dev Cc: vidya.srinivas, Melanie Lobo, Juha-Pekka Heikkila, Bhanuprakash Modem, Swati Sharma MTL supports RGB FP16 format which is a binary floating-point computer number format that occupies 16 bits in computer memory. In this test platform shall render compression in display engine to receive RGB FP16 compressed formats. This was tested with kernel patch, https://patchwork.freedesktop.org/series/124957/ https://lore.kernel.org/all/20240605055819.9510-1-melanie.lobo@intel.com/ cc: Juha-Pekka Heikkila <juhapekka.heikkila@gmail.com> cc: Bhanuprakash Modem <bhanuprakash.modem@intel.com> cc: Swati Sharma <swati2.sharma@intel.com> Signed-off-by: Melanie Lobo <melanie.lobo@intel.com> --- tests/intel/kms_flip_scaled_crc.c | 42 +++++++++++++++++++++++++++++++ 1 file changed, 42 insertions(+) diff --git a/tests/intel/kms_flip_scaled_crc.c b/tests/intel/kms_flip_scaled_crc.c index 7dc07bc8330d..65fd31c5c963 100644 --- a/tests/intel/kms_flip_scaled_crc.c +++ b/tests/intel/kms_flip_scaled_crc.c @@ -96,6 +96,16 @@ * Description: Flip from 64bpp non scaled fb to 32bpp %arg[1] fb to stress CD * clock programming * + * SUBTEST: flip-64bpp-4tile-to-32bpp-4tilemtlrcccsxrgb-%s + * Description: Flip from 64bpp non scaled fb to 32bpp %arg[1] fb to stress CD + * clock programming + * Functionality: ccs, scaling, tiling, vblank + * + * SUBTEST: flip-64bpp-4tile-to-32bpp-4tilemtlrcccsargb-%s + * Description: Flip from 64bpp non scaled fb to 32bpp %arg[1] fb to stress CD + * clock programming + * Functionality: ccs, scaling, tiling, vblank + * * arg[1]: * * @downscaling: Downscaled @@ -345,6 +355,22 @@ const struct { 1.0, 2.0, }, + { + "flip-64bpp-4tile-to-32bpp-4tilemtlrcccsxrgb-downscaling", + "Flip from 64bpp non scaled fb to 32bpp downscaled fb to stress CD clock programming", + I915_FORMAT_MOD_4_TILED, DRM_FORMAT_XRGB16161616F, + I915_FORMAT_MOD_4_TILED_MTL_RC_CCS, DRM_FORMAT_XRGB16161616F, + 1.0, + 2.0, + }, + { + "flip-64bpp-4tile-to-32bpp-4tilemtlrcccsargb-downscaling", + "Flip from 64bpp non scaled fb to 32bpp downscaled fb to stress CD clock programming", + I915_FORMAT_MOD_4_TILED, DRM_FORMAT_ARGB16161616F, + I915_FORMAT_MOD_4_TILED_MTL_RC_CCS, DRM_FORMAT_ARGB16161616F, + 1.0, + 2.0, + }, { "flip-32bpp-ytile-to-64bpp-ytile-upscaling", "Flip from 32bpp non scaled fb to 64bpp upscaled fb to stress CD clock programming", @@ -529,6 +555,22 @@ const struct { 0.5, 1.0, }, + { + "flip-64bpp-4tile-to-32bpp-4tilemtlrcccsxrgb-upscaling", + "Flip from 64bpp non scaled fb to 32bpp upscaled fb to stress CD clock programming", + I915_FORMAT_MOD_4_TILED, DRM_FORMAT_XRGB16161616F, + I915_FORMAT_MOD_4_TILED_MTL_RC_CCS, DRM_FORMAT_XRGB16161616F, + 0.5, + 1.0, + }, + { + "flip-64bpp-4tile-to-32bpp-4tilemtlrcccsargb-upscaling", + "Flip from 64bpp non scaled fb to 32bpp upscaled fb to stress CD clock programming", + I915_FORMAT_MOD_4_TILED, DRM_FORMAT_ARGB16161616F, + I915_FORMAT_MOD_4_TILED_MTL_RC_CCS, DRM_FORMAT_ARGB16161616F, + 0.5, + 1.0, + }, }; static void setup_fb(data_t *data, struct igt_fb *newfb, uint32_t width, -- 2.17.1 ^ permalink raw reply related [flat|nested] 15+ messages in thread
* ✗ GitLab.Pipeline: warning for Support for RGB16161616_64B compressed formats (rev2) 2024-06-03 8:16 [PATCH 0/2] Support for RGB16161616_64B compressed formats Melanie Lobo ` (3 preceding siblings ...) 2024-06-06 12:11 ` [PATCH 0/2] Support for RGB16161616_64B compressed format Melanie Lobo @ 2024-06-07 19:06 ` Patchwork 2024-06-19 19:26 ` ✗ Fi.CI.BUILD: failure for Support for RGB16161616_64B compressed formats (rev3) Patchwork ` (2 subsequent siblings) 7 siblings, 0 replies; 15+ messages in thread From: Patchwork @ 2024-06-07 19:06 UTC (permalink / raw) To: Melanie Lobo; +Cc: igt-dev == Series Details == Series: Support for RGB16161616_64B compressed formats (rev2) URL : https://patchwork.freedesktop.org/series/134353/ State : warning == Summary == Pipeline status: FAILED. see https://gitlab.freedesktop.org/gfx-ci/igt-ci-tags/-/pipelines/1194559 for the overview. build:tests-debian-meson has failed (https://gitlab.freedesktop.org/gfx-ci/igt-ci-tags/-/jobs/59544528): ^~~~~~~~~~~~~~~~~~~~~~~ ../lib/intel_aux_pgtable.c:25:44: error: stray ‘\302’ in program #define AUX_FORMAT_RGBA16_FLOAT 0x1 ^ ../lib/intel_aux_pgtable.c:311:21: note: in expansion of macro ‘AUX_FORMAT_RGBA16_FLOAT’ entry.e.format = AUX_FORMAT_RGBA16_FLOAT; ^~~~~~~~~~~~~~~~~~~~~~~ ../lib/intel_aux_pgtable.c:25:45: error: stray ‘\240’ in program #define AUX_FORMAT_RGBA16_FLOAT 0x1 ^ ../lib/intel_aux_pgtable.c:311:21: note: in expansion of macro ‘AUX_FORMAT_RGBA16_FLOAT’ entry.e.format = AUX_FORMAT_RGBA16_FLOAT; ^~~~~~~~~~~~~~~~~~~~~~~ ninja: build stopped: subcommand failed. section_end:1717652596:step_script section_start:1717652596:cleanup_file_variables Cleaning up project directory and file based variables section_end:1717652597:cleanup_file_variables ERROR: Job failed: exit code 1 build:tests-debian-meson-arm64 has failed (https://gitlab.freedesktop.org/gfx-ci/igt-ci-tags/-/jobs/59544531): ^~~~~~~~~~~~~~~~~~~~~~~ ../lib/intel_aux_pgtable.c:25:44: error: stray ‘\302’ in program #define AUX_FORMAT_RGBA16_FLOAT 0x1 ^ ../lib/intel_aux_pgtable.c:311:21: note: in expansion of macro ‘AUX_FORMAT_RGBA16_FLOAT’ entry.e.format = AUX_FORMAT_RGBA16_FLOAT; ^~~~~~~~~~~~~~~~~~~~~~~ ../lib/intel_aux_pgtable.c:25:45: error: stray ‘\240’ in program #define AUX_FORMAT_RGBA16_FLOAT 0x1 ^ ../lib/intel_aux_pgtable.c:311:21: note: in expansion of macro ‘AUX_FORMAT_RGBA16_FLOAT’ entry.e.format = AUX_FORMAT_RGBA16_FLOAT; ^~~~~~~~~~~~~~~~~~~~~~~ ninja: build stopped: subcommand failed. section_end:1717652607:step_script section_start:1717652607:cleanup_file_variables Cleaning up project directory and file based variables section_end:1717652608:cleanup_file_variables ERROR: Job failed: exit code 1 build:tests-debian-meson-armhf has failed (https://gitlab.freedesktop.org/gfx-ci/igt-ci-tags/-/jobs/59544530): ^~~~~~~~~~~~~~~~~~~~~~~ ../lib/intel_aux_pgtable.c:25:44: error: stray ‘\302’ in program #define AUX_FORMAT_RGBA16_FLOAT 0x1 ^ ../lib/intel_aux_pgtable.c:311:21: note: in expansion of macro ‘AUX_FORMAT_RGBA16_FLOAT’ entry.e.format = AUX_FORMAT_RGBA16_FLOAT; ^~~~~~~~~~~~~~~~~~~~~~~ ../lib/intel_aux_pgtable.c:25:45: error: stray ‘\240’ in program #define AUX_FORMAT_RGBA16_FLOAT 0x1 ^ ../lib/intel_aux_pgtable.c:311:21: note: in expansion of macro ‘AUX_FORMAT_RGBA16_FLOAT’ entry.e.format = AUX_FORMAT_RGBA16_FLOAT; ^~~~~~~~~~~~~~~~~~~~~~~ ninja: build stopped: subcommand failed. section_end:1717652597:step_script section_start:1717652597:cleanup_file_variables Cleaning up project directory and file based variables section_end:1717652597:cleanup_file_variables ERROR: Job failed: exit code 1 build:tests-debian-meson-mips has failed (https://gitlab.freedesktop.org/gfx-ci/igt-ci-tags/-/jobs/59544532): ^~~~~~~~~~~~~~~~~~~~~~~ ../lib/intel_aux_pgtable.c:25:44: error: stray ‘\302’ in program #define AUX_FORMAT_RGBA16_FLOAT 0x1 ^ ../lib/intel_aux_pgtable.c:311:21: note: in expansion of macro ‘AUX_FORMAT_RGBA16_FLOAT’ entry.e.format = AUX_FORMAT_RGBA16_FLOAT; ^~~~~~~~~~~~~~~~~~~~~~~ ../lib/intel_aux_pgtable.c:25:45: error: stray ‘\240’ in program #define AUX_FORMAT_RGBA16_FLOAT 0x1 ^ ../lib/intel_aux_pgtable.c:311:21: note: in expansion of macro ‘AUX_FORMAT_RGBA16_FLOAT’ entry.e.format = AUX_FORMAT_RGBA16_FLOAT; ^~~~~~~~~~~~~~~~~~~~~~~ ninja: build stopped: subcommand failed. section_end:1717652608:step_script section_start:1717652608:cleanup_file_variables Cleaning up project directory and file based variables section_end:1717652608:cleanup_file_variables ERROR: Job failed: exit code 1 build:tests-debian-minimal has failed (https://gitlab.freedesktop.org/gfx-ci/igt-ci-tags/-/jobs/59544529): ^~~~~~~~~~~~~~~~~~~~~~~ ../lib/intel_aux_pgtable.c:25:44: error: stray ‘\302’ in program #define AUX_FORMAT_RGBA16_FLOAT 0x1 ^ ../lib/intel_aux_pgtable.c:311:21: note: in expansion of macro ‘AUX_FORMAT_RGBA16_FLOAT’ entry.e.format = AUX_FORMAT_RGBA16_FLOAT; ^~~~~~~~~~~~~~~~~~~~~~~ ../lib/intel_aux_pgtable.c:25:45: error: stray ‘\240’ in program #define AUX_FORMAT_RGBA16_FLOAT 0x1 ^ ../lib/intel_aux_pgtable.c:311:21: note: in expansion of macro ‘AUX_FORMAT_RGBA16_FLOAT’ entry.e.format = AUX_FORMAT_RGBA16_FLOAT; ^~~~~~~~~~~~~~~~~~~~~~~ ninja: build stopped: subcommand failed. section_end:1717652589:step_script section_start:1717652589:cleanup_file_variables Cleaning up project directory and file based variables section_end:1717652590:cleanup_file_variables ERROR: Job failed: exit code 1 build:tests-fedora has failed (https://gitlab.freedesktop.org/gfx-ci/igt-ci-tags/-/jobs/59544523): | ^~~~~~~~~~~~~~~~~~~~~~~ ../lib/intel_aux_pgtable.c:25:44: error: stray ‘\302’ in program 25 | #define AUX_FORMAT_RGBA16_FLOAT 0x1 | ^ ../lib/intel_aux_pgtable.c:311:21: note: in expansion of macro ‘AUX_FORMAT_RGBA16_FLOAT’ 311 | entry.e.format = AUX_FORMAT_RGBA16_FLOAT; | ^~~~~~~~~~~~~~~~~~~~~~~ ../lib/intel_aux_pgtable.c:25:45: error: stray ‘\240’ in program 25 | #define AUX_FORMAT_RGBA16_FLOAT 0x1 | ^ ../lib/intel_aux_pgtable.c:311:21: note: in expansion of macro ‘AUX_FORMAT_RGBA16_FLOAT’ 311 | entry.e.format = AUX_FORMAT_RGBA16_FLOAT; | ^~~~~~~~~~~~~~~~~~~~~~~ ninja: build stopped: subcommand failed. section_end:1717652593:step_script section_start:1717652593:cleanup_file_variables Cleaning up project directory and file based variables section_end:1717652594:cleanup_file_variables ERROR: Job failed: exit code 1 build:tests-fedora-no-libdrm-nouveau has failed (https://gitlab.freedesktop.org/gfx-ci/igt-ci-tags/-/jobs/59544526): | ^~~~~~~~~~~~~~~~~~~~~~~ ../lib/intel_aux_pgtable.c:25:44: error: stray ‘\302’ in program 25 | #define AUX_FORMAT_RGBA16_FLOAT 0x1 | ^ ../lib/intel_aux_pgtable.c:311:21: note: in expansion of macro ‘AUX_FORMAT_RGBA16_FLOAT’ 311 | entry.e.format = AUX_FORMAT_RGBA16_FLOAT; | ^~~~~~~~~~~~~~~~~~~~~~~ ../lib/intel_aux_pgtable.c:25:45: error: stray ‘\240’ in program 25 | #define AUX_FORMAT_RGBA16_FLOAT 0x1 | ^ ../lib/intel_aux_pgtable.c:311:21: note: in expansion of macro ‘AUX_FORMAT_RGBA16_FLOAT’ 311 | entry.e.format = AUX_FORMAT_RGBA16_FLOAT; | ^~~~~~~~~~~~~~~~~~~~~~~ ninja: build stopped: subcommand failed. section_end:1717652595:step_script section_start:1717652595:cleanup_file_variables Cleaning up project directory and file based variables section_end:1717652596:cleanup_file_variables ERROR: Job failed: exit code 1 build:tests-fedora-no-libunwind has failed (https://gitlab.freedesktop.org/gfx-ci/igt-ci-tags/-/jobs/59544524): | ^~~~~~~~~~~~~~~~~~~~~~~ ../lib/intel_aux_pgtable.c:25:44: error: stray ‘\302’ in program 25 | #define AUX_FORMAT_RGBA16_FLOAT 0x1 | ^ ../lib/intel_aux_pgtable.c:311:21: note: in expansion of macro ‘AUX_FORMAT_RGBA16_FLOAT’ 311 | entry.e.format = AUX_FORMAT_RGBA16_FLOAT; | ^~~~~~~~~~~~~~~~~~~~~~~ ../lib/intel_aux_pgtable.c:25:45: error: stray ‘\240’ in program 25 | #define AUX_FORMAT_RGBA16_FLOAT 0x1 | ^ ../lib/intel_aux_pgtable.c:311:21: note: in expansion of macro ‘AUX_FORMAT_RGBA16_FLOAT’ 311 | entry.e.format = AUX_FORMAT_RGBA16_FLOAT; | ^~~~~~~~~~~~~~~~~~~~~~~ ninja: build stopped: subcommand failed. section_end:1717652597:step_script section_start:1717652597:cleanup_file_variables Cleaning up project directory and file based variables section_end:1717652598:cleanup_file_variables ERROR: Job failed: exit code 1 build:tests-fedora-oldest-meson has failed (https://gitlab.freedesktop.org/gfx-ci/igt-ci-tags/-/jobs/59544525): | ^~~~~~~~~~~~~~~~~~~~~~~ ../lib/intel_aux_pgtable.c:25:44: error: stray ‘\302’ in program 25 | #define AUX_FORMAT_RGBA16_FLOAT 0x1 | ^ ../lib/intel_aux_pgtable.c:311:21: note: in expansion of macro ‘AUX_FORMAT_RGBA16_FLOAT’ 311 | entry.e.format = AUX_FORMAT_RGBA16_FLOAT; | ^~~~~~~~~~~~~~~~~~~~~~~ ../lib/intel_aux_pgtable.c:25:45: error: stray ‘\240’ in program 25 | #define AUX_FORMAT_RGBA16_FLOAT 0x1 | ^ ../lib/intel_aux_pgtable.c:311:21: note: in expansion of macro ‘AUX_FORMAT_RGBA16_FLOAT’ 311 | entry.e.format = AUX_FORMAT_RGBA16_FLOAT; | ^~~~~~~~~~~~~~~~~~~~~~~ ninja: build stopped: subcommand failed. section_end:1717652597:step_script section_start:1717652597:cleanup_file_variables Cleaning up project directory and file based variables section_end:1717652598:cleanup_file_variables ERROR: Job failed: exit code 1 == Logs == For more details see: https://gitlab.freedesktop.org/gfx-ci/igt-ci-tags/-/pipelines/1194559 ^ permalink raw reply [flat|nested] 15+ messages in thread
* ✗ Fi.CI.BUILD: failure for Support for RGB16161616_64B compressed formats (rev3) 2024-06-03 8:16 [PATCH 0/2] Support for RGB16161616_64B compressed formats Melanie Lobo ` (4 preceding siblings ...) 2024-06-07 19:06 ` ✗ GitLab.Pipeline: warning for Support for RGB16161616_64B compressed formats (rev2) Patchwork @ 2024-06-19 19:26 ` Patchwork 2024-06-19 19:31 ` ✗ GitLab.Pipeline: warning " Patchwork 2024-06-24 14:42 ` [PATCH 0/2] Support for RGB16161616_64B compressed formats Melanie Lobo 7 siblings, 0 replies; 15+ messages in thread From: Patchwork @ 2024-06-19 19:26 UTC (permalink / raw) To: Melanie Lobo; +Cc: igt-dev == Series Details == Series: Support for RGB16161616_64B compressed formats (rev3) URL : https://patchwork.freedesktop.org/series/134353/ State : failure == Summary == IGT patchset build failed on latest successful build a1840ca4270b765883d3b71a710b6af85ded8235 tools/intel_tiling_detect: Introduce tiling detection tool Tail of build.log: [283/1681] Compiling C object 'lib/76b5a35@@igt-runnercomms_c@sta/runnercomms.c.o'. [284/1681] Compiling C object 'lib/76b5a35@@igt-igt_msm_c@sta/igt_msm.c.o'. [285/1681] Compiling C object 'lib/76b5a35@@igt-xe_xe_gt_c@sta/xe_xe_gt.c.o'. [286/1681] Compiling C object 'lib/76b5a35@@igt-igt_eld_c@sta/igt_eld.c.o'. [287/1681] Compiling C object 'lib/76b5a35@@igt-igt_dsc_c@sta/igt_dsc.c.o'. [288/1681] Compiling C object 'lib/76b5a35@@igt-igt_panfrost_c@sta/igt_panfrost.c.o'. [289/1681] Compiling C object 'lib/76b5a35@@igt-igt_psr_c@sta/igt_psr.c.o'. [290/1681] Compiling C object 'lib/76b5a35@@igt-intel_allocator_simple_c@sta/intel_allocator_simple.c.o'. [291/1681] Compiling C object 'lib/76b5a35@@igt-intel_allocator_c@sta/intel_allocator.c.o'. [292/1681] Compiling C object 'lib/76b5a35@@igt-xe_xe_util_c@sta/xe_xe_util.c.o'. [293/1681] Compiling C object 'lib/76b5a35@@igt-rendercopy_gen4_c@sta/rendercopy_gen4.c.o'. [294/1681] Compiling C object 'lib/76b5a35@@igt-igt_dummyload_c@sta/igt_dummyload.c.o'. [295/1681] Compiling C object 'lib/76b5a35@@igt-instdone_c@sta/instdone.c.o'. [296/1681] Compiling C object 'lib/76b5a35@@igt-igt_vc4_c@sta/igt_vc4.c.o'. [297/1681] Compiling C object 'tests/59830eb@@kms_flip@exe/kms_flip.c.o'. [298/1681] Compiling C object 'lib/76b5a35@@igt-igt_edid_c@sta/igt_edid.c.o'. [299/1681] Compiling C object 'tests/59830eb@@kms_lease@exe/kms_lease.c.o'. [300/1681] Compiling C object 'lib/76b5a35@@igt-xe_xe_ioctl_c@sta/xe_xe_ioctl.c.o'. [301/1681] Compiling C object 'lib/76b5a35@@igt-ioctl_wrappers_c@sta/ioctl_wrappers.c.o'. [302/1681] Compiling C object 'lib/76b5a35@@igt-veboxcopy_gen12_c@sta/veboxcopy_gen12.c.o'. [303/1681] Compiling C object 'lib/76b5a35@@igt-igt_aux_c@sta/igt_aux.c.o'. [304/1681] Compiling C object 'lib/76b5a35@@igt-rendercopy_gen6_c@sta/rendercopy_gen6.c.o'. [305/1681] Compiling C object 'lib/76b5a35@@igt-gpu_cmds_c@sta/gpu_cmds.c.o'. [306/1681] Compiling C object 'lib/76b5a35@@igt-xe_xe_spin_c@sta/xe_xe_spin.c.o'. [307/1681] Compiling C object 'lib/76b5a35@@igt-igt_draw_c@sta/igt_draw.c.o'. [308/1681] Compiling C object 'lib/76b5a35@@igt-rendercopy_gen7_c@sta/rendercopy_gen7.c.o'. [309/1681] Compiling C object 'lib/76b5a35@@igt-intel_compute_c@sta/intel_compute.c.o'. [310/1681] Compiling C object 'tests/59830eb@@kms_plane_scaling@exe/kms_plane_scaling.c.o'. [311/1681] Compiling C object 'lib/76b5a35@@igt-igt_device_scan_c@sta/igt_device_scan.c.o'. [312/1681] Compiling C object 'lib/76b5a35@@igt-igt_v3d_c@sta/igt_v3d.c.o'. [313/1681] Compiling C object 'tests/59830eb@@gem_concurrent_blit@exe/intel_gem_concurrent_blit.c.o'. [314/1681] Compiling C object 'lib/76b5a35@@igt-intel_bufops_c@sta/intel_bufops.c.o'. [315/1681] Compiling C object 'lib/76b5a35@@igt-igt_vmwgfx_c@sta/igt_vmwgfx.c.o'. [316/1681] Compiling C object 'lib/76b5a35@@igt-intel_blt_c@sta/intel_blt.c.o'. [317/1681] Compiling C object 'lib/76b5a35@@igt-igt_pm_c@sta/igt_pm.c.o'. [318/1681] Compiling C object 'lib/76b5a35@@igt-igt_amd_c@sta/igt_amd.c.o'. [319/1681] Compiling C object 'lib/76b5a35@@igt-igt_kmod_c@sta/igt_kmod.c.o'. [320/1681] Generating i915-perf-registers-acmgt3 with a custom command. [321/1681] Generating i915-perf-metrics-acmgt3 with a custom command. [322/1681] Compiling C object 'tests/59830eb@@kms_atomic@exe/kms_atomic.c.o'. [323/1681] Compiling C object 'lib/76b5a35@@igt-intel_batchbuffer_c@sta/intel_batchbuffer.c.o'. [324/1681] Compiling C object 'lib/76b5a35@@igt-rendercopy_gen8_c@sta/rendercopy_gen8.c.o'. [325/1681] Compiling C object 'tests/59830eb@@kms_cursor_legacy@exe/kms_cursor_legacy.c.o'. [326/1681] Compiling C object 'lib/76b5a35@@igt-igt_core_c@sta/igt_core.c.o'. [327/1681] Compiling C object 'lib/76b5a35@@igt-rendercopy_gen9_c@sta/rendercopy_gen9.c.o'. [328/1681] Compiling C object 'lib/76b5a35@@igt-i915_intel_decode_c@sta/i915_intel_decode.c.o'. [329/1681] Compiling C object 'lib/76b5a35@@igt-igt_fb_c@sta/igt_fb.c.o'. [330/1681] Compiling C object 'lib/76b5a35@@igt-igt_kms_c@sta/igt_kms.c.o'. [331/1681] Generating i915-perf-equations with a custom command. ninja: build stopped: subcommand failed. ^ permalink raw reply [flat|nested] 15+ messages in thread
* ✗ GitLab.Pipeline: warning for Support for RGB16161616_64B compressed formats (rev3) 2024-06-03 8:16 [PATCH 0/2] Support for RGB16161616_64B compressed formats Melanie Lobo ` (5 preceding siblings ...) 2024-06-19 19:26 ` ✗ Fi.CI.BUILD: failure for Support for RGB16161616_64B compressed formats (rev3) Patchwork @ 2024-06-19 19:31 ` Patchwork 2024-06-24 14:42 ` [PATCH 0/2] Support for RGB16161616_64B compressed formats Melanie Lobo 7 siblings, 0 replies; 15+ messages in thread From: Patchwork @ 2024-06-19 19:31 UTC (permalink / raw) To: Melanie Lobo; +Cc: igt-dev == Series Details == Series: Support for RGB16161616_64B compressed formats (rev3) URL : https://patchwork.freedesktop.org/series/134353/ State : warning == Summary == Pipeline status: FAILED. see https://gitlab.freedesktop.org/gfx-ci/igt-ci-tags/-/pipelines/1205442 for the overview. build:tests-debian-meson has failed (https://gitlab.freedesktop.org/gfx-ci/igt-ci-tags/-/jobs/60103846): ^~~~~~~~~~~~~~~~~~~~~~~ ../lib/intel_aux_pgtable.c:25:44: error: stray ‘\302’ in program #define AUX_FORMAT_RGBA16_FLOAT 0x1 ^ ../lib/intel_aux_pgtable.c:311:21: note: in expansion of macro ‘AUX_FORMAT_RGBA16_FLOAT’ entry.e.format = AUX_FORMAT_RGBA16_FLOAT; ^~~~~~~~~~~~~~~~~~~~~~~ ../lib/intel_aux_pgtable.c:25:45: error: stray ‘\240’ in program #define AUX_FORMAT_RGBA16_FLOAT 0x1 ^ ../lib/intel_aux_pgtable.c:311:21: note: in expansion of macro ‘AUX_FORMAT_RGBA16_FLOAT’ entry.e.format = AUX_FORMAT_RGBA16_FLOAT; ^~~~~~~~~~~~~~~~~~~~~~~ ninja: build stopped: subcommand failed. section_end:1718825247:step_script section_start:1718825247:cleanup_file_variables Cleaning up project directory and file based variables section_end:1718825248:cleanup_file_variables ERROR: Job failed: exit code 1 build:tests-debian-meson-arm64 has failed (https://gitlab.freedesktop.org/gfx-ci/igt-ci-tags/-/jobs/60103849): ^~~~~~~~~~~~~~~~~~~~~~~ ../lib/intel_aux_pgtable.c:25:44: error: stray ‘\302’ in program #define AUX_FORMAT_RGBA16_FLOAT 0x1 ^ ../lib/intel_aux_pgtable.c:311:21: note: in expansion of macro ‘AUX_FORMAT_RGBA16_FLOAT’ entry.e.format = AUX_FORMAT_RGBA16_FLOAT; ^~~~~~~~~~~~~~~~~~~~~~~ ../lib/intel_aux_pgtable.c:25:45: error: stray ‘\240’ in program #define AUX_FORMAT_RGBA16_FLOAT 0x1 ^ ../lib/intel_aux_pgtable.c:311:21: note: in expansion of macro ‘AUX_FORMAT_RGBA16_FLOAT’ entry.e.format = AUX_FORMAT_RGBA16_FLOAT; ^~~~~~~~~~~~~~~~~~~~~~~ ninja: build stopped: subcommand failed. section_end:1718825251:step_script section_start:1718825251:cleanup_file_variables Cleaning up project directory and file based variables section_end:1718825251:cleanup_file_variables ERROR: Job failed: exit code 1 build:tests-debian-meson-armhf has failed (https://gitlab.freedesktop.org/gfx-ci/igt-ci-tags/-/jobs/60103848): ^~~~~~~~~~~~~~~~~~~~~~~ ../lib/intel_aux_pgtable.c:25:44: error: stray ‘\302’ in program #define AUX_FORMAT_RGBA16_FLOAT 0x1 ^ ../lib/intel_aux_pgtable.c:311:21: note: in expansion of macro ‘AUX_FORMAT_RGBA16_FLOAT’ entry.e.format = AUX_FORMAT_RGBA16_FLOAT; ^~~~~~~~~~~~~~~~~~~~~~~ ../lib/intel_aux_pgtable.c:25:45: error: stray ‘\240’ in program #define AUX_FORMAT_RGBA16_FLOAT 0x1 ^ ../lib/intel_aux_pgtable.c:311:21: note: in expansion of macro ‘AUX_FORMAT_RGBA16_FLOAT’ entry.e.format = AUX_FORMAT_RGBA16_FLOAT; ^~~~~~~~~~~~~~~~~~~~~~~ ninja: build stopped: subcommand failed. section_end:1718825249:step_script section_start:1718825249:cleanup_file_variables Cleaning up project directory and file based variables section_end:1718825250:cleanup_file_variables ERROR: Job failed: exit code 1 build:tests-debian-meson-mips has failed (https://gitlab.freedesktop.org/gfx-ci/igt-ci-tags/-/jobs/60103850): ^~~~~~~~~~~~~~~~~~~~~~~ ../lib/intel_aux_pgtable.c:25:44: error: stray ‘\302’ in program #define AUX_FORMAT_RGBA16_FLOAT 0x1 ^ ../lib/intel_aux_pgtable.c:311:21: note: in expansion of macro ‘AUX_FORMAT_RGBA16_FLOAT’ entry.e.format = AUX_FORMAT_RGBA16_FLOAT; ^~~~~~~~~~~~~~~~~~~~~~~ ../lib/intel_aux_pgtable.c:25:45: error: stray ‘\240’ in program #define AUX_FORMAT_RGBA16_FLOAT 0x1 ^ ../lib/intel_aux_pgtable.c:311:21: note: in expansion of macro ‘AUX_FORMAT_RGBA16_FLOAT’ entry.e.format = AUX_FORMAT_RGBA16_FLOAT; ^~~~~~~~~~~~~~~~~~~~~~~ ninja: build stopped: subcommand failed. section_end:1718825254:step_script section_start:1718825254:cleanup_file_variables Cleaning up project directory and file based variables section_end:1718825255:cleanup_file_variables ERROR: Job failed: exit code 1 build:tests-debian-minimal has failed (https://gitlab.freedesktop.org/gfx-ci/igt-ci-tags/-/jobs/60103847): ^~~~~~~~~~~~~~~~~~~~~~~ ../lib/intel_aux_pgtable.c:25:44: error: stray ‘\302’ in program #define AUX_FORMAT_RGBA16_FLOAT 0x1 ^ ../lib/intel_aux_pgtable.c:311:21: note: in expansion of macro ‘AUX_FORMAT_RGBA16_FLOAT’ entry.e.format = AUX_FORMAT_RGBA16_FLOAT; ^~~~~~~~~~~~~~~~~~~~~~~ ../lib/intel_aux_pgtable.c:25:45: error: stray ‘\240’ in program #define AUX_FORMAT_RGBA16_FLOAT 0x1 ^ ../lib/intel_aux_pgtable.c:311:21: note: in expansion of macro ‘AUX_FORMAT_RGBA16_FLOAT’ entry.e.format = AUX_FORMAT_RGBA16_FLOAT; ^~~~~~~~~~~~~~~~~~~~~~~ ninja: build stopped: subcommand failed. section_end:1718825238:step_script section_start:1718825238:cleanup_file_variables Cleaning up project directory and file based variables section_end:1718825238:cleanup_file_variables ERROR: Job failed: exit code 1 build:tests-fedora has failed (https://gitlab.freedesktop.org/gfx-ci/igt-ci-tags/-/jobs/60103841): | ^~~~~~~~~~~~~~~~~~~~~~~ ../lib/intel_aux_pgtable.c:25:44: error: stray ‘\302’ in program 25 | #define AUX_FORMAT_RGBA16_FLOAT 0x1 | ^ ../lib/intel_aux_pgtable.c:311:21: note: in expansion of macro ‘AUX_FORMAT_RGBA16_FLOAT’ 311 | entry.e.format = AUX_FORMAT_RGBA16_FLOAT; | ^~~~~~~~~~~~~~~~~~~~~~~ ../lib/intel_aux_pgtable.c:25:45: error: stray ‘\240’ in program 25 | #define AUX_FORMAT_RGBA16_FLOAT 0x1 | ^ ../lib/intel_aux_pgtable.c:311:21: note: in expansion of macro ‘AUX_FORMAT_RGBA16_FLOAT’ 311 | entry.e.format = AUX_FORMAT_RGBA16_FLOAT; | ^~~~~~~~~~~~~~~~~~~~~~~ ninja: build stopped: subcommand failed. section_end:1718825244:step_script section_start:1718825244:cleanup_file_variables Cleaning up project directory and file based variables section_end:1718825245:cleanup_file_variables ERROR: Job failed: exit code 1 build:tests-fedora-no-libdrm-nouveau has failed (https://gitlab.freedesktop.org/gfx-ci/igt-ci-tags/-/jobs/60103844): | ^~~~~~~~~~~~~~~~~~~~~~~ ../lib/intel_aux_pgtable.c:25:44: error: stray ‘\302’ in program 25 | #define AUX_FORMAT_RGBA16_FLOAT 0x1 | ^ ../lib/intel_aux_pgtable.c:311:21: note: in expansion of macro ‘AUX_FORMAT_RGBA16_FLOAT’ 311 | entry.e.format = AUX_FORMAT_RGBA16_FLOAT; | ^~~~~~~~~~~~~~~~~~~~~~~ ../lib/intel_aux_pgtable.c:25:45: error: stray ‘\240’ in program 25 | #define AUX_FORMAT_RGBA16_FLOAT 0x1 | ^ ../lib/intel_aux_pgtable.c:311:21: note: in expansion of macro ‘AUX_FORMAT_RGBA16_FLOAT’ 311 | entry.e.format = AUX_FORMAT_RGBA16_FLOAT; | ^~~~~~~~~~~~~~~~~~~~~~~ ninja: build stopped: subcommand failed. section_end:1718825245:step_script section_start:1718825245:cleanup_file_variables Cleaning up project directory and file based variables section_end:1718825246:cleanup_file_variables ERROR: Job failed: exit code 1 build:tests-fedora-no-libunwind has failed (https://gitlab.freedesktop.org/gfx-ci/igt-ci-tags/-/jobs/60103842): | ^~~~~~~~~~~~~~~~~~~~~~~ ../lib/intel_aux_pgtable.c:25:44: error: stray ‘\302’ in program 25 | #define AUX_FORMAT_RGBA16_FLOAT 0x1 | ^ ../lib/intel_aux_pgtable.c:311:21: note: in expansion of macro ‘AUX_FORMAT_RGBA16_FLOAT’ 311 | entry.e.format = AUX_FORMAT_RGBA16_FLOAT; | ^~~~~~~~~~~~~~~~~~~~~~~ ../lib/intel_aux_pgtable.c:25:45: error: stray ‘\240’ in program 25 | #define AUX_FORMAT_RGBA16_FLOAT 0x1 | ^ ../lib/intel_aux_pgtable.c:311:21: note: in expansion of macro ‘AUX_FORMAT_RGBA16_FLOAT’ 311 | entry.e.format = AUX_FORMAT_RGBA16_FLOAT; | ^~~~~~~~~~~~~~~~~~~~~~~ ninja: build stopped: subcommand failed. section_end:1718825249:step_script section_start:1718825249:cleanup_file_variables Cleaning up project directory and file based variables section_end:1718825250:cleanup_file_variables ERROR: Job failed: exit code 1 build:tests-fedora-oldest-meson has failed (https://gitlab.freedesktop.org/gfx-ci/igt-ci-tags/-/jobs/60103843): | ^~~~~~~~~~~~~~~~~~~~~~~ ../lib/intel_aux_pgtable.c:25:44: error: stray ‘\302’ in program 25 | #define AUX_FORMAT_RGBA16_FLOAT 0x1 | ^ ../lib/intel_aux_pgtable.c:311:21: note: in expansion of macro ‘AUX_FORMAT_RGBA16_FLOAT’ 311 | entry.e.format = AUX_FORMAT_RGBA16_FLOAT; | ^~~~~~~~~~~~~~~~~~~~~~~ ../lib/intel_aux_pgtable.c:25:45: error: stray ‘\240’ in program 25 | #define AUX_FORMAT_RGBA16_FLOAT 0x1 | ^ ../lib/intel_aux_pgtable.c:311:21: note: in expansion of macro ‘AUX_FORMAT_RGBA16_FLOAT’ 311 | entry.e.format = AUX_FORMAT_RGBA16_FLOAT; | ^~~~~~~~~~~~~~~~~~~~~~~ ninja: build stopped: subcommand failed. section_end:1718825244:step_script section_start:1718825244:cleanup_file_variables Cleaning up project directory and file based variables section_end:1718825245:cleanup_file_variables ERROR: Job failed: exit code 1 == Logs == For more details see: https://gitlab.freedesktop.org/gfx-ci/igt-ci-tags/-/pipelines/1205442 ^ permalink raw reply [flat|nested] 15+ messages in thread
* [PATCH 0/2] Support for RGB16161616_64B compressed formats 2024-06-03 8:16 [PATCH 0/2] Support for RGB16161616_64B compressed formats Melanie Lobo ` (6 preceding siblings ...) 2024-06-19 19:31 ` ✗ GitLab.Pipeline: warning " Patchwork @ 2024-06-24 14:42 ` Melanie Lobo 2024-06-24 14:42 ` [PATCH 1/2] lib/intel_aux_pgtable: Library to add support for RGB16161616_64B format Melanie Lobo 2024-06-24 14:42 ` [PATCH 2/2] tests/intel/kms_flip_scaled_crc: Add support for RGB16161616_64B compressed formats Melanie Lobo 7 siblings, 2 replies; 15+ messages in thread From: Melanie Lobo @ 2024-06-24 14:42 UTC (permalink / raw) To: igt-dev; +Cc: juha-pekka.heikkila, vidya.srinivas, ville.syrjala, Melanie Lobo Support XRGB16161616_64B and ARGB16161616_64B compressed formats Melanie Lobo (2): lib/intel_aux_pgtable: Library to add support for RGB16161616_64B format tests/intel/kms_flip_scaled_crc: Add support for RGB16161616_64B compressed formats lib/intel_aux_pgtable.c | 5 ++++ tests/intel/kms_flip_scaled_crc.c | 39 +++++++++++++++++++++++++++++++ 2 files changed, 44 insertions(+) -- 2.34.1 ^ permalink raw reply [flat|nested] 15+ messages in thread
* [PATCH 1/2] lib/intel_aux_pgtable: Library to add support for RGB16161616_64B format 2024-06-24 14:42 ` [PATCH 0/2] Support for RGB16161616_64B compressed formats Melanie Lobo @ 2024-06-24 14:42 ` Melanie Lobo 2024-06-24 14:42 ` [PATCH 2/2] tests/intel/kms_flip_scaled_crc: Add support for RGB16161616_64B compressed formats Melanie Lobo 1 sibling, 0 replies; 15+ messages in thread From: Melanie Lobo @ 2024-06-24 14:42 UTC (permalink / raw) To: igt-dev Cc: juha-pekka.heikkila, vidya.srinivas, ville.syrjala, Melanie Lobo, Juha-Pekka Heikkila, Bhanuprakash Modem, Swati Sharma MTL supports RGB16161616_64B FP16 format which is a binary floating-point computer number format that occupies 16 bits in computer memory. This was tested with kernel patch, https://patchwork.freedesktop.org/series/124957/ https://lore.kernel.org/all/20231201091133.23508-1-melanie.lobo@intel.com/ cc: Juha-Pekka Heikkila <juhapekka.heikkila@gmail.com> cc: Bhanuprakash Modem <bhanuprakash.modem@intel.com> cc: Swati Sharma <swati2.sharma@intel.com> cc: Ville Syrjala <ville.syrjala@intel.com> Signed-off-by: Melanie Lobo <melanie.lobo@intel.com> --- lib/intel_aux_pgtable.c | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/lib/intel_aux_pgtable.c b/lib/intel_aux_pgtable.c index 3cbb0e26f35c..e31b9ba57c0a 100644 --- a/lib/intel_aux_pgtable.c +++ b/lib/intel_aux_pgtable.c @@ -22,6 +22,7 @@ #define AUX_FORMAT_AYUV 0x09 #define AUX_FORMAT_ARGB_8B 0x0A #define AUX_FORMAT_NV12_21 0x0F +#define AUX_FORMAT_RGBA16_FLOAT 0x1 struct pgtable_level_desc { int idx_shift; @@ -306,6 +307,10 @@ static uint64_t pgt_get_l1_flags(const struct intel_buf *buf, int surface_idx) entry.e.format = AUX_FORMAT_ARGB_8B; entry.e.depth = bpp_to_depth_val(32); break; + case 64: + entry.e.format = AUX_FORMAT_RGBA16_FLOAT; + entry.e.depth = bpp_to_depth_val(64); + break; default: igt_assert(0); } -- 2.34.1 ^ permalink raw reply related [flat|nested] 15+ messages in thread
* [PATCH 2/2] tests/intel/kms_flip_scaled_crc: Add support for RGB16161616_64B compressed formats 2024-06-24 14:42 ` [PATCH 0/2] Support for RGB16161616_64B compressed formats Melanie Lobo 2024-06-24 14:42 ` [PATCH 1/2] lib/intel_aux_pgtable: Library to add support for RGB16161616_64B format Melanie Lobo @ 2024-06-24 14:42 ` Melanie Lobo 1 sibling, 0 replies; 15+ messages in thread From: Melanie Lobo @ 2024-06-24 14:42 UTC (permalink / raw) To: igt-dev Cc: juha-pekka.heikkila, vidya.srinivas, ville.syrjala, Melanie Lobo, Juha-Pekka Heikkila, Bhanuprakash Modem, Swati Sharma MTL supports RGB FP16 format which is a binary floating-point computer number format that occupies 16 bits in computer memory. In this test platform shall render compression in display engine to receive RGB FP16 compressed formats. This was tested with kernel patch, https://patchwork.freedesktop.org/series/124957/ https://lore.kernel.org/all/20231201091133.23508-1-melanie.lobo@intel.com/ cc: Juha-Pekka Heikkila <juhapekka.heikkila@gmail.com> cc: Bhanuprakash Modem <bhanuprakash.modem@intel.com> cc: Swati Sharma <swati2.sharma@intel.com> cc: Ville Syrjala <ville.syrjala@intel.com> Signed-off-by: Melanie Lobo <melanie.lobo@intel.com> --- tests/intel/kms_flip_scaled_crc.c | 39 +++++++++++++++++++++++++++++++ 1 file changed, 39 insertions(+) diff --git a/tests/intel/kms_flip_scaled_crc.c b/tests/intel/kms_flip_scaled_crc.c index 7dc07bc8330d..2ed966cd4550 100644 --- a/tests/intel/kms_flip_scaled_crc.c +++ b/tests/intel/kms_flip_scaled_crc.c @@ -96,6 +96,13 @@ * Description: Flip from 64bpp non scaled fb to 32bpp %arg[1] fb to stress CD * clock programming * + * SUBTEST: flip-64bpp-4tile-to-32bpp-4tilemtlrcccsxrgb-%s + * Description: Flip from 64bpp non scaled fb to 32bpp %arg[1] fb to stress CD + * clock programming + * + * SUBTEST: flip-64bpp-4tile-to-32bpp-4tilemtlrcccsargb-%s + * Description: Flip from 64bpp non scaled fb to 32bpp %arg[1] fb to stress CD + * clock programming * arg[1]: * * @downscaling: Downscaled @@ -345,6 +352,22 @@ const struct { 1.0, 2.0, }, + { + "flip-64bpp-4tile-to-32bpp-4tilemtlrcccsxrgb-downscaling", + "Flip from 64bpp non scaled fb to 32bpp downscaled fb to stress CD clock programming", + I915_FORMAT_MOD_4_TILED, DRM_FORMAT_XRGB16161616F, + I915_FORMAT_MOD_4_TILED_MTL_RC_CCS, DRM_FORMAT_XRGB16161616F, + 1.0, + 2.0, + }, + { + "flip-64bpp-4tile-to-32bpp-4tilemtlrcccsargb-downscaling", + "Flip from 64bpp non scaled fb to 32bpp downscaled fb to stress CD clock programming", + I915_FORMAT_MOD_4_TILED, DRM_FORMAT_ARGB16161616F, + I915_FORMAT_MOD_4_TILED_MTL_RC_CCS, DRM_FORMAT_ARGB16161616F, + 1.0, + 2.0, + }, { "flip-32bpp-ytile-to-64bpp-ytile-upscaling", "Flip from 32bpp non scaled fb to 64bpp upscaled fb to stress CD clock programming", @@ -529,6 +552,22 @@ const struct { 0.5, 1.0, }, + { + "flip-64bpp-4tile-to-32bpp-4tilemtlrcccsxrgb-upscaling", + "Flip from 64bpp non scaled fb to 32bpp upscaled fb to stress CD clock programming", + I915_FORMAT_MOD_4_TILED, DRM_FORMAT_XRGB16161616F, + I915_FORMAT_MOD_4_TILED_MTL_RC_CCS, DRM_FORMAT_XRGB16161616F, + 0.5, + 1.0, + }, + { + "flip-64bpp-4tile-to-32bpp-4tilemtlrcccsargb-upscaling", + "Flip from 64bpp non scaled fb to 32bpp upscaled fb to stress CD clock programming", + I915_FORMAT_MOD_4_TILED, DRM_FORMAT_ARGB16161616F, + I915_FORMAT_MOD_4_TILED_MTL_RC_CCS, DRM_FORMAT_ARGB16161616F, + 0.5, + 1.0, + }, }; static void setup_fb(data_t *data, struct igt_fb *newfb, uint32_t width, -- 2.34.1 ^ permalink raw reply related [flat|nested] 15+ messages in thread
* [PATCH 0/2] Support for RGB16161616_64B compressed format
@ 2024-06-06 12:15 Melanie Lobo
0 siblings, 0 replies; 15+ messages in thread
From: Melanie Lobo @ 2024-06-06 12:15 UTC (permalink / raw)
To: igt-dev; +Cc: vidya.srinivas, Melanie Lobo
Support XRGB16161616_64B and ARGB16161616_64B compressed formats
Melanie Lobo (2):
lib/intel_aux_pgtable: Library to add support for RGB16161616_64B
format
tests/intel/kms_flip_scaled_crc: Add support for RGB16161616_64B
compressed formats
lib/intel_aux_pgtable.c | 5 ++++
tests/intel/kms_flip_scaled_crc.c | 42 +++++++++++++++++++++++++++++++
2 files changed, 47 insertions(+)
--
2.17.1
^ permalink raw reply [flat|nested] 15+ messages in threadend of thread, other threads:[~2024-06-24 9:17 UTC | newest] Thread overview: 15+ messages (download: mbox.gz follow: Atom feed -- links below jump to the message on this page -- 2024-06-03 8:16 [PATCH 0/2] Support for RGB16161616_64B compressed formats Melanie Lobo 2024-06-03 8:16 ` [PATCH 1/2] lib/intel_aux_pgtable: Library to add support for RGB16161616_64B format Melanie Lobo 2024-06-03 8:16 ` [PATCH 2/2] tests/intel/kms_flip_scaled_crc: Add support for RGB16161616_64B compressed formats Melanie Lobo 2024-06-03 8:10 ` Lobo, Melanie 2024-06-06 5:42 ` ✗ Fi.CI.BUILD: failure for Support for RGB16161616_64B compressed formats (rev2) Patchwork 2024-06-06 12:11 ` [PATCH 0/2] Support for RGB16161616_64B compressed format Melanie Lobo 2024-06-06 12:11 ` [PATCH 1/2] lib/intel_aux_pgtable: Library to add support for RGB16161616_64B format Melanie Lobo 2024-06-06 12:11 ` [PATCH 2/2] tests/intel/kms_flip_scaled_crc: Add support for RGB16161616_64B compressed formats Melanie Lobo 2024-06-07 19:06 ` ✗ GitLab.Pipeline: warning for Support for RGB16161616_64B compressed formats (rev2) Patchwork 2024-06-19 19:26 ` ✗ Fi.CI.BUILD: failure for Support for RGB16161616_64B compressed formats (rev3) Patchwork 2024-06-19 19:31 ` ✗ GitLab.Pipeline: warning " Patchwork 2024-06-24 14:42 ` [PATCH 0/2] Support for RGB16161616_64B compressed formats Melanie Lobo 2024-06-24 14:42 ` [PATCH 1/2] lib/intel_aux_pgtable: Library to add support for RGB16161616_64B format Melanie Lobo 2024-06-24 14:42 ` [PATCH 2/2] tests/intel/kms_flip_scaled_crc: Add support for RGB16161616_64B compressed formats Melanie Lobo -- strict thread matches above, loose matches on Subject: below -- 2024-06-06 12:15 [PATCH 0/2] Support for RGB16161616_64B compressed format Melanie Lobo
This is a public inbox, see mirroring instructions for how to clone and mirror all data and code used for this inbox