Re: [Freedreno] [PATCH 2/2] drm/msm/dpu: fix DSC 1.2 enc subblock length

2023-07-07 Thread Abhinav Kumar
On 6/22/2023 6:37 PM, Dmitry Baryshkov wrote: Both struct dpu_dsc_sub_blks instances declare enc subblock length to be 0x100, while the actual length is 0x9c (last register having offset 0x98). Reduce subblock length to remove the empty register space from being dumped. Fixes: 0d1b10c63346 ("

Re: [Freedreno] [PATCH 2/2] drm/msm/dpu: fix DSC 1.2 enc subblock length

2023-06-23 Thread Marijn Suijten
On 2023-06-23 04:37:31, Dmitry Baryshkov wrote: > Both struct dpu_dsc_sub_blks instances declare enc subblock length to be > 0x100, while the actual length is 0x9c (last register having offset 0x98). > Reduce subblock length to remove the empty register space from being > dumped. > > Fixes: 0d1b10

[Freedreno] [PATCH 2/2] drm/msm/dpu: fix DSC 1.2 enc subblock length

2023-06-22 Thread Dmitry Baryshkov
Both struct dpu_dsc_sub_blks instances declare enc subblock length to be 0x100, while the actual length is 0x9c (last register having offset 0x98). Reduce subblock length to remove the empty register space from being dumped. Fixes: 0d1b10c63346 ("drm/msm/dpu: add DSC 1.2 hw blocks for relevant chi