File tree Expand file tree Collapse file tree 1 file changed +0
-9
lines changed
drivers/gpu/drm/i915/display Expand file tree Collapse file tree 1 file changed +0
-9
lines changed Original file line number Diff line number Diff line change 33
33
#include "skl_watermark.h"
34
34
#include "skl_watermark_regs.h"
35
35
36
- /*It is expected that DSB can do posted writes to every register in
37
- * the pipe and planes within 100us. For flip queue use case, the
38
- * recommended DSB execution time is 100us + one SAGV block time.
39
- */
40
- #define DSB_EXE_TIME 100
41
-
42
36
struct intel_dbuf_state {
43
37
struct intel_global_state base ;
44
38
@@ -2899,9 +2893,6 @@ intel_program_dpkgc_latency(struct intel_atomic_state *state)
2899
2893
}
2900
2894
2901
2895
if (fixed_refresh_rate ) {
2902
- added_wake_time = DSB_EXE_TIME +
2903
- display -> sagv .block_time_us ;
2904
-
2905
2896
latency = skl_watermark_max_latency (display , 1 );
2906
2897
2907
2898
/* Wa_22020432604 */
You can’t perform that action at this time.
0 commit comments