drm/i915/skl: Make 'end' of the DDB allocation entry exclusive
authorDamien Lespiau <damien.lespiau@intel.com>
Tue, 4 Nov 2014 17:06:53 +0000 (17:06 +0000)
committerDaniel Vetter <daniel.vetter@ffwll.ch>
Fri, 7 Nov 2014 17:42:10 +0000 (18:42 +0100)
commit16160e3dd32343de9d6115353408728adecdecfb
tree726a2e85ae90db0fbfd614c44fe034846b389c94
parent08db665203d5e587efc391afc405a9317d29fe17
drm/i915/skl: Make 'end' of the DDB allocation entry exclusive

Ville suggested that we should use the same semantics as C arrays to
reduce the number of those pesky +1/-1 in the allocation code.

This patch leaves the debugfs file as is, showing the internal DDB
allocation structure, not the values written in the registers.

v2: Remove the test on ->end in skl_ddb_entry_size() (Ville)

Reviewed-by: Ville Syrjälä <ville.syrjala@linux.intel.com>
Suggested-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
drivers/gpu/drm/i915/intel_pm.c