OSDN Git Service

drm/i915: Handle the DG2 max bw properly
authorVinod Govindapillai <vinod.govindapillai@intel.com>
Mon, 28 Mar 2022 23:00:00 +0000 (02:00 +0300)
committerVille Syrjälä <ville.syrjala@linux.intel.com>
Thu, 31 Mar 2022 11:35:37 +0000 (14:35 +0300)
commitbc58192a9b59fa75d5666bed9cc1b45fa49c6e0b
tree9ad82b4c26406a3d7c6f24808e1b2d4a91bf5586
parent47e794d69c0d8a4a1ff91fcb6e3d69bc38fcfef2
drm/i915: Handle the DG2 max bw properly

Update DG2 init bw info similar to other platforms even though
DG2 has constant bandwidh. This will avoid branching out DG2
specific max bw calls.

V3: Fix dg2_get_bw_info() and avoid handle special cases
    for DG2 (Ville Syrjälä)

cc: Ville Syrjälä <ville.syrjala@linux.intel.com>
cc: Stanislav Lisovskiy <stanislav.lisovskiy@intel.com>

Signed-off-by: Vinod Govindapillai <vinod.govindapillai@intel.com>
Signed-off-by: Ville Syrjälä <ville.syrjala@linux.intel.com>
Link: https://patchwork.freedesktop.org/patch/msgid/20220328230000.215094-1-vinod.govindapillai@intel.com
drivers/gpu/drm/i915/display/intel_bw.c