]> git.proxmox.com Git - mirror_ubuntu-eoan-kernel.git/commitdiff
drm/i915: document PCH_NOP
authorLucas De Marchi <lucas.de.marchi@gmail.com>
Fri, 8 Jun 2018 12:33:27 +0000 (15:33 +0300)
committerJani Nikula <jani.nikula@intel.com>
Mon, 11 Jun 2018 07:21:08 +0000 (10:21 +0300)
There's a difference between PCH_NONE and PCH_NOP: the former means we
don't have a PCH while in the latter we do, but it doesn't have the
south display.

Signed-off-by: Lucas De Marchi <lucas.demarchi@intel.com>
Signed-off-by: Jani Nikula <jani.nikula@intel.com>
Link: https://patchwork.freedesktop.org/patch/msgid/20180608123330.31003-3-jani.nikula@intel.com
drivers/gpu/drm/i915/i915_drv.h

index c4073666f1ca916bf9881a5d2665d1210c1b39cc..71651ca7a8b1bf5bfa8f695b6dd1bc6ec626d160 100644 (file)
@@ -632,7 +632,7 @@ enum intel_pch {
        PCH_KBP,        /* Kaby Lake PCH */
        PCH_CNP,        /* Cannon Lake PCH */
        PCH_ICP,        /* Ice Lake PCH */
-       PCH_NOP,
+       PCH_NOP,        /* PCH without south display */
 };
 
 enum intel_sbi_destination {