]> git.karo-electronics.de Git - linux-beck.git/commit
drm/i915/skl: Add DDB allocation management structures
authorDamien Lespiau <damien.lespiau@intel.com>
Tue, 4 Nov 2014 17:06:41 +0000 (17:06 +0000)
committerDaniel Vetter <daniel.vetter@ffwll.ch>
Fri, 7 Nov 2014 17:42:04 +0000 (18:42 +0100)
commitc193924e9cef42995cbd204253520efc9d8ad1ba
tree962f6a66c97ea492704126c8a059622645185737
parent2ac96d2a6e102ec64a568a470a6d9c50b9c02e59
drm/i915/skl: Add DDB allocation management structures

We now need to allocate space in the DDB for planes being scanned out
ourselves. The data structure to represent an allocation mirrors what
we'll need to write in the registers later on: (start, end).

We add that allocation datat to the skl_wm_values structure as part of
the values to program the hardware with.

v2: Split planes and cursor for consistency.

v3: Make the skl_ddb_entry_size() parameter const

Reviewed-by: Ville Syrjälä <ville.syrjala@linux.intel.com>
Signed-off-by: Damien Lespiau <damien.lespiau@intel.com>
Signed-off-by: Daniel Vetter <daniel.vetter@ffwll.ch>
drivers/gpu/drm/i915/i915_drv.h