OSDN Git Service

drm/i915/display: Do not check for the ddb allocations of turned off pipes
authorJosé Roberto de Souza <jose.souza@intel.com>
Thu, 5 Dec 2019 21:03:48 +0000 (13:03 -0800)
committerJosé Roberto de Souza <jose.souza@intel.com>
Fri, 6 Dec 2019 23:19:36 +0000 (15:19 -0800)
commit1ac87297e50e5c6721b87711d4a0fff8423ab991
tree9c7ff6a242a9ef603b0ea1809799ca400f35b69c
parent651cc835d5f6855e8bca6d5d3587234d74e82864
drm/i915/display: Do not check for the ddb allocations of turned off pipes

It should not care about DDB allocations of pipes going through
a fullmodeset, as at this point those pipes are disabled.
The comment in the code also points to that but that was not what
was being executed.

Cc: Ville Syrjälä <ville.syrjala@linux.intel.com>
Reviewed-by: Ville Syrjälä <ville.syrjala@linux.intel.com>
Signed-off-by: José Roberto de Souza <jose.souza@intel.com>
Link: https://patchwork.freedesktop.org/patch/msgid/20191205210350.96795-1-jose.souza@intel.com
drivers/gpu/drm/i915/display/intel_display.c