On 3/3/2022 1:11 PM, Rob Clark wrote:
> On Thu, Mar 3, 2022 at 12:42 PM Abhinav Kumar <[email protected]> wrote:
>>
>> Hi Rob
>>
>> On 3/3/2022 11:46 AM, Rob Clark wrote:
>>> From: Rob Clark <[email protected]>
>>>
>>> Update headers from mesa commit:
>>>
>>> commit 7e63fa2bb13cf14b765ad06d046789ee1879b5ef
>>> Author: Rob Clark <[email protected]>
>>> AuthorDate: Wed Mar 2 17:11:10 2022 -0800
>>>
>>> freedreno/registers: Add a couple regs we need for kernel
>>>
>>> Signed-off-by: Rob Clark <[email protected]>
>>> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/15221>
>>>
>>> Signed-off-by: Rob Clark <[email protected]>
>>> ---
>>> drivers/gpu/drm/msm/adreno/a2xx.xml.h | 26 +-
>>> drivers/gpu/drm/msm/adreno/a3xx.xml.h | 30 +-
>>> drivers/gpu/drm/msm/adreno/a4xx.xml.h | 112 ++-
>>> drivers/gpu/drm/msm/adreno/a5xx.xml.h | 63 +-
>>> drivers/gpu/drm/msm/adreno/a6xx.xml.h | 674 +++++++++++-------
>>> drivers/gpu/drm/msm/adreno/a6xx_gmu.xml.h | 26 +-
>>> .../gpu/drm/msm/adreno/adreno_common.xml.h | 31 +-
>>> drivers/gpu/drm/msm/adreno/adreno_pm4.xml.h | 46 +-
>>> drivers/gpu/drm/msm/disp/mdp4/mdp4.xml.h | 37 +-
>>> drivers/gpu/drm/msm/disp/mdp5/mdp5.xml.h | 37 +-
>>> drivers/gpu/drm/msm/disp/mdp_common.xml.h | 37 +-
>>> drivers/gpu/drm/msm/dsi/dsi.xml.h | 37 +-
>>> drivers/gpu/drm/msm/dsi/dsi_phy_10nm.xml.h | 37 +-
>>> drivers/gpu/drm/msm/dsi/dsi_phy_14nm.xml.h | 37 +-
>>> drivers/gpu/drm/msm/dsi/dsi_phy_20nm.xml.h | 37 +-
>>> drivers/gpu/drm/msm/dsi/dsi_phy_28nm.xml.h | 37 +-
>>> .../gpu/drm/msm/dsi/dsi_phy_28nm_8960.xml.h | 37 +-
>>> drivers/gpu/drm/msm/dsi/dsi_phy_5nm.xml.h | 480 -------------
>> Why is the 5nm PHY removed? Am i missing something?
>
> Dmitry removed it in mesa, because it was identical to 7nm
>
> BR,
> -R
Alright got it, for the display bits,
Reviewed-by: Abhinav Kumar <[email protected]>
>
>>
>> Thanks
>>
>> Abhinav