On 23.08.2023 14:56, Konrad Dybcio wrote: > A740 builds upon the A730 IP, shuffling some values and registers > around. More differences will appear when things like BCL are > implemented. > > adreno_is_a740_family is added in preparation for more A7xx GPUs, > the logic checks will be valid resulting in smaller diffs. > > Tested-by: Neil Armstrong <neil.armstrong@xxxxxxxxxx> # on SM8550-QRD > Tested-by: Dmitry Baryshkov <dmitry.baryshkov@xxxxxxxxxx> # sm8450 > Signed-off-by: Konrad Dybcio <konrad.dybcio@xxxxxxxxxx> > --- [...] > .gmem = SZ_2M, > .inactive_period = DRM_MSM_INACTIVE_PERIOD, > + .quirks = ADRENO_QUIRK_HAS_CACHED_COHERENT | > + ADRENO_QUIRK_HAS_HW_APRIV, That's a funny conflict resolution (should have been in the previous commit..). If there are no other comments, could you fix this up while applying, Rob? Konrad