Home
last modified time | relevance | path

Searched refs:DBUF_S1 (Results 1 – 4 of 4) sorted by relevance

/kernel/linux/linux-5.10/drivers/gpu/drm/i915/
Dintel_pm.c4222 new_dbuf_state->enabled_slices = total_slice_mask | BIT(DBUF_S1); in skl_ddb_get_pipe_allocation_limits()
4433 [PIPE_A] = BIT(DBUF_S1),
4439 [PIPE_B] = BIT(DBUF_S1),
4445 [PIPE_A] = BIT(DBUF_S1),
4458 [PIPE_A] = BIT(DBUF_S1),
4465 [PIPE_B] = BIT(DBUF_S1),
4472 [PIPE_A] = BIT(DBUF_S1),
4473 [PIPE_B] = BIT(DBUF_S1),
4496 [PIPE_A] = BIT(DBUF_S1) | BIT(DBUF_S2),
4502 [PIPE_B] = BIT(DBUF_S1) | BIT(DBUF_S2),
[all …]
/kernel/linux/linux-5.10/drivers/gpu/drm/i915/display/
Dintel_display_power.h315 DBUF_S1, enumerator
Dintel_display.h191 for ((__slice) = DBUF_S1; (__slice) < I915_MAX_DBUF_SLICES; (__slice)++) \
Dintel_display_power.c4735 for (slice = DBUF_S1; slice < num_slices; slice++) in gen9_dbuf_slices_update()
4752 gen9_dbuf_slices_update(dev_priv, BIT(DBUF_S1) | in gen9_dbuf_enable()