Re: [PATCH 3/4] drm/msm/dpu: Add has_data_compress to dpu_caps

2023-05-03 Thread Jessica Zhang
On 5/3/2023 4:03 PM, Marijn Suijten wrote: Hi Jessica, On 2023-05-03 12:03:40, Jessica Zhang wrote: On 5/3/2023 12:07 AM, Marijn Suijten wrote: On 2023-05-02 18:19:14, Jessica Zhang wrote: Add data_compress feature to DPU HW catalog. In DPU 7.x and later, there is a DATA_COMPRESS regist

Re: [PATCH 3/4] drm/msm/dpu: Add has_data_compress to dpu_caps

2023-05-03 Thread Marijn Suijten
Hi Jessica, On 2023-05-03 12:03:40, Jessica Zhang wrote: > > > On 5/3/2023 12:07 AM, Marijn Suijten wrote: > > On 2023-05-02 18:19:14, Jessica Zhang wrote: > >> Add data_compress feature to DPU HW catalog. > >> > >> In DPU 7.x and later, there is a DATA_COMPRESS register that must be set > >> wi

Re: [PATCH 3/4] drm/msm/dpu: Add has_data_compress to dpu_caps

2023-05-03 Thread Jessica Zhang
On 5/3/2023 12:07 AM, Marijn Suijten wrote: On 2023-05-02 18:19:14, Jessica Zhang wrote: Add data_compress feature to DPU HW catalog. In DPU 7.x and later, there is a DATA_COMPRESS register that must be set within the DPU INTF block for DSC to work. As core_rev (and related macros) was remo

Re: [PATCH 3/4] drm/msm/dpu: Add has_data_compress to dpu_caps

2023-05-03 Thread Marijn Suijten
On 2023-05-02 18:19:14, Jessica Zhang wrote: > Add data_compress feature to DPU HW catalog. > > In DPU 7.x and later, there is a DATA_COMPRESS register that must be set > within the DPU INTF block for DSC to work. > > As core_rev (and related macros) was removed from the dpu_kms struct, the > mos

[PATCH 3/4] drm/msm/dpu: Add has_data_compress to dpu_caps

2023-05-02 Thread Jessica Zhang
Add data_compress feature to DPU HW catalog. In DPU 7.x and later, there is a DATA_COMPRESS register that must be set within the DPU INTF block for DSC to work. As core_rev (and related macros) was removed from the dpu_kms struct, the most straightforward way to indicate the presence of this regi