Re: [PATCH v2 1/7] drm/msm/dpu: use feature bit for LM combined alpha check

2022-06-02 Thread Dmitry Baryshkov
On Thu, 2 Jun 2022 at 21:37, Abhinav Kumar wrote: > > > > On 6/2/2022 6:30 AM, Dmitry Baryshkov wrote: > > Rather than checking hwversion, follow the usual patter and add special > > bit to the lm->features to check whether the LM has combined or separate > > alpha registers. While we are at it, r

Re: [PATCH v2 1/7] drm/msm/dpu: use feature bit for LM combined alpha check

2022-06-02 Thread Abhinav Kumar
On 6/2/2022 6:30 AM, Dmitry Baryshkov wrote: Rather than checking hwversion, follow the usual patter and add special bit to the lm->features to check whether the LM has combined or separate alpha registers. While we are at it, rename dpu_hw_lm_setup_blend_config_sdm845() to dpu_hw_lm_setup_ble

[PATCH v2 1/7] drm/msm/dpu: use feature bit for LM combined alpha check

2022-06-02 Thread Dmitry Baryshkov
Rather than checking hwversion, follow the usual patter and add special bit to the lm->features to check whether the LM has combined or separate alpha registers. While we are at it, rename dpu_hw_lm_setup_blend_config_sdm845() to dpu_hw_lm_setup_blend_config_combined_alpha(). Signed-off-by: Dmitry