On 7/12/2023 3:11 PM, Dmitry Baryshkov wrote:
Simplify dpu_core_perf code by using only dpu_perf_cfg instead of using
full-featured catalog data.

Acked-by: Konrad Dybcio <[email protected]>
Signed-off-by: Dmitry Baryshkov <[email protected]>
---
  drivers/gpu/drm/msm/disp/dpu1/dpu_core_perf.c | 73 ++++++++-----------
  drivers/gpu/drm/msm/disp/dpu1/dpu_core_perf.h |  8 +-
  drivers/gpu/drm/msm/disp/dpu1/dpu_kms.c       |  2 +-
  3 files changed, 35 insertions(+), 48 deletions(-)


With dpu_core_rev as a separate struct, if we do need the dpu hw version in this module, we can just pass that instead. Hence,

Reviewed-by: Abhinav Kumar <[email protected]>

Reply via email to