Home
last modified time | relevance | path

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

/linux/drivers/gpu/drm/i915/display/
H A Dintel_wm_types.h58 struct skl_ddb_entry { struct
62 static inline u16 skl_ddb_entry_size(const struct skl_ddb_entry *entry) in skl_ddb_entry_size() argument
67 static inline bool skl_ddb_entry_equal(const struct skl_ddb_entry *e1, in skl_ddb_entry_equal()
68 const struct skl_ddb_entry *e2) in skl_ddb_entry_equal()
H A Dintel_display_types.h897 struct skl_ddb_entry ddb;
902 struct skl_ddb_entry plane_ddb[I915_MAX_PLANES];
904 struct skl_ddb_entry plane_ddb_y[I915_MAX_PLANES];
H A Dintel_plane.c806 struct skl_ddb_entry ddb[I915_MAX_PLANES], in skl_next_plane_to_commit()
807 struct skl_ddb_entry ddb_y[I915_MAX_PLANES], in skl_next_plane_to_commit()
938 struct skl_ddb_entry ddb[I915_MAX_PLANES]; in skl_crtc_planes_update_arm()
939 struct skl_ddb_entry ddb_y[I915_MAX_PLANES]; in skl_crtc_planes_update_arm()
H A Dskl_universal_plane.c780 static u32 skl_plane_ddb_reg_val(const struct skl_ddb_entry *entry) in skl_plane_ddb_reg_val()
830 const struct skl_ddb_entry *ddb = in skl_write_plane_wm()
832 const struct skl_ddb_entry *ddb_y = in skl_write_plane_wm()
H A Dintel_display.c7016 struct skl_ddb_entry entries[I915_MAX_PIPES] = {}; in skl_commit_modeset_enables()