Message ID | 20220901203422.217-1-quic_jesszhan@quicinc.com |
---|---|
Headers | show |
Series | Add support for HDR color formats | expand |
On 01/09/2022 23:34, Jessica Zhang wrote: > Add support for HDR color formats. > > XR30 linear/compressed format has been validated with null_platform_test > on SC7180, and P010 linear has been validated with plane_test (also on > SC7180). Are they supported on sdm845? On msm8998? > > Jessica Zhang (2): > drm/msm/dpu: Add support for XR30 format > drm/msm/dpu: Add support for P010 format > > drivers/gpu/drm/msm/disp/dpu1/dpu_formats.c | 24 ++++++++++++++++++- > .../gpu/drm/msm/disp/dpu1/dpu_hw_catalog.c | 3 +++ > drivers/gpu/drm/msm/disp/dpu1/dpu_plane.c | 2 ++ > 3 files changed, 28 insertions(+), 1 deletion(-) > > -- > 2.35.1 >
Hi Dmitry, On 9/12/2022 11:33 AM, Dmitry Baryshkov wrote: > On 01/09/2022 23:34, Jessica Zhang wrote: >> Add support for HDR color formats. >> >> XR30 linear/compressed format has been validated with null_platform_test >> on SC7180, and P010 linear has been validated with plane_test (also on >> SC7180). > > Are they supported on sdm845? On msm8998? Yes for both. AFAIK XR30 and P010 are supported on all DPU boards. Thanks, Jessica Zhang > >> >> Jessica Zhang (2): >> drm/msm/dpu: Add support for XR30 format >> drm/msm/dpu: Add support for P010 format >> >> drivers/gpu/drm/msm/disp/dpu1/dpu_formats.c | 24 ++++++++++++++++++- >> .../gpu/drm/msm/disp/dpu1/dpu_hw_catalog.c | 3 +++ >> drivers/gpu/drm/msm/disp/dpu1/dpu_plane.c | 2 ++ >> 3 files changed, 28 insertions(+), 1 deletion(-) >> >> -- >> 2.35.1 >> > > -- > With best wishes > Dmitry >