Skip to content

Commit e8383f5

Browse files
lumagAbhinav Kumar
authored andcommitted
drm/msm/dpu: drop enum dpu_core_perf_data_bus_id
Drop the leftover of bus-client -> interconnect conversion, the enum dpu_core_perf_data_bus_id. Fixes: cb88482 ("drm/msm/dpu: clean up references of DPU custom bus scaling") Reviewed-by: Konrad Dybcio <konrad.dybcio@linaro.org> Reviewed-by: Abhinav Kumar <quic_abhinavk@quicinc.com> Signed-off-by: Dmitry Baryshkov <dmitry.baryshkov@linaro.org> Patchwork: https://patchwork.freedesktop.org/patch/546048/ Link: https://lore.kernel.org/r/20230707193942.3806526-2-dmitry.baryshkov@linaro.org Signed-off-by: Abhinav Kumar <quic_abhinavk@quicinc.com>
1 parent ba7a94e commit e8383f5

1 file changed

Lines changed: 0 additions & 13 deletions

File tree

drivers/gpu/drm/msm/disp/dpu1/dpu_core_perf.h

Lines changed: 0 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -14,19 +14,6 @@
1414

1515
#define DPU_PERF_DEFAULT_MAX_CORE_CLK_RATE 412500000
1616

17-
/**
18-
* enum dpu_core_perf_data_bus_id - data bus identifier
19-
* @DPU_CORE_PERF_DATA_BUS_ID_MNOC: DPU/MNOC data bus
20-
* @DPU_CORE_PERF_DATA_BUS_ID_LLCC: MNOC/LLCC data bus
21-
* @DPU_CORE_PERF_DATA_BUS_ID_EBI: LLCC/EBI data bus
22-
*/
23-
enum dpu_core_perf_data_bus_id {
24-
DPU_CORE_PERF_DATA_BUS_ID_MNOC,
25-
DPU_CORE_PERF_DATA_BUS_ID_LLCC,
26-
DPU_CORE_PERF_DATA_BUS_ID_EBI,
27-
DPU_CORE_PERF_DATA_BUS_ID_MAX,
28-
};
29-
3017
/**
3118
* struct dpu_core_perf_params - definition of performance parameters
3219
* @max_per_pipe_ib: maximum instantaneous bandwidth request

0 commit comments

Comments
 (0)