mirror of
git://git.yoctoproject.org/linux-yocto.git
synced 2025-10-23 07:23:12 +02:00
drm/i915/mtl: Add OA support by enabling 32 bit OAG formats for MTL
Without an entry in oa_init_supported_formats, OA will not be functional in MTL. Enable OA support by enabling 32 bit OAG formats for MTL. Mesa MR: https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/20228 Signed-off-by: Umesh Nerlige Ramappa <umesh.nerlige.ramappa@intel.com> Reviewed-by: Ashutosh Dixit <ashutosh.dixit@intel.com> Signed-off-by: John Harrison <John.C.Harrison@Intel.com> Link: https://patchwork.freedesktop.org/patch/msgid/20221212220902.1819159-5-umesh.nerlige.ramappa@intel.com
This commit is contained in:
parent
d654ae8b98
commit
d0fa30be31
|
@ -4775,6 +4775,7 @@ static void oa_init_supported_formats(struct i915_perf *perf)
|
||||||
break;
|
break;
|
||||||
|
|
||||||
case INTEL_DG2:
|
case INTEL_DG2:
|
||||||
|
case INTEL_METEORLAKE:
|
||||||
oa_format_add(perf, I915_OAR_FORMAT_A32u40_A4u32_B8_C8);
|
oa_format_add(perf, I915_OAR_FORMAT_A32u40_A4u32_B8_C8);
|
||||||
oa_format_add(perf, I915_OA_FORMAT_A24u40_A14u32_B8_C8);
|
oa_format_add(perf, I915_OA_FORMAT_A24u40_A14u32_B8_C8);
|
||||||
break;
|
break;
|
||||||
|
|
Loading…
Reference in New Issue
Block a user