Home
last modified time | relevance | path

Searched refs:skl_ddb_entry (Results 1 – 5 of 5) sorted by relevance

/Linux-v4.19/drivers/gpu/drm/i915/
Di915_drv.h1178 struct skl_ddb_entry { struct
1182 static inline uint16_t skl_ddb_entry_size(const struct skl_ddb_entry *entry) in skl_ddb_entry_size() argument
1187 static inline bool skl_ddb_entry_equal(const struct skl_ddb_entry *e1, in skl_ddb_entry_equal()
1188 const struct skl_ddb_entry *e2) in skl_ddb_entry_equal()
1198 struct skl_ddb_entry plane[I915_MAX_PIPES][I915_MAX_PLANES];
1199 struct skl_ddb_entry uv_plane[I915_MAX_PIPES][I915_MAX_PLANES];
Dintel_drv.h679 struct skl_ddb_entry ddb;
2077 const struct skl_ddb_entry **entries,
2078 const struct skl_ddb_entry *ddb,
Dintel_pm.c3810 struct skl_ddb_entry *alloc, /* out */ in skl_ddb_get_pipe_allocation_limits()
3868 struct skl_ddb_entry *entry, u32 reg) in skl_ddb_entry_init_from_hw()
4283 struct skl_ddb_entry *alloc = &cstate->wm.skl.ddb; in skl_allocate_pipe_ddb()
4937 const struct skl_ddb_entry *entry) in skl_ddb_entry_write()
5031 static inline bool skl_ddb_entries_overlap(const struct skl_ddb_entry *a, in skl_ddb_entries_overlap()
5032 const struct skl_ddb_entry *b) in skl_ddb_entries_overlap()
5038 const struct skl_ddb_entry **entries, in skl_ddb_allocation_overlaps()
5039 const struct skl_ddb_entry *ddb, in skl_ddb_allocation_overlaps()
5175 const struct skl_ddb_entry *old, *new; in skl_print_wm_changes()
Di915_debugfs.c3405 struct skl_ddb_entry *entry; in i915_ddb_info()
Dintel_display.c11627 struct skl_ddb_entry *hw_ddb_entry, *sw_ddb_entry; in verify_wm_state()
12455 const struct skl_ddb_entry *entries[I915_MAX_PIPES] = {}; in skl_update_crtcs()