drm/i915: document PCH_NOP

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
This commit is contained in:
Lucas De Marchi 2018-06-08 15:33:27 +03:00 committed by Jani Nikula
parent 78ef3faff9
commit b8bf31d82d
1 changed files with 1 additions and 1 deletions

View 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 {