]> git.baikalelectronics.ru Git - kernel.git/commit
drm/i915: Enable non-contiguous pipe fusing
authorAnshuman Gupta <anshuman.gupta@intel.com>
Wed, 18 Mar 2020 09:44:48 +0000 (15:14 +0530)
committerUma Shankar <uma.shankar@intel.com>
Wed, 18 Mar 2020 10:43:28 +0000 (16:13 +0530)
commit6ec92320c95f28df4c1edeaba03a6be4c77dbb46
treef8da8932499986def1307360450c64c12a82959a
parent858a99fa0fc9a97caf48ee5338f63a4887051ca2
drm/i915: Enable non-contiguous pipe fusing

As we have already enabled supported infrastructure for
non-contiguous pipe fusing in driver, we don't require non-contiguous
pipe_mask check anymore.
It is an unlike condition, it make sense to remove this condition.

changes since RFC:
- using intel_pipe_mask_is_valid() function to check integrity of
  pipe_mask. [Ville]
v2:
- simplify condition in intel_pipe_mask_is_valid(). [Ville]
v3:
- removed non-contiguous pipe fusing check. [Lucas]

Cc: Ville Syrjälä <ville.syrjala@linux.intel.com>
Cc: Lucas De Marchi <lucas.demarchi@intel.com>
Reviewed-by: Lucas De Marchi <lucas.demarchi@intel.com>
Signed-off-by: Anshuman Gupta <anshuman.gupta@intel.com>
Signed-off-by: Uma Shankar <uma.shankar@intel.com>
Link: https://patchwork.freedesktop.org/patch/msgid/20200318094448.26239-1-anshuman.gupta@intel.com
drivers/gpu/drm/i915/intel_device_info.c