Re: [PATCH v2 3/7] drm/msm/dpu: remove hwversion field from data structures

2022-06-02 Thread Abhinav Kumar
On 6/2/2022 6:30 AM, Dmitry Baryshkov wrote: The driver should not depend on hw revision for detecting features. Instead it should use features from the hw catalog. Drop the hwversion field from struct dpu_mdss_cfg and struct dpu_hw_blk_reg_map. Signed-off-by: Dmitry Baryshkov Since the pr

[PATCH v2 3/7] drm/msm/dpu: remove hwversion field from data structures

2022-06-02 Thread Dmitry Baryshkov
The driver should not depend on hw revision for detecting features. Instead it should use features from the hw catalog. Drop the hwversion field from struct dpu_mdss_cfg and struct dpu_hw_blk_reg_map. Signed-off-by: Dmitry Baryshkov --- drivers/gpu/drm/msm/disp/dpu1/dpu_hw_catalog.c| 1 - dr