Searched refs:skl_ddb_entry_init_from_hw (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-6.6/drivers/gpu/drm/i915/display/ |
H A D | skl_watermark.c | 765 static void skl_ddb_entry_init_from_hw(struct skl_ddb_entry *entry, u32 reg) in skl_ddb_entry_init_from_hw() function 786 skl_ddb_entry_init_from_hw(ddb, val); in skl_ddb_get_hw_plane_state() 791 skl_ddb_entry_init_from_hw(ddb, val); in skl_ddb_get_hw_plane_state() 797 skl_ddb_entry_init_from_hw(ddb_y, val); in skl_ddb_get_hw_plane_state()
|
/kernel/linux/linux-5.10/drivers/gpu/drm/i915/ |
H A D | intel_pm.c | 4287 static void skl_ddb_entry_init_from_hw(struct drm_i915_private *dev_priv, in skl_ddb_entry_init_from_hw() function 4311 skl_ddb_entry_init_from_hw(dev_priv, ddb_y, val); in skl_ddb_get_hw_plane_state() 4325 skl_ddb_entry_init_from_hw(dev_priv, ddb_y, val); in skl_ddb_get_hw_plane_state() 4334 skl_ddb_entry_init_from_hw(dev_priv, ddb_y, val); in skl_ddb_get_hw_plane_state() 4335 skl_ddb_entry_init_from_hw(dev_priv, ddb_uv, val2); in skl_ddb_get_hw_plane_state()
|
Completed in 14 milliseconds