We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ba7a94e commit e8383f5Copy full SHA for e8383f5
drivers/gpu/drm/msm/disp/dpu1/dpu_core_perf.h
@@ -14,19 +14,6 @@
14
15
#define DPU_PERF_DEFAULT_MAX_CORE_CLK_RATE 412500000
16
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
-
30
/**
31
* struct dpu_core_perf_params - definition of performance parameters
32
* @max_per_pipe_ib: maximum instantaneous bandwidth request
0 commit comments